Audit objective: prove whether priority URLs are accessible to users and search crawlers in the form the business intends. Technical findings are high severity only when they block discovery, rendering, indexation, canonicalization, or a meaningful user path.
Rendering evidence
Test representative templates with live URL inspection, rendered HTML, browser output, and a JavaScript-capable crawler. Compare visible copy, links, metadata, canonical tags, structured content, and response behavior. A rendering difference is not automatically a defect; it becomes actionable when critical information or navigation is absent or inconsistent.
Severity: critical when an important template cannot expose its primary content or links; high when a repeated template inconsistency affects search interpretation; lower when differences are cosmetic.
Owner: engineering owns implementation, SEO defines acceptance criteria, and product or content owners verify that the rendered page preserves intended information.
Corrective action: change rendering, routing, hydration, server output, or template logic only after the defect is reproduced. Server rendering, static generation, or another architecture may be appropriate, but no single implementation is mandatory for every site.
Validation: re-run the same rendered and crawl tests after deployment and confirm that the affected URLs expose the expected content, links, directives, and canonical target.
Crawl and indexation controls
Compare crawlable URLs, sitemap URLs, Search Console indexation states, robots directives, canonical signals, response codes, and internally discoverable routes. A gap between these sets is a diagnostic clue, not proof of crawl-budget waste.
Severity: critical for unintended site-wide blocking or widespread incorrect noindex directives; high for large canonical or redirect defects; medium for limited orphaning or sitemap inconsistencies.
Owner: SEO maps intended indexation; engineering or platform owners implement controls; content owners confirm which URLs deserve search visibility.
Corrective action: align robots rules, meta directives, canonicals, redirects, sitemaps, and internal discovery with the intended URL inventory. Remove unnecessary generated routes at the source where feasible instead of relying only on downstream blocking.
Validation: re-crawl affected templates, inspect live headers and directives, and monitor whether intended URLs become discoverable and eligible for indexation while excluded URLs remain excluded.
Performance and user experience
Review field and lab performance by template rather than treating one homepage result as representative. Investigate Largest Contentful Paint, Cumulative Layout Shift, and Interaction to Next Paint alongside actual loading behavior and conversion-critical interactions.
Severity: prioritize issues that materially affect important landing pages or user tasks; do not label every tool warning as a search emergency.
Owner: engineering owns performance changes, design owns layout behavior, and SEO or analytics owners define which landing templates require monitoring.
Corrective action: diagnose the bottleneck before changing code, assets, rendering, or third-party scripts.
Validation: compare the same template cohort after release using field data when available and repeatable lab tests.
Redirects and broken links
Identify redirect loops, multi-step redirects, broken internal destinations, stale migration routes, and important URLs returning 404 responses. The audit should distinguish intentionally removed resources from accidental breakage.
Severity: high when important historical or internally linked URLs fail; medium when unnecessary chains add complexity; low for isolated obsolete URLs with no meaningful references.
Owner: SEO maps destination intent, engineering implements routing, and content owners update internal references.
Corrective action: redirect only when a genuine replacement exists, update internal links to the final destination, and remove loops or accidental chains.
Validation: re-crawl the affected paths and confirm final status, destination relevance, canonical consistency, and corrected internal links.