Rule page.title.too-short
Make the <title> more descriptive
page.title.too-short is a check in Crawlmind's site audit that grades medium-impact issues of this kind. This page explains why the rule matters and the exact fix.
Why it matters
Single-word or sub-20-character titles miss search intent and read as low-effort to both Google and AI crawlers. Add 4-6 descriptive words plus the brand name so the title summarises what the page actually answers.
The fix
```html
<!-- Too short -->
<title>Pricing</title>
<!-- Better -->
<title>Pricing & plans: Brand Name</title>
```