Skip to content
weballin

weballin DIGIWIKI

Noindex

Noindex is a rule that tells search engines that support it not to index a page. Pass it as an HTML meta tag or HTTP response header, and the crawler must be able to read the rules.

weballin

Its role is different from robots.txt, which prevents crawling. Additionally, the exclusion from search setting is not a security feature that replaces login or access rights.

Search exclusions and access restrictions are different

You can consider noindexing public pages that you don't want included in search results. If you need to protect customer information or private documents, you need authentication and access rights. Even if there is noindex, anyone who knows the address can open it directly.

If you can't read the rules, you can't apply them

If you block page crawling with robots.txt, search engines may not see the noindex in it. Google also does not support the noindex directive in the robots.txt file. Check the page response or meta tag together with the crawlability status.

Checks after publishing

Ensure that no settings from the staging site remain in the production environment. If important service pages have been excluded, edit the settings and check the status after they are crawled again. When you change the settings, the changes will not appear in all search results at once.

Key takeaways

  • A rule that signals exclusion from the search index.
  • View crawl status together so you can check your rules.
  • Private information is protected with separate access rights.

References

Frequently asked questions

If I put noindex, will it immediately disappear from searches?

The search engine must reread and process the rules. You must check the current response and the last crawl time, and if it is sensitive information, access to it must be blocked separately from search exclusion.