Begin with technical evidence because access failures can invalidate later content work. The objective is not to chase every warning in every tool. Confirm whether the homepage, primary service pages, location-relevant pages, and contact path are crawlable, indexable where appropriate, secure, usable on a phone, and technically stable enough to evaluate.
Crawlability and indexability
Evidence: inspect representative core pages in Google Search Console and record the current indexing status, canonical information, robots directives, redirects, and any clear exclusion reason. Also review the robots.txt file at yourdomain.com/robots.txt for directives that conflict with the intended crawl state. A page being absent from the index is evidence to investigate, not automatic proof of a technical defect.
Severity: high when an important page that should be discoverable is blocked by an unintended robots rule, noindex directive, broken redirect, server failure, or another controllable access problem. Lower the severity when the page is intentionally excluded or when the evidence only shows that Google has not indexed it yet without identifying a fault. Owner: developer or site administrator for directives, templates, redirects, and server behavior; SEO or site owner for deciding whether the page should be indexable. Corrective action: remove only the unintended blocker, correct the redirect or canonical configuration when evidence supports it, and keep intentional exclusions intact. Validation: rerun URL inspection and the relevant crawl check after deployment, then confirm the live page returns the intended directives and destination.
Page speed and loading behavior
Evidence: test the homepage and a primary service page with PageSpeed Insights, then inspect the actual mobile experience. The source scorecard used a mobile score below 50 as a red flag. Preserve that as an internal investigation threshold, not as a documented Google ranking cutoff. Record what the test identifies, such as image payload, render delay, script cost, or server response, before prescribing a fix.
Severity: high when loading problems prevent or materially obstruct use of a core page, medium when the page works but clear performance waste is measurable, and low for cosmetic opportunities without user impact. Owner: developer for code and delivery issues, content or design owner for unnecessarily heavy media, hosting administrator for infrastructure evidence. Corrective action: address the measured bottleneck, for example by resizing or compressing oversized assets, improving delivery, or removing unnecessary blocking work. Validation: retest the same page under comparable conditions and confirm that the targeted bottleneck improved without breaking layout, tracking, or functionality.
Mobile usability
Evidence: inspect important templates on a real phone or responsive test environment and record issues such as unreadable text, overlapping elements, inaccessible navigation, obstructed forms, or controls that are difficult to use. Do not call an issue a ranking signal merely because it is a mobile design problem. Severity: high when a visitor cannot complete the intended action, medium when usability is impaired, and low when the issue is primarily presentational. Owner: developer or designer. Corrective action: fix the template or component causing the observed problem. Validation: repeat the same interaction on the affected viewport and confirm that the defect no longer reproduces.
HTTPS and redirect integrity
Evidence: confirm the intended pages load on https:// and that requests to http:// resolve to the correct secure destination without loops or unexpected hops. Record browser warnings, mixed-content problems, or certificate errors if they exist. Severity: high for security warnings, broken secure access, or redirect failures on core pages. Owner: developer, hosting administrator, or whoever manages certificates and redirects. Corrective action: repair the certificate, mixed resource, or redirect configuration identified by the evidence. Validation: retest secure and insecure requests, confirm the final destination, and verify the browser no longer reports the original problem.
Scorecard: keep the source threshold below 50 as a red investigation flag for mobile performance, alongside unintended non-indexability, reproducible mobile usability failures, and broken HTTPS. The scorecard is for prioritization; it is not a claim that every flagged item has equal ranking impact.