Back to Insights
    SEOMay 04, 2026By AI Pinnacle Engineering Team

    IndexNow + Google Search Console: The 2026 SaaS Indexing Playbook

    Why 'Blocked by robots.txt' is the #1 silent killer of SaaS visibility — and the deploy-time pipeline we run to keep indexing under 48 hours.

    Open PDF in new tab

    Most SaaS teams discover indexing problems three months after a launch — when a quarterly review shows organic traffic flat-lined. Here's the playbook we run for every AI Pinnacle deploy.

    The #1 Silent Killer: robots.txt Over-Blocking

    Google Search Console's "Blocked by robots.txt" warning is almost always self-inflicted. The two patterns we see weekly:

    • `Disallow: /*?utm_` — blocks every campaign-tracked URL, including PDFs and shared deep-links.
    • `Disallow: /admin` followed by a wildcard that accidentally matches `/administrators` or `/admin-guide`.

    Fix: keep robots.txt minimal. Block only true admin routes (`/admin/` with trailing slash). Never block query strings.

    The Deploy-Time Indexing Pipeline

    After every production deploy we run:

    • `scripts/generate-sitemap.ts` — regenerates `sitemap.xml` from current routes + CMS data.
    • `scripts/indexnow-ping.mjs` — pushes new URLs to Bing, Yandex, Seznam (Google does not participate in IndexNow).
    • GSC Indexing API call for JobPosting / BroadcastEvent pages (the only types Google allows).
    • Internal link audit — every new page must be reachable in ≤2 clicks from the homepage.

    AI Engine Optimization (AEO) Layer

    For Perplexity, ChatGPT, Claude, and Gemini we additionally maintain:

    • `/llms.txt` with structured facts (pricing, locations, FAQs)
    • JSON-LD on every page (Organization, Article, FAQPage, BreadcrumbList)
    • Plain-text fallbacks for any JS-rendered content
    • Permissive crawler directives for GPTBot, ClaudeBot, PerplexityBot, Google-Extended

    Result

    Median time-to-index across our last 11 deploys: 38 hours. Median time-to-cite in Perplexity: 9 days.

    GDPR Compliant
    AWS Partner Network
    NDA Protected

    Your IP is protected by military-grade physical and digital security protocols.

    Chat on WhatsApp