Importance: Low
Error «URLs with Unwanted Special Characters» Description
Shows compliant pages addresses with unwanted characters (,_$@* and other). For instance, URLs like https://example.com/category/page-name[5]/?$a=123
The Importance of the Problem
Special characters are processed well by both browsers and search engines. However such URLs may look unattractive for users.
The issue usually occurs in case of typos in the URL of the link or if an underline is used instead of hyphenation to separate the words in URL.
How to Fix Error
Replace or delete special characters from the target page addresses (except /-+?=&#) to make them more attractive and readable.
After the improvement, set the redirects from old URLs to the new ones and replace them in all incoming links.
|