# Rework Summary: Auszubildende

**Last Updated:** 2026-02-11  
**Post Slug:** auszubildende  
**Category:** lexikon  
**Post URL:** /insights/lexikon/auszubildende/

## Overview

Comprehensive analysis and targeted improvements to the lexikon post "Auszubildende im Unternehmen – Rechte, Pflichten & Tipps". This was a patchwork rework (fixes and enhancements) rather than a full content rewrite, as the existing content met quality thresholds.

## Changes Implemented

### 1. Content.text HTML Fix
- **Issue:** `content.text` contained raw HTML (`<a href="...">Onboarding-Checkliste für Schichtbetriebe</a>`) instead of plain text
- **Fix:** Stripped HTML from `content.text` only; `content.html` retained the link for display
- **Impact:** Ensures `content.text` is used correctly for search indexing, excerpts, or plain-text contexts

### 2. Excerpt & Meta Description Alignment
- **Issue:** `meta.description` differed from `excerpt` (comma placement: "Von Integration, über Förderung, bis zur Organisation" vs "Von Integration über Förderung bis zur Organisation")
- **Fix:** Aligned `meta.description` to match `excerpt` exactly (no commas, em dash for "–")
- **Impact:** Consistent meta across schema, Open Graph, and snippets

### 3. Urlaubsanspruch-Rechner Tool Link
- **Issue:** Post mentions Urlaub in FAQ but had no link to the Urlaubsanspruch-Rechner tool (per blog-tool-mapping)
- **Fix:** Added contextual link in FAQ "Welche Rechte haben Auszubildende?" – "berechne den Anspruch mit unserem kostenlosen Urlaubsanspruch-Rechner"
- **Internal links:** Added `/tools/urlaubsanspruch-rechner/` to `internal_links` array
- **Impact:** Improves tool discovery and aligns with INTERNAL_LINKING_GUIDE blog-to-tool pattern

## Validation Performed

- JSON syntax validated
- Blog backup created before changes (`docs/backups/blog-snapshots/2026-02-11-123731`)
- Canonical URLs verified: `/arbeitszeiterfassung`, `/insights/zeiterfassung` (pillar), `/insights/lexikon/urlaubsanspruch/`

## Web Research Findings

- **Rechte & Pflichten:** BBiG, JArbSchG, AEVO are primary legal bases; content aligns with these
- **Berufsschulzeit:** § 15 BBiG (not § 9) governs Freistellung and Anrechnung; content correctly describes 5+ Unterrichtsstunden rule and 8-hour cap
- **Best practices:** Faire Vergütung, Weiterbildung, Wohnungssuche support, digital tools – all covered in content

## Not Changed (Intentional)

- **H2 structure:** "Was sind Auszubildende?", "Welche Arten der Ausbildung gibt es?", "Schichtarbeit in der Ausbildung", "Zeiterfassung in der Ausbildung", "Auszubildende als Lösung für den Fachkräftemangel?" – all substantive
- **Images array:** Carousel images (Podcast, Mindestlohn, SV-Prüfung, etc.) are loaded dynamically by resource matching; no manual edit needed
- **Arbeitszeitgesetz link:** Content links "Arbeitszeitgesetzes" to `/insights/lexikon/arbeitszeiterfassungsgesetz/` – that page covers recording; the ArbZG (Arbeitszeitgesetz) regulates hours. Consider future improvement: first mention (Schichtarbeit) could link to zeiterfassung-gesetz for ArbZG context; second mention (Zeiterfassung) is correct for documentation

## Related Documentation

- [RESOURCE_MATCHING_GUIDE.md](../../RESOURCE_MATCHING_GUIDE.md)
- [INTERNAL_LINKING_GUIDE.md](../guides/INTERNAL_LINKING_GUIDE.md)
- [ANCHOR_TEXT_GUIDELINES.md](../guides/ANCHOR_TEXT_GUIDELINES.md)
- [CANONICAL_URLS_AND_LINKING.md](../../../development/CANONICAL_URLS_AND_LINKING.md)
