Technical SEO in 2026: Core Web Vitals, Schema & Multimodal Optimization
Technical SEO is the non-negotiable foundation beneath all content and link building efforts. The January 2026 Core Update introduced new multimodal signals that make technical optimisation more complex — and more important — than ever. This guide covers the exact thresholds, implementation requirements, and priority actions for 2026.
Core Web Vitals: 2026 Thresholds and Measurement
Google's Core Web Vitals are measured across three dimensions: LCP (Largest Contentful Paint) — the time until the largest visible element is fully loaded — must be under 2.5 seconds for a "Good" rating. INP (Interaction to Next Paint) — which replaced FID in March 2024 — measures responsiveness to all user interactions and must be under 200ms for "Good". CLS (Cumulative Layout Shift) — measuring visual stability — must be under 0.1. The most common CLS culprits in 2026 are: images without declared dimensions, dynamically injected ad units, and lazy-loaded content that shifts the layout. Measure real-user Core Web Vitals in Google Search Console under "Core Web Vitals" — the lab data in PageSpeed Insights is useful but the real-user CrUX data is what Google actually uses for ranking.
Schema Markup for AI Overview Citation
Structured data has become a critical lever for being cited in AI Overviews. Priority schemas for 2026: Article with author (linked to sameAs external profiles), datePublished, and dateModified. FAQPage for Q&A sections. HowTo for step-by-step processes. VideoObject with transcript for any embedded video. ImageObject for key infographics. BreadcrumbList for all pages. Organization with contactPoint, sameAs (social profiles), and logo. Implement all schema using JSON-LD in the document <head> — do not use Microdata or RDFa.
Multimodal Optimization After January 2026
Google now evaluates the richness of a page's media alongside its text. For images: use descriptive, keyword-relevant alt text that describes what the image shows and why it is relevant. Declare width and height attributes on all <img> tags to prevent CLS. Use WebP format (30–40% smaller than JPEG at equivalent quality). Name files meaningfully — "google-march-2024-core-update-traffic-impact.webp" is infinitely better than "screenshot-3.webp". For video: include a full transcript as visible page text. Add VideoObject schema. Host on YouTube and embed — this adds Google's own platform confidence signal. For interactive tools or calculators: ensure the tool output is accessible to crawlers (not locked behind JavaScript that blocks rendering), or provide a static equivalent alongside the interactive version.