I’m using this as a workspace to provide an example for an SEO question for @dancristo, but by all means jump in here if you know the answer to this.
I’m trying to determine if there’s a difference between the following two rel=”canonical” entries:
<link rel="canonical" href="http://www.example.com/this&that" /> <link rel="canonical" href="http://www.example.com/this&that" />
The first URL is what shows up in the address bar, but the second version is the output from a server-side control (.NET) that populates the canonical tag.
What do you think? Do search engines see these as the same?
