What it scans for
Enter any URL at the Website Compliance Checker and the tool fetches your site server-side and runs nine checks:
- Privacy policy and Terms of Service pages exist and are linked
- Cookie consent banner detected on the homepage
- Imprint / legal notice (required in several EU jurisdictions)
- Accessibility statement (required under the European Accessibility Act)
- Data Processing Agreement page
- Security headers: CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy
- Meta tags: title, description, viewport, canonical, robots, Open Graph
- Hreflang / language declaration
How the score works
You get a 0–100 score with a letter grade and, for every failed check, a concrete fix. The scan takes 5–15 seconds because it actually fetches candidate pages (/privacy, /privacy-policy, /en/privacy and so on) instead of guessing.
Automate it in CI/CD
The same engine is available as a free GitHub Action: mahope/compliance-site-check@v2. Add one step to your workflow and every deploy gets checked automatically:
- uses: mahope/compliance-site-check@v2
with:
url: https://example.com
Who this is for
Small web agencies running pre-launch audits, site owners who received a compliance complaint, and developers who want a quick baseline before a client meeting. It does not replace legal advice or a full manual audit — it catches the missing basics that most non-compliant sites share.
Try it now — free, no signup
Enter your URL and get a graded report with concrete fixes.
Run a free compliance scan →