pagetrace

Check a page

Twenty-three checks across indexability, content, structured data, social preview and AI search — the same rules the pagetrace CLI runs, executing in this tab.

Try:

Or paste the HTML instead — nothing leaves your browser
—score

Checking…

0 must fix 0 worth fixing 0 passing

Where the CLI goes further

These three modes are three CLI commands with a proxy in the way: page, audit --url and links --external. The CLI runs them without the proxy, over a whole sitemap rather than a handful of pages, with assets and redirect chains included — and does the one thing no checker can, diffing today's surface against the one committed last week so CI fails on what this deploy changed.

npx pagetrace page https://example.com/pricing
npx pagetrace audit --url https://example.com
npx pagetrace links --url https://example.com --external --verify-all
npx pagetrace check --dir ./out --baseline-branch main