Most technical SEO content covers the same ground: add a sitemap, fix broken links, compress your images. By now, most teams have done those things. The mistakes that are actually hurting rankings in 2026 are more subtle.
1. Canonical tag inconsistency
A canonical tag is only useful if it points to a URL that Google can actually crawl and index. We regularly see sites where canonical tags point to URLs that redirect, return 404s, or are blocked by robots.txt. Google ignores a canonical it can't verify — and the duplicate content problem you were trying to solve remains unsolved.
Check every canonical tag on your site points to a live, indexable, non-redirecting URL. Use Search Console's URL Inspection tool to verify Google can reach it.
2. JavaScript-rendered content with inconsistent hydration timing
Google's crawler is better at rendering JavaScript than it was three years ago — but it's not perfect, and it doesn't wait forever. Content that's conditionally rendered based on client state, A/B tests, or authentication checks is frequently not indexed.
The fix: key content (headings, body text, internal links) should be in the initial server-rendered HTML. Use the “View Page Source” test — if the content isn't in the raw HTML, Googlebot may never see it.
3. Ignoring Core Web Vitals on routes that aren't the homepage
Google measures Core Web Vitals per URL, not per site. A homepage that scores 95 on Lighthouse doesn't help a blog post that scores 58. And blog posts often rank better for long-tail queries than homepages do. Check your CWV data in Search Console's page experience report, filtered by URL, not just domain average.
4. Internal linking patterns that don't reflect content priority
PageRank still flows through internal links. Pages that are linked to frequently from high-authority pages on your site are treated as more important. If your most commercially valuable pages are orphaned (linked only from the sitemap and a secondary nav item), they're getting less internal equity than a blog post in your main navigation.
Audit your most important landing pages. Count how many other pages link to them. If the answer is “not many,” fix it with contextual links from related content.
5. hreflang for sites without it and wrong hreflang for sites with it
For sites serving multiple languages or regions: incorrect hreflang implementation is often worse than no hreflang at all. Missing x-default tags, non-reciprocal hreflang declarations, and hreflang pointing to redirected URLs are all common. Use Google's hreflang validator before assuming your implementation is correct.