# Tier 1 Posts Quality Checklist

**Last Updated:** 2026-01-15

Comprehensive quality checklist for Tier 1 blog post internal linking enhancements.

## Universal Checklist Items

For each Tier 1 post, verify:

- [ ] **Pillar Links**

  - [ ] All relevant pillar links added (where applicable)
  - [ ] Links placed early in content (first third)
  - [ ] Descriptive anchor text used
  - [ ] No duplicate pillar links

- [ ] **Related Posts**

  - [ ] Related posts from carousel linked in content
  - [ ] Links placed contextually (not all at end)
  - [ ] Varied anchor text used
  - [ ] High-similarity posts prioritized

- [ ] **FAQ Links**

  - [ ] FAQ answers have 1-2 contextual links (where relevant)
  - [ ] Links add value and are relevant
  - [ ] Descriptive anchor text used
  - [ ] No more than 2 links per FAQ answer

- [ ] **Demo CTAs**

  - [ ] All demo CTAs use modal buttons
  - [ ] No links to `/demo-vereinbaren`
  - [ ] Correct Alpine.js pattern used
  - [ ] Correct styling applied (inline vs standalone)
  - [ ] Tracking attributes included

- [ ] **Anchor Text**

  - [ ] Anchor text is descriptive and keyword-rich
  - [ ] Anchor text fits naturally in context
  - [ ] No generic phrases ("hier", "mehr", "click here")
  - [ ] Anchor text is varied (not repeated)

- [ ] **Link Placement**

  - [ ] Links placed naturally in content
  - [ ] Not placed right after section titles
  - [ ] Not placed at end of paragraphs (unless conclusion/CTA)
  - [ ] No redundant links in close proximity

- [ ] **Link Quality**

  - [ ] No duplicate links
  - [ ] All links functional
  - [ ] Links add value for readers
  - [ ] Link frequency appropriate (target: 10-15 per post)

- [ ] **Related Content Carousel**
  - [ ] Carousel displays correctly
  - [ ] Related posts are relevant
  - [ ] Carousel links work correctly

## Post-Specific Checklist

### ratgeber/zuschlage-berechnen-rechner

- [ ] All checklist items verified

### ratgeber/dienstplan-gesetz

- [ ] All checklist items verified
- [ ] Pillar links: Dienstplan, Zeiterfassung

### ratgeber/arbeitsstunden-pro-monat

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### lexikon/24-stunden-schicht

- [ ] All checklist items verified
- [ ] Pillar links: Dienstplan

### lexikon/feiertagsausgleich

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### ratgeber/2025-gastronomie-mindestlohn

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### lexikon/arbeitsbescheinigung

- [ ] All checklist items verified

### ratgeber/dienstplan-erstellen

- [ ] All checklist items verified
- [ ] Pillar links: Dienstplan

### lexikon/feiertagszuschlag

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### ratgeber/urlaubsantrag-stellen

- [ ] All checklist items verified
- [ ] Pillar links: Dienstplan, Zeiterfassung

### ratgeber/zeiterfassung-gastronomie-pflicht

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### ratgeber/inventur-in-der-gastronomie

- [ ] All checklist items verified

### ratgeber/urlaubsanspruch-von-minijobbern

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### lexikon/industrieminuten

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### lexikon/reinigungsplan

- [ ] All checklist items verified

### ratgeber/wie-erstelle-ich-eine-lohnabrechnung

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### ratgeber/zeiterfassung-app

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### lexikon/erschwerniszulage

- [ ] All checklist items verified

### lexikon/arbeitszeitkonto

- [ ] All checklist items verified
- [ ] Pillar links: Zeiterfassung

### lexikon/lohnersatzleistungen

- [ ] All checklist items verified

## Validation Steps

1. **Run Validation Script**

   ```bash
   php v2/scripts/blog/validate-tier1-links.php
   ```

2. **Browser Testing**

   - Load each post in browser
   - Verify all links work
   - Verify demo modals open
   - Verify related carousel displays
   - Verify FAQs render correctly

3. **SEO Validation**
   - Check internal link count (target: 10-15)
   - Verify pillar link presence
   - Check anchor text variety
   - Verify link placement

## Quality Standards

- **Link Count:** 10-15 internal links per post
- **Pillar Links:** 100% of relevant posts have pillar links
- **Related Posts:** 80%+ of related posts linked in content
- **FAQ Links:** 60%+ of FAQ answers have contextual links (where relevant)
- **Demo CTAs:** 100% use modal buttons
- **Anchor Text:** 0 generic anchors
- **Duplicates:** 0 duplicate links per post
