📋 Example Report — Demo Data
HTTP Error Audit Example: 400 and 500 Errors Across 50 Pages
This example shows the AIWebPageSEO HTTP Error Audit for a 50-page e-commerce site. The scan found 9 errors: 6 client-side 4xx errors including 3 deleted product pages and a broken blog link, plus 3 server-side 5xx errors on checkout. Every result shows which page linked to the broken URL so you know exactly where to fix.
Scan Summary — shop.example.com
50 pages · 50p
9
Total Errors
4xx + 5xx
6
4xx Client
Not found etc
3
5xx Server
Server errors
4
Redirects
301 / 302
37
200 OK
Clean pages
50
Scanned
Total pages
All Results
| # | URL | Status | Description | Found on |
|---|---|---|---|---|
| 1 | /products/blue-widget-v2 | 404 | Not Found | /products/ |
| 2 | /products/red-gadget-pro | 404 | Not Found | /products/ |
| 3 | /products/legacy-kit-bundle | 410 | Gone | /sitemap.xml |
| 4 | /blog/how-to-use-widgets | 404 | Not Found | /blog/ |
| 5 | /account/orders | 403 | Forbidden | /account/ |
| 6 | /api/reviews/submit | 429 | Too Many Requests | /products/blue-widget |
| 7 | /checkout/payment | 500 | Internal Server Error | /cart/ |
| 8 | /checkout/confirm | 502 | Bad Gateway | /checkout/payment |
| 9 | /checkout/thankyou | 503 | Service Unavailable | /checkout/confirm |
| 10 | /shop | 301 | Moved Permanently | / |
| 11 | /products/old-category | 301 | Moved Permanently | /products/ |
| 12 | /blog/index | 302 | Found (Redirect) | /blog/ |
| 13 | /contact-us | 301 | Moved Permanently | / |
| 14 | / | 200 | OK | Homepage |
| 15 | /products/ | 200 | OK | / |
| + 35 more pages — all 200 OK | ||||
What to Fix — Priority Order
🔴 Critical — Fix immediately
500/502/503 on checkout pages
/checkout/payment, /checkout/confirm and /checkout/thankyou are all returning server errors. Every user who tries to complete a purchase hits an error. Check your payment gateway integration and server error logs immediately.
🟠 High — Fix this week
404s on deleted product pages
/products/blue-widget-v2 and /products/red-gadget-pro return 404. These are linked from your products listing page. Set up 301 redirects to the nearest current product, or return 410 if they are permanently gone.
410 in sitemap
/products/legacy-kit-bundle returns 410 Gone but is still in your sitemap.xml. Remove it from the sitemap — Google will deprioritise your sitemap if it consistently contains dead URLs.
🟡 Medium — Fix this month
301 redirect chain from /shop
/shop redirects to /products/ which is fine — but update any internal links pointing to /shop to point directly to /products/. Each redirect hop loses a small amount of link equity.
Related Demo Reports
🔴 Run HTTP Error Audit on Your Own Site
Find every 400 and 500 error across your site — from 10 pages to 1,000. Pay as you go from 10p. Results are filterable and exportable as CSV.