WEB1056 - There is more than one canonical link

Each page should contain only one canonical link.

Explanation

A canonical link communicates the preferred version of a URL to search engines. A canonical link is defined in the <head> tag section of a page.

Details

Many sites, particularly database-driven sites, can display the same page using different URLs that include session IDs or other parameters. Different links to the same page are indexed as separate pages by search engines. For example, the following URLs resolve to the same page:

If you specify the preferred version in a canonical link, search engines will treat duplicate links as all pointing to the canonical link.

Example

The following is an example of a correctly formatted canonical link.

<link rel="canonical" href="https://www.proseware.com/more.html"/>

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.