Indexing means a search engine has stored and understood a version of a page; ranking and serving decide whether and where eligible pages appear for a particular search.
What you will learn
By the end, you will understand:
Separate indexing from ranking
Explain canonical selection and common exclusion reasons
Understand why an indexed page may receive no impressions
Visual explainer
See the idea clearly.
trusted local service
1
A visual showing a crawler delivering pages to an index, duplicate versions being grouped, and different pages being selected for different searches.
The index is more like a searchable library than a live copy of the web
After a search engine discovers and processes a page, it may store information about that page in an index. An index is an organised collection used to answer future searches. The search engine does not simply search the entire live web from the beginning every time someone types a query.
A page can be crawled but not indexed. It may be blocked from indexing, unavailable, a duplicate of another URL, too thin or unhelpful, temporarily failing, or simply not selected for the index. Search engines do not guarantee that every technically accessible page will be indexed.
Canonical selection groups duplicate or very similar URLs
The same content can sometimes be reached through several URLs: tracking parameters, print versions, category paths or HTTP and HTTPS variants. Search engines try to choose a representative version, often called the canonical URL.
A site can suggest a canonical with a `rel="canonical"` link, redirects, consistent internal links and sitemap URLs. These are signals, not separate competing commands. Contradictory signals make the preferred version less clear.
Ranking happens for a search, not once for a page
An indexed page does not receive one permanent rank. When someone searches, the engine considers eligible pages and tries to order results for that query and context. A page may be highly relevant to one detailed search and irrelevant to another broad one.
Location, language, freshness, device, result format and the meaning of the query can change what is served. Search systems also change. This is why a manual search from one phone is weak evidence of overall performance.
An indexed page can still receive no traffic
Indexing only creates the possibility of appearing. The page may address a topic nobody searches for, compete with stronger pages, mismatch the search intent, have an unappealing result, or appear so rarely that no one clicks.
Search Console can help separate stages. Indexing reports and URL Inspection help investigate whether Google knows and indexes a URL. The Performance report shows impressions and clicks when pages appear in Google Search. Analytics can then help assess what visitors do after arriving.
01
Discover and crawl
02
Process and possibly index
03
Select eligible pages for a query
04
Order and display results
05
Searcher may view and click
Common indexing controls and outcomes
Signal Or Outcome
Meaning
200 response
The server returned the page successfully; this alone does not guarantee indexing.
noindex
A directive asking compliant search engines not to keep the page in search results.
canonical to another URL
A hint that another version should represent the duplicate set.
404 or 410
The requested page is missing or gone and should eventually leave the index.
Crawled — currently not indexed
Google crawled the URL but has not selected it for indexing at that time.
Real-world example
Example: five URLs for one red jacket
Example
A store creates the same product at a clean URL, two tracking URLs, a filtered-category URL and an HTTP version. If navigation, sitemap, redirects and canonical signals disagree, the search engine has to choose among them. Consolidating signals around the clean HTTPS product URL helps clarify which version should represent the product. It still does not guarantee rankings for “red jacket.”
Try this
Inspect one important URL
Use Search Console URL Inspection if you control a verified site. Record the inspected URL, user-declared canonical, Google-selected canonical and indexing state. If they differ, investigate the signals before changing random page text.
Common questions
Questions beginners ask.
How can I check whether a page is indexed?
Use Search Console URL Inspection for a verified property. A `site:` search can offer clues but is not a complete or authoritative index report.
Does “indexed” mean the page ranks well?
No. It only means the search engine may consider the page for relevant searches.
Can I force Google to index a page?
No. You can make it accessible, useful and easy to discover and request indexing in Search Console, but selection is not guaranteed.
Is a canonical tag a redirect?
No. A canonical is a search consolidation signal. A redirect actually sends users and crawlers to another URL.
Why might Google choose a different canonical?
Its systems may see another URL as the stronger representative based on redirects, links, sitemap entries, content similarity and other signals.
Can a noindexed page still be crawled?
Yes. A crawler normally needs to access the page to see its noindex directive. Blocking it in robots.txt can prevent that inspection.