Duplicate URLs happen without anyone deciding to create them. Tracking parameters, print versions, sorted and filtered product listings, and the same page reachable with and without a trailing slash all produce distinct addresses serving near-identical content. Left alone, that splits ranking signals across variants and leaves the search engine to guess which one to show. A canonical tag settles it by naming one address as the original.
The tag is a strong hint rather than a command, so search engines can override it if the evidence disagrees, but in practice a consistent, correct canonical is usually respected. The mistakes that cause real damage are worth knowing: pointing every page on the site at the homepage, which effectively asks for the rest of the site to be ignored; canonicals left pointing at a staging domain after launch; canonical chains where A points to B which points to C; and canonicals that contradict your sitemap or your redirects.
Canonicals matter beyond classic search, because AI systems that build answers from your site benefit from a single clear version of each fact rather than four near-copies with slight differences. The same holds for the AI chat widget on your own site. Clerkzo crawls your pages to learn from them, and a site with one authoritative version of each page gives more consistent answers than one with duplicates drifting out of sync.
Related terms
Browse all 142 terms- E-E-A-TE-E-A-T stands for experience, expertise, authoritativeness and trustworthiness. It is the framework in Google's search quality rater guidelines for judging how much confidence a page deserves.
- Large language model (LLM)A large language model (LLM) is an AI system trained on very large amounts of text to predict the next piece of language in a sequence. That single capability lets it answer questions, summarise documents, write code and hold a conversation.
- EmbeddingsEmbeddings are lists of numbers that represent the meaning of a piece of content, such as a sentence or a paragraph. Items with similar meaning end up with similar numbers, which lets software compare meaning mathematically instead of matching exact words.
- Vector databaseA vector database is a store designed to hold embeddings and retrieve the entries most similar to a given query vector. It answers "what is closest in meaning to this?" rather than "which row exactly matches this value?"