Archived topic
Hide post from Blog but visible to search engines?
1 reply · Started by Isaac on February 25, 2019
Viewing posts 1–2 of 2
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
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;
}
This archived topic is closed to new replies.