How SigilEdge Works
A transparent optimization layer that sits at the edge, making your content instantly citable by AI, without touching your origin server.
Request Flow
→ Minimal-latency passthrough
→ No modifications
→ Zero impact on UX
→ Bot detected in real time
→ Content transformed
→ Optimized for citation
Transformation Pipeline
When an AI bot is detected, your content passes through our optimization pipeline using Cloudflare's HTMLRewriter for streaming, edge-native transformations.
Schema Injection
Automatically add Schema.org structured data to every page
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Your Page Title",
"author": {...},
"datePublished": "2025-01-15"
}
</script> Citation Metadata
Add metadata that helps AI cite your content accurately
<meta name="citation_title" content="...">
<meta name="citation_author" content="...">
<meta name="citation_date" content="...">
<link rel="canonical" href="..."> Noise Reduction
Remove navigation, ads, and clutter for cleaner AI consumption
<!-- Before: 50KB of DOM noise -->
<!-- After: Clean, semantic content -->
<article data-sigiledge="optimized">
<h1>Your Content</h1>
<p>Focused, parseable text...</p>
</article> FAQ Generation
Automatically generate FAQ blocks from your content
<section itemscope itemtype="https://schema.org/FAQPage">
<div itemprop="mainEntity" itemscope
itemtype="https://schema.org/Question">
<h3 itemprop="name">Common question?</h3>
<div itemprop="acceptedAnswer">...</div>
</div>
</section> See the Difference
Here's what an AI bot sees before and after SigilEdge optimization.
<!-- What AI bots see: messy, unstructured HTML -->
<div class="wrapper-outer">
<nav>...50 links...</nav>
<div class="sidebar-ad">...</div>
<div class="content">
<h1>Your Article Title</h1>
<p>Your valuable content...</p>
</div>
<div class="popup-overlay">...</div>
<footer>...100 links...</footer>
</div>
<!-- No structured data -->
<!-- No citation metadata -->
<!-- No llms.txt --> <!-- Clean, structured, citable content -->
<script type="application/ld+json">
{"@type": "Article",
"headline": "Your Article Title",
"author": {"name": "..."}}
</script>
<meta name="citation_title" content="...">
<meta name="citation_author" content="...">
<article data-sigiledge="optimized">
<h1>Your Article Title</h1>
<p>Your valuable content...</p>
</article>
<section itemtype="FAQPage">
<!-- Auto-generated FAQ -->
</section> Technical Specifications
Built for performance, reliability, and scale.
Supported AI Bots
Setup in 15 Minutes
No code changes required. No CMS plugins to install. No developers needed. Just a simple DNS change.
- 1Add a CNAME recordPoint your domain to SigilEdge's edge network
- 2Configure your preferencesChoose which optimizations to apply
- 3Go liveAI bots start seeing optimized content immediately
# Add this CNAME record to your DNS
Type: CNAME
Name: www
Value: proxy.sigiledge.com
# That's it. No origin changes needed.
# Your site works exactly as before,
# but AI bots now see optimized content. Ready to Optimize for AI?
Join the beta and start making your content citable by AI answer engines.
Join the Beta