wpexpertsio / password-protected

Password protect your WordPress site quickly and simply
https://wordpress.org/plugins/password-protected/
69 stars 63 forks source link

Login page should not be indexable #136

Open benhuson opened 5 years ago

benhuson commented 5 years ago

https://wordpress.org/support/topic/disallow-searchengine/

<meta name="robots" content="none" />

ghost commented 5 years ago

Right now, this is what it can be seen in the source code:

<meta name='robots' content='noindex,follow' />

Would be nice to have the capability to select if we want the login page to be indexable or not.

Same request here: https://wordpress.org/support/topic/seo-login-page/

Thanks for listening.

ghost commented 4 years ago

Workaround thanks to The SEO Framework: https://wordpress.org/support/topic/the-seo-framework-compatible-with-password-protected/ Many thanks!