Hi all,
7 months ago I recreated all the website in our server and applied html 5 SEO metatag, these are the one I'm using
for some reason in the search engine the og:description is completely ignored, while in my website hosted in GitHub pages and redirecting the DNS there it display the description correctly. Is there something that I need to do in order to make the search engine use the og:description property?
A real scenario you can search for "barnet traffweb"
displayed text in the search engines
the first "p" after the header
another example can be "traffweb demo" that is work correctly, it takes the og:description.
Those 2 websites are hosted on different servers but both have been reimaged and have the same software and plugins.
7 months ago I recreated all the website in our server and applied html 5 SEO metatag, these are the one I'm using
Code:
<meta property="og:title" content="European Travel Destinations">
<meta property="og:description" content="Offering tour packages for individuals or groups.">
<meta property="og:image" content="http://euro-travel-example.com/thumbnail.jpg">
<meta property="og:url" content="http://euro-travel-example.com/index.htm">
<meta name="twitter:card" content="summary_large_image">
for some reason in the search engine the og:description is completely ignored, while in my website hosted in GitHub pages and redirecting the DNS there it display the description correctly. Is there something that I need to do in order to make the search engine use the og:description property?
A real scenario you can search for "barnet traffweb"
HTML:
<meta property="og:description" content="Barnet Open Source Web mapping Site for viewing Traffic Orders (TROs / TMOs), On Street Parking System. Built and Hosted by Buchanan Computing">
displayed text in the search engines
HTML:
....></header><div id="disclaimer"><h3 class="text-center">Disclaimer</h3><p>The restrictions and information...
the first "p" after the header
another example can be "traffweb demo" that is work correctly, it takes the og:description.
Those 2 websites are hosted on different servers but both have been reimaged and have the same software and plugins.
Last edited: