Crawl audit. Evidence required: a full crawl, status-code export, internal-link graph, canonical targets, robots directives, sitemap membership, and orphan candidates. Pass: priority public URLs return the intended status, are internally discoverable, and do not depend on broken paths. Fail: important routes are trapped in redirect loops, broken chains, orphaning, or unintended 404 responses. Use the existing common mistakes guide to review recurring failure patterns. The source previously mentioned 50+ crawl errors as an observation; treat that count as historical context, not a normal threshold. Severity: critical when defects affect revenue or product-entry templates, otherwise proportionate to scope. Owner: SEO maps intended behavior and engineering implements routing. Corrective action: repair destinations, remove loops, update internal links, and retire obsolete routes deliberately. Validation: rerun the same crawl and confirm the affected URL set passes.
Performance and Core Web Vitals. Evidence required: field data where available plus repeatable lab tests by template. Pass: important landing templates do not show material user-experience regressions that the team can reproduce. Fail: a repeated template issue degrades loading, responsiveness, or layout stability on commercially important pages. Severity: based on affected traffic and task importance, not a tool warning alone. Owner: engineering and design. Corrective action: diagnose the actual bottleneck before changing images, scripts, rendering, caching, or infrastructure. Validation: compare the same template cohort after release.
Structured data. Evidence required: rendered markup and a comparison with visible page content and applicable search-engine documentation. Pass: markup accurately represents the page and validates syntactically. Fail: markup is inaccurate, unsupported, misleading, or disconnected from visible content. Severity: medium when markup creates eligibility or understanding problems, lower when it is simply absent and no supported feature depends on it. Owner: SEO defines the data model and engineering implements. Corrective action: use only applicable schema types and remove unsupported claims. Validation: retest rendered markup after deployment.
Sitemaps and crawl controls. Evidence required: sitemap inventory, robots.txt, meta robots, canonical targets, and Search Console status. Pass: intended indexable URLs are discoverable and excluded environments remain excluded. Fail: staging, test, parameter, or internal-only routes are unintentionally exposed, or important pages are blocked. The source previously referred to phase timing with 1, 2, and 4 as part of this section's sequence; preserve those planning markers rather than treating any specific URL-blocking pattern as universal. Severity: critical for broad accidental blocking, high for repeated URL-pattern defects. Owner: engineering with SEO acceptance criteria. Corrective action: align generation, robots controls, canonicals, and sitemap inclusion with the intended inventory. Validation: re-crawl and inspect representative live URLs.