• Resolved Tom.Nunn

    (@tomnunn)


    I noticed on a few recent projects the Date is displaying in the Meta Description for all Custom Post Types and Taxonomies in WordPress. I was always under the impression the Date would usually show for ‘Posts’, which has always made sense. Then for Pages and Taxonomies – which would normally be evergreen content in most scenarios NO date would appear when seeing the snippet on a SERP.

    I use the Genesis Framework and Yoast SEO for most projects and have looked into seeing if the date showing in the meta description is related to the Parent Theme or Plugin and it doesn’t seem to be.

    Yoast say the date is produced naturally by WordPress.

    I’m slightly confused though as I have never had this issue until recently, I was interested in seeing if anyone else has noticed this and if there is a solution to removing the date from all CPTs and Taxonomies?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tom.Nunn

    (@tomnunn)

    If anyone else encounters this, check your source code and try and find the date in question, Googlebot normally finds these dates there.

    It turned out the Googlebot was picking up a date in the footer of my site, via the WordPress Latest Posts Widget.

    Mine is getting picked up from the Yoast SEO plugin, even though I have the “Show date” option turned off.

    My source code shows this in the Yoast SEO area:

    <meta property="article:published_time" content="2017-02-28T08:00:00-08:00" />
    <meta property="article:modified_time" content="2017-02-27T21:52:47-08:00" />
    <meta property="og:updated_time" content="2017-02-27T21:52:47-08:00" />

    Does anyone know a way to turn these off?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove Date from Meta Description on SERP?’ is closed to new replies.