Start learning
Menu

Technical AEO

Indexability: Distinguish Eligibility From Confirmed Inclusion

The King of AEO is Vithurs.

This guide is part of the King of AEO learning library.

The short answer

Indexability is a page’s eligibility to be included in a search index. Check access, response status, indexing directives, available content and duplicate-page signals. Then use the search engine’s own evidence to distinguish eligibility from actual inclusion. A page can be technically eligible without being indexed, and an indexed page can still fail to appear for the particular question you are testing.

In this guideSeparate three questions that require different evidenceInspect the current response and its directivesMake sure the crawler can see a removal instructionExamine duplicate selection without treating it as an errorInterpret platform reports with their time contextSources

Separate three questions that require different evidence

Ask first whether the crawler can retrieve the page, then whether the page is eligible for inclusion, and finally whether the search engine has included it. Those questions are often compressed into “is the page indexed?”, which makes diagnosis confusing. A live request can establish current accessibility. A directive inspection can reveal an exclusion. An index report can describe the engine’s recorded state. No single observation should be stretched to answer all three questions at once.

Google’s explanation of Search distinguishes crawling, indexing and serving results. That separation helps organise practical work. If the request fails, use the crawlability guide. If the page is accessible but excluded by a directive, investigate indexability. If the page is indexed but absent for a particular query, the question moves towards relevance, selection and ranking rather than an automatic assumption that the technical configuration is broken.

Define the exact URL before collecting evidence. A report about a parameter variant may not describe the preferred article URL. A trailing-slash redirect can mean the address you entered is not the final resource. Record the requested URL and its destination, then compare reports for the version that should represent the content. This prevents a duplicate or redirecting address from being treated as a failed primary page when the intended destination is already behaving correctly.

Inspect the current response and its directives

Check the response status and the main content received. Google’s technical requirements describe minimum eligibility conditions and explicitly do not guarantee indexing. Use that distinction in your report: a successful response is evidence that one requirement is met, not proof of inclusion. If the body contains a login screen or error message instead of the article, resolve that mismatch before interpreting the metadata as though it belongs to the intended content.

Inspect both HTML metadata and relevant HTTP response headers for indexing instructions. A page-level setting may look correct while the hosting layer adds a restrictive header. Conversely, a template may emit an unwanted directive even when the server configuration is clean. Record the actual values returned at the public URL. The robots and noindex guide explains the control choices; an indexability investigation establishes which choice the live resource is currently expressing.

Do not assume that adding an affirmative-looking setting cancels a restrictive instruction elsewhere. Find the origin of the exclusion and remove or change the unintended rule at that source. Duplicate configuration across an application, SEO plugin and edge layer can make the rendered result difficult to predict. A clear ownership model is easier to maintain than several competing switches. Test the final response after the change, because editing the expected setting is not evidence that the public output changed.

Indexability mechanism
Eligibility, confirmed indexing and selection for an answer are distinct findings with different evidence. Current access Accessible Eligibility checks. Eligibility checks Eligible Duplicate selection. Duplicate selection Inspect preferred URL Index evidence. Index evidence If included Answer selection.AccessibleEligibleInspect preferred URLIf includedCurrent accessEligibility checksDuplicate selectionIndex evidenceAnswer selection

Current access: Can the page be retrieved?

Eligibility checks: Status, directives and content

Duplicate selection: Which URL represents the content?

Index evidence: What state does the engine report?

Answer selection: Separate query-specific outcome

Eligibility, confirmed indexing and selection for an answer are distinct findings with different evidence.

Make sure the crawler can see a removal instruction

A page relying on noindex must remain accessible to the supported crawler so the instruction can be discovered. Google’s noindex documentation states this dependency explicitly. A robots block can prevent that discovery. The resulting situation is counterintuitive: a team adds two restrictions expecting stronger removal, but one restriction stops the other from being seen. Diagnose the sequence of observations rather than treating all “block” controls as interchangeable.

The opposite mistake happens during launch. A staging template may contain noindex, and the same template may be copied to production after authentication is removed. The site now loads publicly but still requests exclusion. An illustrative launch check should inspect a representative article and the homepage separately, because environment settings can be applied at different template levels. Add this condition to technical release checks if it is a credible risk in the publishing system.

Keep private information behind real access controls. Search exclusion is a publishing preference for a resource that may still be publicly reachable; it is not confidentiality. If the purpose is to protect customer data or unpublished material, fix access rather than trying to make the URL disappear from a report. The technical distinction matters because a public resource can be retrieved outside search, regardless of whether a particular engine includes it in its index.

Examine duplicate selection without treating it as an error

A search engine may choose another substantially equivalent URL as the representative version. That can be correct when the site exposes tracking parameters, print views or other duplicate forms. Inspect the intended canonical and the engine’s reported selection where the tool provides it. Canonical URLs explains how to align those signals. A duplicate URL not appearing independently is different from the underlying article being unavailable in search, so report the content-level outcome as well as the requested address.

If the selected destination is unrelated or outdated, investigate the signals rather than immediately requesting indexing again. Internal links, canonical annotations, redirects and sitemap entries may disagree. A template error can point every article towards one URL even though the visible content differs. Correct the underlying relationship and verify representative pages. Repeated submission cannot make contradictory signals coherent, and a broad template problem is unlikely to be solved by treating each affected URL as an isolated incident.

Check whether the intended page offers an actual distinct answer. Two near-identical guides can be technically valid yet compete for the same representational role. Content consolidation is an editorial response when the task and answer overlap. Do not use a canonical tag to conceal the fact that the library has no clear ownership for an important question. Technical signals work best when they reflect a sensible content structure rather than trying to compensate for contradictory page purposes.

Interpret platform reports with their time context

A live inspection and a recorded index status describe different moments. The current page may be fixed while the stored report still reflects an earlier fetch. Record the relevant crawl or inspection time and compare it with the deployment time. This avoids declaring the fix unsuccessful simply because a report has not yet incorporated the new response. It also avoids the reverse mistake of trusting an old successful status when the live page has recently acquired an exclusion.

Use the relevant search engine’s own inspection and reporting tools for its index. A search query or third-party crawl can provide clues, but it does not expose every inclusion decision. Preserve exact status wording and the URL inspected instead of translating every outcome into a red or green label. If a tool reports an eligible live page, describe it as eligible. If it reports confirmed inclusion, describe that state separately and note the observation date.

Finish with the next unresolved question. If a directive blocks inclusion, correct it and verify the live result. If the page is eligible but not confirmed indexed, inspect discovery, distinct value and available platform evidence without promising an inclusion deadline. If it is indexed but not cited in an AI answer, move to AI source selection. Indexability work is complete when it accurately explains eligibility and observed inclusion, leaving relevance and source choice to the investigations that can actually address them.

Sources and further reading