Is grow.contact really free?
Yes — the scanner, the standard, the playbooks, the leaderboard, the MCP server, the WordPress plugin, the browser extension, the CLI, and every data drop are free forever. No paywall, no trial, no upsell. Bring an account only if you want your scans saved to a dashboard.
What does grow.contact actually do?
grow.contact is open infrastructure for AI search visibility. Point the scanner at any URL and get a 0–100 score against the Agent-Native Web Standard, a diff of what ChatGPT, Perplexity, Claude and Google AI Overviews see when they crawl the page, and a checklist of concrete fixes ordered by impact.
What is the Agent-Native Web Standard?
A six-layer open specification for making a website legible to AI engines: semantic HTML, JSON-LD schema, llms.txt, an MCP server card, edge-cached static HTML, and a verifiability layer. Published under CC-BY, versioned like software, forkable on GitHub.
How is the scanner different from PageSpeed or Lighthouse?
Lighthouse checks whether a browser can render your page. grow.contact checks whether an agent can cite it — robots.txt permissions for AI crawlers, JSON-LD validity, llms.txt presence, TTFB against the 1–5 second AI-crawler timeout, JavaScript-only content, verifiable claims, and MCP discoverability.
Can I self-host or fork it?
Yes. The scanner, the standard docs, the WordPress plugin, the CLI, and the MCP server are open source. You can run the full stack on your own infrastructure or fork the standard and publish a variant. Attribution appreciated, not required.
How do I plug this into my site?
Three paths, pick one: install the WordPress plugin for auto-fixes on save, run the CLI in CI to fail builds that drop below your threshold, or connect the MCP server to Claude/ChatGPT/Cursor and let the agent audit and fix pages itself.
Do you collect my data?
The scanner fetches the URL you submit and stores the score plus a summary. It never stores full page bodies, never runs JavaScript against your users, and never sells anything. The database schema and retention policy are public.
Who maintains it?
Started and maintained by Gudmundur Eyberg Kristjansson in Reykjavík, with pull requests and issue reports welcome from anyone who audits, cites, or ships against the standard.