How to Check if a Page is Indexed by Google
If a page is not indexed, it means it does not exist for search: no impressions, no clicks, no benefit from links to it. You can check a specific address using the index checker, and the coverage of the entire site using the domain index check.
Three Ways to Check
| Method | What it Shows | Limitation |
|---|---|---|
| Index Checker | Is a specific address in search | Snapshot, no history |
Operator site: in search | Approximate domain coverage | Approximate number, Google emphasizes this |
| Search Console | Exact status and reason for exclusion | Confirmed access to the site is needed |
The most reliable is the third: only it explains why the page is not indexed. How to connect it is described in the article about Search Console.
How Long to Wait for Indexing a New Page
There is no clear standard: for a site with history and regular publications, a page may appear in search within a day or two, while for a new project it may take weeks. The speed is influenced by the frequency of updates, internal links to the page, its presence in the sitemap, and the overall authority of the domain. Therefore, it makes sense to wait at least a week before assuming something is broken.
Common Reasons for Not Being Indexed
- Restrictions.
noindexin the meta tag or header, restriction in robots.txt — detailed in the article about the three directives. - The canonical address points to another page — Google indexes that one, not this one.
- Duplicate. Multiple addresses with the same content: only one gets indexed.
- Too little content — the page is considered low-value.
- The page is new and the bot has not reached it yet.
Action Steps
- Check the address with the checker — is it in search at all.
- If not, remove restrictions and check the canonical address.
- Ensure the page responds with a 200 code and does not redirect.
- Add it to the sitemap and place an internal link from an indexed page.
- Submit for indexing and give it time: this takes weeks, not hours.