# CV Parsing – Schema Validation

**Post:** lexikon/cv-parsing  
**Test Date:** 2026-03-03  
**Test URL (Local):** http://localhost:8003/insights/lexikon/cv-parsing/  
**Production URL:** https://www.ordio.com/insights/lexikon/cv-parsing/

## Schema Structure Validation (Local)

✅ **All schema elements present and correctly structured**

### Article Schema

- ✅ **@type:** "Article" present
- ✅ **headline:** "CV Parsing: Definition, Vorteile & DSGVO-Compliance"
- ✅ **description:** Meta description present
- ✅ **author:** Present (name: "Hady")
- ✅ **datePublished:** "2026-03-03T16:05:58+00:00"
- ✅ **dateModified:** "2026-03-03T16:16:00+00:00"
- ✅ **image:** Featured image URL present
- ✅ **publisher:** Organization schema present

### FAQPage Schema

- ✅ **@type:** "FAQPage" present
- ✅ **@id:** "https://www.ordio.com/insights/lexikon/cv-parsing/#faqpage"
- ✅ **mainEntity:** Array with 15 Question objects

### Question Schema (15 FAQs)

All 15 FAQs have correct structure:

1. ✅ "Was ist Cv Parsing?" - Answer present
2. ✅ "Wie funktioniert Cv Parsing?" - Answer present
3. ✅ "Wie berechnet man resume parsing?" - Answer present
4. ✅ "Welche Vorteile hat Cv Parsing?" - Answer present
5. ✅ "Welche Daten extrahiert Cv Parsing?" - Answer present
6. ✅ "Welche Regelungen gelten für cv-parsing?" - Answer present
7. ✅ "Welche Software nutzt Cv Parsing?" - Answer present
8. ✅ "Ist Cv Parsing DSGVO-konform?" - Answer present
9. ✅ "Ist Cv Parsing gesetzlich vorgeschrieben?" - Answer present
10. ✅ "Wie lange dauert Cv Parsing?" - Answer present
11. ✅ "Wie wird Cv Parsing definiert?" - Answer present
12. ✅ "Wie genau ist Cv Parsing?" - Answer present
13. ✅ Additional FAQs (verified count: 15 total)

**Question Structure:**
- ✅ **@type:** "Question" for each FAQ
- ✅ **name:** Question text present
- ✅ **acceptedAnswer:** Present with @type "Answer"
- ✅ **text:** Answer text present (40-80 words each)

### BreadcrumbList Schema

- ✅ **@type:** "BreadcrumbList" present
- ✅ **itemListElement:** Array with navigation items
- ✅ **item:** URLs present and correct

### Organization Schema

- ✅ **@type:** "Organization" present
- ✅ **name:** "Ordio" present
- ✅ **logo:** Logo URL present

## Schema Validation Checklist

### Local Validation (Completed)

- [x] JSON-LD format valid
- [x] Article schema structure correct
- [x] FAQPage schema structure correct
- [x] All 15 FAQs have Question/Answer structure
- [x] Required fields present (headline, datePublished, dateModified)
- [x] Image URLs absolute and correct
- [x] No syntax errors in JSON-LD

### Post-Publication Validation (Required)

**After publication, test with [Google Rich Results Test](https://search.google.com/test/rich-results):**

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

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

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

## Schema Optimization Opportunities

### Featured Snippet Optimization

**H2 1: "Was ist CV Parsing? Definition und Funktionsweise"**

- **Current:** Paragraph format
- **Recommendation:** Optimize first paragraph (40-60 words) for featured snippet
- **Target:** Clear, concise definition that answers "Was ist CV Parsing?" directly

### FAQ Schema Enhancement

**Current:** All 15 FAQs have proper Question/Answer structure

**Potential Enhancements:**
- Consider adding FAQPage to sitemap (if not already present)
- Monitor Google Search Console for FAQ rich results performance
- Track which FAQs appear in "People Also Ask" sections

## Notes

- **Local Validation:** All schema elements verified programmatically
- **Production Validation:** Required after publication via Google Rich Results Test
- **FAQ Count:** 15 FAQs match JSON structure
- **Schema Format:** JSON-LD (recommended by Google)
- **URLs:** All URLs use absolute paths (https://www.ordio.com/...)

## Next Steps

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

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

3. **Optimize:**
   - If featured snippet opportunity, optimize H2 1 definition paragraph
   - Monitor FAQ performance and add/remove FAQs based on PAA data
