Skip to main content
Checks for contact page with multiple contact methods
Rule IDeeat/contact-page
CategoryE-E-A-T
ScopeSite-wide
Severitywarning
Weight5/10

Solution

A contact page with multiple contact methods builds trust. Include: email address or contact form, phone number (if applicable), physical address, and social media links. Make contact information easy to find from any page. For local businesses, include business hours. Response time expectations are also helpful.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["eeat/contact-page"]

Disable all E-E-A-T rules

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

Enable only this rule

squirrel.toml
[rules]
enable = ["eeat/contact-page"]
disable = ["*"]