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 terms of service link presence
Rule IDlegal/terms-of-service
CategoryLegal Compliance
ScopePer-page
Severityinfo
Weight3/10

Solution

Terms of Service (ToS) protect your business by defining user rights and limitations. Link to ToS from your footer on every page. Essential for: e-commerce sites, SaaS products, user-generated content platforms, and membership sites. Include sections on: usage rules, liability limits, dispute resolution, and termination.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["legal/terms-of-service"]
squirrel.toml
[rules]
disable = ["legal/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["legal/terms-of-service"]
disable = ["*"]