URL: /rules/eeat/about-page

---
title: "About Page"
description: "Checks for an about/company page with content"
---

Checks for an about/company page with content

| | |
|---|---|
| **Rule ID** | `eeat/about-page` |
| **Category** | [E-E-A-T](/rules/eeat) |
| **Scope** | Site-wide |
| **Severity** | warning |
| **Weight** | 5/10 |

## Solution

An About page establishes credibility and trust. Include company history, mission, team overview, and credentials. Link from main navigation or footer. For E-E-A-T, explain your expertise and why visitors should trust you. Include contact information and physical location if applicable.

## Enable / Disable

### Disable this rule

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

### Disable all E-E-A-T rules

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

### Enable only this rule

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