Forum Moderators: Robert Charlton & goodroi
Thanks.
[edited by: engine at 11:47 am (utc) on July 19, 2006]
[edit reason]
[1][edit reason] examplified. See TOS [webmasterworld.com] [/edit] [/edit][/1]
page.html/
page.html/folder-that-never-existed/anotherpage.html
I haven't seen the double slashes yet on the site I'm currently working on, but have in the past on others.
I added 301's for file.html/ to file.html around a month or 2 ago, and I am seeing the wrong urls dropping out of search results and the good ones staying. Yesterday I added to redirect .html/anything to .html
Check the Apache Web Server section of these forums, there's others that are having the same problem and .htaccess code examples that are working for us.
As to where they are coming from, I haven't a clue either. I checked and it's not errors in my pages and I can't find anyone linking to me that way. Before the pages started showing up in Yahoo results, there was never any referrer info, I'd only seen bots requesting those urls.
I had this happen to another site a year and half ago.. I strongly suggest getting those URLs out of the SERP. I didn't fix it properly on that site and it's still tanked in the engines. (I can't know for certain that was the problem, but I don't want to risk it again.)
Also I checked Google sitemap and my other site has folders cached in google that does not exist. The keywords rank tool does not reflect reality either, seems to be outdated
I had wrongly configured my IIS to redirect traffic from http://example.com to http://www.example.com in a way that added one slash in the path due to the redirect, for instance a call to http://example.com/widgets.htm would be redirected to http://www.example.com//widgets.htm.
In that case you canot find any link to the latter URL, but if you have one single link to the non-www URL and the searchengine spider would follow it, it would be re-written to the doouble slash version.
Hope this helps.