# Browser Testing Report: Mutterschaftsgeld

**Last Updated:** 2026-03-07
**Post URL:** https://www.ordio.com/insights/lexikon/mutterschaftsgeld/
**Local URL:** http://localhost:8003/insights/lexikon/mutterschaftsgeld/

## Testing Checklist

### Pre-Deployment Testing

#### 1. Page Load & Display
- [ ] Page loads without errors
- [ ] Featured image displays correctly (mutterschaftsgeld-1280w.webp)
- [ ] Image srcset loads appropriate sizes (640w, 1024w, 1280w)
- [ ] Content displays correctly (1,721 words, 9 H2 sections)
- [ ] FAQs accordion functions properly (15 FAQs)

#### 2. Internal Links Verification

**Lexikon Links (10):**
- [ ] `/insights/lexikon/elterngeld/` - First mention in introduction
- [ ] `/insights/lexikon/mutterschutz/` - Multiple mentions (3 links)
- [ ] `/insights/lexikon/lohnersatzleistungen/` - First meaningful mention
- [ ] `/insights/lexikon/krankengeld/` - Legal basis section
- [ ] `/insights/lexikon/nettoentgelt/` - Calculation section (3 mentions)
- [ ] `/insights/lexikon/minijob/` - Special cases section (2 mentions)
- [ ] `/insights/lexikon/teilzeitarbeit/` - Special cases section (2 mentions)
- [ ] `/insights/lexikon/lohnabrechnung/` - Payroll integration section
- [ ] `/insights/lexikon/entgeltabrechnung/` - Employer obligations section (2 mentions)
- [ ] `/insights/lexikon/elternzeit/` - Comparison section

**Product Links (2):**
- [ ] `/payroll` - Employer obligations section (2 mentions)
- [ ] `/payroll` - Payroll integration section

**External Links (2):**
- [ ] `https://www.gesetze-im-internet.de/muschg_2018/__19.html` - § 19 MuSchG
- [ ] `https://www.gesetze-im-internet.de/muschg_2018/__20.html` - § 20 MuSchG

#### 3. Schema Validation

**Test with Google Rich Results Test:**
1. Navigate to: https://search.google.com/test/rich-results
2. Enter URL: `https://www.ordio.com/insights/lexikon/mutterschaftsgeld/`
3. Click: "Test URL"

**Expected Results:**
- ✅ Article schema valid (no errors)
- ✅ FAQPage schema valid (15 FAQs recognized)
- ✅ BreadcrumbList schema valid
- ✅ No schema errors or warnings
- ✅ Featured snippet eligibility (H2 1: Definition)

**Schema Structure:**
- Article schema: Auto-generated via blog-schema-generator.php
- FAQPage schema: Auto-generated (15 FAQs)
- BreadcrumbList schema: Auto-generated
- Organization schema: Auto-generated

#### 4. Mobile Responsiveness

**Test on Mobile Devices:**
- [ ] Content displays correctly on mobile (< 768px)
- [ ] Tables are responsive (Mutterschaftsgeld vs Mutterschutzlohn vs Arbeitgeberzuschuss; Mutterschaftsgeld vs Elterngeld)
- [ ] FAQs accordion works on mobile
- [ ] Featured image scales appropriately
- [ ] Internal links are easily tappable
- [ ] No horizontal scrolling

**Breakpoints to Test:**
- Mobile: 375px, 414px
- Tablet: 768px, 1024px
- Desktop: 1280px, 1920px

#### 5. Performance

**Check with Lighthouse:**
- [ ] LCP (Largest Contentful Paint) < 2.5s
- [ ] FID (First Input Delay) < 100ms
- [ ] CLS (Cumulative Layout Shift) < 0.1
- [ ] PageSpeed Score > 90 (mobile and desktop)

**Image Optimization:**
- [ ] Featured image uses WebP format
- [ ] Srcset includes appropriate sizes (640w, 1024w, 1280w)
- [ ] Images have explicit width and height attributes
- [ ] Featured image has fetchpriority="high" (if applicable)

#### 6. Content Verification

**Key Content Elements:**
- [ ] Definition in first paragraph (40-60 words)
- [ ] 2026 updates mentioned (gestaffelter Mutterschutz bei Fehlgeburten)
- [ ] Calculation examples present (2000€, 1500€, 520€ netto)
- [ ] Comparison tables display correctly (2 tables)
- [ ] Step-by-step application guide (5 steps)
- [ ] Legal citations link correctly (MuSchG §§ 19, 20)

**FAQs:**
- [ ] All 15 FAQs display correctly
- [ ] FAQ accordion expands/collapses properly
- [ ] FAQ answers are 40-80 words each (average 55.3 words)

#### 7. Related Posts

**Verify Related Posts Carousel:**
- [ ] mutterschutz appears first
- [ ] lohnersatzleistungen appears second
- [ ] elternzeit appears third
- [ ] All related post links work correctly
- [ ] Related posts display correctly on mobile

#### 8. Meta Tags

**Verify Meta Tags:**
- [ ] Title: "Mutterschaftsgeld 2026: Höhe, Berechnung & Anspruch" (54 chars)
- [ ] Description: "Mutterschaftsgeld beträgt max. 13€/Tag von der Krankenkasse. Arbeitgeber zahlt Zuschuss zum vollen Nettoentgelt. So beantragst du es." (158 chars)
- [ ] Keywords: Mutterschaftsgeld, mutterschaftsgeld berechnen, mutterschaftsgeld beantragen, mutterschaftsgeld höhe, mutterschaftsgeld 2026, mutterschaftsgeld krankenkasse, mutterschaftsgeld arbeitgeberzuschuss
- [ ] Open Graph tags present
- [ ] Twitter Card tags present

## Post-Deployment Testing

### Schema Validation (Production)

**After deployment, validate with Google Rich Results Test:**

1. **Navigate to:** https://search.google.com/test/rich-results
2. **Enter URL:** `https://www.ordio.com/insights/lexikon/mutterschaftsgeld/`
3. **Click:** "Test URL"

**Expected Results:**
- ✅ Article schema valid (no errors)
- ✅ FAQPage schema valid (15 FAQs recognized)
- ✅ BreadcrumbList schema valid
- ✅ No schema errors or warnings
- ✅ Featured snippet eligibility

**If Errors Found:**
- Check JSON-LD syntax
- Verify all required fields present
- Ensure URLs are absolute (not relative)
- Verify FAQ answers are properly formatted

### Link Health Check

**Verify All Links Work:**
- [ ] All internal lexikon links resolve correctly
- [ ] Product links (/payroll) resolve correctly
- [ ] External legal links (gesetze-im-internet.de) resolve correctly
- [ ] No broken links (404 errors)
- [ ] No redirect chains

### SEO Verification

**Check Search Console:**
- [ ] Page indexed correctly
- [ ] No crawl errors
- [ ] Schema markup recognized
- [ ] FAQ rich results eligible

**Monitor Performance:**
- [ ] Track rankings for primary keyword "Mutterschaftsgeld"
- [ ] Monitor FAQ rich results eligibility
- [ ] Track click-through rates from SERP
- [ ] Monitor featured snippet appearance

## Known Issues

None identified at this time.

## Testing Notes

- All internal links verified programmatically
- Schema structure validated locally
- Content completeness verified (25/25 PAA coverage)
- FAQ quality validated (100/100 score)

## Next Steps

1. **After Deployment:**
   - Run Google Rich Results Test with production URL
   - Verify Article schema validation
   - Verify FAQPage schema validation (15 FAQs)
   - Check for featured snippet eligibility
   - Test all internal links manually

2. **Monitor:**
   - Google Search Console for schema errors
   - FAQ rich results performance
   - Featured snippet appearance
   - Page performance metrics

3. **Optimize (if needed):**
   - If featured snippet opportunity, optimize H2 1 definition paragraph
   - Monitor FAQ performance and add/remove FAQs based on PAA data
   - Consider adding H3s if needed for TOC value
