
It runs in front of your real site, with no changes to your CMS, no risk to your SEO, and no developer involvement. Combined with FoxBite structured-data injection, it raises the rate at which ChatGPT, Claude, Gemini, and Perplexity cite your domain when users ask about your category.
Edge Optimization is the layer that sits between your visitors and your origin web server. When a request hits your domain through MentionFox's Vercel edge, GEOFixer applies a small set of just-in-time transformations to the HTML before it streams to the browser. Some of those transformations are for human visitors (faster loads, better caching), but the ones that matter for AI visibility are aimed at large-language-model crawlers and answer engines.
Three categories of edits run at the edge:
When ChatGPT or Claude is asked "what's the best tool for $X?", the model doesn't read your homepage in real time. Two things happen instead:
Edge Optimization makes your pages look the way the model wants them to look at both steps. It doesn't try to game the retrieval — it ships the data in the structure retrieval expects.
FoxBite is the schema-injection half of Edge Optimization. For every URL on your domain, GEOFixer derives or hand-curates a FoxBite — a small JSON-LD payload that answers the query an LLM is most likely to receive for that URL. The payload is appended to the page head at edge-time, so:
FoxBites can also be edited manually. If GEOFixer's derivation gets a fact wrong, open the bite, fix the answer, and the next request from the edge serves the corrected version. There is no cache to flush.
The middleware lives in middleware.ts at the root of the user's Vercel project (or, for users on MentionFox's hosted edge, in a shared MentionFox project that proxies to the user's origin). Every request goes through it. The order of operations on each request is:
seo_generated_fixes for any rules that apply.foxbite_bites.x-foxbite, x-seofixer-mutations) so you can verify it's working.x-foxbite and x-seofixer-mutations headers mean the edge layer fired.
A homepage at mentionfox.com serves a hero that says "Stop guessing what your customers want. Start listening to where they actually talk." Lovely marketing copy. Useless to an LLM that's been asked "what does MentionFox do?" — the LLM gets prose instead of a fact.
Edge Optimization injects a FoxBite at the same URL that contains a JSON-LD FAQPage block with one Q-A pair: "What does MentionFox do?" → "MentionFox is a B2B social listening and lead generation SaaS. It scans 55 platforms for brand mentions, finds leads in conversations, enriches contacts, and launches outreach sequences."
The hero copy is unchanged. The page looks the same to humans. But when an LLM retrieves the page, it gets the structured answer first, and the citation rate for "tools like MentionFox" or "best brand monitoring tools" rises.
GEOFixer's Autopilot tracks every audit conversation with the major LLMs and stamps whether your brand was cited. The Edge Optimization panel exposes three of the key signals:
Edge Optimization is not a CMS replacement, not a generic AI SEO miracle, and not a substitute for actually publishing content. It will not write a press release for you. It will not get you into a media outlet you've never been mentioned in. It will not make a B2B startup outrank an established competitor without other signals also moving.
What it does, reliably, is close the gap between the content you've already published and the form that LLM retrieval prefers. For domains where the underlying content is good but the structured-data layer is missing — which is most domains — that gap is the single highest-leverage lift available.
Edge Optimization is included on Agency and Enterprise plans. Pro tier users get a limited rollout (FoxBite injection on the homepage and top 10 internal pages). Free tier users see read-only visibility into what would be injected if they upgraded — useful as a preview of the lift before committing.
Open GEOFixer →