SEO glossary

What is an Excluded URL?

Learn what excluded URLs are in Google Search Console—pages crawled or known but blocked from the index by robots, noindex, canonicals, soft 404, or quality signals—and how to audit exclusion reasons.

IndexingUpdated August 14, 2026
Also known asnon-indexed URLindexing exclusiondeindexed URL

Definition

An excluded URL is a web address that Google knows about—through discovery or crawl—but deliberately does not include in its search index, as reported via reasons such as noindex, robots blocking, duplicate canonicalization, or quality filters.

Excluded means known but not in the index

An excluded URL is any address Google is aware of that does not appear in its search index. Exclusion is not a single failure mode—it is a bucket of deliberate policies, technical blockers, and quality judgments reported in Search Console.

Understanding exclusions requires separating intent from accident. Your checkout confirmation page should be excluded. Your flagship product page should not.

Exclusion in the discovery → crawl → index funnel

Discovery ──→ Crawl ──→ Index
                │           │
                └─ Excluded ┘ (at multiple points)

Exclusion can occur:

StageExample exclusion mechanism
Pre-crawlrobots.txt Disallow — URL discovered but fetch blocked
At crawlnoindex in HTML or X-Robots-Tagcrawled, then excluded
Post-crawlDuplicate canonicalization — crawled, alternate URL indexed instead
QualitySoft 404, thin content, crawl anomalies — crawled, rejected for index

A URL can be discovered and excluded without ever becoming a fully processed crawled URL. Another may be crawled repeatedly yet remain excluded until signals change.

Search Console exclusion reasons (conceptual map)

Google groups reasons in the Page indexing report. Common categories SEO teams audit:

Intentional technical exclusions

  • Excluded by noindex tag — Meta robots or HTTP header blocks indexing.
  • Blocked by robots.txt — Crawl prevented; URL may still be discovered.
  • Blocked due to unauthorized request (401) — Authentication wall.
  • Blocked due to access forbidden (403) — Permission denied to crawler.

These are often correct for /admin, /cart, internal search, and partner portals—if applied to public content, they are bugs.

Duplicate and canonical exclusions

  • Duplicate, Google chose different canonical than user — Conflicting canonical signals.
  • Duplicate without user-selected canonical — Many similar URLs; Google picks one indexed URL.
  • Alternate page with proper canonical tag — Working as designed when variants point to a master.

Parameter-heavy sites see large excluded counts here—often healthy if the canonical target is the right money page.

Quality and content exclusions

  • Soft 404 — 200 page treated as not found.
  • Crawled – currently not indexed — Fetched but not deemed worth indexing (quality, site authority, or queue timing).
  • Discovered – currently not indexed — Known but not yet crawled or deprioritized.

“Crawled – currently not indexed” frustrates teams because the URL passed fetch yet stopped short of the index—distinct from robots blocks.

Redirect and error paths

  • Page with redirect — The URL redirects; the target may be indexed instead.
  • Not found (404) — Hard not found; excluded from index over time.
  • Server error (5xx) — Fetch failed; no stable index state.

Intentional vs accidental exclusion

IntentionalAccidental
Staging noindex on /preview/Production template ships with noindex
robots.txt blocks /api/robots.txt blocks /blog/
Canonical to master product URLMissing canonical on unique article
Exclude faceted sort parametersExclude category landing pages
401 on account dashboard401 on public documentation

Run quarterly exclusion audits: export GSC reasons, join to URL inventory, flag high-traffic paths.

Example: healthcare provider patient portal

care.example.org serves public health articles and a logged-in patient portal.

Public articles (/learn/diabetes-management) — should be indexed URLs.

Portal routes (/portal/appointments, /portal/messages) — should be excluded URLs.

Observed GSC state:

URL patternGSC statusAssessment
/learn/*IndexedCorrect
/portal/*Blocked by robots.txt + 401 when probedCorrect
/learn/print?id=8821Excluded by noindexCorrect — printer view
/learn/diabetes-management?utm=emailAlternate page with proper canonicalCorrect — variant excluded
/learn/archive/2019-fluCrawled – currently not indexedInvestigate — may need refresh or consolidation

An accidental Disallow: /learn/ during a robots.txt deploy would move hundreds of discovered URLs into exclusion without touching the portal—catastrophic and visible within days in indexing reports.

Excluded URL vs discovered vs crawled

Clarify terminology to align teams:

  • Discovered URL — On Google’s radar; not necessarily fetched recently.
  • Crawled URL — Googlebot retrieved a response; may still be excluded.
  • Excluded URL — Not in the index; reason code explains why.
  • Indexed URL — In the index; eligible to appear in search results.

A single address transitions states over time: discovered → crawled → excluded → (after fix) crawled → indexed.

Remediation playbook by reason

noindex mistakes

Remove directive, verify in rendered HTML and headers, request indexing on samples, monitor template deployment pipelines.

robots.txt overreach

Narrow Disallow rules. Remember: blocked URLs can still be discovered via external links—they simply will not be crawled for directive verification in some cases.

Canonical conflicts

Align internal links, sitemaps, and rel=canonical to one URL. Fix hreflang clusters if international.

Soft 404 and thin templates

Improve content or return honest 404/410. See soft 404 glossary for template-level fixes.

Crawled – currently not indexed at scale

Strengthen internal linking, improve E-E-A-T signals, reduce duplicate competition, ensure unique value per URL—not just “remove noindex.”

Track weekly:

  1. Total excluded vs indexed URL counts
  2. Top exclusion reasons by URL count delta
  3. New exclusions on URLs with organic traffic (analytics join)
  4. Excluded URLs still receiving impressions (lagging index state)

Sudden spikes in “Duplicate without user-selected canonical” often follow faceted navigation launches—not parameter handling.

Excluded URLs and compliance

Legal, HIPAA, GDPR, and paywall content may require exclusion. Document which URL patterns must stay non-indexable and test with URL Inspection after CMS upgrades. Accidental indexing of PII-bearing URLs is a compliance incident—not only an SEO issue.

How Crawlox helps with excluded URL analysis

Crawlox crawls your public site with the same signals search engines evaluate: robots meta, canonicals, status codes, and content depth. Compare Crawlox output to Search Console exclusion exports—find noindex on templates that should rank, orphan discovered paths with no inbound links, and soft 404 patterns inflating crawled – not indexed counts. Fix exclusions with evidence, not guesswork.

Related terms

Frequently asked questions

Is an excluded URL always a problem?

No. Many exclusions are intentional—thank-you pages, admin screens, faceted duplicates, and staging URLs should be excluded. Problems arise when money pages are excluded unexpectedly or for fixable reasons like noindex mistakes.

Where do I see excluded URLs in Search Console?

The Page indexing report lists URLs not indexed with reasons (e.g., 'Excluded by noindex tag,' 'Duplicate, Google chose different canonical'). URL Inspection shows the verdict for individual URLs.

Can a URL be excluded without being crawled?

Yes. Google may know a URL from links or sitemaps but exclude it based on robots.txt without fetching HTML—or defer crawl while listing 'Discovered – currently not indexed.'

How is excluded different from deindexed?

Deindexed often implies a URL was previously indexed and later removed. Excluded is the broader GSC category for any URL not currently in the index, including those never indexed.

Will fixing exclusion instantly restore rankings?

Removing blockers triggers recrawl and re-evaluation. Rankings depend on competition and signals—not guaranteed immediate recovery even after re-inclusion.

References

Explore authoritative guidance and frameworks related to excluded url.

Explore every glossary definition

Return to the glossary to search by term, alias, starting letter, or category.

Browse glossary