- Most ranking problems aren't content problems, they're technical ones nobody checked.
- Here's a concrete 15-item audit, not vague advice to 'improve SEO.'
Content quality gets most of the attention in SEO advice, but a meaningful share of ranking problems are purely technical — issues that quietly prevent Google from crawling, indexing or properly understanding pages that would otherwise rank fine. This is a concrete checklist, not general advice to "improve your SEO."
Crawlability and Indexing
- Check robots.txt isn't accidentally blocking important pages. A leftover
Disallow: /from a staging environment, migrated to production by accident, silently blocks the entire site from being crawled. - Confirm your XML sitemap is current and submitted in Google Search Console, and that it doesn't list pages that 404 or redirect.
- Check for orphan pages — pages with no internal links pointing to them are hard for both users and crawlers to discover, regardless of content quality.
- Audit noindex tags for pages accidentally marked noindex that should be indexed (a common mistake after a site migration or theme change).
Speed and Core Web Vitals
- Run Google PageSpeed Insights on your key pages and note Largest Contentful Paint, Interaction to Next Paint and Cumulative Layout Shift specifically — these three Core Web Vitals directly factor into ranking.
- Check for layout shift caused by ads or images loading without reserved dimensions — a common, easily fixed CLS problem.
- Confirm images are served in modern formats (WebP) and properly sized for their actual display dimensions, not just compressed originals.
Mobile and Structure
- Test mobile usability directly in Search Console's Mobile Usability report, not just by eyeballing the site on your own phone.
- Check heading structure — one H1 per page, logical H2/H3 nesting, not headings used purely for visual styling out of semantic order.
- Verify canonical tags are correct, especially on any page reachable via multiple URLs (with and without trailing slash, with and without query parameters).
- Check for duplicate title tags and meta descriptions across different pages — a common byproduct of templated page generation at scale.
Structured Data and Technical Hygiene
- Validate structured data (schema.org markup) using Google's Rich Results Test — broken schema doesn't just fail to help, it can trigger manual review flags.
- Check for broken internal links using a crawler tool (Screaming Frog's free tier handles most small-to-medium sites) — every 404 a crawler hits wastes crawl budget and signals poor maintenance.
- Confirm HTTPS is enforced everywhere with no mixed-content warnings (HTTP resources loaded on an HTTPS page).
- Check redirect chains — a URL that redirects to a URL that redirects again wastes crawl budget and dilutes link equity; each redirect should go directly to its final destination.
Why This List, Not Content, First
A page with excellent content sitting behind a robots.txt block, a stray noindex tag, or a redirect chain will never rank regardless of how good the writing is — technical issues are gating problems, not ranking-boost problems, which is why they belong at the start of any real SEO audit rather than the end. WebsNP runs this exact checklist as part of technical SEO work for hosting and web design clients, and the majority of sites we audit have at least three or four of these fifteen issues present without the owner knowing.