URL Website Scanner
Scan any public website by URL. The page HTML is fetched via a CORS proxy and analyzed entirely in your browser. Checks for missing lang, title, skip links, landmark regions, heading hierarchy, image alt text, form labels, link text, button names, iframe titles, tabindex issues, and more — all against WCAG 2.2 criteria.
Enter any public URL. The page HTML is fetched via a CORS proxy and scanned entirely in your browser — no data is stored.
Why This Matters
URL scanning is the fastest way to audit a live website. This tool fetches the page HTML via a CORS proxy and runs 20+ WCAG checks entirely in your browser. For comprehensive analysis, use the axe-core deep scan option for 50+ WCAG 2.2 A/AA rules. You can also crawl up to 10 pages on the same domain.
How to Use This Tool
- 1
Enter URL
Type any public URL (e.g., https://example.com).
- 2
Choose scan mode
Select single-page scan or crawl mode (up to 10 pages on the same domain).
- 3
Review results
Errors, warnings, and passes are displayed with WCAG criterion references.
- 4
Run axe-core scan
For deeper analysis, click 'Run axe-core scan' to get 50+ WCAG 2.2 A/AA rule results.
- 5
Export results
Download as JSON, Markdown, or HTML, or save to the Accessibility Monitor.
Frequently Asked Questions
The scanner uses CORS proxies to fetch page HTML. If your site blocks cross-origin requests, the proxy may fail. Try the HTML Scanner instead — paste your page source directly.
Related Tools
Contrast Checker
Check WCAG 2.1/2.2 contrast ratios for text and UI components. Supports AA and AAA levels with live preview.
WCAG Checklist
Interactive checklist with all 86 WCAG 2.2 success criteria. Track progress, filter by level, and export your audit results.
Heading Analyzer
Paste your HTML and visualize the heading hierarchy. Detect skipped levels, missing H1s, and structural issues.
Form Checker
Check HTML forms for missing labels, improper associations, and other WCAG form accessibility violations.