Would the following 2 canonical link tags be viewed by spiders as pointing to the same URL?
<link rel="canonical" href="http://www.example.com/ŷ" /> – encoded
<link rel="canonical" href="http://www.example.com/ŷ" /> – unencoded
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ŷis an HTML entity that represents the Unicode character with code point 375 in decimal notation. In hexadecimal it’d be 0x177 so we are talking about U+0177 which isŷ.That means that both URLs are exactly the same if:
If the browser displays ŷ in both cases it’s likely that character set is correct but you should make sure it is.