agentspeed.
← all fixes
Remediation

A non-empty <title> is present and under 70 characters.

markup.titlereadabilityweight 2deterministicauto-fix available
Why it matters

The <title> tag is the single most-cited identifier agents use for a page. A missing or generic title means agents have to invent one from H1s or meta description. A unique, descriptive title per page improves citation quality dramatically.

Underlying specification: https://developer.mozilla.org/docs/Web/HTML/Element/title

How to fix
  1. Set a unique <title> for every page: format like "Page topic | Brand".
  2. Keep it under 60 characters so it does not get truncated in agent answers and search results.
  3. Avoid stuffing keywords. Agents quote titles verbatim when citing.
Generated snippet

The snippet below uses your-domain.example as a placeholder. Replace it with your actual host before deploying. For a fix tailored to your live site, run a scan and open the per-domain remediation page.

Generated fixinline snippet<head>

AgentSpeed didn't find a non-empty <title>, or it was over the recommended limit. Agents cite the title verbatim when they reference the page; an empty or boilerplate title becomes the citation.

<!-- Place inside <head>. Keep under 70 characters; agents often cite verbatim. -->
<title>Your Domain: what this page is about</title>
paste inside <head>
  • Keep it under 70 characters. Google truncates around there and most agents follow the same convention.
  • Front-load the most-distinctive words: "Stripe Pricing, Per-transaction fees" beats "Pricing | Stripe".
Run a scan to check your site
Verify on your site

Run a scan against your domain to see whether markup.title currently passes, warns, or fails. Free, no signup; the score page is permanent and citable.

Run a scan →See the full rubric →