[Resolved] Provide Google Search Console information & hide it to the user

Home Forums Support [Resolved] Provide Google Search Console information & hide it to the user

Home Forums Support Provide Google Search Console information & hide it to the user

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #456494
    Manuel

    Normally I don’t like to show the author and the date of a post, but the Google Search Console would prefer it. Do you know if there is an option to provide Google these information while it is hidden to the user?
    Do you maybe also know if it’s possible that the current date is always the post date (or s.th. like current date – 1 week/month) ?

    #456902
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Technically you could use CSS, but I don’t think it’s a great idea. Google frowns upon providing information to them and not the user, as things should always be user based.

    That being said, you can do this:

    header.entry-meta {
        display: none;
    }
    #457685
    Manuel

    Thanks!
    I will think about it again. You’re right, that the content should be user based.

    #457954
    Tom
    Lead Developer
    Lead Developer

    No problem! 🙂

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