All rules
criticalMetadata

Every page needs a <title>

A descriptive document title is how agents confirm they landed on the right page.

Score weight14
Capability checkFind the page topic

The <title> element is one of the first signals an agent reads to confirm the page topic. Missing titles fail the “Find the page topic” check and make navigation-from-search unreliable.

How to fix it

Give every route a unique, descriptive title that names the page and, ideally, the product.

Before and after
<!-- before -->
<head><script src="/bundle.js"></script></head>

<!-- after -->
<head><title>Pricing — Northstar</title></head>

See if your page fails this rule.

The audit runs every documented check and reports the ones that fail, with fixes.

Run your first audit