Skip to main content
Validates page title presence and length
Rule IDcore/meta-title
CategoryCore SEO
ScopePer-page
Severityerror
Weight8/10

Solution

Every page needs a unique, descriptive title tag between 30-60 characters. Titles appear in browser tabs, search results, and social shares. Write titles that accurately describe the page content while including your primary keyword near the beginning. If your title is too short, add more descriptive context. If too long, prioritize the most important information first and trim secondary details. Avoid keyword stuffing or duplicate titles across pages.

Options

This rule supports the following configuration options:
OptionTypeDefaultDescription
min_lengthunknownundefinedMinimum title length
max_lengthunknownundefinedMaximum title length

Configuration Example

squirrel.toml
[rules."core/meta-title"]
min_length = undefined
max_length = undefined

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["core/meta-title"]

Disable all Core SEO rules

squirrel.toml
[rules]
disable = ["core/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["core/meta-title"]
disable = ["*"]