Importance: Low
Error «URLs with Uppercase Characters» Description
Shows URLs with uppercase letters. For instance, URLs like https://example.com/Category/Subcategory
The Importance of the Problem
Using uppercase letters does not affect ranking and user experience. However, such URLs could potentially cause page duplicates if correct redirects from the same URLs with all lowercase letters are not set.
How to Fix Error
Make sure that the correct redirect is set for the URLs with lowercase letters to the current URLs. For example, from https://site.com/Category/subcategory, https://site.com/category/Subcategory, https://site.com/category/subcategory there should be a redirect to https://site.com/Category/Subcategory.
|