Use this section to decide whether the marketing site and supporting documentation are technically accessible enough for search engines and users to evaluate the app or development service. Each control should have stored evidence, a pass or fail result, an owner, a correction, and a post-release validation.
Mobile rendering and Core Web Vitals
Evidence required: representative mobile URLs in Google Search Console and PageSpeed Insights, plus a rendered-page check for the primary templates used by product, service, pricing, documentation, and editorial pages.
Pass condition: important content and controls render on mobile without blocking the user journey, and the existing Largest Contentful Paint target of 2.5 seconds is evaluated on the pages that matter.
Fail condition: key content is delayed, hidden, unstable, or materially harder to use on mobile. Severity: high when affected templates support acquisition or product understanding. Owner: front-end engineering with SEO or product marketing supplying the test set.
Corrective action: reduce unnecessary asset weight, address render-blocking behavior, reserve layout space where needed, and fix template-level defects instead of patching isolated URLs. Validation: rerun the same test set after deployment and retain the before-and-after evidence.
Software application structured data
Evidence required: the rendered markup, the visible page content it describes, and validation output from Schema.org or Validator.schema.org. Pass condition: SoftwareApplication or WebApplication markup is used only where the entity and visible page content support it, and properties such as aggregateRating, operatingSystem, or applicationCategory are present only when accurate.
Fail condition: markup describes information users cannot verify on the page, conflicts with the product, or is added simply to pursue a search appearance. Severity: medium unless invalid markup is part of a broader template defect.
Owner: SEO or product marketing for requirements, engineering for implementation. Corrective action: remove unsupported properties, align the markup with visible content, and document which template owns the output. Validation: inspect rendered source and rerun the validator after release.
App discovery and deep-link behavior
Evidence required: supported app-link or deep-link configuration, test URLs, device-level behavior, and Search Console evidence where applicable. Pass condition: supported links resolve to the intended destination and users who cannot open the app still have a useful web path.
Fail condition: links break, loop, open the wrong app state, or strand users without a web fallback. Severity: high for acquisition or retention flows. Owner: mobile engineering with web engineering and product.
Corrective action: align app and web routing, verify ownership files and destination logic where the platform requires them, and remove obsolete routing assumptions. Validation: repeat device and browser tests on the same destinations after release.
Documentation redirects and broken URLs
Evidence required: a crawl export covering documentation, help content, and high-value landing pages. Pass condition: important internal links resolve to a useful destination without avoidable loops, chains, or unintended 404 responses.
Fail condition: users or crawlers reach broken documentation, circular redirects, or retired references with no appropriate replacement. Severity: high when the issue blocks a common task or acquisition path.
Owner: documentation or web engineering, depending on the source of the defect. Corrective action: repair the source link, simplify redirect logic, and restore or intentionally retire content with a relevant destination when one exists. Validation: recrawl the affected section and manually inspect the most important paths.