Home › Forums › Support › Hide post from Blog but visible to search engines? This topic has 1 reply, 2 voices, and was last updated 4 years, 1 month ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 25, 2019 at 4:29 am #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 GeneratePress 2.2.2GP Premium 1.7.8 February 25, 2019 at 9:47 am #821136 TomLead 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; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In