# Broken Images Audit Report


**Last Updated:** 2025-11-20

**Date:** 2025-11-20  
**Page:** `compare_template_v2.php?competitor=personio`  
**Total Images:** 107  
**Broken Images:** 60

## Summary

The comparison page template has 60 broken images out of 107 total images. Most broken images are:

1. Feature illustrations (3 missing files)
2. Competitor logos in carousel (many appear broken but files exist)
3. Testimonial logos (2 missing SVG files)

## Missing Files

### Critical Above-Fold Images

1. **Feature Illustrations** (Directory doesn't exist: `v2/img/features/`)
   - `/v2/img/features/schichtplanung-illustration.webp` - Used in All-in-One section
   - `/v2/img/features/gps-tracking-illustration.webp` - Used in All-in-One section
   - `/v2/img/features/reporting-chart-illustration.webp` - Used in All-in-One section

### Below-Fold Images

2. **Testimonial Logos** (Directory exists: `v2/img/svg/comparison/`)
   - `/v2/img/svg/comparison/testimonial-fette-kuh-logo.svg` - Used in testimonials component
   - `/v2/img/svg/comparison/testimonial-ordio-logo.svg` - Used in testimonials component

## Files That Exist But May Be Loading Slowly

The following files exist but are reported as broken (likely loading issues):

- `/v2/img/alternativen/*-logo-64w.webp` (all competitor logos)
- `/html/images/zappes_logo.svg`
- `/html/images/stories/zappes-maxi.jpg`

## Action Items

### Priority 1: Create Missing Feature Illustrations ✅ COMPLETED

- [x] Create `v2/img/features/` directory
- [x] Create `schichtplanung-illustration.svg` (copied from hero-schichtplanung-card.svg)
- [x] Create `gps-tracking-illustration.png` (placeholder from ordio-tile-gps.png)
- [x] Create `reporting-chart-illustration.webp` (placeholder from ordio-reporting.webp)
- [x] Update `all_in_one.php` component to use correct file extensions

### Priority 2: Create Missing Testimonial Logos ✅ COMPLETED

- [x] Create `testimonial-ordio-logo.svg` (copied from html/images/ordio.svg)
- [x] Create `testimonial-fette-kuh-logo.webp` (copied from html/images/ref/fette-kuh.webp)
- [x] Update `testimonials.php` component to use correct file extension

### Priority 3: Investigate Slow-Loading Images

- [ ] Check if competitor logos need optimization
- [ ] Verify image paths are correct
- [ ] Consider lazy loading for below-fold images

## Component Locations

- **Feature illustrations:** `v2/components/comparison/all_in_one.php` (lines 74, 138, 211)
- **Testimonial logos:** `v2/components/comparison/testimonials.php` (lines 62, 91)

## Notes

- The `v2/img/features/` directory does not exist and needs to be created
- Most competitor logos exist but may be loading slowly
- Some images may be false positives (still loading when checked)
