Use these SEO troubleshooting guides to diagnose indexing and ranking problems. Each guide is structured for practical implementation with checks, common causes, and remediation steps.
Most SEO problems fall into one of three categories: crawlability (can Google reach your page?), indexability (does Google decide to include it in its index?), and rankings (where does it appear in results?). Each category has different root causes and different fixes. Diagnosing which layer the problem is at is the first step — the guides below are organised by category.
Every SEO investigation starts in Google Search Console. The Coverage report shows which pages are indexed, which are excluded, and why. The URL Inspection tool lets you test any specific URL to see how Google last crawled it, what HTTP status it returned, whether it has a canonical issue, and whether the rendered HTML matches your source HTML. If you haven't verified your site in Search Console yet, that should be your first step before any other troubleshooting.
The most frequent reasons Google does not index a page:
<meta name="robots" content="noindex"> tag on the page explicitly tells Google not to index it. Often added accidentally during development.Disallow rule, Googlebot cannot crawl it at all and therefore cannot index it.New pages on small or low-authority sites typically take 1–4 weeks to be crawled and indexed without any manual intervention. Using the URL Inspection tool in Search Console and clicking "Request Indexing" can speed this up to 1–3 days for most pages. However, requesting indexing does not guarantee the page will be indexed — Google still evaluates quality and relevance independently. Submitting a sitemap ensures all your pages are known to Google, but discovery and indexing are separate steps.
Fix pages that never appear in Google Search results after publishing.
Search ConsoleResolve quality, duplication, and crawl-budget issues behind this status.
RankingsTriage sudden ranking loss after updates, migrations, or technical changes.