...
> There is one unusual thing, however – a site: search brings up the lowercase URL, but the uppercase URL is filtered out for being too similar to the other displayed URLs and isn’t shown unless the ‘repeat the search with the omitted results included’ link is clicked.
Maybe the content isn't unique enough so Google's duplicate detection algorithm marks them as duplicate?
The two examples contain similar keywords and don't seem to have any outgoing links. A human would probably flag them as spun articles so I wouldn't be surprised if Google did the same.
Maybe the results would be different if each link was a unique high quality article instead.
I've always thought it was much more common that sites written in ASP.Net have case-sensitive URLs. At least that was quite common ~5 years ago (was it a default setting or something? I haven't done .Net stuff in a while). So it's pretty crazy that Bing only crawls lowercased URLs.
But it might cause problems if the IIS server isn't properly case-preserving to normalize back to the standard (possibly capitalized) form.
Mac filesystem was nicely case-preserving but case-agnostic in this way, going back decades.
Now I either 301 redirect to the proper-case url or ensure I have canonical tags set up.
Could this be an extension of that ? Looks like.
SMTP RFC 2821 says that the local part of the email address is case sensitive. Some ignore this and consider upper and lower case the same.
Section 2.4:
> The local-part of a mailbox MUST BE treated as case sensitive. Therefore, SMTP implementations MUST take care to preserve the case of mailbox local-parts. Mailbox domains are not case sensitive.