Where to Find It
In your project, go to Marketing > SEO > Tools > Site Audit.Four Audit Categories
| Category | What it checks |
|---|---|
| Technical | Crawlability, indexing, broken links, redirects, robots.txt, sitemap |
| Performance | Core Web Vitals, load speed, image sizes, JavaScript bloat |
| Content Quality | Title tags, meta descriptions, H1/H2 structure, word count, keyword usage, readability |
| Mobile SEO | Mobile-friendliness, viewport, touch targets, responsive design |
Run an Audit
Enter the URL
Paste the URL you want to audit — usually your live site’s home page. The audit follows internal links, so you only need to give it a starting point.
Click Run Audit
The audit crawls and analyzes your site. Most audits finish in 30–60 seconds; larger sites can take a few minutes.
Reading the Report
Each issue has three parts:- Severity —
critical,warning, ornotice - Affected URL(s) — where the issue was found
- Recommendation — a plain-language explanation and a suggested fix
Severity Levels
| Severity | When to fix |
|---|---|
| Critical | Now — these directly block indexing or rankings (broken robots.txt, no title tags, server errors) |
| Warning | This sprint — real issues that hurt you but aren’t immediately fatal |
| Notice | When you have time — often informational or edge cases |
Fix Issues with AI Chat
The audit integrates with your project’s AI assistant. Once you’ve run an audit, you can just ask:robots.txt, adds missing meta tags, fixes redirects), and reports back what it changed. You review and deploy.
For bigger issues (JavaScript bloat, Core Web Vitals), the AI may propose changes that need your review — it won’t silently rewrite your frontend architecture.
Schedule Recurring Audits
Catch regressions automatically by scheduling audits.Pick a frequency
Weekly or monthly are the common cadences. Daily is rarely necessary and eats into your AI credits.
Choose which categories
You can schedule all four or a single category. A weekly technical audit plus a monthly content audit is a common pattern.
Verify a Fix
Troubleshooting
Audit hangs or times out
Audit hangs or times out
Your site may be blocking the crawler. Check
robots.txt — if you have broad disallow rules, add an explicit allow for the audit User-Agent during the audit window, or temporarily relax rules. Rate-limiting middleware (Cloudflare challenge, aggressive WAF) can also block crawls.Too many false positives
Too many false positives
Some issues are informational and may not apply to your case. Prioritize criticals and warnings. You can dismiss individual notices so they don’t clutter future reports.
Report comes back empty
Report comes back empty
The crawler couldn’t load any pages. Most common causes: the URL returns 404 (typo?), the site requires authentication (audit needs public access), or the site is client-rendered with no initial HTML (some audits can’t follow JavaScript-only navigation — deploy with server rendering).
Core Web Vitals scores lower than PageSpeed Insights
Core Web Vitals scores lower than PageSpeed Insights
Hiveku’s performance audit uses a synthetic lab environment — real-user metrics from Google’s Chrome UX Report can differ. Use both: the audit for quick iteration, PageSpeed Insights or Search Console for real-world validation.
AI chat didn't fix an issue
AI chat didn't fix an issue
Some fixes require product decisions — rewriting a page title to target a specific keyword, for instance. The AI flags those and asks you. Check the AI thread for pending questions.
What’s Next?
SEO Setup
Configure sitemaps, meta tags, and structured data
Connect Google Search Console
Verify real-world indexing and rankings