Skip to content

Sample report · illustrative data

What a Deep Audit delivers.

The same structure your own report follows: a score you can trace, findings ordered by severity, and a fix you can paste into Claude Code.

Report for

harbour-and-rye.example

12 pages analysed · 84 checks · 0 broken links

  • Security93
  • Accessibility85
  • SEO97
  • Performance93

Strong overall. One thing to fix first.

Overall health is strong, but one high-severity accessibility issue affects 12 pages and should be addressed first. Two medium issues (a missing Content-Security-Policy and images without dimensions) and one minor SEO gap round out the report. Each finding below includes the evidence and a ready-to-paste fix.

Findings

  1. highAccessibility12 pages

    Informative images missing alt text

    Why it matters
    Screen-reader users can't perceive these images, and it weakens image SEO.
    Recommendation
    Add concise descriptive alt text to informative images; mark decorative images with alt="".
  2. mediumSecurity1 page

    Content-Security-Policy not set

    Why it matters
    A CSP reduces the impact of cross-site scripting by controlling what can load.
    Recommendation
    Add a Content-Security-Policy header scoped to the sources your site actually uses.
  3. mediumPerformance6 pages

    Images served without dimensions

    Why it matters
    Missing width/height causes layout shift as images load, hurting CLS.
    Recommendation
    Set explicit width and height (or an aspect-ratio) on img elements.
  4. lowSEO2 pages

    Meta description missing on 2 pages

    Why it matters
    Search engines fall back to on-page text, reducing click-through control.
    Recommendation
    Add a unique, descriptive meta description to each page.

A prompt for every finding.

Deterministic and developer-ready, generated on our servers. Your site content is never sent to any AI. Paste it into Claude Code, apply the change, and re-scan to verify.

Sample Claude fix prompt
# Fix: Informative images missing accessible alt text  [High · accessibility]

## ISSUE
Informative images across the site do not provide meaningful alternative text,
so assistive technology cannot convey their content.

## AFFECTED URLS (12)
  - /products
  - /blog/why-uptime-matters
  - …and 10 more

## GOAL
Add concise, descriptive alt text to informative images; decorative images use alt="".

## ACCEPTANCE TESTS
- [ ] Every informative image has descriptive alt text.
- [ ] Decorative images use alt="".
- [ ] The automated accessibility check no longer reports this rule.

Get this for your site.

A full Deep Audit with your real findings and a downloadable PDF. This page uses illustrative data.