Importance: Medium
Error «Query Contains Question Mark» Description
Shows URLs that contain question mark in GET-parameters. For instance, URLs like https://example.com/?name=value?anothername=anothervalue.
The Importance of the Problem
Question mark is often used instead of an ampersand '&' which separates the GET parameters. In this case a search engine can interpret the question mark as a regular character and perceive several parameters as one. It can potentially cause page duplicates, and thus traffic loss and even a removal of these pages from SERP.
How to Fix Error
Replace question marks with ampersand '&', if they were accidentally used as separators for GET-parameters in URL.
|