Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.squirrelscan.com/llms.txt

Use this file to discover all available pages before exploring further.

Checks for last-modified and published date signals
Rule IDcontent/freshness
CategoryContent
ScopePer-page
Severityinfo
Weight3/10

Solution

Date signals help search engines understand content freshness. Use Article schema with datePublished and dateModified. Show visible publication dates on content. Update dates when making significant changes. For evergreen content, periodic updates with new dateModified signal relevance. The Last-Modified HTTP header also helps crawlers.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["content/freshness"]

Disable all Content rules

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

Enable only this rule

squirrel.toml
[rules]
enable = ["content/freshness"]
disable = ["*"]