About PageAudit

PageAudit answers one question about a public page: what is technically missing for search and social, and what exactly do I paste to fix it. This page says what the audit covers, how the fix is built, what it costs and what it is not.

What the audit covers

The auditor fetches the URL the way a crawler does: follows redirects, records the final URL and HTTP status, parses the HTML head, headings, images, links and JSON-LD, and fetches the site's robots.txt and sitemap. On that it runs 24 checks — title, meta description, canonical, viewport, charset, lang, robots meta, Open Graph, X card, JSON-LD, H1, image alt, hreflang, deprecated markup, HTTP status, robots.txt, sitemap, redirects and more. Each finding has a stable code (meta_description_missing, title_short…), a severity and a weight; the score is computed from them, from 0 to 100.

The checks are deterministic. No language model reads the page, so the same page gets the same findings every time, and an agent can act on the codes without parsing prose.

How the fix is built

Every finding carries the fix as a snippet aimed at a target: the head, robots.txt or the sitemap. What the page already says is filled in — the canonical after redirects, the og:title from the title, a minimal WebPage JSON-LD — and what only you can write stays as a placeholder such as {{DESCRICAO}}. The patch of an audit is the same list, consolidated in head order, ready to paste into the theme or the template.

The single-check tools run one check of the same auditor and return the same value, reason and fix, for the moments when you need one answer and not a workspace.

Workspace, sharing and badge

Every URL you audit becomes a tab, kept on our side and reloaded when you come back — up to twenty for free per owner. A report can be shared by link, and the shared page carries a badge with the score that you can embed.

What is free and what costs

What PageAudit is not

Who makes it

PageAudit is one of the house's products, built to be used by people and by AI agents through the same API. Questions, bugs or requests: contato@pageaudit.online.

Back to the audit