[Support request] Want to show last updated date to search engine and users

Home Forums Support [Support request] Want to show last updated date to search engine and users

Home Forums Support Want to show last updated date to search engine and users

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1019096
    Mfon

    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

    #1019128
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1103516
    Sanjay

    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?

    #1103555
    Leo
    Staff
    Customer Support

    – Yes

    – Try this CSS:

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

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

    Above CSS is not working

    here is the webpage link

    #1103605
    Leo
    Staff
    Customer Support

    I’m not seeing the link to your page.

    You are also missing a : in the code.

    Make sure to copy my code.

    #1103614
    Sanjay

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

    #1103615
    Sanjay
    #1103619
    Leo
    Staff
    Customer Support

    Try this instead:

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

    Thanks, Leo

    It is working.

    #1103623
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.