HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · ROBINHOOD · USDC · USDG

Technical SEO audit

Can search engines and AI crawlers actually index this page? One pass over reachability, TLS, robots policy, sitemap health, meta/OpenGraph tags, and the on-page link graph.

When to use this pack

You shipped a page (or inherited a site) and want the technical indexability picture without opening six tools: is it up and fast, is TLS valid, does robots.txt allow the crawlers that matter (including LLM bots), does the sitemap parse, are title/description/OG tags present and sized right, and where do its links point? Distinct from a security audit (headers/SPF/CT) and an uptime snapshot — this is the 'will Google and ChatGPT see what I meant' check. Run it pre-launch, post-migration, or on a competitor.

Tools in this pack

Workflow

  1. http-check with the page URL — status, latency, redirect chain. A 200 under ~800ms is healthy; a 3xx chain longer than one hop wastes crawl budget and should be flattened.
  2. tls-cert with the host — issuer, expiry, chain trust. daysRemaining < 21 is a renewal warning; an untrusted chain is an indexing risk (and a browser warning for humans).
  3. robots-check with the page URL — is it fetchable by crawlers? Re-run with userAgent values you care about (Googlebot, GPTBot, ClaudeBot, PerplexityBot) — LLM crawler policy is part of modern SEO, and an accidental Disallow: / for AI bots silently removes you from answer engines.
  4. sitemap with the site's sitemap.xml URL — type, URL count, parse errors. A sitemap that 404s or is empty means discovery depends entirely on the link graph.
  5. meta with the page URL — title, description, canonical, OpenGraph/Twitter cards. Flag: missing description, title > 60 chars, missing og:image (kills social/link-preview CTR), missing canonical on parameterized URLs.
  6. http-headers with the page URL — the response headers search engines act on. Flag: an X-Robots-Tag: noindex (silently removes the page from every index regardless of robots.txt), a missing/short Cache-Control on static assets, and a Content-Type without charset. Summarize as a pass/warn/fail card per check with the two highest-impact fixes on top.

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Run a technical SEO audit of https://example.com with Agent402: (1) http-check {url} — status + latency + redirects. (2) tls-cert {host: "example.com"} — expiry + trust. (3) robots-check {url, userAgent: "Googlebot"} and again with "GPTBot" — crawlability for search AND answer engines. (4) sitemap {url: "https://example.com/sitemap.xml"} — parses, URL count. (5) meta {url} — title/description/OG completeness, title ≤ 60 chars. (6) http-headers {url} — flag X-Robots-Tag: noindex and cache policy. Return a card: {reachability, tls, robots: {googlebot, gptbot}, sitemap, meta, headers, topFixes: [two highest-impact items]}.

← All skill packs