# LLMS Files - Next Steps and Maintenance

**Last Updated:** 2026-02-14
**Status:** Active Maintenance

## Current Status

✅ **Comprehensive Audit Complete (January 2026)**
- All critical pages added
- Coverage: 99.1% (llms-full.txt), curated selection (llms.txt)
- Content optimized for SEO/GEO/AEO
- Files ready for production use

## Monthly Maintenance Checklist

### First Week of Each Month

1. **Review New Product Updates**
   - Check `v2/pages/sitemap-produkt-updates.xml.php` for new pages
   - Review each new page using `PRODUCT_UPDATES_LLMS_REVIEW_CHECKLIST.md`
   - Add to appropriate file(s) using `PRODUCT_UPDATES_LLMS_PROCESS.md`

2. **Review New Blog Posts**
   - Check `sitemap-blog.xml` for new posts
   - Prioritize high-value posts (Inside Ordio, popular Ratgeber, Lexikon entries)
   - Add to `llms-full.txt` (all posts)
   - Add top 10-15 to `llms.txt` (curated selection)

3. **Review New Comparison Pages**
   - Check `sitemap.xml` for new `/alternativen/` pages
   - Add all to `llms-full.txt`
   - Add top 10-15 to `llms.txt` (most searched/searched competitors)

4. **Update Dates**
   - Update "Last Updated" dates in headers
   - Update year references in calculator/guide descriptions (if needed)
   - Preserve historical dates (article dates, webinar dates)

5. **URL Validation** (periodic only – script is slow; run monthly/quarterly, not every change)
   - Run `python3 v2/scripts/llms/validate-llms-urls.py --file both`
   - Fix any broken URLs
   - Remove any pages that no longer exist

6. **Content Validation**
   - Run `python3 v2/scripts/llms/validate-llms-content.py --file both --sample 20`
   - Run `python3 v2/scripts/llms/validate-llms-content.py --check-tags` to verify blog tags use canonical format
   - Verify ACAO framework compliance
   - Enhance entries missing ACAO components

## Quarterly Audit (Every 3 Months)

### Full Coverage Check

1. **Extract All URLs**
   ```bash
   python3 << 'SCRIPT'
   # Extract URLs from sitemaps and LLMS files
   # Compare and identify gaps
   SCRIPT
   ```

2. **Categorize Missing URLs**
   - Blog posts
   - Comparison pages
   - Tools pages
   - Product pages
   - Industry pages
   - Other

3. **Prioritize Additions**
   - High-value blog posts first
   - Popular comparison pages
   - New tools/calculators
   - Product/industry pages

4. **Add Missing Content**
   - Follow ACAO framework
   - Include semantic richness
   - Verify URL accessibility

5. **Document Changes**
   - Update `LLMS_COMPREHENSIVE_AUDIT_2026.md`
   - Note coverage improvements
   - Document any patterns or issues

## When New Pages Are Published

### Product Updates
- **Process:** See `PRODUCT_UPDATES_LLMS_PROCESS.md`
- **Checklist:** See `PRODUCT_UPDATES_LLMS_REVIEW_CHECKLIST.md`
- **Quick Reference:** See `PRODUCT_UPDATES_LLMS_QUICK_REFERENCE.md`

### Blog Posts
1. **Determine Priority**
   - Inside Ordio → High priority (add to both files)
   - Popular Ratgeber → High priority (add to both files)
   - Lexikon entries → Medium priority (add to llms-full.txt)
   - Other Ratgeber → Medium priority (add to llms-full.txt)

2. **Create Entry**
   - Follow ACAO framework
   - Include semantic richness
   - Use appropriate type tags

3. **Add to Files**
   - `llms-full.txt`: All blog posts
   - `llms.txt`: Top 10-15 posts only

### Comparison Pages
1. **Determine Priority**
   - Direct competitors → High priority (add to both files)
   - Popular brands → High priority (add to both files)
   - SEO-only pages → Medium priority (add to llms-full.txt)

2. **Create Entry**
   - Follow comparison page format
   - Include competitive context
   - Use ACAO framework

3. **Add to Files**
   - `llms-full.txt`: All comparison pages
   - `llms.txt`: Top 10-15 pages only

## Quality Standards

### ACAO Framework (Required)
Every entry MUST include:
- **(Action)** - What the user does
- **(Context)** - Background/conditions/audience
- **(Advantage)** - Benefits/value proposition
- **(Outcome)** - Measurable results/success metrics

### Semantic Richness (Required)
Every entry SHOULD include:
- Entity mentions (Ordio, Deutschland, DACH-Region)
- Metrics (customer counts, article counts, time savings)
- Specific details (platforms, integrations, features)

### Format Standards (Required)
- Absolute URLs (https://www.ordio.com/...)
- No trailing slashes (match sitemap format)
- Proper type tags ([PRODUCT:], [GUIDE:], [COMPARISON:], etc.)
- **Blog tags:** `[TYPE: YYYY-MM-DD | CategoryLabel]` or `[TYPE: CategoryLabel]` (Lexikon, Ratgeber, Inside Ordio)
- Consistent section ordering

## Tools and Scripts

### Validation Scripts
- **URL Validation** (periodic only – slow): `python3 v2/scripts/llms/validate-llms-urls.py --file both`
- **Content Validation:** `python3 v2/scripts/llms/validate-llms-content.py --file both --sample 20`
- **Tag Format Validation:** `python3 v2/scripts/llms/validate-llms-content.py --check-tags` – verifies blog entries use `[TYPE: YYYY-MM-DD | CategoryLabel]`

### Analysis Scripts
- **Coverage Check:** Compare sitemap URLs vs LLMS URLs
- **Duplicate Check:** Verify no duplicate entries
- **Format Check:** Verify section ordering and format consistency

## Documentation

### Process Documentation
- `LLMS_COMPREHENSIVE_AUDIT_2026.md` - Complete audit report
- `PRODUCT_UPDATES_LLMS_PROCESS.md` - Product updates process
- `PRODUCT_UPDATES_LLMS_REVIEW_CHECKLIST.md` - Review checklist
- `LLMS_INCLUSION_CRITERIA.md` - Inclusion criteria

### Reference Documentation
- `.cursor/rules/llm-files.mdc` - Cursor AI rules
- `docs/seo-strategy-2026/LLM_FILES_MAINTENANCE.md` - Maintenance guide
- `docs/seo-strategy-2026/LLM_FILES_GUIDE.md` - Format guide

## Success Metrics

### Coverage Targets
- **llms.txt:** Curated high-priority pages (as designed)
- **llms-full.txt:** 95%+ coverage of production URLs

### Quality Targets
- **ACAO Compliance:** 100%
- **URL Accessibility:** 100% (200 status codes)
- **Format Consistency:** 100%
- **No Duplicates:** 100%

## Reporting

### Monthly Report
- New pages added
- Coverage statistics
- Quality metrics
- Issues identified

### Quarterly Report
- Full coverage analysis
- Coverage improvements
- Quality improvements
- Recommendations

## Contact

For questions or issues:
- **Process Questions:** See documentation above
- **Technical Issues:** Check validation scripts
- **Content Questions:** Review ACAO framework guidelines

---

**Last Audit:** January 2026  
**Next Monthly Review:** February 2026  
**Next Quarterly Audit:** April 2026
