URL: /rules/eeat/author-byline

---
title: "Author Bylines"
description: "Checks for visible author names on content pages"
---

Checks for visible author names on content pages

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

## Solution

Author bylines demonstrate experience and accountability. Show author names prominently on articles, blog posts, and expert content. Include author credentials where relevant. Link author names to bio pages. For YMYL content (health, finance), author transparency is especially important for Google's E-E-A-T assessment.

## Enable / Disable

### Disable this rule

```toml squirrel.toml
[rules]
disable = ["eeat/author-byline"]
```

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

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

### Enable only this rule

```toml squirrel.toml
[rules]
enable = ["eeat/author-byline"]
disable = ["*"]
```
