Removing date on posts from search engine and site

I came across this feature in X theme options, blog, and Content >> disable the Post Meta.

I disabled it and on the website it cleared post meta. I want to know if i need to do anything else so that the date does not appear in google results. I have posts from 2014 and it probably affects when people decide which page to visit in search results. Best not to show any date since the content is not specific to dates.

Hello Samer,

Thanks for writing in!

I have checked and it is the Yoast Schema that is adding the date published information.

As this is a third party plugin, we cannot provide support for it but please check link as it might help you get started:

You may also get in touch directly to the Yoast SEO plugin support about it.

Hope this helps.

Ok, I added this to the functions.php and now i do not see date in the site code so i think this fixed it.

add_filter( ‘wpseo_json_ld_output’, ‘__return_false’ );

Glad to hear it’s sorted, Samer. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.