> ## Documentation Index
> Fetch the complete documentation index at: https://spyro.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Understand your reports

> Your audit gives you two simple scores and a clear, prioritized list of fixes. Here is how to read them and decide what to do next.

After you [run an audit](/docs/product/audit), Spyro shows you a report. It looks like a
lot at first, but it's built around two simple scores and a to-do list. This page
explains what each part means and what to do about it.

## Your two scores

Spyro grades your website out of 100 in two areas:

| Score            | What it measures                                           | In plain words                              |
| ---------------- | ---------------------------------------------------------- | ------------------------------------------- |
| **SEO health**   | How well your site is set up to rank on Google             | "Can Google understand and rank my pages?"  |
| **AI readiness** | How well your site is set up to be quoted by AI assistants | "Can ChatGPT and friends find and cite me?" |

Each score comes with a simple label so you know where you stand at a glance:

* **85-100 - Excellent.** You're in great shape.
* **70-84 - Good.** Solid, with a few things to tidy up.
* **50-69 - Needs work.** Worth spending some time here.
* **Below 50 - Poor.** Start fixing the big issues first.

<Tip>
  Don't aim for a perfect 100. Fixing the **critical** issues first usually gives you
  the biggest jump for the least effort.
</Tip>

## Your list of fixes

Below the scores is the list of issues Spyro found. Each issue is labeled by how
much it matters:

* **Critical** - fix these first. They can stop you from ranking or being read.
* **Warning** - worth fixing soon.
* **Info** - small improvements and nice-to-haves.

Every issue tells you **what's wrong**, **why it matters**, and **how to fix it** in
plain language. Some fixes even come with an AI-written suggestion you can follow
or hand to whoever manages your site.

## Looking at individual pages

You can switch between a few views in the report:

<AccordionGroup>
  <Accordion title="Pages" icon="file-lines">
    A page-by-page breakdown with each page's own scores, so you can spot which
    pages need the most attention.
  </Accordion>

  <Accordion title="Full report" icon="list-check">
    The complete SEO and AI-readiness report in one place - the same report you can
    download as a PDF.
  </Accordion>

  <Accordion title="History" icon="clock-rotate-left">
    Past audits, so you can see your scores improve over time.
  </Accordion>

  <Accordion title="URL checks" icon="link">
    Keep an eye on specific important pages and re-check them whenever you like.
  </Accordion>
</AccordionGroup>

Click any page to open its detail view, where you'll see that page's issues and a
quick history of its scores.

## Can AI assistants read your site?

Your report also checks whether popular AI assistants are **allowed** to read your
website (some sites accidentally block them). If an important AI assistant is
blocked, Spyro flags it as a critical issue so you can fix it - because if they
can't read your site, they can't recommend you.

## Download or share your report

Click **Download PDF** to get a clean, branded copy of the full report. It's great
for sharing with clients, teammates, or your web developer.

## Ask about your report

Not sure what an issue means? Use the **Ask** helper on the audit page to ask Spyro
questions about your report in plain English, like "What should I fix first?"

## What to expect

* Scores update each time you run a new audit.
* Bigger sites take a little longer to crawl.
* Improving your scores takes a few rounds - fix issues, re-run the audit, and
  watch the numbers climb.

## Related

<CardGroup cols={2}>
  <Card title="Run your first audit" icon="magnifying-glass" href="/docs/product/audit">Start a new site check.</Card>
  <Card title="Google Search Console" icon="google" href="/docs/product/search-console">See your real Google performance.</Card>
  <Card title="AI visibility & competitors" icon="robot" href="/docs/product/ai-visibility">Check if AI assistants mention you.</Card>
  <Card title="Questions and answers" icon="circle-question" href="/docs/product/faq">Common questions answered.</Card>
</CardGroup>
