> For the complete documentation index, see [llms.txt](https://georeport.gitbook.io/georeport-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://georeport.gitbook.io/georeport-docs/issue-reports-and-fixes.md).

# Issue Reports & Fix

When GEOReport runs an audit, it doesn’t just give you a score. It also **diagnoses specific problems** that hurt your AI visibility. These are grouped by **Critical**, **Medium**, and **Minor issues**, and for each one, you’ll get a **step-by-step fix guide**.

Think of this as your **doctor’s report**: It doesn’t just tell you you’re unhealthy, it tells you exactly what to *treat first*.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Issues Overview</h4></td><td><p></p><ul><li>Issue Classification </li><li>Why this matters for AI visibility?</li></ul></td><td><a href="/files/8UUDkcxFKvmdFACerZCv">/files/8UUDkcxFKvmdFACerZCv</a></td><td><a href="/pages/so6zqK3j0OwuSDWbvdwC">/pages/so6zqK3j0OwuSDWbvdwC</a></td></tr><tr><td><h4>Fix Guides</h4></td><td><p></p><ul><li>From Problem to Solution</li><li>Why GEO Fix matters?</li></ul></td><td><a href="/files/z6Sc9nmzhLjfopa1kcIj">/files/z6Sc9nmzhLjfopa1kcIj</a></td><td><a href="/pages/lXy42b3TLHfW5LPWTuZr">/pages/lXy42b3TLHfW5LPWTuZr</a></td></tr><tr><td><h4>Common Issue Types</h4></td><td><p></p><ul><li>Issue Examples and How to fix it</li><li>Why GEO Issues Matter for AI Visibility?</li></ul></td><td><a href="/files/SBwHPZT5BcKILIDdsE23">/files/SBwHPZT5BcKILIDdsE23</a></td><td><a href="/pages/BfTreY7qvgwJUDgApepo">/pages/BfTreY7qvgwJUDgApepo</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://georeport.gitbook.io/georeport-docs/issue-reports-and-fixes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
