If anyone else encounters this, check your source code and try and find the date in question to see where it’s being inputted, 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, where I had selected the option to feature the Post date. Resulting in this date showing in the source code of every page throughout the site.
Related Posts:
- Adding meta tag without plugin
- Clean up output added via wp_head()
- Exclude a category from the filed under list
- Get posts by meta value with date
- How can I change the tag contents of individual WordPress posts?
- Sort Posts By Custom Field Date?
- WordPress yoast seo plugin – parse snippet var in meta description
- Genesis / custom template page / setting the page title and meta desc
- Randomizing Post Links Outside of Loop – No Author or Date
- How to remove date from showing in meta description
- Post Thumbnail missing when using webp format while sharing
- Update post meta date always store 1970-01-07
- How can I prevent the post_modified column in wp_posts from being updated?
- How to update the ‘modified_time’ of a post ONLY when content is changed?
- How to make certain content of the post noindex and no follow. not entire post?
- Check if Post Title exists, Insert post if doesn’t, Add Incremental # to Meta if does
- Sanitizing integer input for update_post_meta
- Meta compare with date (stored as string) not working
- How to update/insert custom field(post meta) data with wordpress REST API?
- Front-end update_post_meta snippet displays white screen?
- How to get meta value in wp_attachment_metadata
- get_post_custom()
- Displaying posts with only upcoming dates according their custom field date value
- Get post from meta_key and meta_value
- get_post_meta returns bool(false)
- How to get custom post type to display post meta on archive pages?
- WP_POSTMETA changes site crash
- meta_post_meta return value 1
- How to use post_id with a Class?
- get_post_meta remains empty while looping all menu items and using the ID
- Set default Custom Post Meta Value
- INSERT ON DUPLICATE KEY UPDATE failes in postmeta table
- Replace ‘published on date’ with ‘modified on date’ on Posts
- Set Checkbox as checked by default
- replacing the_autor or make callback
- Some post meta fields stop saving after a few successful saves
- update_post_meta saves nothing in database when run in publish_post
- SEO optimization gone not so well
- Save an array of values in the post meta box
- Custom post meta values reset by autosave [duplicate]
- Compare meta_query with a Regular Expression and do a less-than operation on it
- get_post_meta() empty in preview WHEN custom post is published [closed]
- Add Embed.ly API objects to post_meta on update
- Editing does not change post_name
- Compare string with post id in wpdb and do stuff when match is found
- $wpdb class updating meta_value using Ajax [closed]
- Facebook og:image issues after https change [closed]
- Post meta as array looks like string instead of array
- How to selected which tags to print, instead of printing the whole tag list?
- query posts and split meta information into separate div’s
- How to test the outcome of a wpdb query?
- Migrating meta value to new meta value
- Is there a way to disable post meta caching for development?
- Correct meta of Writing Meta Tags
- Retrieve user_meta and copy to post_meta
- update_post_meta not working?
- Change wordpress meta tag description using WP functions
- Yoast SEO plugin – Sitemap links greyed out & page priority
- Cant create or update meta fields using WordPress REST API
- Filter posts by meta key
- Display current ranking of post as a number in post title
- delete duplicates wp_postmeta
- Bulk Update Post Meta Values from Different Post via Rest Api
- update_post_meta() is not saving the value
- Only show meta on one post type on search results page
- Does anyone know why my SEO and title become one?
- How to register post meta with multi level arrays?
- How to exclude posts by meta key value in the_post_navigation next prev links?
- If I disable screen options, does WP still try to update post meta?
- Can we have duplicate key pair values in post meta data?
- I created a Custom Meta Box but it is not displaying the value on my post page
- SEO Site Title appearing in google search despite not being added
- Meta data being pulled from wp-login.php
- Display Updated Date Instead of Published Date
- How do you update post date (year only) in a separate custom field?
- Get post content before rendering
- wp_insert_post inside save_post adds wrong metadata to inserted post
- Rename image filename using ‘media_handle_upload’
- How do I update a specific value within array in a products metadata?
- Update Post metafield of specific categories
- Optimize WP Meta Query for large amount of post meta?
- Using Self Hosted Video URL With Custom Fields
- How to hide meta from search result only on pages?
- Multiple postmeta values to the same post_id/meta_key combination?
- get_post_meta not work in php foreach
- Why are my custom metaboxes not updating the post meta?
- Problem serializing single quote and double quote into post meta
- Storing post_meta fields in array
- Performace on 1 million plus meta fields vs 1 field with 1 million multi array
- Fetching array of postmeta with $wpdb and in_array conditional
- Piklist File Upload
- php wp_insert data on front using a form
- Updating post_meta when updating a setting with the Settings API
- How to show specific meta keys of all posts in admin panel?
- how to echo/display the custom field value in specific custom field name?
- update_post_meta() not working in bulk option
- Multiple If else statements on Search Result Page
- get_children filter with postmeta
- Auto save title as custom meta field value
- get_post_meta() returns nothing in save_post, publish_post, wp_after_insert_post