Forum Moderators: Robert Charlton & goodroi
example..
the real url is
www.widget.com/widget/widget.html
but the listed url is
www.widget.com/widget.html (which doesn't exist)
this is not just for one page either.
i've sent them a note about it, but i'm wondering if anyone can tell me why this has happened and what else i can do about it.
The links still seem to work though.
For the spaces in listed URLs it is merely for formatting purposes - avoiding sideways scroll on small screens.
i can do the 301...good thinking, thanks, but i wonder how many other pages i need to do that for?
the pages have never existed, so i haven't a clue why google listed them that way. how can the spider not know where it is?
does this still return a proper 404 or is it serving a 200 when they get this page? If it gives a 200 then any non existent url will act as if it exists, which would make a search engine think it's real, and this could be the root of your problem.
An error page should be served with the status "404".
The stsus for non-existent URLs could be changed to serve either 404 Not Found or 410 Gone, or else the URL redirected to the correct page using a 301 redirect.
Run Xenu LinkSleuth over your site to make sure that there isn't a broken or malformed link somewhere within your own site.