ToolSura Blog
ArticlesAboutContact
Search

Stay in the loop

Join thousands of developers getting weekly insights into modern web development, AI tools, and productivity.

© 2026 ToolSura Blog
AboutContactPrivacy PolicyTerms of ServiceRSS

    Table of Contents

    The two outcomes"URL is unknown to Google"Coverage states, in plain EnglishThe other fields"inspection submitted; Google will re-crawl"Verdict: PASS vs NEUTRALNextSources
    HomeToolsura BlogArticle

    Understanding your results: INDEXED, NOT INDEXED, and coverage states

    A

    Abhay Khant

    Jan 1, 1970 • 2 min read

    Understanding your results: INDEXED, NOT INDEXED, and coverage states
    gsc-indexer fox mascot beside a panel explaining Indexed, Not Indexed, and coverage states with three status cards

    You ran the tool. Now what do the verdicts actually mean?

    The two outcomes

    • [INDEXED]. Google's verdict is PASS and the coverage state is not "excluded". Google has this URL in its index.
    • [NOT INDEXED]. anything else: a non-PASS verdict, or an "excluded" coverage state. Google does not currently serve this URL in search.

    A NOT INDEXED result is not an error. the inspection succeeded; Google just doesn't have the page indexed.

    "URL is unknown to Google"

    You'll often see this coverage text on a NOT INDEXED result. It means Google has never indexed the page. To move it toward indexed:

    1. Make sure the page is live (returns HTTP 200, not a 404).
    2. Check it isn't blocked by noindex or robots.txt.
    3. Submit your sitemap in GSC so Google discovers it.
    4. Re-run gsc-indexer to request a fresh crawl, then wait (hours–days).

    Coverage states, in plain English

    Coverage stateMeaning
    Submitted and indexedGoogle has it and serves it.
    URL is unknown to GoogleNot indexed yet.
    Excluded by meta tagA noindex tag tells Google not to index it.
    Excluded by robots.txtrobots.txt blocks crawling.
    Crawled - currently not indexedGoogle fetched it but chose not to index (often thin/duplicate content).
    Discovered - currently not indexedGoogle knows of it but hasn't crawled yet.

    The other fields

    • fetch. whether Google could download the page (SUCCESSFUL / errors).
    • robots. whether robots.txt allowed crawling.
    • last crawl. when Google last fetched it (empty if never).

    "inspection submitted; Google will re-crawl"

    This line prints after every run. It means the tool asked Google to re-fetch the URL. It does not mean the page is indexed now. indexing is Google's decision and usually takes hours to days to reflect.

    Verdict: PASS vs NEUTRAL

    Only a PASS verdict with a non-excluded coverage state counts as indexed. A NEUTRAL verdict ("URL is unknown to Google") is not indexed, even though the request was submitted successfully.

    Next

    • Process lots of URLs: batch, stdin, sitemaps.
    • Something broke? Troubleshooting.

    Sources

    • Google Search Console
    • Google Search APIs overview
    • Service account OAuth (Google Identity)
    • About service accounts (Google Cloud IAM)
    • Verify site ownership
    • Indexing API (JobPosting/BroadcastEvent only)
    • Request indexing / inspect a URL

    Frequently Asked Questions

    developer-tools
    search
    website-analysis
    A

    About Abhay Khant

    A passionate tech enthusiast and professional developer specializing in AI, automation, and modern web development. Sharing insights and guides to help others build better software faster.

    View full profile →

    Join the Newsletter

    Get articles like this delivered to your inbox every Thursday.

    What to read next

    Stop Windows from Installing Apps Without Permission
    Jan 1, 197010 min read

    Stop Windows from Installing Apps Without Permission

    LG and Dell monitors silently push apps via Windows Update. Learn how to stop Windows from installing apps without permission and detect what's on your PC.

    AAbhay Khant
    Indexing many URLs: batch files, stdin, and sitemaps
    Jan 1, 19702 min read

    Indexing many URLs: batch files, stdin, and sitemaps

    Submit URLs to Google in bulk with gsc-indexer: batch files, stdin pipes, and sitemap expansion into every <loc> (capped at 50,000 URLs).

    AAbhay Khant
    Big runs without getting throttled: -delay, -q, and -dry-run
    Jan 1, 19702 min read

    Big runs without getting throttled: -delay, -q, and -dry-run

    Run gsc-indexer over thousands of URLs without Google throttling you: raise -delay, use -q for clean progress, and survive 429/5xx backoff.

    AAbhay Khant