What is Canonicalization installation?
- A canonical tag is a way of guiding search engines that a specific URL represents the master copy of a page.
- Using the canonical tag prevents problems caused by identical or "duplicate" content appearing on multiple URLs.
- The canonical tag tells search engines which version of a URL you want to appear in search results.
- The code below shows the syntax of making the a canonical tag.
<link rel=”canonical” href=”http://www.example.com/”/>
- This code must be put in the head part of the website code.
- For example, the google spiders might be able to reach your homepage in all of the following ways:
- http://www.example.com
- https://www.example.com
- http://example.com
- http://example.com/index.php
- http://example.com/index.php?r...
0 Comments