# Coffee Shop erfolgreich führen – Rework Summary

**Last Updated:** 2026-02-11

## Overview

Targeted patchwork rework of the blog post `coffee-shop-erfolgreich-fuehren` to fix excerpt, meta, internal links, Businessplan CTA, and content.text. No full content rewrite.

## Changes Implemented

### 1. Excerpt (Fixed)

- **Before:** `"Ordio - mehr Zeit für's Wesentliche Alles in einem Tool: Schichtplanung, Zeiterfassung, Checklisten .."`
- **After:** `"So machst du deinen Coffee Shop zum Hotspot. Mit Tipps zu Konzept, Marketing, Organisation und kostenloser Vorlage für dein Gastro-Business."`
- **Reason:** Excerpt was wrong copy-paste (generic Ordio marketing text). Replaced with on-topic, benefit-driven copy aligned to meta description.

### 2. Meta Description (Fixed)

- **Before:** `"Konzept Marketing Organisation"` (missing commas)
- **After:** `"Konzept, Marketing, Organisation"`
- **Reason:** Correct punctuation for readability and consistency with excerpt.

### 3. data-mil Attribute (Removed)

- **Before:** `<a data-mil="1141" href="...">kostenlose Businessplan-Vorlage</a>`
- **After:** `<a href="...">kostenlose Businessplan-Vorlage</a>`
- **Reason:** Clean markup; no MIL tracking needed.

### 4. Gastronomie Link (Added)

- **Added:** `<a href="/branchen/gastronomie">Gastronomie</a>` at first mention in "Café vs. Coffee Shop" section.
- **Reason:** Industry page link for Gastronomie cluster; aligns with internal_links.

### 5. Second Businessplan CTA (Linked)

- **Before:** `"Dann lade dir unsere **kostenlose Businessplan-Vorlage** herunter"` – no link.
- **After:** `"Dann lade dir unsere <a href=\"https://www.ordio.com/wp-content/uploads/2023/09/Businessplan-Vorlage-fuer-Coffee-Shops.pdf\"><strong>kostenlose Businessplan-Vorlage</strong></a> herunter"`
- **Reason:** Orphaned CTA; now links to same PDF as first CTA.

### 6. Internal Links Array (Updated)

- **Before:** `[]` (empty)
- **After:** `[{"url": "/branchen/gastronomie", "anchor_text": "Gastronomie"}]`
- **Reason:** internal_links must match content.html links.

### 7. content.text (Fixed)

- **Before:** `( mehr Info's gibt es hier )` (3×) – orphaned link text after HTML stripping.
- **After:** `(Quelle im Artikel verlinkt)`
- **Reason:** content.text is plain text; "mehr Info's gibt es hier" without link is confusing. Sources remain in content.html.

### 8. modified_date (Updated)

- **Before:** `2026-01-15T18:50:25+00:00`
- **After:** `2026-02-11T12:00:00+00:00`
- **Reason:** Reflect rework date.

## Intentionally Not Changed

- **Europe stats (2020 data):** 1.235 new shops, 37.598 total, 3.4%, Costa Coffee 3.148 – heading "Dominanz von Costa Coffee in Europa 2020" correctly attributes year. 2024/2025 data (~45k–51k outlets) available; updating would require verified sources and full rewrite of stats section.
- **Businessplan PDF URL:** `https://www.ordio.com/wp-content/uploads/2023/09/Businessplan-Vorlage-fuer-Coffee-Shops.pdf` – WordPress URL; left as-is. Verify link works post-migration.
- **FAQs:** No changes; 14 FAQs valid.
- **Related posts:** Unchanged.
- **Images:** Unchanged (featured + content images).
- **Schema:** FAQPage schema auto-generated from FAQs – no manual edits.
- **Google My Business:** Text uses "Google My Business"; rebranded to "Google Business Profile" in 2021. Left as-is – term still widely understood.

## Backup

- Backup created: `docs/backups/blog-snapshots/2026-02-11-125610`

## Validation

- [x] JSON valid
- [x] excerpt and meta.description aligned
- [x] internal_links match content.html
- [x] Canonical URLs used (/branchen/gastronomie)

## References

- [PATCHWORK_REWORK_CHECKLIST.md](../../../PATCHWORK_REWORK_CHECKLIST.md)
- [INTERNAL_LINKING_GUIDE.md](../../../guides/INTERNAL_LINKING_GUIDE.md)
