Forum Moderators: open
/index.html
/flash/menu.swf
There are also other html files and I recently added a text link within the index.html file to the other html files as well as a site map with links to every page.
/index.html
/foo.html
/foo2.thml
/flash/menu.swf
What's weird is that I am seeing in my log file googlebot trying to find the other html files within the /flash folder.
i.e. my log reads:
...."GET /robots.txt HTTP/1.0" 404 204 .........
...."GET /flash/foo.html HTTP/1.0" 404 212 ..........
Why would the bot go into that folder when there are no links leading it there? I double checked my links with the index.html and the site map and none of them point to the /flash folder (except for the menu.swf file).
Thanks,
S
You can solve the problem either by using absolute links in the swf file (getURL) or by placing the swf file in the same folder as the corresponding HTML file.