How To Show Last Updated?Modified Date In Serp?

Zshan

Supreme Member
Joined
Jun 28, 2012
Messages
1,478
Reaction score
406
I tried with plugin but Google still showing the date of published instead of the updated date.

Using GeneratePress Theme and used Wp last modified plugin but G is showing the published date, not the updated one.

I waited more than 15 days and nothing is changing. Do i need to do anything other than adding the plugin?

Any tips and ideas are greatly appreciated.
 
OK, I use avada theme and gogle shows "last modified date", I just double checked.
I don't know how avada theme does it but I checked the code and has both created and modified dates and google uses modified date.
 
Best is to use datePublished & dateModified fields in structured data
You can fine more information from google itself here:
Code:
https://developers.google.com/search/docs/data-types/article#non-amp
 
You need to change the updated date instead of published on the content meta data before the blog post, not structured data. Google scrape this from the content and not from the structured data
 
You need to change the updated date instead of published on the content meta data before the blog post, not structured data. Google scrape this from the content and not from the structured data
can you explain a bit more about this?
 
can you explain a bit more about this?
Google scrape the visible date in content to use in serp. Check image

20201111_002802.jpg
 
Best is to use datePublished & dateModified fields in structured data
You can fine more information from google itself here:
Code:
https://developers.google.com/search/docs/data-types/article#non-amp
I'm confused now... is it structured data or meta data?
I know it's irrelevant for me as avada takes care of it but I'm curious.
 
Back
Top