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 • 3 min read

    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
    • URL Inspection API documentation
    • Google Search APIs overview
    • Service account OAuth (Google Identity)
    • About service accounts (Google Cloud IAM)
    • Verify site ownership
    • Property types: URL-prefix vs Domain
    • URL Inspection tool help
    • 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

    Jan 1, 19709 min read

    What Is OpenCode? The 2026 Open-Source AI Coding Agent

    OpenCode topped LogRocket's July 2026 ranking with 160K+ GitHub stars and 7.5M+ monthly devs. A MIT-licensed, model-agnostic AI coding agent.

    AAbhay khant
    Jan 1, 19709 min read

    What Is the Model Context Protocol? A Plain-English Guide

    Model Context Protocol (MCP) is the open standard connecting AI to your tools and data. Learn how it works, how it differs from APIs, and why it matters.

    AAbhay khant
    Jan 1, 197010 min read

    What Are Passkeys? The Passwordless Login Standard Explained

    Passkeys are the passwordless, phishing-resistant login standard replacing passwords. Learn how they work and how they compare to 2FA.

    AAbhay khant