WordPress Search Visibility Settings

Use the built-in indexing discouragement option correctly and avoid accidentally launching an important site with noindex output.

2 min read

  • 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:

  1. The Reading option is disabled on production.
  2. Page source has no unintended noindex.
  3. HTTP headers do not add an indexing block.
  4. Canonicals point to production.
  5. robots.txt allows required resources.
  6. The XML sitemap is available.
  7. Important pages return 200.
  8. 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/)