Discuss project

Why Google Is Not Indexing Your Pages

Why Google is not indexing your pages: what each Search Console status means, the real reasons behind refusals and the order of fixes that works.

Vladislav KrivorutskoJuly 20, 202611 min read
Contents

TL;DR - key points

  • Indexing is not guaranteed to anyone: Google decides whether a page earns a slot in the index, and it usually refuses because of low value rather than a technical error
  • Start with the Page indexing report in Search Console — the fix depends entirely on the exact status, not on a vague feeling that the page is not indexed
  • Discovered — currently not indexed almost always means a priority and quality problem, not a block: the URL is known, but crawling it is not considered worth the request
  • Technical blocks — noindex, robots.txt, a canonical pointing elsewhere, 4xx, redirects — produce their own unambiguous statuses and can be fixed in one evening
  • Crawling can be accelerated: manual submission in Search Console and the @BoostIndexBot bot get quality pages indexed within 24 hours, but neither overrides the quality assessment

The short answer

Pages fail to get indexed by Google for one of two reasons: either you have technically blocked indexing yourself — one of the items covered by technical SEO optimization —, or Google decided the page is not valuable enough to deserve a slot in the index. The first group is a one-evening fix. The second takes weeks of work on content and structure.

The point that removes half the panic: indexing is not guaranteed. Google states plainly that it does not promise to index every page on a site — that is a normal operating condition, not a failure. The exact reason for each URL is shown in the Page indexing report in Search Console, and that is the only sensible place to start.


How to find the real cause instead of guessing

The order is exactly this:

  1. Open Search Console → Indexing → Pages. Below the chart is a list of reasons with the number of URLs against each one.
  2. Find your pages in that list and read the status wording. That wording is the diagnosis.
  3. For a specific URL use the URL Inspection tool at the top: it shows whether Google knows the address, when it was last crawled, which canonical Google chose and what the crawler sees.
  4. Inside URL Inspection, run the live test — it shows the rendered HTML. This matters when content is loaded by scripts and the crawler sees an empty page.

One piece of advice from practice: ignore the total count of indexed pages. It almost always differs from your mental model of the site's size, because technical URLs land there too, and on its own it tells you nothing. Read the report by reason instead.

What the Search Console statuses mean

StatusWhat happenedIs it a problem?
Discovered — currently not indexedURL is known but was not crawledYes, a priority and value issue
Crawled — currently not indexedPage was read and left out of the indexYes, a content quality issue
Page with redirectURL returns 301 or 302No, if the redirect is intentional
Blocked by robots.txtCrawling is disallowedYes, if the block is accidental
Excluded by noindex tagExplicit indexing blockYes, if you did not put it there
Alternate page with proper canonical tagGoogle picked another URL as primaryNo, if the canonical is correct
Duplicate: Google chose different canonicalYour canonical was overriddenYes, a sign of weak uniqueness
Not found (404)The page does not existNo, if you removed it deliberately
Server error (5xx)The server did not return the pageYes, fix this first

A note on the two most common lines. Discovered — currently not indexed and Crawled — currently not indexed are the ones that scare people most, yet they are precisely the statuses that mean there is no technical block. Google sees the URL and chooses not to spend resources on it. That is not a fault to hunt down, it is a judgement to change.

Technical causes: fixable in one evening

The list is short, but you have to walk through it before anything else — while a block is in place, no amount of content work will help.

  1. The noindex meta tag. The classic story: the site was built on staging with indexing switched off, went live, and nobody unchecked the box. In WordPress it is the reading setting that asks search engines not to index the site. Check by searching the page source for noindex.
  2. A block in robots.txt. Open your-site.ee/robots.txt and make sure there is no Disallow: /. And remember the trap: a page disallowed in robots.txt will not be crawled, so Google will never see a noindex tag you placed on it.
  3. A canonical pointing to another URL. If the page carries a rel="canonical" with a different address, you have told Google yourself that it is secondary. On large sites this is often a template misconfiguration where an entire section canonicalises to its category. On multilingual sites the same template canonicalises secondary language versions onto the primary one - a scenario I unpacked in the article on hreflang setup and common mistakes.
  4. HTTP status. The page must return 200. Check for redirect chains, 404s on live content and intermittent 5xx errors under load.
  5. Missing from the sitemap and internal links. A page with no inbound links from the site and no entry in the sitemap barely exists as far as the crawler is concerned.
  6. Content that lives only in JavaScript. Google can render JS, but it does so as a second pass and not always completely. If the rendered HTML shows emptiness where the text should be, indexing suffers.

Server stability deserves its own line. Google states that it reduces crawl frequency when responses are slow or errors appear. I covered the same mechanism in my breakdown of whether site speed affects rankings: for a small site it barely matters, for a store with tens of thousands of URLs it is critical. Moving servers, on the other hand, is nothing to fear: changing hosting does not hurt SEO when the migration is done properly and the redirects are in place.

Quality causes: fixable in weeks

If there is no technical block and pages sit in Discovered — currently not indexed, the conversation is about value. What actually works:

  • A unique point, not unique wording. A page that restates what is already in the index in twenty variations gives Google no reason to add a twenty-first. It needs its own angle: your data, your experience, your way of structuring the answer.
  • Internal links. A page with no inbound links reads like a draft. Give it a link from a relevant section or article — often that alone moves a URL out of discovered and into the index.
  • Fewer pages, denser ones. Ten thin pages built around near-synonyms perform worse than one thorough page. It also removes the cannibalisation risk that proper SEO work is meant to prevent, where two pages compete for the same query and both lose ground.
  • Control over generated URLs. Filters, sorting, pagination and parameters spawn thousands of addresses that eat your crawl allowance. Block them with noindex or canonicalise them, and the crawler reaches the pages you care about sooner.
  • Overall site freshness. On sites that are updated regularly, new pages get indexed noticeably faster than on dormant ones. The same pattern is easy to see on multilingual projects — I wrote about it in which language to target for SEO in Estonia.

How to speed up indexing for a new page

Discovery can genuinely be accelerated, but the boundary matters: every acceleration tool affects how quickly Googlebot reaches the page, not the decision to keep it in the index. On a weak page, speeding things up just gets you to the refusal faster.

Manual URL submission in Search Console. The simplest free option. Open the URL Inspection tool, paste the address and hit Request indexing — Google puts the URL into a priority crawl queue, and the recrawl usually happens within hours or days instead of weeks. This is the standard step after publishing a new page and after any substantial edit to an old one. The limits: a daily quota on requests, and resubmitting the same URL adds nothing — there is only one queue.

The Telegram bot @BoostIndexBot. It works through Google's Indexing API: you hand the bot a list of URLs, it pushes them straight into the crawl queue and reports the status of each link. In my experience, quality new pages land in the index within 24 hours after such a submission — noticeably faster than waiting for an ordinary crawl. The operative word is quality: pages Google was never going to take will not be forced in by a bot. It accelerates crawling, it does not override the judgement.

In practice the most convenient setup is a combination: bulk-submit new URLs through @BoostIndexBot and keep Search Console for spot-checking and diagnosing individual addresses — that is where you see what Google actually decided.

What acceleration does not do: it does not lift rankings, does not replace internal links and does not rescue thin pages. If a page entered the index within a day and dropped out a month later, the problem was the content, not the crawl speed.

What I see on my own projects

Most of my income comes from my own sites in competitive niches, and the indexing picture there is fairly monotonous: on live projects that get updated regularly, new material enters the index on its own and quickly, while on abandoned sites the very same texts can sit in discovered status for months. The difference is not in the texts, it is in whether the crawler visits the site at all.

The second observation concerns mass-produced pages. Every time I generated a large batch of near-identical pages targeting low-volume queries, Google simply declined to take some of them. No penalty, nothing removed from what was already indexed — the new URLs were quietly ignored. The practical conclusion I drew: page count is worth growing more slowly than the technology allows.

Honest limits. Everything above applies to service sites, small stores and content projects — meaning the typical Estonian small business and my own projects. On sites with hundreds of thousands of URLs, crawl budget logic moves to the foreground and priorities are different: server logs, crawl rate limits, faceted navigation handling. I have no first-hand data at that scale, so I do not write about it.

And honestly about timing. Crawling can be accelerated, and the tools above do exactly that. What cannot be done is forcing Google to index a page it does not want. The distinction is fundamental: submitting a URL cuts the wait from weeks to a day for a page that would have passed anyway, but it does not change the verdict on a weak one. So if someone promises guaranteed indexing of any page for money, they are either selling you something that would have happened anyway or a scheme the site pays for later.

What to do when a page is not indexed

  1. Check the specific URL's status in the URL Inspection tool in Search Console.
  2. If the status names a block, remove it: strip the noindex, fix robots.txt, correct the canonical.
  3. Confirm the URL returns 200 and that all the main content is visible in the rendered HTML.
  4. Add the page to your sitemap and give it 2–3 internal links from relevant pages.
  5. If there is no block and the status is Discovered — currently not indexed, rework the content: add what competitors do not have and cut the templated paragraphs.
  6. Resubmit the URL for crawling: through the inspection tool in Search Console, or as a list through @BoostIndexBot. Once, not every day.
  7. Wait two to three weeks and check the status again. Drawing conclusions earlier is pointless.

If the page is still out of the index after that, the problem is almost certainly not the page alone but how the site is built as a whole — and that is a web development level task rather than a single-URL fix.

Frequently asked questions

How long does Google take to index a new page?
On a live site that is updated regularly, a new page usually enters the index within a few hours to a few days. On a new domain with no history and no external links, one to several weeks is normal and is not a problem. Google gives no guarantees on timing and states plainly that indexing is not guaranteed for any page.
What does Discovered — currently not indexed mean?
Google knows the URL — it found it in your sitemap or through a link — but has not crawled it. This is a priority decision: the crawler judged the page not worth a server request right now. Typical causes are thin or templated content, no internal links pointing to the page, a huge number of near-identical URLs and a slow server. There is no technical block to remove here, so the work is raising the page's value and its connectedness to the rest of the site.
How is Crawled — currently not indexed different?
In that case Googlebot did download and read the page, then decided not to add it to the index. With Discovered it never downloaded it at all. Crawled — currently not indexed is a more direct quality refusal: the content was seen and judged insufficiently valuable or duplicative of what is already indexed. The fix is rewriting the content, not technical changes.
Does manually submitting a URL for indexing help?
Yes, for crawl speed. The Request indexing button in the URL Inspection tool puts the address into a priority queue, and the recrawl usually happens within hours or days instead of weeks. It cannot force Google to index the page though: if the refusal was about quality, resubmitting changes nothing and the URL lands back in the same status. There is a daily quota on requests.
How do I get new pages into Google's index quickly?
Two approaches work. The first is manual submission through the URL Inspection tool in Search Console — free, but one address at a time and subject to a daily quota. The second is the Telegram bot @BoostIndexBot, which submits lists of URLs through Google's Indexing API and reports the status of each link; quality pages usually enter the index within 24 hours after such a submission. Both speed up crawling but neither overrides the quality assessment: a weak page will not be forced in by either.
Should I block technical pages from indexing?
Yes, but selectively and deliberately. Filters, sorting variants, internal search results, cart and account pages normally should not be in the index — block them with a noindex meta tag. One important catch: if a page is disallowed in robots.txt, Google cannot crawl it and will never see the noindex you placed there, so the two tools must not be applied to the same URL at once.

Conclusion

Do not start with a forum thread or an indexing booster service. Start with the Page indexing report in Search Console: it names the exact cause, and from there you only pick the scenario. Technical blocks come off quickly, but Discovered — currently not indexed is a conversation about page value, internal links and site structure, and it takes weeks. If you have a lot of pages and the picture is unclear, untangling indexing is a routine part of my SEO work.

About the author

Vladislav Krivorutsko — founder of ADLAB
Vladislav Krivorutsko

Founder of ADLAB OÜ · SEO and Google Ads

Over 20 years in search traffic and monetization, and on the Estonian market since 2017. I work solo: I run the audit, build the strategy and deliver the project myself — no subcontractors, no templates. I only write about what I have tested on my own and client sites.

  • 20+ years in search traffic
  • 50+ end-to-end projects
  • Own sites in competitive niches
  • SEO for ru/et/en in one market
More about me

Read next