Canonical Tags | What are they and My Understanding | SEO Tutorial
According to Ahrefs, a canonical tag (rel=“canonical”) is a snippet of HTML code that defines the main version for duplicate, near-duplicate and similar pages. In layman's terms, if you have similar pages in different URLs, you can use canonical tags to verify which version is the original or main version and must be indexed.
Why does Canonicalization Matter?
Having a duplicate page or content is a complicated matter, when search engines crawl URLs which has similar or identical content, there can be a lot of SEO issues. If the crawlers have to go through so much duplicate content they can miss some of your unique content. Largescale duplication can also dilute your site ranking ability. and lastly, if your website does rank, search engines can pick up the wrong URL and consider them as "original". Hence, the use of canonicalization can help control duplicate content.
Rules of Adding Canonical Tags
If you want canonical tags to work properly, they must be used consistently as well as correctly:
- Use complete URLs, Including the entire domain name.
- Be consistent with the spelling and symbols used in your domain name, for example use of a slash at the end of the URL or the use of cases in the name.
- You can use Google Webmaster Tools on how Google must handle parameters and exclude those page which doesn't contain any unique content.
What does a Canonical Tag look like?
Simple and consistent syntax is used for canonical tags. They are placed at the <head> section of a web page:
For example:
<link rel=“canonical” href=“https://example.com/sample-page/” />
- link rel=“canonical”: The master (canonical) version of this page can be found at the link in this tag.
- href=“https://example.com/sample-page/”: This URL will take you to the canonical version.
- - Which version of a page should be indexed (there will only be one!)
- - Which variation of a page should be ranked for pertinent queries.
- - If "link equity" should be divided amongst several versions or consolidated on one page.


Comments
Post a Comment