Mobile app version of vmapp.org
Login or Join
Goswami781

: What happens if the Canonical URL is the same as the actual page URL? I might be asking a trivial question here, but how do the search engines treat loops created via rel="canonical" tag?

@Goswami781

Posted in: #SearchEngines #Seo #Url

I might be asking a trivial question here, but how do the search engines treat loops created via rel="canonical" tag?

My scenario is that being a site having dynamic content, I have URLs as follows:
mysite.com/mynews.htm http://mysite.com/mynews.htm?param=1 mysite.com/mynews.htm?param2=3 ... etc


Now, I add a canonical tag to the JSP rendering all the above 3 URLs such that all of them will have the same canonical URL:

<link rel="canonical" href="http://mysite.com/mynews.htm" />


Now, the canonical URL is fine for URLs 2 & 3 but is exactly the same as URL 1. How will the various search engines respond to this scenario, as this will create "infinite loops"?

Hope to get a reply soon. Thanks.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Goswami781

1 Comments

Sorted by latest first Latest Oldest Best

 

@Pope3001725

Redundancy is ok as it just means that URL is the canonical URL so it can safely be ignored on that page. There is no infinite loop if you do this.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme