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

# Content health: audit pages for AI discoverability

> Audit your site and competitors for AI discoverability signals. Get per-page scores, improvement suggestions, and tools to generate AI-friendly metadata.

The Content Health page audits your website — and your competitors' sites — for the signals that influence whether AI platforms can read, understand, and cite your content. When you open the page, Pharos automatically discovers your site's pages from its sitemap and runs a full audit on each one. Results appear in the Overview tab, and the Tools tab gives you generators for `robots.txt`, schema markup, and `llms.txt`.

***

## How audits work

When you navigate to the Content Health page, Pharos:

1. Reads your brand's domain and the domains of any competitors you have added
2. Fetches each domain's sitemap to discover individual pages
3. Runs a content health audit on each discovered page in sequence

You will see a progress banner at the top of the page while the audit is running. If the audit service is temporarily unavailable, a **Retry** button lets you restart it without navigating away.

<Note>
  Audits run automatically on your first visit for a new brand or when you add a new competitor with a domain. Subsequent visits use cached results from the previous audit. To re-audit specific pages, use the re-audit button on individual rows in the audit table.
</Note>

***

## Tabs

<Tabs>
  <Tab title="Overview">
    The Overview tab contains the main audit results table and summary metrics.

    ### Summary metrics

    At the top of the tab, four aggregate metrics give you a quick read of your site's overall AI readiness:

    | Metric                     | What it measures                                                      |
    | -------------------------- | --------------------------------------------------------------------- |
    | Average AI Readiness Score | Composite score across all audited pages, 0–100                       |
    | Average freshness          | How recently your audited pages were updated, on average              |
    | Average RAG score          | How well your pages are structured for retrieval-augmented generation |
    | URLs blocking AI bots      | Pages where `robots.txt` prevents AI crawlers from indexing           |

    ### Audit table

    Each row in the table represents one audited page URL. The columns include:

    * **URL** — the page that was audited
    * **AI Readiness Score** — a composite 0–100 score combining freshness, RAG readability, E-E-A-T signals, and technical accessibility
    * **Freshness score** — how recently the page was updated; stale content (older than 30 days) scores lower
    * **RAG score** — how well the page's content can be extracted and used by retrieval-augmented generation systems; influenced by heading hierarchy, extractable summaries, fact density, and structured data
    * **E-E-A-T score** — signals of expertise, authority, and trustworthiness: author schema, about page, contact page, privacy policy, HTTPS, and organization schema
    * **Last modified** — the date of the most recent content change detected on the page
    * **Status** — whether the page is reachable (HTTP 200), redirected, or unreachable

    Click any row to open the **audit detail sheet** for that page.

    ### Audit detail sheet

    The detail sheet for a page shows:

    * All individual signal checks (heading hierarchy validity, extractable summary presence, FAQ schema, organization schema, `llms.txt`, `robots.txt` AI bot permissions, sitemap presence, HTTPS)
    * Schema completeness scores for each schema type present on the page, with a list of which required fields are present and which are missing
    * **AI improvement suggestions** — if an LLM assessment ran successfully, you will see a set of specific, prioritized suggestions for improving this page's AI discoverability

    ### Issue alerts

    Below the summary metrics, Pharos surfaces grouped issue alerts for common problems:

    <AccordionGroup>
      <Accordion title="Pages blocking AI bots">
        Pages whose `robots.txt` disallows known AI crawlers. AI platforms cannot index or cite pages they are blocked from reading. Fix this by updating your `robots.txt` to allow AI bots, or use the Robots.txt generator in the Tools tab.
      </Accordion>

      <Accordion title="Stale content">
        Pages that have not been updated in more than 30 days. AI platforms tend to prefer fresh, recently updated content. Review these pages and update any outdated information.
      </Accordion>

      <Accordion title="Missing llms.txt">
        Domains that do not have an `llms.txt` file. This file tells AI systems which parts of your site are safe to use for training and citation. Use the `llms.txt` generator in the Tools tab to create one.
      </Accordion>

      <Accordion title="Low RAG readability">
        Pages with a RAG score below 50. These pages may have unclear heading structures, lack extractable summaries, or have low fact density. The detail sheet for each page lists the specific issues.
      </Accordion>

      <Accordion title="Invalid heading hierarchy">
        Pages where heading tags (H1, H2, H3) are used out of order or skipped. A logical heading hierarchy helps AI systems parse the structure of your content and extract relevant sections.
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Tools">
    The Tools tab provides generators for three AI-specific technical assets. Select the tool you need from the tab strip within the Tools tab.

    ### Robots.txt generator

    Generate or update your `robots.txt` file to allow known AI crawlers (such as GPTBot, PerplexityBot, and ClaudeBot) while blocking any bots you prefer to exclude. The generator shows a preview of the output you can copy and deploy.

    ### Schema markup generator

    Generate structured data markup for common schema types — Organization, Article, FAQ, and more. Paste in your page details and the tool outputs the JSON-LD you can add to your page `<head>` to make it more legible to AI systems.

    ### llms.txt generator

    Generate an `llms.txt` file for your domain. This file, placed at `yourdomain.com/llms.txt`, provides AI language models with a curated description of your site, its purpose, and the pages that are most relevant for AI consumption. The generator uses your brand information and audited pages to create a ready-to-deploy draft.
  </Tab>
</Tabs>

***

## Competitor benchmarking

When you have competitors with domains configured in Pharos, their pages are audited alongside yours. The audit table shows both your pages and competitor pages so you can compare AI Readiness Scores and identify specific technical advantages your competitors have.

<Tip>
  If a competitor consistently scores higher on the RAG score, check their detail sheet to see which structural elements they have implemented that you have not — FAQ schema and clear extractable summaries are common differentiators.
</Tip>
