Detect whether a site or page is built with Wagtail.
You can run the detection with:
- The online website, detect-wagtail.netlify.app.
- A bookmarklet, also available from detect-wagtail.netlify.app.
- A browser extension thanks to Wappalyzer.
- A Node CLI, also thanks to Wappalyzer.
- As an npm package for more custom needs, detect-wagtail
Full read: Detecting Wagtail in the wild.
This uses regular expressions to check whether images on the page match a predetermined pattern:
We also check whether the rich text content on the page matches how Wagtail stores this data.
There can be false positives with such simple checks, but they have the benefit of working regardless of whether the target site is directly served by Wagtail, or if Wagtail is used as a headless CMS.
- Detecting Wagtail in the wild
- Wappalyzer
- WhatCMS.org
- detect-django-version
- Use consistent heuristics to tell if a site is made with Wagtail
git clone [email protected]:thibaudcolas/detect-wagtail.git
cd detect-wagtail
nvm use
npm install
npm run test
npm install netlify-cli -g
netlify dev