Removing datePublished and dateModified meta
-
Hi,
I am trying to remove the datePublished and dateModified meta tags from blog posts.
I have this in my functions.php file and the publish date remains in the source code:
add_filter( 'rank_math/snippet/rich_snippet_article_entity', function( $data ) { unset( $data['datePublished'] ); return $data; }, 10, 1 );
As per this: https://support.rankmath.com/ticket/remove-datepublished-from-schema/
How can I remove these date meta tags?
Thanks
- This topic was modified 3 years, 9 months ago by .
- This topic was modified 3 years, 9 months ago by .
- This topic was modified 3 years, 9 months ago by .
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Removing datePublished and dateModified meta’ is closed to new replies.