What Technical SEO Actually Means
Technical SEO is the work of making sure search engines can discover, crawl, render, and index your pages — and that the signals they pick up while doing so are consistent and accurate. It sits underneath everything else: there's no point optimizing a page's title tag if Google can't reach the page in the first place, and no point earning backlinks if your canonical tags are pointing them to the wrong URL.
The good news is that the technical-SEO surface area is finite. Five or six concerns cover the vast majority of what actually moves rankings. The bad news is that most sites have at least one unresolved issue in one of those categories, quietly suppressing pages that otherwise deserve to rank.
Core Web Vitals — The Baseline Google Cares About
Largest Contentful Paint, Cumulative Layout Shift, and Interaction to Next Paint are the three metrics Google uses to score real-world user experience. Together they're known as Core Web Vitals, and they've been a confirmed ranking factor since 2021. The effect on rankings is modest in isolation — but compounded across thousands of queries, it's the kind of signal that decides ties.
The practical targets: LCP under 2.5 seconds, CLS under 0.1, INP under 200 milliseconds. Measure with PageSpeed Insights or the CrUX (Chrome User Experience) dashboard, not with Lighthouse alone — Lighthouse runs synthetic tests, but Google ranks based on real-user field data. If your synthetic scores are green but your CrUX data is red, the CrUX data wins.
Crawl Budget, Indexation, and the Architecture That Supports Both
Crawl budget is the number of pages Googlebot is willing to crawl on your site in a given period. For sites with fewer than a few thousand pages, it's rarely a constraint. For larger sites — ecommerce catalogs, programmatic SEO operations, news publishers — it's critical. Wasting crawl budget on thin, duplicate, or low-value URLs means Google reaches your important pages less often, which slows the rate at which updates get indexed.
The architecture decisions that protect crawl budget: a clean URL structure, a logical site hierarchy that's no more than three or four clicks deep from the homepage, internal linking that points heavily to your priority pages, canonicalization that prevents the same content from being crawled at multiple URLs, and a robots.txt that blocks the sections of your site Google has no business in.
For indexation, Google Search Console's Pages report is the source of truth. Pull it monthly. Investigate every page reporting "crawled — currently not indexed" or "discovered — currently not indexed." These are pages Google has decided aren't worth the storage. Either fix the quality issue or remove the page.

