Canonical URL
An HTML element that tells search engines which version of a page is the preferred one when multiple URLs serve similar or identical content. Canonical tags consolidate ranking signals and prevent duplicate content issues.
Canonical URLs solve the duplicate content problem that arises from URL parameters, session IDs, print versions, mobile variants, and syndicated content. By specifying a canonical URL, you tell search engines to consolidate all ranking signals (links, engagement) from duplicate pages onto the preferred version, preventing dilution across multiple URLs.
For engineering teams, proper canonical implementation is crucial for programmatic SEO. When you generate landing pages from templates with filtering or sorting parameters, each URL variation can create a duplicate content issue. Set self-referencing canonicals on primary pages and cross-domain canonicals for syndicated content. Common mistakes include pointing canonicals to non-indexable pages, creating canonical chains (A canonicalizes to B which canonicalizes to C), and conflicting canonical signals between HTTP headers and HTML tags. Audit your canonical setup regularly, especially after site migrations or URL structure changes. Use Google Search Console's URL Inspection tool to verify Google is respecting your canonical declarations.
Related Terms
Core Web Vitals
A set of three Google-defined metrics that measure real-world user experience for loading performance, interactivity, and visual stability. Core Web Vitals are a confirmed ranking factor in Google Search.
Largest Contentful Paint (LCP)
A Core Web Vital that measures the time from page load start until the largest visible content element (image, video, or text block) is rendered on screen. Good LCP is 2.5 seconds or less.
Interaction to Next Paint (INP)
A Core Web Vital that measures the latency of all user interactions (clicks, taps, keyboard input) throughout the page lifecycle, reporting the worst interaction. Good INP is 200 milliseconds or less.
Cumulative Layout Shift (CLS)
A Core Web Vital that measures the total amount of unexpected layout shifts that occur during a page's entire lifespan. Good CLS is 0.1 or less, where layout shifts are calculated from the impact and distance of moving elements.
Time to First Byte (TTFB)
The duration from the user's request to the first byte of the server response reaching the browser. TTFB measures server-side processing speed and network latency, directly impacting all subsequent loading metrics.
Crawl Budget
The number of pages a search engine bot will crawl on your site within a given timeframe, determined by crawl rate limit and crawl demand. Crawl budget optimization ensures important pages are discovered and indexed efficiently.