The scan flow
When you submit a URL, three independent stages run in parallel:
- Heuristic checks fetch the homepage HTML +
/robots.txt+/llms.txt+/sitemap.xml. We grade 10 signals โ title tag, meta description, Open Graph tags, JSON-LD structured data, answer-style content, and crawlability files. - LLM-derived brand profile. One cheap LLM call (typically gpt-4o-mini or Claude Haiku) returns a JSON object with industry, products, primary geography, and a seed list of 3-5 known competitors.
- AEO fan-out.A second LLM call generates 5 industry-specific questions that don't name your brand (e.g., "Which digital banks offer multi-currency accounts in Europe?"). Each question is sent in parallel to every AI engine we're wired to. We parse the responses for brand mentions + competitor mentions.