Skip to content

Reading your audit results

When a crawl completes, your audit findings appear in Audit → Issues. Each finding has four key attributes: severity, confidence, scope, and evidence.

SeverityWhat it means
CriticalBlocks indexation or breaks the site for crawlers or users — fix immediately
HighSignificantly harms ranking, crawlability, or AI visibility on important pages
MediumDegrades performance or misses an optimization opportunity on a subset of pages
LowMinor improvement opportunity
InfoObservation only; no action required

Start with Critical, then work down. A single Critical issue on a high-traffic template can affect hundreds of pages.

High confidence means the finding is based on direct evidence with no ambiguity — a 404 status code, a noindex directive, a missing canonical. Medium confidence means the finding is based on a heuristic that is usually correct but has known edge cases. Low confidence findings are observations that may or may not represent a real problem — review them but don’t prioritize them over high-confidence findings.

  • Page — affects only the specific URL listed
  • Template — affects a group of pages sharing a common structure (e.g., all product pages, all blog posts)
  • Site — affects the entire domain
  • Source-reconciled — finding is based on cross-referencing crawler data with a connector (GSC, GA4, CrUX)

Template-scoped findings are the highest-leverage fixes: one code change resolves the issue on hundreds of pages at once.

Every finding includes the raw evidence that triggered it: the actual HTML snippet, HTTP headers, robots directives, or structured data block. You can verify the finding yourself against this evidence before taking action.

Below the evidence, each finding shows:

  1. What’s wrong — plain-language explanation
  2. Why it matters — business and visibility impact
  3. Steps to fix — ordered, specific actions
  4. Suggested fix — the exact value to apply (canonical tag, robots.txt directive, JSON-LD block), ready to copy
  5. Generated file — for findings where the fix is a file (robots.txt, llms.txt, hreflang map), VisibilityIQ generates the corrected file for you to download and deploy

Use the filters at the top of the Issues list to narrow by severity, category, template, or URL pattern. The Issues only toggle hides Info findings to let you focus on actionable items.