SEO in 2025: Why the Technical Basics Still Win and What's Actually New
Every year, the SEO industry produces a wave of content about what's "changed everything." AI is changing everything. Voice search is changing everything. Zero-click results are changing everything.
Most of it isn't changing as much as advertised. And the things that actually matter — site speed, content that answers specific questions well, clean technical implementation — have been the same for years and continue to be the same.
Here's an honest take on what's genuinely different in 2025 and what's being overstated.
What hasn't changed and won't
Content that answers a specific question better than the current top results will rank. This has been true since Google launched. It's still true. The mechanism — measuring dwell time, click-through rates, pogo-sticking back to search results — has gotten more sophisticated, but the underlying logic is identical. Write something genuinely useful for someone trying to solve a specific problem and the ranking follows, usually slowly, eventually.
Technical errors create hard ceilings. Pages that can't be crawled can't rank. Canonical tags pointing the wrong direction suppress indexing. Slow pages produce bounce rates that damage ranking signals. None of this is new, but it's the most common reason good content underperforms.
Links from relevant, authoritative sources still matter more than almost anything. Despite years of predictions about links becoming irrelevant, Google's documentation still explicitly describes links as a primary signal for understanding a page's authority. The tactics for earning them have evolved. The fundamental mechanic hasn't.
What's genuinely different in 2025
E-E-A-T has real teeth now, especially for specific categories. Google's quality rater guidelines have emphasized Experience, Expertise, Authoritativeness, and Trustworthiness for years. In 2025, it's demonstrably affecting rankings in health, finance, legal, and increasingly in technical domains. Pages written by identifiable authors with verifiable credentials in the subject area outperform anonymous content in these categories. This matters for agency.pizza content about things like technical SEO and SaaS growth — first-person experience signals are genuinely valuable.
AI-generated content flooded the index and Google responded. The 2024 spam update and ongoing quality improvements specifically targeted low-quality AI content. Google's March 2024 core update removed an estimated 40% of low-quality content from rankings according to various tracking tools. This is actually good news for sites producing original content — the baseline quality bar for ranking has risen, which makes differentiation easier.
INP replaced FID as a Core Web Vital in March 2024. Interaction to Next Paint measures responsiveness throughout the entire page session, not just the first interaction. This catches JavaScript-heavy pages that felt responsive initially but degraded during use. Many sites that passed FID thresholds fail INP thresholds. If you haven't audited this since 2023, your performance data is outdated.
Zero-click is real but overstated. Yes, more queries are answered by featured snippets, knowledge panels, and AI overviews without a click. SparkToro research shows roughly 60% of searches now end without a click. But zero-click predominantly affects navigational and simple factual queries. Commercial intent queries — the ones that produce customers — still drive substantial click-through. The optimization response is to structure content to win featured snippets while ensuring that winning a snippet is worth the impressions even without the click.
The rendering decision that affects indexing more than most teams realize
How your site renders HTML determines whether Google sees your content at all.
Client-side rendering (CSR) — JavaScript builds the page in the browser. Googlebot can render JavaScript, but it does so in a secondary wave that can take days to weeks after initial crawling. Content that only exists in the DOM after JS execution may be indexed inconsistently or with significant delay.
Server-side rendering (SSR) — The server sends complete HTML. Googlebot sees the content immediately on first crawl. More reliable for SEO, higher server costs.
Static site generation (SSG) — Pages are pre-built at deploy time. Fastest to serve, excellent for SEO, requires a rebuild pipeline for content updates.
Incremental Static Regeneration (ISR) — Combines SSG and SSR. Pages are pre-built but can update at runtime without a full rebuild. The current default choice for most content-heavy sites using Next.js.
The practical recommendation: if your site's core content is built with client-side rendering and you're seeing indexing gaps, that's the first thing to investigate. Google Search Console's URL Inspection tool shows the rendered HTML Google actually sees, which often differs from what you see in a browser.
The content type that's underinvested for most sites
Most sites produce blog content targeting top-of-funnel awareness. Very few invest seriously in bottom-of-funnel content: comparison pages, alternative pages, use-case-specific landing pages, integration pages.
"[Product A] vs [Product B]" pages consistently rank for high commercial intent queries. "[Category] for [specific use case]" pages capture long-tail searches from buyers in active evaluation. These pages are harder to write (they require genuine knowledge of competitors and use cases), which is exactly why they're underproduced and why they outperform generic content.
If your SEO strategy is primarily blog posts, the highest-ROI next step is probably not more blog posts.
SEO advice that tells you everything is changing is usually trying to sell you something.
The fundamentals are stable. The tactics evolve. Knowing which is which is most of the work.
If you want a direct read on where your site's actual ceiling is right now — agency.pizza →



