[Support request] Hide post from Blog but visible to search engines?

Home Forums Support [Support request] Hide post from Blog but visible to search engines?

Home Forums Support Hide post from Blog but visible to search engines?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #820621
    Isaac

    Hi,

    I’ve written an epic (subscriber only) blog post that I want to be invisible on my blog.

    However, it’s also a great page for Search engines.

    so as per title..

    How would I hide the post from my Blog but still be visible and indexable to search engines?

    I’ve got an idea how to do it but I just want to be sure.

    cheers

    #821136
    Tom
    Lead Developer
    Lead Developer

    I suppose you could hide the post from your blog/archives with some CSS?

    For example, the ID of the post is 123:

    .blog article.post-123,
    .archive article.post-123 {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.