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

Solution

Meta descriptions should be 120-160 characters and provide a compelling summary of the page. While not a direct ranking factor, good descriptions improve click-through rates from search results. Write unique descriptions for each page that accurately preview the content. Include a call-to-action when appropriate. If missing, search engines will auto-generate snippets which may not represent your page optimally.

Options

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

Configuration Example

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

Enable / Disable

Disable this rule

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

Disable all Core SEO rules

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

Enable only this rule

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