Site logo

Archived topic

Show updated post date

7 replies · Started by Yvan on March 1, 2021

Viewing posts 1–8 of 8

I've read several topics on this forum on this subject but I haven't found the right solution.

Hello,

I would like to display for modified articles, and only that, the date of modification preceded by a text (example "Updated on ").

This date must be visible in the SERP.

The CSS method displays the right result but is not taken by Google. A PHP code provided in a topic (and which seems to work according to the user feedback) displays only the date and it appears as a link.

Can you please help me?
Thank you

Thanks Yin, but if i don't use generate block ?

I will however test on another site.

Thanks,

Yes I have seen this method. Do you know how to adapt this method by adding an "Unposted on" ?

Could give this CSS a try, adjust the padding:

.posted-on .updated-date:before {
    content: "Unposted on";
    padding: 8px;
}

Thanks Ying.
I try and see what it looks like in SERPs

You are welcome Yvan :)

This archived topic is closed to new replies.