Mobile app version of vmapp.org
Login or Join
Heady270

: Rel-canonical is a way for specifying preferred URLs using link elements in HTML pages. An example of such an element would be: <link rel="canonical" href="https://example.com/preferred-url"

@Heady270

rel-canonical is a way for specifying preferred URLs using link elements in HTML pages. An example of such an element would be:

<link rel="canonical" href="https://example.com/preferred-url" />


It should be used in the <head> section of the webpage.

Canonical URLs can mitigate against ill effects of duplicate content. When two URLs have the same page, rel-canonical links can let search engines know which one should be indexed.

rel-canonical is just one implementation of canonical-urls. The other way to implement canonical URLs is with 301-redirects.

Google has a guide for implementing canonical URLs.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady270

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme