Why Your Site Stopped Growing in Google Search
When a business says "we get no leads from Google," the actual cause is almost never a single issue. In our experience working on technical SEO audits, sites that plateau almost always face a combination of technical blockers, content-intent mismatches, and conversion problems at the same time. The good news is that each of these has a diagnostic path - and once you know which scenario you're in, the fix becomes obvious. This article walks you through a four-scenario diagnostic framework, a 20-minute self-check, and the twelve errors we find most often, each broken down by symptom, check, cause, and fix.
The 2026 search landscape makes this more urgent than it was a few years ago. According to SparkToro's 2024 zero-click study, only about 360-374 clicks out of every 1,000 Google searches reach an external website. Zero-click results, AI Overviews, and featured snippets now handle the rest. That means every click has become more valuable - and every technical error or weak snippet costs more than it used to.
Four Scenarios: Mapping Where You Actually Lose Growth
"The site isn't growing" covers four fundamentally different situations that require four different responses. Diagnosing which scenario applies to your site is the most important first step - treating all four with the same tactic is the most common mistake we see.
Scenario 1: Pages Are Not Getting Indexed
If Google cannot see your pages, no amount of content or backlinks will help. This scenario shows up as zero organic traffic despite published content, or a sudden drop to zero after a redesign.
- Where to look: Google Search Console - Coverage report, then URL Inspection on your most important pages
- Red flags: "Excluded by noindex tag," "Blocked by robots.txt," "Soft 404," pages showing "Not indexed" status
- Who is affected: Sites after redesigns, new CMS migrations, or stores running development configurations in production
Scenario 2: Pages Are Indexed but Get No Impressions
Pages can sit in Google's index without ever appearing for any searches. This happens when the content doesn't align with what people actually search for, or when there is simply no search demand for the topic as written.
- Where to look: GSC - Performance report - filter by your key pages, check impressions over 3-6 months
- Red flags: Zero impressions on commercial pages, pages ranking for only branded queries, content targeting topics with very low search volume
- Who is affected: Sites with a lot of content written "for SEO" without intent research
Scenario 3: Impressions Exist but CTR Is Low
Impressions mean Google is showing your pages - but if users aren't clicking, you're getting visibility without traffic. In the AI Overviews era, this gap is widening. Pew Research Center (2025) found that when an AI summary appears in results, users are significantly less likely to click on organic links below it.
- Where to look: GSC - Performance - sort by impressions, check CTR column; inspect your actual title and description in live Google results
- Red flags: CTR below 1.5% at positions 1-10, titles getting rewritten by Google, AI Overviews appearing for your main queries
- Who is affected: Informational content competing directly with AI Overviews, pages with weak or truncated titles
Scenario 4: Traffic Exists but No Conversions
Traffic without leads means something breaks between the user arriving and submitting a form or making contact. This scenario is often invisible until someone checks the analytics setup - frequently events are not configured, so the problem has been growing silently for months.
- Where to look: GA4 funnel from session to form submission; heatmaps if available; mobile form testing
- Red flags: No conversion events in GA4, bounce rate above 80%, forms that work on desktop but fail on mobile, no trust elements (cases, testimonials, numbers)
- Who is affected: Sites with informational traffic but commercial intent, sites with GA4 set up at "default" without custom events
| Symptom | Scenario | Where to check | Who you need |
|---|---|---|---|
| Content published, traffic is zero | 1 - Indexation | GSC Coverage, URL Inspection | SEO + Dev |
| Pages indexed, no impressions | 2 - Visibility | GSC Performance - impressions | SEO + Content |
| Impressions, low CTR | 3 - CTR | GSC Performance - CTR, live SERP | SEO + Copywriting |
| Traffic exists, CRM is empty | 4 - Conversion | GA4 funnel, forms, heatmaps | UX + Analytics + Dev |
20-Minute Self-Diagnosis Checklist
With access to Google Search Console and GA4, you can identify which of the four scenarios applies to your site in under 20 minutes. You don't need any paid tools for this initial pass - just the two free Google products most sites already have installed.
Step 1: Indexation Check (5 minutes)
- Open GSC - Coverage (Index - Pages): look at "Errors" and "Excluded" columns
- Run
site:yourdomain.comin Google - how many pages appear? - Use URL Inspection on 3-5 key pages: are they indexed and is the canonical what you expect?
- Red flag: noindex tag present, "Blocked by robots.txt," "Soft 404," or fewer pages in the index than you published
Step 2: Visibility Check (5 minutes)
- GSC - Performance: check impressions over the last 3 and 6 months
- Compare periods: is there a trend up, flat, or declining?
- Filter by your top commercial pages: do they appear at all?
- Red flag: Zero impressions on commercial pages; 30%+ drop in impressions over the last 90 days
Step 3: CTR and Snippet Check (5 minutes)
- GSC - Performance: sort pages by impressions, then check the CTR column
- Identify pages with high impressions and CTR below 2% - these are your snippet optimization priorities
- Open Google and search for your main keyword - check what your title and description actually look like
- Red flag: CTR below 1.5% at positions 1-10; Google is rewriting your title to something different
Step 4: Conversion and Analytics Check (5 minutes)
- GA4 - Explore: build a simple funnel from session to your key conversion event (form_submit, click_phone)
- Check GA4 DebugView: are any conversion events actually firing?
- Look at bounce rate and engagement rate for your organic landing pages
- Red flag: No events configured in GA4; bounce rate above 80%; zero conversions despite traffic
Top 12 Errors: Symptom - Check - Cause - Fix
These twelve errors appear most frequently in the SEO audits we run for clients. We've structured each one the same way: what the business sees, how to verify it technically, what's actually causing it, and what to do. Not all twelve will apply to your site at once - start with the scenario from the diagnostic above and go from there.
Error 1: noindex Where You Don't Expect It
Symptom: "We published 50 pages - traffic is zero" or "Everything disappeared after the redesign."
Check: GSC - URL Inspection - look for "Page is not indexed" status. Also inspect the <meta name="robots" content="noindex"> tag in the page source and the X-Robots-Tag HTTP header.
Cause: Developers added noindex during staging and never removed it before launch. A CMS plugin enabled noindex for categories, tags, or search result pages. After a migration, the production site inherited development-environment settings.
Fix: Remove noindex from all production pages that should rank. Submit affected URLs for re-indexation via GSC. Review your CMS's global indexing settings, not just individual pages. See: Google Search Central - Block indexing.
Error 2: Wrong Canonical or Duplicate Pages
Symptom: "The wrong page is ranking" or "We have traffic, but it goes to a URL we didn't optimize."
Check: URL Inspection - look at the "Google-selected canonical" field. This may not match the canonical tag you specified in your HTML.
Cause: The site is accessible under multiple URLs (www and non-www, HTTP and HTTPS, with and without trailing slash). The CMS generates duplicates for tags, pagination, or UTM parameters. The canonical tag points to the wrong version or is missing entirely.
Fix: Enforce a single URL format with 301/308 redirects for all variants. Add an explicit canonical tag to every page. For multilingual sites, add hreflang. See: Google Search Central - Canonicalization troubleshooting.
Error 3: Broken Redirects After Redesign
Symptom: "Traffic dropped 40-60% after the redesign."
Check: Map old URLs against new URLs. Verify response codes - all permanent moves should return 301 or 308, not 302. Check GSC Coverage for a spike in 404 errors appearing after launch.
Cause: URLs changed during the redesign without redirect mapping. Redirect chains (A to B to C) instead of direct redirects (A to C). A 302 was used instead of 301 for what should be a permanent move.
Fix: Build a complete old-URL to new-URL mapping before launching any redesign. Set up server-side 301/308 redirects. Eliminate redirect chains. Verify with a crawl tool (Screaming Frog, Ahrefs Site Audit) post-launch. See: Google Search Central - Redirects and Google Search.
Error 4: JavaScript or SPA - Google Sees an Empty Page
Symptom: Pages are indexed but content doesn't rank. URL Inspection's "View rendered page" shows something different from what users see in the browser.
Check: URL Inspection - "View rendered page" tab. Compare the rendered HTML with what your browser shows. Look for missing text blocks or empty body content in the rendered version.
Cause: Content is delivered via JavaScript after page load (client-side rendering). Google processes JavaScript through a delayed rendering queue, meaning some content gets indexed late or not at all. Dynamic rendering was added as a workaround but introduces its own fragility.
Fix: Move to Server-Side Rendering (SSR) or static generation (SSG). Critical content - headings, body text, key metadata - must be present in the initial HTML before JavaScript executes. Dynamic rendering is no longer a recommended approach by Google. See: Google Search Central - Dynamic rendering.
Error 5: Mobile Version Doesn't Match Desktop
Symptom: "Mobile Usability" warnings in GSC; content that appears on desktop is absent or hidden on mobile.
Check: URL Inspection - check how Googlebot Smartphone renders the page. Use Google's Mobile-Friendly Test. Compare the text and structured content between mobile and desktop views of the same page.
Cause: Google uses mobile-first indexing - it crawls and indexes your mobile version and uses it as the basis for ranking. If your mobile version has less content, hidden text blocks, or different headings, that's what gets indexed.
Fix: Ensure identical content on mobile and desktop. Don't hide important text behind accordions purely to save mobile screen space - collapsed content can still be indexed, but it's a risk. Use responsive design rather than a separate m. subdomain. See: Google Search Central - Mobile-first indexing.
Error 6: Slow Load Times and Poor Core Web Vitals
Symptom: Traffic exists, conversions are low. Positions are weaker than competitors despite comparable content quality.
Check: PageSpeed Insights on your key landing pages. GSC - Core Web Vitals report. Chrome DevTools - Lighthouse audit. Look at LCP (Largest Contentful Paint), INP (Interaction to Next Paint), and CLS (Cumulative Layout Shift).
Cause: Unoptimized images, third-party scripts (ads, live chat widgets, tracking pixels) blocking render, slow server TTFB, no CDN, critical CSS not inlined.
Fix: Convert images to WebP with lazy loading. Audit third-party scripts - load them async or remove the ones that aren't earning their weight. Configure caching and a CDN. Keep in mind: according to Google Think (SOASTA study), when mobile page load time goes from 1 to 10 seconds, the probability of a user bouncing increases by 123%. CWV are a ranking signal in competitive situations - they won't make a weak page rank, but poor scores actively cost you in close contests. See: web.dev - Core Web Vitals business impact case studies.
Error 7: Content Doesn't Match Search Intent
Symptom: Impressions in GSC, but very few clicks. Rankings at positions 5-15 with minimal traffic.
Check: GSC - Performance - filter by a specific page, look at the queries triggering it. Are they informational or commercial? Then check the actual SERP manually: does the top 10 show articles, product pages, or service pages?
Cause: A commercial landing page is optimized for an informational query (or vice versa). The user wants to understand how something works; the page is trying to sell. Google reads intent from the top-ranking pages and rewards content that matches it.
Fix: Research the top 10 results for your target query before writing or restructuring a page. If the intent is informational, you need an article - not a landing page. If it's commercial, structure the page around the buying decision, not explanation. Rewrite your title and H1 to align with actual intent. See: Google Search Central - Creating helpful, people-first content.
Error 8: Content Without E-E-A-T - "Written for the Keyword"
Symptom: Articles published, but no ranking movement. Traffic dropped after a Google core update.
Check: Compare your top articles with the top 3 competitors for the same query: depth, original data, authorship, recency. If competitors have first-hand case studies and yours has generalized advice, that's the gap.
Cause: Content was created to target a keyword rather than to address a real information need. No named author with demonstrated expertise. Thin or secondary content without unique data, real examples, or genuine experience. Content hasn't been updated in 12+ months.
Fix: Write from genuine team experience. Name authors with relevant credentials. Add real cases, specific numbers, and observations from your own work. Build a process for reviewing and updating older content - not a one-time cleanup, but a recurring practice.
Error 9: Weak Title and Snippet - Low CTR
Symptom: Ranking at positions 3-8 with CTR below 2%.
Check: GSC - Performance - sort by impressions and check CTR. Then compare your title in the live SERP against competitors at the same positions.
Cause: Title is too generic or gets truncated by Google. The meta description doesn't communicate value. Google rewrites your title when it finds it inconsistent with the page content - which also signals a content-title alignment problem.
Fix: Keep titles under 60 characters, with the primary keyword toward the front. Write meta descriptions at 150-160 characters with a clear value statement. Consider FAQ or review structured data where appropriate - but note that Google does not guarantee rich result display even with correct markup. See: Google Search Central - Structured data policies.
Error 10: No Proper Analytics - Flying Blind
Symptom: "We don't know where our leads come from." GA4 is installed but has no conversion events, or data looks wrong.
Check: GA4 - Admin - DebugView: are conversion events firing? Check for form_submit, click events, and any purchase or lead events. Also verify UTM parameters are applied consistently to all paid campaign links.
Cause: GA4 was set up with default auto-events, which don't include custom form submissions. Forms don't pass events to the data layer. UTM parameters break on redirects or are inconsistently applied.
Fix: Conduct an analytics audit: define your key conversion events and implement them via Google Tag Manager. Verify UTM markup across all campaigns. Build a Looker Studio dashboard with the 5-6 metrics that actually drive decisions. Without working analytics, you cannot know whether any SEO work is producing results.
Error 11: No Internal Linking, or Chaotic Internal Linking
Symptom: Strong articles aren't getting traction - they exist in isolation with no internal links pointing to them.
Check: Use Ahrefs or Screaming Frog to identify "orphan pages" - pages with zero internal links pointing to them. These are invisible to both users and search crawlers navigating your site.
Cause: Content is created without a systematic plan. New articles aren't connected to existing ones. There's no hub-and-spoke or topic cluster structure - just individual pages that don't reinforce each other.
Fix: Build topic clusters: one pillar page covering a broad topic, supported by related articles that link back to it. Every new article should link to at least 2-3 relevant existing pages, and those pages should link back when relevant. Anchor text should describe the target page topic - not generic phrases like "click here" or "read more."
Error 12: Traffic Exists - No Conversions (UX and CRO)
Symptom: GSC and GA show traffic, CRM is empty. Leads from Google are zero despite visible organic visits.
Check: Build a GA4 funnel: session - page view - form view - form submission. Use heatmaps (Hotjar or equivalent) to see where users drop off. Test every form on mobile yourself.
Cause: UX problems: the form is hard to find, doesn't work on mobile, or has too many fields. The CTA doesn't match the "temperature" of the traffic (informational visitors arriving at a high-pressure sales form). Missing trust elements: no case studies, no numbers, no evidence that the company delivers.
Fix: Run a CRO audit: simplify forms, move CTAs to where users actually scroll, and verify mobile UX thoroughly. As a benchmark, median landing page conversion is around 6.6% (Unbounce, Q4 2024) - if you're below 2%, there's a clear structural problem, not a traffic problem.
When You Can Fix It Yourself vs. When You Need a Team
Some SEO tasks are genuinely self-service - they require access to the right tools and a few hours, not a specialist. Others involve architectural decisions or cross-functional coordination that go beyond what a single person can execute reliably while running a business. The distinction matters because mixing the two categories leads to either wasted agency spend or underestimated internal effort.
What You Can Do Yourself
| Task | Tool | Complexity |
|---|---|---|
| Check indexation status | Google Search Console | Low |
| Find noindex tags and robots.txt errors | GSC, URL Inspection | Low |
| Measure page speed | PageSpeed Insights | Low |
| Fix title and meta description | CMS | Low |
| Set up GA4 conversion goals | GA4 + GTM | Medium |
| Write and publish new content | CMS | Medium |
Where You Need a Team
| Task | Roles Needed | Why It's Hard to DIY |
|---|---|---|
| Fix canonical and duplicate issues at scale | SEO + Developer | Requires server-side configuration |
| Migrate SPA to SSR or SSG | Developer | Architectural decision with wide impact |
| Fix Core Web Vitals | Developer + UX | Requires code-level optimization |
| Build content strategy with intent mapping | SEO + Content | Needs semantic research and prioritization |
| CRO audit and A/B testing | UX + Analytics | Requires data, hypotheses, and iteration |
| Systematic SEO growth | Full team | SEO + dev + content + analytics must coordinate |
The pattern is consistent: individual problems have individual fixes, but systematic growth requires a coordinated team. A developer fixing technical issues without an SEO plan produces a fast site that still doesn't rank. An SEO strategy without developer execution stays in a spreadsheet. The companies that grow organically at scale have all four roles operating together - SEO, development, content, and analytics.
How Systematic SEO Growth Actually Works
Fixing individual errors is necessary but not sufficient. Growth that holds over time comes from a repeatable process, not one-off corrections. This is the four-stage model we use internally and apply to client projects.
Stage 1: Audit
Before building a roadmap, you need an accurate picture of where the site stands. A complete audit covers three dimensions:
- Technical SEO audit: Indexation, canonical configuration, redirect structure, Core Web Vitals, mobile rendering, JavaScript crawlability
- Content audit: Intent alignment, E-E-A-T quality, content freshness, keyword coverage gaps
- Analytics audit: GSC + GA4 data quality, conversion event configuration, UTM consistency, funnel coverage
The output is a prioritized list of problems - not everything ranked equally urgent, but ordered by estimated impact versus implementation effort.
Stage 2: Roadmap
A roadmap translates audit findings into a sequenced plan. Technical blockers almost always come first - there's no point producing content if indexation is broken. Then content and CRO work runs in parallel with ongoing technical maintenance.
- Sprints organized by theme: technical fixes, then content cluster development, then conversion optimization
- Each task has an owner (SEO strategist, developer, copywriter, or analyst) and a deadline
- The artifact is a living document in Notion, Jira, or equivalent - not a PDF that gets filed away
Stage 3: Implementation
Every technical change should be verified against GSC after deployment - not assumed to be working correctly. Content is built around semantic clusters, not individual articles. CRO improvements are measured before and after, not applied blindly.
Stage 4: Measurement
Reporting on SEO using only position rankings misses most of what matters. The metrics that reflect actual business performance are impressions (Google is seeing you), CTR (users are choosing to click), organic sessions, conversion rate from organic, and leads generated. Monthly reporting should answer three questions: what changed, what caused it, and what comes next.
SEO is not a project with a finish line. Results depend on niche, competition level, resources invested, and consistency over time. Any promise of guaranteed positions or guaranteed traffic volume should be treated with skepticism - including from us. What a good process delivers is predictability and a clear line from actions to outcomes.
AI Overviews and Zero-Click Search: What Changes in 2026
The context for organic search has shifted materially in the past two years. Zero-click behavior and AI-generated summaries are not emerging trends - they are the current baseline, and they require a strategic adjustment, not a wait-and-see posture.
What's Happening to Clicks
According to SparkToro's 2024 study, only around 370 out of every 1,000 Google searches in the US and EU result in a click to an external website. The rest end on Google's properties: AI Overviews, featured snippets, knowledge panels, or zero-click. This doesn't mean SEO is dead - it means the 370 clicks are now more contested and each one carries more value.
When an AI Overview appears for a query, Semrush's 2025 AI Overviews study found that CTR for organic results below the block drops noticeably. Informational queries are more likely to trigger AI Overviews than commercial ones - which is relevant for deciding which content types to prioritize.
How to Adapt Your Content for AI Features
Google's own documentation on AI features and your website makes the strategy clear: write content that directly answers specific questions, use clear section structure, and build genuine authority. There is no shortcut to appearing in AI Overviews - Google selects sources algorithmically based on quality and relevance signals.
- Inverted pyramid structure: Each section should answer its central question in the first 2-3 sentences. An AI reading only the opening of a section should capture the main point.
- FAQ sections: One of the most frequently cited formats in AI Overviews. Structure them with H3 questions and direct answers in the opening sentence.
- E-E-A-T signals: Named authors, original data, source citations, and concrete case examples are what separate content that gets cited from content that gets ignored.
- Structured data: FAQPage, Article, and BreadcrumbList markup helps Google understand content type and structure. It does not guarantee rich results, but it's a useful signal.
Redefining Visibility Beyond Position 1
The goal of SEO in 2026 is not exclusively a first-position ranking. It's visibility across featured snippets, People Also Ask panels, AI Overviews, and image packs - plus the actual traffic and conversions that result from that visibility. A site that ranks third but has a stronger snippet and appears in an AI Overview can outperform a site in position one with a weak title and no structured content.
Commercial traffic - product and service queries with clear buying intent - is less affected by AI Overviews than informational content. If your business depends on leads from Google, focusing content investment on commercial and transactional queries where AI Overviews appear less frequently is a defensible strategy right now.
Frequently Asked Questions
Why is my site indexed but not growing in Google?
Indexation is only the first step. If your pages are indexed but not growing, the likely causes are: your content doesn't align with what users actually search for (intent mismatch), there is no search demand for the keywords you're targeting, or your snippet is losing clicks to competitors or AI Overviews. Indexation confirms Google can see your page - ranking requires relevance, authority, and a competitive snippet.
How do I figure out why traffic dropped after a redesign?
Check two things first: did the URL structure change, and are there redirects from old URLs to new ones? If URLs changed without 301/308 redirects, all previously acquired ranking signals were abandoned. Second, check GSC Coverage for a spike in 404 errors post-launch. Third, verify that no pages were accidentally left with a noindex tag from the staging environment. These three causes account for the vast majority of post-redesign traffic drops.
What are Core Web Vitals and do they affect rankings?
Core Web Vitals are three page quality metrics: LCP (how fast the main content loads), INP (how quickly the page responds to user input), and CLS (how much the layout shifts during load). Google uses them as a ranking signal "in competitive situations" - meaning when two pages are otherwise comparable, better CWV can tip the result. They don't substitute for content relevance, but poor CWV actively hurts you: mobile page load time increasing from 1 to 10 seconds correlates with a 123% increase in bounce rate.
Why do I have traffic but no leads from Google?
Traffic without conversions usually means one of three things: the traffic is informational (users seeking information, not services), the UX breaks the conversion flow (form is hard to find, fails on mobile, or has too many fields), or trust signals are missing (no case studies, testimonials, or concrete evidence of results). Start by checking GA4: are conversion events configured and firing? If there's no event data, you may have had this problem for much longer than you realize.
How do I get into Google AI Overviews?
There is no guaranteed method. Google selects AI Overview sources algorithmically based on quality, relevance, and authority signals. The practices that give you the best chance are: writing direct answers in the opening paragraph of each section, including an FAQ section with specific question-answer pairs, building E-E-A-T signals (authorship, sources, data), and using structured data (FAQPage, Article). These are the same practices that produce well-ranking content generally - AI Overviews reward the same fundamentals.
What is zero-click search and how should I respond to it?
Zero-click search describes queries where the user gets their answer directly on Google's results page and doesn't click through to any external site. SparkToro's 2024 study estimates that roughly 63% of US Google searches end without a click to the open web. The strategic response is to focus content investment on commercial and transactional queries (which are less affected by zero-click than informational queries), optimize your snippet aggressively to earn the clicks that do occur, and measure SEO success by conversions - not just traffic volume.
Do I need an SEO audit if my site was just launched?
Yes, but with different priorities. At launch, the critical items are: correct indexation setup (sitemap submitted to GSC, robots.txt checked, no accidental noindex), canonical configuration, redirect handling for any previous URL structure, fast mobile loading, and GA4 with conversion events configured. Content strategy and link building come after the foundation is solid. Technical errors at launch can block growth for months before anyone realizes what went wrong.
Glossary
Indexation
The process by which Google crawls a page and adds it to its database (the index). Only indexed pages can appear in search results. A page can exist on your site and be completely invisible to Google if indexation is blocked.
Canonical (canonical URL)
An HTML tag that tells Google which version of a duplicated page is the "primary" one. When canonical is wrong or missing, Google chooses the canonical itself - and may pick the wrong version to rank.
Core Web Vitals (CWV)
Three page experience metrics: LCP (how fast main content loads), INP (how quickly the page responds to interaction), and CLS (how stable the visual layout is during load). Used as a ranking signal in competitive situations.
E-E-A-T
Experience, Expertise, Authoritativeness, Trustworthiness - the criteria Google's Quality Rater Guidelines use to evaluate content quality. Content that demonstrates real first-hand experience and credible expertise consistently outperforms content written primarily to rank.
Search Intent
The underlying goal behind a search query: informational ("what is"), commercial ("buy," "price"), or navigational ("company website"). Content must match the dominant intent of a query - a selling page rarely ranks for an informational query, and vice versa.
noindex
A meta tag or HTTP header that tells Google not to index a page. If present on a production page that should rank, that page will never appear in search results. One of the most common causes of "no traffic after launch."
AI Overviews
AI-generated answer blocks appearing at the top of Google results pages. They appear most frequently on informational queries and reduce the CTR of organic results below them. Previously called Search Generative Experience.
Zero-click search
A search session that ends without the user clicking through to an external website - the answer is provided directly on the Google results page via featured snippet, knowledge panel, or AI Overview. Roughly 63% of US Google searches end without a click (SparkToro, 2024).
robots.txt
A file on your web server that instructs search crawlers which pages or sections not to crawl. An error in robots.txt can block your entire site from being crawled - which prevents indexation entirely.
Soft 404
A page that returns a 200 (OK) HTTP status but displays a "page not found" message or contains no meaningful content. Google recommends returning a proper 404 status code for pages that don't actually exist.
What to Do Next
A site that stops growing in Google almost never has a single cause. The pattern we see consistently is a combination of technical blockers, content that doesn't match intent, and conversion problems - often compounding each other. The four-scenario framework in this article is designed to help you identify where the actual constraint is before investing effort in the wrong place.
- Start with the 20-minute GSC + GA4 diagnostic to identify your scenario (indexation, visibility, CTR, or conversion)
- Technical blockers (noindex, canonical, redirects, JS rendering) should be fixed first - they undermine everything else
- Content that targets keywords without matching intent or demonstrating real expertise won't rank regardless of volume
- AI Overviews and zero-click require structural content changes - direct answers early in each section, FAQ format, E-E-A-T signals
- Systematic growth requires coordination across SEO, development, content, and analytics - not a series of isolated fixes
- SEO is a process, not a project: results depend on niche, competition, resources, and consistency over time
If you recognized your situation in one or more of the twelve errors above, the next step is a structured look at your site from the outside. We run SEO and technical audits that produce a prioritized report of issues plus a roadmap with specific next steps - not a generic checklist, but a plan built around your site's actual state. Or, if you'd prefer to start with a conversation, we offer a short diagnostic call to work through your situation in 30 minutes. Request a Webdelo SEO audit (report + roadmap) or book a diagnostic call directly.
Why is my site indexed but not growing in Google?
Indexation is only the first step. If your pages are indexed but not growing, the likely causes are: your content doesn't align with what users actually search for (intent mismatch), there is no search demand for the keywords you're targeting, or your snippet is losing clicks to competitors or AI Overviews. Indexation confirms Google can see your page - ranking requires relevance, authority, and a competitive snippet.
How do I figure out why traffic dropped after a redesign?
Check two things first: did the URL structure change, and are there redirects from old URLs to new ones? If URLs changed without 301/308 redirects, all previously acquired ranking signals were abandoned. Second, check GSC Coverage for a spike in 404 errors post-launch. Third, verify that no pages were accidentally left with a noindex tag from the staging environment. These three causes account for the vast majority of post-redesign traffic drops.
What are Core Web Vitals and do they affect rankings?
Core Web Vitals are three page quality metrics: LCP (how fast the main content loads), INP (how quickly the page responds to user input), and CLS (how much the layout shifts during load). Google uses them as a ranking signal 'in competitive situations' - meaning when two pages are otherwise comparable, better CWV can tip the result. They don't substitute for content relevance, but poor CWV actively hurts you: mobile page load time increasing from 1 to 10 seconds correlates with a 123% increase in bounce rate.
Why do I have traffic but no leads from Google?
Traffic without conversions usually means one of three things: the traffic is informational (users seeking information, not services), the UX breaks the conversion flow (form is hard to find, fails on mobile, or has too many fields), or trust signals are missing (no case studies, testimonials, or concrete evidence of results). Start by checking GA4: are conversion events configured and firing? If there's no event data, you may have had this problem for much longer than you realize.
How do I get into Google AI Overviews?
There is no guaranteed method. Google selects AI Overview sources algorithmically based on quality, relevance, and authority signals. The practices that give you the best chance are: writing direct answers in the opening paragraph of each section, including an FAQ section with specific question-answer pairs, building E-E-A-T signals (authorship, sources, data), and using structured data (FAQPage, Article). These are the same practices that produce well-ranking content generally - AI Overviews reward the same fundamentals.
What is zero-click search and how should I respond to it?
Zero-click search describes queries where the user gets their answer directly on Google's results page and doesn't click through to any external site. SparkToro's 2024 study estimates that roughly 63% of US Google searches end without a click to the open web. The strategic response is to focus content investment on commercial and transactional queries (which are less affected by zero-click than informational queries), optimize your snippet aggressively to earn the clicks that do occur, and measure SEO success by conversions - not just traffic volume.
Do I need an SEO audit if my site was just launched?
Yes, but with different priorities. At launch, the critical items are: correct indexation setup (sitemap submitted to GSC, robots.txt checked, no accidental noindex), canonical configuration, redirect handling for any previous URL structure, fast mobile loading, and GA4 with conversion events configured. Content strategy and link building come after the foundation is solid. Technical errors at launch can block growth for months before anyone realizes what went wrong.