What technical SEO covers
Technical SEO is the category that groups everything deciding whether a search engine can reach a page, add it to its index, and serve it with the speed and stability a user expects. It isn't a single block, it's a family of disciplines spread across five areas.
- Crawling: whether a search engine can access each URL and how many resources it spends doing so. This covers crawling itself, the crawlers that run it, and the crawl budget that spreads that effort across large sites.
- Indexing: whether a URL that's already been crawled actually becomes part of the search engine's index. This covers indexing itself, the canonical tag, which resolves which version of a page gets indexed, and the noindex directive, which excludes one on purpose.
- Rendering and mobile: how a search engine processes a page's HTML and JavaScript, and which version it evaluates first. This covers mobile-first indexing, the standard by which Google indexes and ranks primarily the mobile version of a site.
- International structure: how a search engine is told which language or country version to show when a site has several. This covers hreflang.
- Page performance: how long a page takes to load and how stable it stays visually while doing so. This covers the Core Web Vitals.
Each of these areas has its own article covering the full mechanics: what it measures, how to configure it, which mistakes come up most. This article doesn't repeat that mechanics, it organizes it.
The five areas don't work in isolation, they affect each other. A poorly spent crawl budget makes a search engine crawl thousands of irrelevant pages while leaving the ones that matter unvisited, which delays their indexing even if the rest of the site is flawless. A misconfigured hreflang setup can lead Google to index the wrong language version of a page as canonical, even when rendering and performance are both fine. That's why a serious technical review doesn't evaluate each area on its own, it looks at how they affect each other on the same site.
