Title: uploaddate issue
Last modified: November 26, 2023

---

# uploaddate issue

 *  Resolved [abdelnaby](https://wordpress.org/support/users/abdelnaby/)
 * (@abdelnaby)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/uploaddate-issue/)
 * i have an issue that the date that appear in the serp is “uploadDate” for video.
   and if the date is old my artilce fall in position. so how to update all my “
   uploadDate” for all videos in schema.
 * note that i updated the “uploadDate”manual.
    -  This topic was modified 2 years, 4 months ago by [abdelnaby](https://wordpress.org/support/users/abdelnaby/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fuploaddate-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [Rank Math Support](https://wordpress.org/support/users/rankmathsupport/)
 * (@rankmathsupport)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/uploaddate-issue/#post-17234541)
 * Hello [@abdelnaby](https://wordpress.org/support/users/abdelnaby/),
 * Thank you for contacting Rank Math support.
 * You will have to update the uploadDate in the Video Schema manually by editing
   each post. You can also leave the uploadDate field empty and it will automatically
   take the post’s published date as the uploadDate. If you want to do it in bulk,
   you can use the following filter to set the last modified date of the post as
   the uploadDate:
 * `add_filter( "rank_math/snippet/rich_snippet_videoobject_entity", function( $
   entity ) {
   $entity['uploadDate'] = get_the_modified_date($format='c');return 
   $entity;});Here is how to add a filter to your site: [https://rankmath.com/kb/wordpress-hooks-actions-filters/](https://rankmath.com/kb/wordpress-hooks-actions-filters/)
 * Hope that helps and please do not hesitate to let us know if you need our assistance
   with anything else.

Viewing 1 replies (of 1 total)

The topic ‘uploaddate issue’ is closed to new replies.

 * ![](https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330)
 * [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings](https://wordpress.org/plugins/seo-by-rank-math/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-by-rank-math/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-by-rank-math/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-by-rank-math/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-by-rank-math/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-by-rank-math/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rank Math Support](https://wordpress.org/support/users/rankmathsupport/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/uploaddate-issue/#post-17234541)
 * Status: resolved