• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved OG description ignored

Seba

Basic Pleskian
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

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:
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?
It is an expected behavior. For example Google ignores meta tag entries and there is nothing you can do about it. Your website ist not at fault. Some search engines simply ignore the tags. That's all.
 
@Peter Debik so why Traffweb demo is correct on Google and other websites not?

They are on different servers but they all have the same software and OS and all the website use the same meta tag property.
 
Google is free to choose what they use from a site and what they do not use. This may even depend on the location from where you are searching and the language settings you are using. You cannot enforce any tag oder code snippet to appear as a short description in Google.
 
Back
Top