MilesWeb Hosting Forum

Web Hosting Main Forums => SEO / Social Media Discussions => Topic started by: Kabir on March 06, 2017, 01:21:49 PM

Title: What is Canonical tag?
Post by: Kabir on March 06, 2017, 01:21:49 PM
Hello everyone,

Can anyone tell me what is the use of canonical tag? and how it is implemented in SEO?




Title: Re: What is Canonical tag?
Post by: Gandhar Kulkarni on March 06, 2017, 03:10:58 PM
Canonical link or tag is the HTML code that helps to prevent duplicate content.The canonical tags are preferred when there are set pages that may share similar content with other pages.

The tag is the part of the HTML header on a web page. The same section you will find it the title attribute and Meta description tag. In new "rel" parameter you just have to add "canonical" href="URL".

For example,

<link rel="canonical" href="URL name">

By using the rel="canonical" tag allows the search engine crawlers to determine which page is having the original content and therefore would be ranked higher.
Title: Re: What is Canonical tag?
Post by: Kabir on March 07, 2017, 03:30:25 PM
Thank you Gandhar for the information  :)