Site logo

Archived topic

Want to show last updated date to search engine and users

10 replies · Started by Mfon on September 25, 2019

Viewing posts 1–11 of 11

Hello,

Please, can you put me through in the simplest form how to show updated date of post to search engine and users instead of published date?

A guide

Thanks

Hey Leo,

Only Show Updated Date is working. But my question is that

is that code work in google search to show Blog post updated date in search results?

I want to add "Updated on" word before the Date. How I do this?

- Yes

- Try this CSS:

.posted-on .updated:before {
    content: "Last Updated ";
}

.posted-on .updatedbefore {
content: "Last Updated ";
}

Above CSS is not working

here is the webpage link

I'm not seeing the link to your page.

You are also missing a : in the code.

Make sure to copy my code.

I paste code as it is but it doesn't work so I modified and do an experiment.

Try this instead:

.posted-on .updated-date:before {
    content: "Updated: ";
}

Thanks, Leo

It is working.

No problem :)

This archived topic is closed to new replies.