Checkpoint: crawl errors are classified by user and discovery impact. Evidence required: a crawl export containing response codes, inlinks, canonicals, and affected templates. Pass: every material 4xx or 5xx pattern is either intentional and documented or assigned for correction. Fail: broken public routes, internal links, or template errors remain unexplained. Severity: critical for widespread server errors, high for broken acquisition paths, lower for intentional removals with no remaining references. Owner: platform engineering. Corrective action: repair the destination, remove the bad link, or implement the appropriate redirect only when a true replacement exists. Validation: recrawl the same URL set and confirm both status and internal references.
Checkpoint: Core Web Vitals are reviewed by template rather than from a single homepage sample. Evidence required: field data where available, PageSpeed Insights diagnostics, and representative templates for product, pricing, documentation, integration, and interactive pages. Pass: the team can identify which templates fail and which component contributes to the issue. Fail: a sitewide conclusion is based on one URL or a lab score without template evidence. Severity: high when a recurring template affects important user journeys, otherwise medium. Owner: performance engineering. Corrective action: address the responsible component or delivery pattern at template level. Validation: repeat the same measurement method after release and compare like-for-like pages.
Checkpoint: interaction responsiveness is measured on genuinely interactive public experiences. Evidence required: field or lab interaction traces for demos, configurators, search interfaces, and other public controls. Pass: slow interactions can be attributed to a specific task or script path. Fail: the team assumes JavaScript volume alone proves an interaction problem. Severity: medium to high depending on the affected journey. Owner: frontend performance team. Corrective action: reduce blocking work or defer nonessential execution around the affected interaction. Validation: reproduce the same interaction and compare the trace after the change.
Checkpoint: mobile layouts remain usable on evaluation pages. Evidence required: responsive browser testing and device checks on pricing, signup entry points, product pages, and public docs. Pass: primary content and controls are readable, reachable, and stable without accidental overlap. Fail: important actions are obscured, clipped, or displaced in a way that prevents normal use. Severity: high on conversion and evaluation pages, medium elsewhere. Owner: design system and frontend engineering. Corrective action: fix the responsible layout, spacing, viewport, or component behavior. Validation: rerun the same device and viewport checks.
Checkpoint: layout shifts are traced to the component that causes them. Evidence required: performance traces or visual recordings showing the moving element. Pass: the shift source is known and can be reproduced. Fail: the page is labeled unstable without identifying the element or loading behavior responsible. Severity: medium unless the shift interferes with a primary action. Owner: frontend engineering. Corrective action: reserve space, stabilize media dimensions, or change loading behavior for the responsible component. Validation: rerun the same trace and confirm the shift no longer reproduces.
Checkpoint: prioritization uses a reproducible decision order. Evidence required: the issue list with affected templates, search visibility, user journey, engineering effort, and validation owner. Pass: each issue is ranked by (1) indexation or access risk, (2) importance of the affected page or template, and (3) breadth of the defect, with engineering effort used to sequence work after impact is understood. Fail: tickets are ranked only by ease, anecdote, or the loudest stakeholder. Severity: governance issue. Owner: SEO lead and engineering lead jointly. Corrective action: re-triage the backlog using the same evidence fields. Validation: review the ordered backlog and confirm each priority can be traced to recorded evidence.