# Mentoring – Schema Validation

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

## Schema Structure Validation (Local)

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

### Article Schema

- ✅ **@type:** "Article" present
- ✅ **headline:** "Mentoring: Definition, Vorteile & Implementierung"
- ✅ **description:** Meta description present
- ✅ **author:** Present (name: "Hady")
- ✅ **datePublished:** "2026-03-03T16:22:17+00:00"
- ✅ **dateModified:** "2026-03-03T16:30:40+00:00"
- ✅ **image:** Featured image URL present
- ✅ **publisher:** Organization schema present

### FAQPage Schema

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

### Question Schema (15 FAQs)

All 15 FAQs have correct structure:

1. ✅ "Was ist Mentoring?" - Answer present
2. ✅ "Wie funktioniert Mentoring?" - Answer present
3. ✅ "Wie berechnet man Mentoring-programm?" - Answer present
4. ✅ "Welche Vorteile hat Mentoring?" - Answer present
5. ✅ "Mentoring vs. Coaching: Unterschiede" - Answer present
6. ✅ "Wie implementiert man ein Mentoring-Programm?" - Answer present
7. ✅ "Welche Arten von Mentoring gibt es?" - Answer present
8. ✅ "Was macht einen guten Mentor aus?" - Answer present
9. ✅ "Wie lange dauert ein Mentoring-Programm?" - Answer present
10. ✅ "Was kostet Mentoring?" - Answer present
11. ✅ "Mentoring für Nachwuchsführungskräfte" - Answer present
12. ✅ "Reverse Mentoring: Definition und Vorteile" - Answer present
13. ✅ "Cross-Mentoring: Definition und Anwendung" - Answer present
14. ✅ "Mentoring und Personalentwicklung" - Answer present
15. ✅ "Mentoring-Erfolg messen" - Answer present

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

### 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
- [x] FAQ answers properly formatted (HTML stripped, text normalized)

### 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/mentoring/`
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 Mentoring? Definition und Abgrenzung"**

- **Current:** Paragraph format with comprehensive definition
- **Recommendation:** Optimize first paragraph (40-60 words) for featured snippet
- **Target:** Clear, concise definition that answers "Was ist Mentoring?" 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
- Monitor "Mentoring vs. Coaching" FAQ performance (critical ranking factor)

## Notes

- **Local Validation:** All schema elements verified programmatically via `validate-faq-schema.php`
- **Production Validation:** Required after publication via Google Rich Results Test
- **FAQ Count:** 15 FAQs match JSON structure (from manual PAA override)
- **Schema Format:** JSON-LD (recommended by Google)
- **URLs:** All URLs use absolute paths (https://www.ordio.com/...)
- **FAQ Quality:** 100/100 score, avg 58.2 words per answer

## 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
   - Monitor "Mentoring vs. Coaching" comparison table schema (if applicable)

2. **Monitor:**
   - Google Search Console for schema errors
   - FAQ rich results performance
   - Featured snippet appearance
   - "People Also Ask" coverage

3. **Optimize:**
   - If featured snippet opportunity, optimize H2 1 definition paragraph
   - Monitor FAQ performance and add/remove FAQs based on PAA data
   - Track comparison table performance (critical ranking factor)
