New Topic

Reply To: Hide Post From Google Search

Home › Forum › Help › Hide Post From Google Search › Reply To: Hide Post From Google Search

#1581

StartupWP
Keymaster

If you just want to hide it from search engines, you can use a number of SEO plugins to noindex it, for example if you already have the following plugin installed, you can do it there:

http://wordpress.org/plugins/all-in-one-seo-pack/

If you want to password-protect a page you can do that from the page editor:

https://codex.wordpress.org/Using_Password_Protection

And more specifically:

https://codex.wordpress.org/Using_Password_Protection#Hiding_Password_Protected_Posts

There are of course .htaccess tricks we can use as well if none of these options suffice.