Why does the header set X-Robots-Tag apply to all pages?

The directives below are intended to apply the header X-Robots-Tag noindex and nofollow to a single page. The directives below are applied before the WordPress code block however it appears to result in all pages being set with noindex and nofollow RewriteCond %{REQUEST_URI} ^(.*)?faq?(/)$ [NC] RewriteRule ^faq – [E=NOINDEXNOFOLLOW] Header set X-Robots-Tag “noindex, nofollow” E=NOINDEXNOFOLLOW … Read more

Removing “Noindex, follow” from pages [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I am using WordPress SEO plugin written by Yoast. This plugin, by default, shows “noindex,follow” on every page. I am sure … Read more