: Do query string case differences affect whether a URL is Canonical? If I have two URL's where the only difference is the case of the query string: http://example.com?param=TEST http://example.com?param=test
If I have two URL's where the only difference is the case of the query string:
example.com?param=TEST http://example.com?param=test
Are they both considered equal by search engines? I know the rest of the URL is case sensitive but I want to confirm that this is also true of the query string.
More posts by @Ogunnowo487
2 Comments
Sorted by latest first Latest Oldest Best
Yes, all parts of URL after the domain name are case sensitive.
Also, query string case is important not just for search engines but it may be important for your server as well.
You may have the following download link:
example.com?download=/myVideos/CaseSensitiveVideo.mpeg
URLs that differ in case in the query string are different URLs to search engines. They are not considered equal and would need canonical tags or redirects to tell search engines which you prefer.
Different parts of the URL are different in terms of case sensitivity:
Protocol (http) -- case insensitive
Host name (example.com) -- case insensitive
Path (/folder/document.html) -- case sensitive
Query string (?foo=bar&fuzz=bat) -- case sensitive
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.