The product

AI Exorcist Mirror

A managed clean-text twin of your website — built for AI to read, structured for AI to trust, hosted under your own domain in days.

Your website wasn't built for AI crawlers. That's not a design flaw — it's a structural one. AI Exorcist Mirror solves it without touching a single line of your application code.

Built for teams who can't rebuild their frontend — but can't afford to stay invisible

AI Exorcist Mirror is for any organization whose website was built for human browsers first. If you're running React, Next.js, Vue, Angular, or any JavaScript-heavy stack, there's a high probability that AI crawlers are leaving your site empty-handed.

Marketing

Brand and content teams

Your thought leadership, product pages, and pricing are being misrepresented — or ignored — in AI answers. You need accurate citations without a six-month engineering project.

SEO / AEO

Search and visibility leads

You've done the SEO work. Now the traffic is moving to AI answer engines and your brand isn't showing up. Mirror is your Answer Engine Optimization infrastructure.

Engineering

Technical evaluators

You want to know exactly what we're doing to your domain, how attribution is preserved, and whether the canonical implementation is sound. Jump to technical detail.

Leadership

CMOs and brand owners

AI is forming opinions about your company every time a user asks a question. You need to control what it knows — and what it says.

Four steps. One DNS record. Zero application changes.

From signup to a live, crawlable Mirror takes days — not sprints. Here's the full process.

1.

The Exorcism — full render, first

We deploy headless Playwright browsers against your live site. Every script executes. Every hydration cycle completes. We wait — however long it takes — until the page your users see is exactly what we extract. No shortcuts, no partial renders.

2.

The Purification — strip everything AI doesn't need

Tracking scripts, cookie banners, layout containers, navigation wrappers, ad tags — removed. What remains is your actual content: facts, features, pricing, copy. The signal, not the noise.

3.

The Transmutation — convert to AI-native format

We restructure your content into clean Markdown with semantic schema — key facts surfaced first, headings hierarchically correct, structured data that tells the model exactly what it's reading. This isn't just format conversion. It's content re-prioritization for AI consumption.

4.

The Sanctuary — hosted under your domain, attributed to you

Your Mirror goes live at ai.yourbrand.com. We handle SSL automatically via SNI. Cross-domain canonical tags bind every Mirror page to its origin on your main site — so when an AI cites your content, it cites you. We then update your robots.txt sitemap directives to funnel AI-specific crawlers directly to the clean version before they touch your JS site.

What we actually do to your domain

Full transparency on the implementation. No black boxes.

Step 1 — You add one CNAME record

Point your ai. subdomain to your AI Exorcist mirror host. We provision the SSL certificate automatically via SNI — crawlers see a valid, trusted connection under your own domain umbrella.

; DNS record — add to your registrar or DNS provider
ai.yourbrand.com.   CNAME   yourbrand.aiexorcist.com.

Step 2 — You update robots.txt

A sitemap directive routes AI-specific crawlers to your Mirror before they attempt to parse your JS site. Standard search bots like Googlebot are unaffected — they continue to use your main sitemap as normal.

# Standard search engines — unchanged
User-agent: Googlebot
Disallow: /private/
Sitemap: https://yourbrand.com/sitemap.xml

# AI crawlers routed to the clean Mirror
User-agent: GPTBot
User-agent: ClaudeBot
User-agent: PerplexityBot
Sitemap: https://ai.yourbrand.com/mirror-sitemap.xml

Step 3 — Attribution is preserved on every page

AI Exorcist injects two attribution signals into every Mirror page. Both are deliberate — one targets the crawler's indexing logic, one targets the LLM's generation context.

A

Technical signal — a canonical tag in the HTML header pointing to the original page. This instructs the crawler's database that the authoritative source of this content is your main domain.

<link rel="canonical" href="https://yourbrand.com/page" />

B

Content signal — a source header injected at the top of the Markdown file itself. When the LLM reads this file into its context window for answer generation, it physically sees your brand URL as the source of record.

Source: https://yourbrand.com/page
Last-verified: 2026-04-19
---
# [Page content follows in clean Markdown]

For devs: No access to your codebase is required at any point. No SDK, no npm package, no webhook integration. The entire implementation is DNS + a text file edit. Your application stack is untouched.

Your AI Mirror can include

Automatic SSL via SNI

Your ai. subdomain is served over HTTPS from day one, with no certificate management on your end. AI crawlers see a valid, trusted identity signal on every request.

Mirror sitemap

A dedicated, AI-crawler-facing sitemap at ai.yourbrand.com/mirror-sitemap.xml indexes every mirrored page and keeps crawl discovery efficient as your content changes.

Canonical attribution

Every Mirror page carries both a canonical HTML tag and an inline Markdown source header — two layers of attribution pointing credit back to your primary domain.

Semantic AIO tuning

Key facts, pricing, and feature claims are restructured to appear at the top of each Mirror page — prioritizing the content AI models weight most heavily in answer generation.

Frequently asked questions

Does Google penalize duplicate content from the Mirror?

No. Cross-domain canonical tags explicitly designate your main site as the authoritative source. Google's crawlers respect canonical directives — the Mirror pages are attributed to your origin domain, not treated as duplicate content competing with it.

What happens when my site content changes?

Your Mirror re-syncs on the schedule of your plan — monthly on the free tier, every 14 days on Growth, every 24 hours on Premium. Time-sensitive content (pricing, product features) should be on the Growth plan or above to stay accurate.

Do I need to give AI Exorcist access to our codebase or CMS?

No. We render your public-facing pages exactly as a browser would — no credentials, no integrations, no CMS access required. If a page is publicly accessible, we can mirror it.

What if we move to SSR or a static site in the future?

The Mirror becomes less critical — but the ai. subdomain, the structured Markdown format, and the semantic AIO tuning still add value independent of your rendering approach. Many SSR sites still benefit from Mirror's content restructuring and analytics.

Which AI crawlers does this work with?

Any bot that can follow a sitemap and read HTML or Markdown. This includes GPTBot (OpenAI), ClaudeBot (Anthropic), PerplexityBot, Gemini-Web, and any emerging LLM crawler that follows standard web conventions.

AI is forming an opinion about your brand right now.

Start with a free audit to see exactly what it knows — and where it's getting things wrong. Or skip straight to the Mirror and give it the facts.