🔍 E-commerce / Media / SaaS
A Cloudflare Worker intercepts every product or film page and injects SEO-critical tags via HTMLRewriter before Googlebot or a browser sees the response. Your backend never changes.
What Google sees without the Worker
HÖMSTYLE — Furniture & Home
Home · Sofas · Beds · Wardrobes · Desks · Lighting · Sale · Sign In — Free delivery on orders over $50. HÖMSTYLE © 2026.
🔍
Run the demo to see what Googlebot gets after the Worker runs
⚡
~10ms
HTMLRewriter overhead
streaming — no buffering
✓
0
origin code changes
Worker is additive
★
100%
pages Rich Result ready
stars + price in Google
How it works
Route matches
Worker intercepts /products/* or /films/* HTML requests
KV lookup
Checks KV cache for item metadata — avoids D1 on every crawl
HTMLRewriter
Streams origin HTML, rewrites <title>, injects <meta>, appends JSON-LD
Rich Results
Google sees structured data → eligible for stars, price, availability
Productionising this