How CMS and site builder detection works
Every platform leaves traces in the code it serves. The detector reads the raw page and looks for them:
- Response headers: some platforms, and CDNs like Cloudflare, Vercel and Netlify, name themselves.
- Meta generator tag: WordPress, Drupal, Joomla, Webflow and Framer write their name in the page head.
- Asset domains: files from cdn.shopify.com mean Shopify, and a /wp-content/ folder means WordPress.
- Cookies and markup: Shopify's cart cookies, Elementor and Divi class names, Next.js data blocks.
Weaker hints show as likely, and every result lists its signal so you can confirm it.
