Glossary

What Is Noindex?

A noindex directive tells search engines not to include a page in their search results. It can be set via a meta tag in HTML or an HTTP header. The page can still be crawled — it just won't appear in search results.

Why It Matters

Noindex is a common SEO tool for controlling what appears in search results. For domain forwarding, noindex is rarely needed — but understanding it helps when planning migrations and ensuring search engines index the right URLs.

How Noindex Works

Meta Tag Method

<meta name="robots" content="noindex">

HTTP Header Method

X-Robots-Tag: noindex
DirectiveCrawled?Indexed?In Search Results?
(default)YesYesYes
noindexYesNoNo
robots.txt DisallowNoEventually removedEventually removed
301 redirectFollowedDestination indexedDestination shown

Noindex vs Domain Forwarding

When you forward a domain with a 301 redirect:

  • The old domain’s URLs are not indexed (they redirect)
  • The destination URLs are indexed
  • Link equity flows from old → new
  • No noindex tag needed — the redirect handles it

Noindex becomes relevant if you’re serving actual content (not redirecting) and want to keep certain pages out of search results — like staging sites, admin panels, or duplicate content. A canonical URL tag is a softer alternative that tells search engines which version to prefer without hiding the page entirely.

Related Terms

Frequently
asked questions

Not necessary. A forwarded domain serves a 301 redirect, not a page — there's nothing to index. Search engines follow the redirect and index the destination instead.

Still Confused? Try It Free.

Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.