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 privacy policy link presence
Rule IDlegal/privacy-policy
CategoryLegal Compliance
ScopePer-page
Severitywarning
Weight5/10

Solution

A privacy policy is legally required in many jurisdictions (GDPR, CCPA). Link to your privacy policy from every page, typically in the footer. The policy should explain what data you collect, how it’s used, and user rights. Consider using schema.org markup to identify the policy page.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["legal/privacy-policy"]
squirrel.toml
[rules]
disable = ["legal/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["legal/privacy-policy"]
disable = ["*"]