Key facts at a glance
SEO and indexing in 2026
Last updated
- Indexing is not ranking
- Indexing means Google has your page and it is eligible to appear. Ranking is where it appears. A page must be indexed before it can rank at all, so the two problems have different fixes.
- Most "not indexed" labels are harmless
- Statuses like Alternate page with proper canonical, Page with redirect, and Duplicate without user-selected canonical are Google working as intended. Read the specific reason before acting.
- Crawled vs discovered, not indexed
- Discovered means Google has not crawled the URL yet. Crawled means it fetched the page and chose not to index it, which is a quality and value judgment, not a technical block.
- Robots.txt does not deindex
- Robots.txt blocks crawling, not indexing. Google cannot see a noindex tag on a page it is blocked from crawling. To remove a page, allow crawling and use noindex.
- Helpful content is in the core system
- Since March 2024, Google folded the helpful content system into its core ranking. Google said the update, with earlier work, would cut low-quality, unoriginal content in results by 40 percent, and later reported the actual result was 45 percent. Quality is now a sitewide signal.
- Core Web Vitals thresholds
- Per Google, good is LCP at 2.5 seconds or less, INP at 200 milliseconds or less, which replaced FID as a stable metric in 2024, and CLS at 0.1 or less, measured at the 75th percentile of real visitors, segmented across mobile and desktop.
- AI search now suppresses clicks
- In a December 2025 Ahrefs study of 300,000 keywords, the presence of a Google AI Overview correlated with a 58 percent lower click-through rate for the top-ranking page, up from a 34.5 percent reduction measured in April 2025.
- Citations are no longer just rankings
- Ahrefs found only 38 percent of AI Overview citations came from a page ranking in the top 10 for that query, down from 76 percent in July 2025. Well-structured, authoritative content can be cited before it ranks first.
Sources: the Google Search Console Page Indexing report documentation, Google Search Central on blocking indexing and robots meta tags, the Google Search blog introducing INP, and web.dev on Core Web Vitals. Get a quote in 60 seconds →
Start with Google Search Console
Almost every SEO panic starts the same way. Someone opens Google Search Console, sees a red or grey warning that a batch of pages is not indexed, and assumes the site is broken and invisible. Usually it is not. Search Console is doing its job, reporting the exact state of every URL Google knows about, and most of what it reports is normal. The problem is that the report presents harmless housekeeping and genuine blockers in the same list, with technical labels that mean nothing to most site owners. So the worry is real, but it is almost always aimed at the wrong line.
The report that matters most is Page Indexing, sometimes still called Index Coverage. It splits your URLs into indexed and not indexed, and under not indexed it lists a reason for each one. That reason is the whole game. Some reasons mean Google deliberately and correctly kept a page out, a redirect, a canonicalized duplicate, an admin URL you blocked on purpose. Other reasons mean a page you want in Google is being kept out by a mistake, a stray noindex tag, a robots.txt rule, a server error, or a quality signal. Same report, completely different responses.
So the first move is never to hit "Request indexing" in a panic. It is to read the specific status, separate the normal exclusions from the real blockers, and only then act on the ones that matter. That triage is the most valuable thing we do on an SEO job, and the rest of this page is built to let you do it too. It starts with a plain-English reference to every status the report shows.
A "not indexed" count is not one problem. It is a list of reasons, most of them harmless. Read the reason, then decide.
Every Page Indexing status, explained
This is the reference we wish every site owner had before they worried. Each row is a status Google shows in the Page Indexing report, what it actually means, whether it needs a fix, and the fix itself. The verdict column is the fastest way to triage: green is Google working correctly, yellow depends on context, red is a genuine blocker to act on.
| Status | Verdict | What it means and the fix |
|---|---|---|
| Discovered - currently not indexed | Depends | Google knows the URL exists but has not crawled it yet, so it cannot be indexed. Often temporary for new pages, a problem at scale.Fine in small numbers. At scale, it signals wasted crawl budget, slow hosting, or weak internal links to the page.Fix pages not indexed → |
| Crawled - currently not indexed | Depends | Google fetched and evaluated the page and chose not to index it. Almost always a quality or near-duplicate judgment, not a technical block.Make the page genuinely more useful and distinct, consolidate near-duplicates, and strengthen internal links. Do not just re-request indexing.Fix pages not indexed → |
| Excluded by 'noindex' tag / URL marked 'noindex' | Needs a fix | Google found a noindex instruction in the page HTML or an X-Robots-Tag header and obeyed it. Intended for private pages, a serious mistake on pages you want ranked.Find where the noindex comes from, an SEO plugin, theme setting, or the WordPress "Discourage search engines" box, and remove it from pages that should rank.Remove an accidental noindex → |
| Blocked by robots.txt | Needs a fix | Google did not crawl the URL because a robots.txt rule disallowed it. Intended for admin and utility URLs, a problem when it blocks real content.If the page should rank, remove the disallow rule. Remember robots.txt blocks crawling, not indexing, so it is the wrong tool for hiding a page.Fix robots.txt blocking → |
| Server error (5xx) | Needs a fix | The server returned a 500-level error when Google requested the page, so it could not be indexed.A live outage or crash Google hit while crawling. Fix the underlying server error, then request indexing.Fix a 500 error → |
| Soft 404 | Needs a fix | The page shows a "not found" style message to users but returns a 200 OK instead of a real 404, so Google treats it as an empty error page.Either restore real content, return a proper 404 for genuinely missing pages, or 301 redirect to the right live page.Fix 404 and soft 404 → |
| Not found (404) | Depends | The URL returned a 404. Normal for pages you deliberately removed, a problem when it hits pages that should exist or had traffic and links.Redirect valuable removed URLs to the closest live page with a 301 to preserve link equity. Leave truly worthless URLs as 404.Fix 404 errors → |
| Blocked due to access forbidden (403) | Needs a fix | The server returned a 403 and refused Googlebot access to the page.Allow non-authenticated access, or check a security plugin, firewall, or CDN rule that is blocking Google.Fix a 403 error → |
| Redirect error | Needs a fix | A redirect chain was too long, looped, or was malformed, so Google could not follow it to a final page.Untangle the redirect chain or loop so each old URL points in a single hop to the correct live page.Fix a redirect loop → |
| Page with redirect | Usually normal | This non-canonical URL redirects to another page, so Google indexes the destination instead. This is redirects working correctly.No action needed. The target URL carries the indexing. |
| Alternate page with proper canonical tag | Usually normal | The URL correctly points, with a canonical tag, to another page that Google indexes in its place. This is canonicalization working correctly.No action needed. This is the intended behavior for variants and duplicates you canonicalized. |
| Duplicate without user-selected canonical | Usually normal | Google judged the page a duplicate and picked a canonical itself because you did not declare one.Usually fine. If Google chose the wrong canonical, add an explicit canonical tag to guide it. |
| Duplicate, Google chose different canonical than user | Depends | You declared a canonical, but Google overrode it and picked a different page as the canonical based on other signals.Often Google is right. If it matters, align your signals, internal links, sitemaps, and content so your preferred URL is the obvious canonical. |
| Indexed, though blocked by robots.txt | Needs a fix | The URL got indexed from external links despite being blocked from crawling, so Google indexed it without being able to read it.Decide the intent. To index it properly, unblock it in robots.txt. To remove it, unblock it and add a noindex tag so Google can see the tag.Fix robots.txt blocking → |
| Page indexed without content | Needs a fix | The page is in the index but Google could not read its content, often from cloaking, a rendering failure, or an empty response.Check that the content renders for Googlebot, that JavaScript is not hiding it, and that the page is not accidentally serving an empty shell. |
Status labels and definitions follow the Google Search Console Page Indexing report documentation. Google occasionally renames or merges statuses, so wording on your report may vary slightly.
Indexed is not the same as ranking
This distinction resolves half of all SEO confusion, so it is worth stating plainly. Getting into Google is two separate gates. The first is indexing: Google has crawled your page, judged it worth storing, and added it to its database, which makes it eligible to appear in results. The second is ranking: for a given search, Google decides where your eligible page appears against everyone else. You have to clear the first gate to reach the second.
An indexing problem
The page is not in Google at all. It cannot rank for anything because Google does not have it. Check with a site: search or the URL Inspection tool. The fix is technical or quality: remove the block or make the page worth indexing.
A ranking problem
The page is indexed but sits on page five, or ranks for the wrong query. It cleared the first gate. The fix is relevance and authority: better content, clearer targeting, internal links, and trust signals.
The practical test takes ten seconds. Search site:yourdomain.com/the-page-url or paste the URL into the URL Inspection tool in Search Console. If it shows up, you have a ranking problem. If it does not, you have an indexing problem, and no amount of ranking work will help until the page is indexed. We always confirm which gate you are stuck at before doing anything, because the two need opposite kinds of work.
The robots.txt and noindex trap
This is the most common technical mistake in SEO, and it causes both of the opposite problems people complain about, pages that will not leave the index and pages that will not enter it. The confusion is between two tools that sound similar and do completely different jobs. Robots.txt controls crawling: whether Google is allowed to fetch a URL. The noindex tag controls indexing: whether Google is allowed to include a page it has fetched. Crawling and indexing are not the same step.
Here is the trap. If you block a page in robots.txt to keep it out of Google, you have blocked crawling, not indexing. Google can still index that URL if it finds links to it, and it will show a bare result with no description because it was never allowed to read the page. And because Google cannot crawl the blocked page, it can never see a noindex tag you put there, so the tag that would actually remove the page is rendered useless. People then add a stronger robots.txt block, which makes it worse. The page is stuck in the index and there is no way to signal it out.
Google states this directly in its documentation: “For the noindex rule to be effective, the page or resource must not be blocked by a robots.txt file, and it has to be otherwise accessible to the crawler.” And on the failure case: “If the page is blocked by a robots.txt file or the crawler can’t access the page, the crawler will never see the noindex rule, and the page can still appear in search results, for example if other pages link to it.” The noindex itself can live in a meta robots tag in the page HTML or in an X-Robots-Tag HTTP header, but either way the page must be crawlable for it to work.
To keep a page out of Google, allow it to be crawled and add a noindex tag, so Google can see the tag and obey it. To stop Google wasting crawl budget on unimportant sections like admin or faceted URLs, use robots.txt. Never use robots.txt to try to deindex a page.
Note also that Google does not support a noindex directive inside robots.txt itself. Only the meta robots tag in the page HTML or an X-Robots-Tag HTTP header will deindex a page, and only if the page is crawlable. If you are seeing pages stuck in or out of the index, this is the first thing we check, and the robots.txt blocking fix covers the crawl side in depth.
Why a crawled page still is not indexed
When the status is Crawled - currently not indexed, there is usually no technical block at all. Google fetched the page, evaluated it, and simply decided it did not earn a place in the index right now. This is the hardest kind of not-indexed to accept, because there is no error to point at, but it is also the most honest signal Google gives you. It is saying the page, as it stands, does not add enough value for a searcher over what is already indexed.
The common causes are thin content that does not answer the query in any depth, near-duplication where many pages on the site say almost the same thing, auto-generated or templated pages with little unique substance, and weak internal linking that makes the page look unimportant to Google. On large sites, it also reflects crawl economics: Google will not spend indexing resources on low-value pages when it has limited budget for the site, which is why pruning weak pages often lifts the ones that remain.
This connects directly to how Google now ranks. In March 2024, Google folded its helpful content system into the core ranking algorithm, so content quality and demonstrated experience, expertise, authoritativeness, and trust are evaluated sitewide rather than as a separate filter. Google said it expected that update, combined with earlier work, to reduce low-quality, unoriginal content in results by 40 percent, and afterward reported the actual reduction was closer to 45 percent. A pile of thin pages does not just fail to rank, it can weigh on the whole domain. So the fix for crawled-not-indexed is not a trick. It is to make the page genuinely more useful and distinct, consolidate the near-duplicates, and strengthen the internal links pointing to it, then request indexing once. Pages move into the index when the quality signal changes.
What actually ranks in 2026
Once a page is indexed, ranking comes down to a smaller set of things than the SEO industry implies. The dominant factor is still whether the page genuinely answers the query better than the alternatives, backed by real expertise and trust. Everything else is secondary to that. But a few technical and quality signals reliably help or hurt, and they are worth knowing so you do not chase the ones that do not matter.
Helpful, people-first content and E-E-A-T
The biggest lever. Since the helpful content system moved into the core algorithm in March 2024, Google rewards content that shows first-hand experience and expertise and demotes thin, unoriginal pages across the whole site.
Core Web Vitals, a tie-breaker not a trump card
LCP good at 2.5s or less, INP good at 200ms or less, and CLS good at 0.1 or less, on real visitors. A genuine signal, but it rarely beats stronger content. Treat it as hygiene that removes a disadvantage.
Crawlable, indexable, well-structured pages
Clean titles and headings, a valid sitemap of indexable URLs, correct canonicals, and internal links that route authority to your important pages. This is what clears the indexing gate in the first place.
Mobile-first and HTTPS
Google indexes the mobile version of your site, so the mobile experience is the one that counts, and a secure HTTPS site is the baseline expectation. Failing either is a handicap you do not want.
What does not move the needle the way people think: keyword density tricks, meta keywords, sheer word count, and chasing a perfect PageSpeed score. If speed specifically is your issue, our PageSpeed Insights guide and speed optimization service handle the field metrics that actually count.
Manual actions versus algorithmic drops
When rankings fall off a cliff, there are two very different causes, and Search Console tells you which one you have. Open Security and Manual Actions, then Manual Actions. If Google has taken a manual action against your site, it is listed there by name, with the exact violation. If it says "No issues detected," your drop is algorithmic, and the two need opposite responses.
Manual action
A human reviewer flagged a specific violation, spammy links, thin or cloaked content, unnatural markup. Google names it. You fix the violation, then submit a reconsideration request explaining what happened and what you changed. Google reviews it, usually within days to a couple of weeks.
Algorithmic drop
No manual action, usually a core update reassessing your site. There is no request to file and no one to appeal to. You recover by improving the site over time: stronger content, clearer expertise, removing thin pages, and fixing technical health, then waiting for future crawls and updates.
The reason this distinction matters so much is that filing a reconsideration request for an algorithmic drop does nothing, and waiting patiently through an algorithmic recovery process when you actually have a fixable manual action wastes weeks of lost traffic. We identify which one you have before touching anything. If a page or site vanished suddenly, the deindexed site recovery and ranking drop diagnosis pages go deeper.
Getting cited by AI search
Search is no longer only ten blue links. Google AI Overviews, ChatGPT, and Perplexity increasingly answer questions directly and cite a handful of sources, and being one of those cited sources is the new visibility. AI Overview coverage grew fast and unevenly through 2025, from around 6.5 percent of queries in January 2025 to a peak near 25 percent by mid-year on Semrush tracking, before Google recalibrated it down. And the click cost is real: in a December 2025 Ahrefs study of 300,000 keywords, an AI Overview correlated with a 58 percent lower click-through rate for the top-ranking page, up sharply from 34.5 percent in April 2025. When the answer sits above your result, the citation matters as much as the rank.
The practice of earning those citations is called Generative Engine Optimization, and it overlaps with good SEO but is not identical. What the research finds gets content cited: answering the question in the first sentence of a section rather than burying it, clear headings and short quotable statements, specific figures attributed to named sources, structured data like FAQ and Article schema, and keeping the important material high on the page. And ranking first is no longer the price of entry. Ahrefs found only 38 percent of AI Overview citations came from a page ranking in the top 10 for that query, down from 76 percent in July 2025, so well-structured, genuinely authoritative content can be cited even before it ranks near the top.
This is also why this very page is built the way it is, answer-first sections, a quotable facts block, a clean reference table, named sources, and schema. It is the same structure we build into client pages so they are legible to both Google and the language models now sitting on top of it. If AI visibility is a goal, we can restructure your key pages to be citable.
Route your symptom to a fix
Match what you are seeing to the specific page that diagnoses and fixes it. Every link below is a detailed fix guide with the causes, the steps, and the option to have us do it in two hours.
| What you are seeing | What it means and the fix |
|---|---|
| Search Console shows pages "not indexed" and you are not sure why | The general case, covering noindex tags, robots.txt blocks, crawl issues, and quality exclusions. Start here to diagnose the specific cause. |
| A WordPress site is not appearing in Google at all | WordPress-specific causes: the "Discourage search engines" setting, Yoast or Rank Math noindex configuration, and security plugins blocking bots. |
| A brand new site or new pages will not show up | New content Google has not discovered or trusted yet. Accelerate discovery with sitemaps, internal links, and indexing requests. |
| A Shopify store is not showing in Google | Shopify-specific causes: a password-protected storefront, theme noindex tags, thin product pages, and duplicate collection URLs. |
| Pages that used to rank suddenly disappeared from Google | Sudden deindexing from a penalty, a hack, an accidental sitewide noindex, or a botched migration. Time-sensitive. |
| Rankings dropped but pages are still indexed | A ranking problem, not an indexing one. Algorithm updates, lost links, technical regressions, or stronger competitors. |
| Search Console is full of coverage or crawl errors | Interpreting and clearing the specific errors in the report so your important pages get crawled and indexed properly. |
| Google reports crawl errors on your site | Googlebot is hitting errors while crawling: server responses, broken links, blocked resources, and redirect problems. |
| Your XML sitemap is throwing errors | A sitemap that returns errors, lists non-indexable or redirecting URLs, or was never submitted, so Google struggles to discover pages. |
| A robots.txt rule is blocking Google from your content | Disallow rules, often left over from staging or added by a plugin, keeping Google out of pages that should rank. |
| Your site fails Core Web Vitals or loads slowly | The speed and stability signals Google measures on real visitors. A ranking tie-breaker and a conversion issue. |
| You want the full transactional SEO fix service | Our done-for-you SEO and Google visibility service, with the audit, technical fixes, and reporting bundled. |
How we fix it
Triage the report
We read your Search Console Page Indexing report, separate the harmless exclusions from the real blockers, and confirm for each page whether you have an indexing problem or a ranking problem.
Fix the actual cause
We remove the stray noindex or robots.txt block, fix the server or redirect error, improve or consolidate thin pages, correct canonicals and sitemaps, and address penalties, whatever the specific status calls for.
Request and verify
We submit the corrected pages for indexing, confirm through the URL Inspection tool that Google now sees them as indexable, and set expectations on how long crawling and recovery will take.
Flat $49 to $149 per fix, done in two hours when scope fits, money back if we cannot resolve the technical issue. For the full done-for-you service, see the Google and SEO issue service, or for ongoing work across many pages, the monthly plans.
Google Search Console and SEO FAQ
What does "Crawled - currently not indexed" mean in Google Search Console?
It means Google fetched the page, looked at it, and decided not to add it to the index for now. This is different from "Discovered - currently not indexed," where Google knows the URL exists but has not crawled it yet. Crawled but not indexed is almost always a quality and value judgment, not a technical block. Google saw the page and was not convinced it deserved a spot, usually because the content is thin, near-duplicate of another page, or does not add anything a searcher cannot already find. The fix is not to keep hitting "Request indexing." It is to make the page genuinely more useful and distinct, strengthen internal links to it, and remove or consolidate the near-duplicates around it. Pages can and do move from this state into the index once the quality signal improves.
What does "Discovered - currently not indexed" mean, and is it a problem?
It means Google has found the URL, usually through your sitemap or a link, but has not crawled it yet, so it cannot be indexed. On its own it is often temporary and normal, especially for new pages or a site that just published a batch of content. It becomes a real problem when large numbers of pages sit in this state for weeks. That usually points to crawl budget being wasted on low-value URLs, a slow server that Google is throttling itself against, weak internal linking so important pages look unimportant, or an overall site-quality signal that makes Google reluctant to spend crawl resources. The fix is to make the pages easy and worthwhile to crawl: faster hosting, a clean sitemap of only indexable URLs, stronger internal links to the pages that matter, and pruning the low-value pages competing for attention.
Google Search Console says my pages are not indexed. Should I panic?
No, and the first step is to read which status it is showing, because most of the scary-looking labels are harmless. Statuses like "Alternate page with proper canonical tag," "Page with redirect," and "Duplicate without user-selected canonical" are Google working exactly as intended, and there is nothing to fix. The ones that genuinely need action are the errors, a server error, a soft 404, a page blocked by robots.txt or marked noindex that you did not mean to block, and pages that are crawled or discovered but not indexed at scale. So do not treat the "not indexed" count as a single problem. Open the report, see the specific reasons, and separate the normal exclusions from the real blockers. That triage is exactly what we do first on every SEO job.
What is the difference between indexing and ranking?
Indexing means Google has your page in its database and it is eligible to appear in search results. Ranking is where it appears for a given query. They are two separate gates and you must pass the first to reach the second. A page that is not indexed cannot rank at all, no matter how good it is, because Google does not have it. A page that is indexed but ranks on page five has cleared the indexing gate and now has a ranking problem, which is a different fix, usually content quality, relevance, internal linking, and authority. You can check indexing with a "site:yourdomain.com" search or the URL Inspection tool in Search Console. If the page is indexed, the work is ranking. If it is not indexed, the work is getting it indexed first.
Why is my page marked "Excluded by noindex tag" when I never added one?
Because something on your site is emitting a noindex instruction without you realizing it. The usual sources are an SEO plugin like Yoast or Rank Math set to noindex a whole post type, category, or tag; a theme or page-builder setting; a leftover "Discourage search engines from indexing this site" checkbox in WordPress that gets switched on during development and never turned off; or an X-Robots-Tag header added at the server or CDN level. The noindex is invisible to visitors, so it hides in plain sight. We find where it is coming from by inspecting the page source and HTTP headers, remove it from the pages that should be indexed, and confirm through the URL Inspection tool that Google now sees an indexable page.
If I block a page in robots.txt, will that keep it out of Google?
Not reliably, and this is the single most common technical misunderstanding in SEO. Robots.txt controls crawling, not indexing. If you disallow a URL in robots.txt, Google will not fetch it, but it can still index the URL, often showing it with no description, if it finds links pointing to it. Worse, because Google cannot crawl a blocked page, it can never see a noindex tag on that page, so blocking it in robots.txt actively prevents the correct signal from working. The rule is simple: to keep a page out of the index, allow Google to crawl it and put a noindex tag on it. To keep Google from wasting crawl budget on unimportant sections, robots.txt is the right tool. Using the wrong one is why so many pages either leak into the index or refuse to leave it.
My rankings dropped suddenly. Is it a penalty or an algorithm update?
Check Search Console first, because it tells you directly. Go to Security and Manual Actions, then Manual Actions. If there is a manual action, Google names the exact violation, and after you fix it you submit a reconsideration request and Google reviews it, usually within a few days to a couple of weeks. If it says "No issues detected," your drop is algorithmic, and there is no request to file and no human to appeal to. Algorithmic drops, most often from a core update, are recovered by improving the site over time: stronger content, clearer expertise and trust signals, removing or rewriting thin pages, and fixing technical health. Manual actions are a specific, fixable event. Algorithmic drops are a direction you correct. We diagnose which one you have before touching anything, because the wrong response wastes weeks.
Does site speed and Core Web Vitals actually affect my ranking?
Yes, but with less weight than most people fear, and only measured on your real visitors. Core Web Vitals are three field metrics: Largest Contentful Paint for loading, which is good at 2.5 seconds or less; Interaction to Next Paint for responsiveness, which replaced First Input Delay in March 2024 and is good at 200 milliseconds or less; and Cumulative Layout Shift for visual stability, good at 0.1 or less, all judged at the 75th percentile of your visitors. They are a genuine ranking signal, but a tie-breaker rather than a primary one. A fast page with weak content still loses to a slower page that answers the query better. So we treat speed as necessary hygiene that removes a disadvantage, not as a way to outrank strong content. If speed is your specific problem, our speed and Core Web Vitals work handles it directly.
How do I get my content cited by AI Overviews and ChatGPT?
By making it easy for a machine to extract a clean, correct answer and attribute it to you. The patterns that earn AI citations are consistent across studies: answer the question in the first sentence of a section rather than burying it, use clear headings and short quotable statements, include specific figures with named sources, add FAQ and Article structured data, keep the important material high on the page, and maintain real expertise and trust signals. This is called Generative Engine Optimization, and it overlaps with good SEO but is not identical. Ranking first is no longer required: Ahrefs found only 38 percent of AI Overview citations came from a page in the top 10 for that query, down from 76 percent in July 2025, so well-structured, genuinely authoritative content can be cited even when it is not ranking first. This matters more each year because AI Overviews suppress clicks to the results below them, with Ahrefs measuring a 58 percent lower click-through rate for the top-ranking page when an AI Overview is present. We build pages this way, and we can restructure yours to be citable.
How long does it take to get indexed or recover rankings after you fix the problem?
It depends on which gate you were stuck at. When the blocker is technical, a stray noindex, a robots.txt rule, a server error, pages usually start indexing within a few days of the fix once we request indexing through Search Console, and sometimes within hours. When the blocker is quality, crawled or discovered but not indexed, it is slower, because Google has to re-crawl, re-evaluate, and change its mind, which can take a few weeks. Ranking recovery after a technical fix often shows in days to weeks. Recovery from an algorithmic drop is the slowest, because it improves across future crawls and updates rather than at a single moment. We are honest about this on every job: we can control the fix and the request, we cannot control Google's crawl schedule, so we set the expectation up front.
Sources and further reading
Statuses, thresholds, and directives on this page trace to Google Search Central, the Search Console help documentation, the Google Search blog, and web.dev. The AI search figures are attributed inline to the Ahrefs and Semrush studies linked below, with their dates and sample sizes stated in the text.
- Google Search Console Help: Page Indexing report (all statuses and definitions)
- Google Search Central: Block Search indexing with noindex (exact noindex and robots.txt wording)
- Google Search Central: Robots meta tag and X-Robots-Tag specifications
- Google Search Central: Introducing INP to Core Web Vitals
- web.dev: Web Vitals metrics and thresholds (LCP 2.5s, INP 200ms, CLS 0.1, 75th percentile)
- Google Search Central: Core Web Vitals and page experience
- Google Search Central: March 2024 core update and new spam policies (helpful content into core; 40% to 45% reduction)
- Google Search Console Help: Manual actions report
- Ahrefs: AI Overviews reduce clicks by 58% (December 2025, 300,000 keywords)
- Ahrefs: 38% of AI Overview citations pull from the top 10 (down from 76%)
- Semrush: AI Overviews study and coverage tracking