datePublished & dateModified schema wrong
-
Sometimes I feel surprised, even though the article has just been posted, but on Google or Google News, the time it appears is not right.
After I looked at the HTML source, I found something strange in the schema created by AIO SEO.
For example in this post: https://teknologi.info/2612213/rekomendasi-pc-desktop-terbaik-di-indonesia/
If I check the database, the results are like this:
post_date = 2023-09-26 11:53:06
post_date_gmt = 2023-09-26 03:53:06which is correct, because I set the time zone to GMT+8.
BUT, if you look at the schema structure, what this plugin takes is post_date_gmt so it becomes:
“datePublished”:”2023-09-26T03:53:06+08:00″
This is what causes every time I publish an article, every time Google indexes the article, it should only take a few minutes, but on Google or Google News it can appear several hours ago.
Let’s take the example I just posted https://teknologi.info/1412323/download-wallpaper-ekslusif-windows-insider-9-tahun/ . Now, when I take this screenshot, it is currently 15:09 (GMT+8)
Pay attention to the description on Google News: 12 hours ago!
In fact, this article was posted at:
post_date = 2023-10-14 10:40:13 (My sitemap shows the correct hours)
post_date_gmt = 2023-10-14 02:40:13If your schema is correct, Google News should say 4 or 5 hours ago. But because the AIO schema takes it from post_date_gmt so it becomes 12 hours ago.
This also applies to dateModified
Or am I mistaken?
Thanks for your help
The page I need help with: [log in to see the link]
- The topic ‘datePublished & dateModified schema wrong’ is closed to new replies.