-
my post index on google with show date i want to remove the dates on serach results
-
Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
Please note that Google picks and shows the dates that they see in the content itself and this is something an SEO plugin cannot fully control. But you can follow this URL which will help you to understand the situation better and you can apply the filters on your site to remove the visible dates added by Rank Math: https://rankmath.com/kb/remove-dates-from-search/
Hope that helps and please don’t hesitate to let us know if you have any other questions.
Â
Thank you.i want to remove dates all the articles then how i use 2.1 Remove the Date Schema 2.2 Remove the Open Graph Date Meta how use both
Hello,
You can add all the filters at a time like the following one:
add_filter( "rank_math/snippet/rich_snippet_article_entity", function( $entity ) { unset( $entity['dateModified'] ); unset( $entity['datePublished'] ); return $entity; }); add_filter( 'rank_math/opengraph/facebook/og_updated_time', '__return_false'); add_filter( 'rank_math/opengraph/facebook/article_published_time', '__return_false'); add_filter( 'rank_math/opengraph/facebook/article_modified_time', '__return_false');Here’s how you can add filter/hook to your WordPress site:
https://rankmath.com/kb/wordpress-hooks-actions-filters/Hope that helps and please don’t hesitate to let us know if you have any other questions.
Â
Thank you.bundle of thanks
hi i add the software schema but start rating not show how much time required for this
i add the above code for removing the date on serp then how much time required for dates not show on the my article that index on the google
Hello,
Whenever you’re making changes to your site, the changes should be reflected on Google after the next crawls. There’s no fixed time on how long Google can take. But often this depends on your crawl budget and site quality as well.
You can wait for Google to crawl your site again and then you should see the changes. But Google may not update the changes immediately.
Hope that helps, and please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
bundle of thanks ffffffff
Hello,
We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.
The ticket ‘i want to not show dates on my description’ is closed to new replies.