Sample Reports

Know Exactly What You Can Export.

OptiScan.io reports are generated locally and mirror the extension: score, severity counts, fix checklist, explanations, good practices, and next steps.

Formats

Markdown, CSV, and HTML Examples.

Use the format that best fits the handoff: Markdown for notes, CSV for spreadsheets, and HTML for client-ready sharing.

Markdown Report

Copy-friendly report for implementation notes, issue tickets, and quick client updates.

# SEO Report

Page scanned: https://example.com/product-page
Overall score: 82/100

## Critical Issues
- Missing meta description

## Recommended Next Steps
Fix critical issues first, then clear warnings.
Download Sample Markdown

CSV Report

Spreadsheet-ready issue rows for audits, handoff sheets, and prioritization lists.

severity,category,issue,recommended_fix
critical,Metadata,Missing meta description,Add a concise page-specific description
warning,Images,Images need ALT text,Describe meaningful images
Download Sample CSV

HTML Report

Polished client-facing report with score, counts, grouped findings, and next steps.

<h1>SEO Report</h1>
<p>Overall score: 82/100</p>
<section>
  <h2>Critical Issues</h2>
  <p>Missing meta description</p>
</section>
Download Sample HTML