- Article
- Beginner
- 2 minutes read
- Reviewed August 4, 2026
WordPress Search Visibility Settings
WordPress includes a Reading setting labeled to discourage search engines from indexing the site.
This option is useful during selected development workflows, but it is frequently misunderstood. It does not make a website private and cannot guarantee that every search engine removes every URL.
What the Setting Does
When enabled, WordPress can output indexing directives that ask compliant search engines not to include the site's pages in search results.
Plugins and custom code can filter the output, so inspect the rendered HTML and response headers rather than assuming the checkbox is the only control.
What It Does Not Do
The setting does not:
- Require a password.
- Prevent visitors from opening URLs.
- Stop all crawlers.
- Protect confidential files.
- Guarantee immediate removal.
- Replace staging access controls.
A private environment should use authentication, network restrictions or hosting-level protection.
Before Launch
Confirm:
- The Reading option is disabled on production.
- Page source has no unintended
noindex. - HTTP headers do not add an indexing block.
- Canonicals point to production.
- robots.txt allows required resources.
- The XML sitemap is available.
- Important pages return
200. - Search Console verification is prepared.
Existing Indexed Pages
Enabling the option on an established website can lead to removal after recrawling. If robots.txt blocks the same page, the crawler may be unable to see the noindex directive.
Use the correct control for the intended outcome.
Frequently Asked Questions
Is this setting enough for staging?
No. It should be a secondary safeguard.
How quickly will indexing begin after disabling it?
There is no guaranteed schedule. Ensure the site is discoverable and request recrawling for important URLs where appropriate.
Continue Learning
Previous: [How Search Engines Discover WordPress Websites](/resources/wordpress-manual/seo/how-search-engines-discover-wordpress/)
Next: [WordPress SEO Fundamentals](/resources/wordpress-manual/seo/wordpress-seo-fundamentals/)