Archived topic
Want to show last updated date to search engine and users
10 replies · Started by Mfon on September 25, 2019
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
Hi there,
Add this PHP snippet:
https://docs.generatepress.com/article/generate_post_date_output/#only-show-updated-date
Using one of these methods:
https://docs.generatepress.com/article/adding-php/
Code Snippets is the easiest if you aren't using a child theme already.
Let me know if this helps :)
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 ";
}
I'm not seeing the link to your page.
You are also missing a : in the code.
Make sure to copy my code.
https://fantasycricketapp.com/dream11-prediction-apps/
this is the link.
Try this instead:
.posted-on .updated-date:before {
content: "Updated: ";
}
Thanks, Leo
It is working.
No problem :)