i get an error message on GWT -a 404 for a page with a parameter %20. - domain/page.php%20 i've searched the whole site, and there are no links with the %20. do you know why this is happeneing?
The space char is translated to %20, check your links for redundant spaces (e.g <a href="http://www.example.com/ ">sample</a>)