Forum Moderators: goodroi
Anyway I just noticed the permissions on all my files are 644 except for robots.txt, which is 744. I wouldn't think this would make a difference but I'm no expert.
This is my robots.txt file:
User-agent: *
Disallow: /cgi-bin/
Am I missing something here?
Check your server response headers [webmasterworld.com] for all important pages and make sure they return either 200-OK or 301-Moved Permanently; Anything else (302, 401, 403, 404, 410) may affect your listings.
Check your logs to look for gaps that would indicate long server outages -- Unreliable hosting can cause the SEs to drop you (I think you would have noticed, though, if it was severe enough to cause SE problems).
Having eliminated the major technical-problem possibilities, then look into SEO aspects -- I heard there are a lot of SEOs around here... ;)
Jim
However, in looking at the raw html in the actual file I noticed a few links with white space like this:
href = "http://
When looking through view source the exact same links showed like this:
href =" http://
If this is the problem I'm going to be happy but kicking myself as I thought I found the problem awhile back with a 301 redirect where the redirected url had a white space like href =" http:// and caused a 500 error. The above errors noted are not redirects and I didn't catch it.