A URL on your page contains characters (like spaces, `"`, or <`) that are not safe for use in web addresses. These characters can be misinterpreted by browsers and servers, leading to broken links and errors. To fix this, these characters need to be 'percent-encoded' into a safe format.
https://example.com/search?q=my search query
Replace the unsafe characters with their percent-encoded equivalents. For example, a space becomes `%20`.
https://example.com/search?q=my%20search%20query
Properly encoding URLs ensures that they are correctly interpreted by all web systems, preventing broken links and ensuring a reliable user experience.
This issue can affect your site's search engine rankings and user experience. Addressing it promptly helps ensure optimal performance and visibility in search results.
Black SEO Analyzer automatically checks for this warning during site analysis, along with hundreds of other technical SEO issues.
Choose the license that fits your needs and start getting the deep, actionable insights you deserve.