Technical SEO: the foundation that makes content work
Content cannot rank on pages Google will not index. Technical SEO is the part that has to be right first.
Technical SEO has an unglamorous reputation and an unarguable position: it comes first. You can write the best page on a subject and it will rank nowhere if the page is not indexed, or if it is competing with three duplicate versions of itself, or if it takes nine seconds to load on a phone.
None of it is complicated. Most of it is a handful of things being correct and staying correct.
Crawling: can a bot reach the page?
A crawler follows links. If a page has no internal links pointing at it and is not in the sitemap, it is effectively invisible regardless of how good it is. Orphan pages are more common than people expect, especially on sites that have been through a redesign.
- Every page worth ranking needs at least one internal link from a page that is itself indexed.
- robots.txt should block admin paths and nothing else, unless you have a specific reason.
- Navigation that only exists in JavaScript is riskier than plain links. Use real anchors.
- Redirect chains waste crawl budget. Point A directly at C, not at B which points at C.
Indexing: will Google keep the page?
Crawled is not indexed. Google crawls a page, decides whether it is worth storing, and often decides no. The usual reasons are thin content, near-duplication of another page, or contradictory signals about which URL is canonical.
The most common indexing fault is a canonical tag pointing at a URL that redirects somewhere else. It looks perfectly correct in the page source, which is exactly why it survives for months.
One page, one URL
Duplication is usually accidental. The same content reachable with and without www, with and without a trailing slash, with tracking parameters attached, and via a print version, is five URLs for one page. Pick one, canonicalise to it, and 301 the rest.
Site structure: shallow beats deep
Important pages should be reachable in a small number of clicks from the homepage. This is not a rule Google published, it is a consequence of how link authority flows: a page buried six levels deep receives very little of it.
| Depth from homepage | Practical effect |
|---|---|
| 1 click | Strongest internal authority |
| 2 to 3 clicks | Fine for most content |
| 4 to 5 clicks | Noticeably weaker, crawled less often |
| 6+ clicks | Often ignored entirely |
Sitemaps: a list, not a magic wand
A sitemap tells Google what exists. It does not force indexing and it does not make thin pages rank. What it does do is surface pages that are weakly linked, and reveal a gap when the URL count in your sitemap does not match what Search Console reports as indexed.
Keep it clean: only canonical, indexable, 200-status URLs. A sitemap full of redirects and 404s is a signal about how carefully the site is maintained.
Structured data: help Google understand, do not lie to it
Structured data describes what a page is: an article, a product, a FAQ, a recipe. Done well, it earns richer search results. Done badly it does nothing, and done dishonestly, marking up reviews that do not exist for instance, it earns a penalty.
Validate it rather than trusting that it works. CodeAiMan's technical SEO checklist for 2026 covers the full list including which schema types are worth the effort.
Keeping it correct over time
This is the real problem. A site can be technically clean at launch and broken six months later, because someone added a plugin, changed a template, or migrated a section. Nothing announces itself.
That is the argument for automated auditing. siteIQ covers crawling, indexing, performance, security and accessibility in one pass, so re-checking monthly is realistic instead of aspirational. If you would rather not own it at all, CodeAiMan's SEO practice does it as a service, and their web development team builds sites with these foundations in place from the start.
Frequently asked questions
Referenced in this article
Technical SEO checklist 2026
CodeAiMan technical SEO checklist covering crawling, indexing and Core Web Vitals.
OpensiteIQ
AI-powered website auditing: SEO analysis, performance testing, security checks, accessibility reports and backlink analysis.
OpenSEO and digital marketing
Technical SEO, content strategy, analytics and performance optimisation.
OpenWeb development
Custom websites and web apps in React, Next.js and TypeScript, including PWAs and API work.
OpenCodeAiMan
AI-first web, app and software development company based in Ahmedabad, working with clients across India and internationally.
OpenMore guides on performance, SEO, AI and engineering are on the tech blog index, and the free tools section covers the browser utilities that come up in this work.
All tech articles