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 visible physical address information
Rule IDeeat/physical-address
CategoryE-E-A-T
ScopeSite-wide
Severityinfo
Weight3/10

Solution

A physical address builds trust and is essential for local businesses. Include in: footer, contact page, about page. Use PostalAddress schema markup. For local SEO, ensure NAP (Name, Address, Phone) consistency across the site and external listings. Virtual businesses can use registered office addresses.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["eeat/physical-address"]

Disable all E-E-A-T rules

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

Enable only this rule

squirrel.toml
[rules]
enable = ["eeat/physical-address"]
disable = ["*"]