Questions
-
ASP Canonical and Internal Linking
Hi Steve, The problem with case sensitive URLs is that while most of ASP.net servers (based on MS technology) treat them as one URL referring to the same page; on the other hand Google for Indexing purpose treats case-sensitive URLs as different ones. I would recommend implementing a solution to convert all URLs to lower case, something like mentioned here: https://stackoverflow.com/questions/878578/how-can-i-have-lowercase-routes-in-asp-net-mvc I hope this helps, let me know if you have further queries. Regards, Vijay
On-Page / Site Optimization | | Vijay-Gaur0