# Audit my site

Most SEO and GEO problems are invisible until they've already cost you rankings and citations. Pages with broken links, thin content, weak internal structure, or missing metadata don't announce themselves — they just quietly underperform. A Site Health Audit surfaces all of it in one pass and tells you what to prioritize so you're not guessing where to start.

{% embed url="<https://youtu.be/Gvv4l2LN-S4>" %}

### What a Site Audit Does

Frase crawls your site the way a search engine does, evaluating every page across several key areas:

<details>

<summary><strong>Technical issues</strong></summary>

Broken links, slow-loading pages, missing or incomplete meta tags, and other hidden blockers that hurt performance without obvious symptoms.

</details>

<details>

<summary><strong>Content quality</strong></summary>

Thin content, duplicate titles, keyword stuffing, and other signals that weaken your relevance in search.

</details>

<details>

<summary><strong>Site structure</strong></summary>

Navigation problems, weak internal linking, and pages that are difficult for search engines to crawl and LLMs to cite efficiently.

</details>

<details>

<summary><strong>Opportunities</strong></summary>

Pages that are already close to ranking higher on the SERP and could get there with targeted improvements.

</details>

{% hint style="success" %}
Frase also detects keyword cannibalization (pages on your site competing for the same keywords) so you can resolve the overlap before it drags both pages down.
{% endhint %}

### The Three Audit Views

Site Health in Frase is organized into three tabs that work together:

{% stepper %}
{% step %}

### **Audits**

Your historical crawl reports. Every audit you run is saved here so you can track how your site health changes over time and measure the impact of fixes you've made. This is the long view.
{% endstep %}

{% step %}

### **Health**

A real-time dashboard showing your site's current state. Overall health score, key metrics, and a quick snapshot of what needs attention right now. Check this when you want a fast read on where things stand.
{% endstep %}

{% step %}

### **Issues**

Your actionable task list. Every problem found in the audit is listed here, grouped by severity and filterable by issue type. This is where you actually work through fixes.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**Think of it this way:** *Audits* shows you how things have changed, *Health* tells you where you stand today, and *Issues* tells you exactly what to fix.
{% endhint %}

### Running an Audit

Go to **Site → Audits** and start a new crawl. You have two options depending on what you need:

* **Full Site Audit** — Crawls up to your plan's page limit and gives you a comprehensive site-wide picture. Best for regular SEO work and full-site optimization.
* **Specific Section Audit** — Crawls a defined set of pages or sections. Faster, and ideal for spot checks, targeted improvements, or validating changes after an update.

{% hint style="success" %}
If this is your first audit, run a full crawl. You want the complete picture before you start making decisions.
{% endhint %}

#### How Findings Are Prioritized

Audit results are grouped into three levels:

{% hint style="danger" %}
**Critical** — Fix these first. These are the issues most likely to be actively hurting your rankings or preventing pages from being indexed correctly.
{% endhint %}

{% hint style="warning" %}
**Warnings** — Important, but not urgent. Address these after critical issues are resolved.
{% endhint %}

{% hint style="success" %}
**Opportunities** — Areas where small improvements could yield meaningful gains. These aren't problems so much as untapped potential.
{% endhint %}

Work top to bottom. It sounds obvious, but it's easy to get distracted by a long list of warnings while a critical issue sits unresolved.

#### Best Practices for Getting the Most Out of Audits

* **Run your first audit before doing anything else in Frase.** It gives you a baseline to work from and often surfaces quick wins you wouldn't have found otherwise.
* **Re-run after major changes.** Whenever you publish a batch of new content, restructure navigation, or make technical updates, run a fresh audit to confirm things improved and catch anything new. **Be sure to wait at least 72 hours so the page has time to be re-indexed by Google.**
* **Use specific section audits for fast checks.** You don't always need a full crawl. If you just updated a section of your site, audit that section and move on.
* **Watch for cannibalization.** If two or more pages are competing for the same keyword, neither one will rank as well as a single strong page would. The audit flags this — don't ignore it.
* **Let the**[ **Frase Agent** ](https://docs.frase.io/get-started/meet-the-frase-agent)**interpret your results.** If you're looking at a list of issues and aren't sure what to tackle first, ask the Agent. It can read your audit findings and give you a plain-language action plan.

{% hint style="success" %}
After your audit, your next step is usually [**Content Opportunities**](/feature-reference/content-opportunities.md) — where Frase uses your site data and [Search Console ](https://docs.frase.io/integrations/connectors/google-search-console)connection to surface exactly what to create or improve next.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.frase.io/core-workflows/audit-my-site.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
