Reports & Artifacts
Every completed job generates an interactive audit report detailing findings, scores, and downloadable logs.
Site Readiness Score
For runs using the FULL run type or a complete CUSTOM run type, Mincemeat computes a Site Readiness Score (site-readiness@1) from 0 to 100 with corresponding grades:
| Score Range | Grade |
|---|---|
90 - 100 | A |
80 - 89 | B |
70 - 79 | C |
60 - 69 | D |
0 - 59 | F |
Score weights
The composite score is derived from these individual component weights:
| Component | Weight | How it is measured |
|---|---|---|
| Lighthouse | 35% | Combined performance and lab metrics from PageSpeed Insights (60% mobile / 40% desktop). |
| Technical SEO | 20% | Heading structures, meta tags, and search engine crawl parameters. |
| GEO / AI Search | 20% | AI crawler permissions, LLM context files, and schema structures. |
| Security Headers | 15% | Correct implementation of secure HTTP response headers. |
| Link Integrity | 10% | Crawl check of same-origin links and media resources. |
IMPORTANT
If any required component run fails or is partial (e.g., due to an incomplete PageSpeed Insights response), Mincemeat does not generate a composite score. The report displays the results of successful components but omits the headline grade to maintain historical trend integrity.
Findings
The report categorizes individual audits into structured findings. Each finding is assigned a severity to help you prioritize optimizations:
- Critical: Severe issues that impact security or search visibility (e.g., missing critical security headers, expired SSL, or dead main-page links).
- Warning: Recommended corrections that improve page speed or crawlability (e.g., unoptimized image sizes, missing Open Graph tags).
- Info: General metadata and environment logs recorded during the run.
Trend views
The main project page includes an interactive trend chart mapping your Site Readiness Scores over time. This helps you:
- Track changes across deployment cycles.
- Identify when a regression was introduced.
- Print summaries for stakeholders showing site readiness improvements.
Downloadable artifacts
Raw scan outputs are saved in a private storage bucket. You can download these files from the Artifacts tab on any report page:
manifest.json: The unified JSON object representing the converged audit run findings.lighthouse-mobile.json/lighthouse-desktop.json: Raw Google Lighthouse JSON reports for deep auditing in the Lighthouse Viewer tool.screenshot-mobile.jpg/screenshot-desktop.jpg: Target page rendering screenshot taken during PageSpeed Insight runs.links.csv: A comma-separated list of all same-origin links discovered on the target page, showing URL, anchor text, parent file, status code, and crawl outcomes.
