What is the Noindex Tag?
The noindex tag prevents Google from indexing a specific page in its search results.
The noindex tag () tells search engines not to include a page in their index.
When to use it?
- ●Admin or login pages
- ●Internal search result pages
- ●Thank-you pages after form submission
- ●Duplicate or temporary content
- ●Staging/test pages
Difference from robots.txt
- ●robots.txt: Prevents crawling
- ●noindex: Allows crawling but prevents indexing
Warning
If a page is blocked by robots.txt AND has a noindex tag, Google will never see the noindex tag because it cannot crawl the page.
SEO Impact
Using noindex on irrelevant pages prevents diluting your site's overall quality in Google's index.
Related Terms
What is a Robots.txt File?
The robots.txt file tells search engines which pages of your site they can or cannot crawl.
What is a Meta Description?
The meta description is a short HTML summary that appears below the title in Google search results.
What is the Title Tag?
The title tag is the most important HTML element for SEO. It's the blue clickable title in Google.
What is a Canonical Tag?
The canonical tag tells Google which is the preferred version of a page when duplicate content exists.
What is Hreflang?
Hreflang is an HTML attribute that tells Google the language and region a page targets for multilingual sites.
What is X-Default Hreflang?
X-default is a special hreflang value that designates the default page for users whose language isn't specifically targeted.