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.

Reports on external link count
Rule IDlinks/external-links
CategoryLinks
ScopePer-page
Severityinfo
Weight2/10

Solution

External links provide additional resources for users and signal content relevance to search engines. They’re normal and healthy for most content pages. This check is informational—external links aren’t inherently problematic. Ensure external links go to reputable sources and open in new tabs when appropriate. Use rel=“nofollow” for untrusted or paid links. Avoid excessive external links that distract from your content.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["links/external-links"]
squirrel.toml
[rules]
disable = ["links/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["links/external-links"]
disable = ["*"]