Contact Page
Checks for contact page with multiple contact methods
Checks for contact page with multiple contact methods
| Rule ID | eeat/contact-page |
| Category | E-E-A-T |
| Scope | Site-wide |
| Severity | warning |
| Weight | 5/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
toml[rules]
disable = ["eeat/contact-page"]Disable all E-E-A-T rules
squirrel.toml
toml[rules]
disable = ["eeat/*"]Enable only this rule
squirrel.toml
toml[rules]
enable = ["eeat/contact-page"]
disable = ["*"]