Forum Moderators: open

Message Too Old, No Replies

Table background color vs body background color

         

allanp73

1:47 pm on Sep 22, 2002 (gmt 0)

10+ Year Member



A few months ago, I built the site
[mydomain.com...] . I tried to make the site
pretty by making the top text heading, which was in a white background table, the same color as the background of page. I know that making text the same color as the background is considered spam, but I thought it would be okay if it was in a table which was a different color. I wasn't trying to hide text in fact I was trying to accentuate it.
I realized there was a problem when the Googlebot refused to visit my
site (I checked the logs) even it is listed on DMOZ and even appears in Google's directly (with a zero page rank). I quickly changed the color of the text and resubmitted it to Google, but with no luck. I even tried submitted pages from the site and links from other sites. The Googlebots refuse to visit it. I'm not sure what to do. The site has over 3000 links and is a major site, but I can't seem to get it on Google. If there is someone from Google reading this, I had no intention of spamming and hope the site can be listed soon.
Is there a set length to how long a site appears on the spam list?
What do I do? PLEASE HELP. I also had a problem with the site [myotherdomain.com...] which isn't on DMOZ but has equal amount of links, but isn't appearing on Google either.

Thanks in advance,
Allan

[edited by: NFFC at 1:55 pm (utc) on Sep. 22, 2002]
[edit reason] Live URL's removed [/edit]

Powdork

6:58 pm on Sep 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



P.S. A blank robots.txt file is not recommended. According to Brett, some robots may misinterpret a blank robots text file.

Having no robots.txt is ok though, right, although probably not preferrable. I'm assuming 404 error is presented properly by the server.

pageoneresults

7:09 pm on Sep 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



> Having no robots.txt is ok though, right.

It is, although I've not worked without one for at least 3 years now. Not having one is the same as having an empty one (with the exception of the misinterpretation that Brett mentioned).

Having one also eliminated all the 404 errors we were getting for the requested robots.txt file.

allanp73

7:17 pm on Sep 22, 2002 (gmt 0)

10+ Year Member



I added the code to my robots file. Thanks for the code. We'll see if it makes a difference.

pageoneresults

7:44 pm on Sep 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What code did you add?

allanp73

7:52 pm on Sep 22, 2002 (gmt 0)

10+ Year Member



See an earlier post. But I added:

User-agent: *
Disallow: /_private/
Disallow: /css/
Disallow: /javascript/

pageoneresults

8:01 pm on Sep 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



No, no, no! Those are my Disallow: lines. You need to specify directories from within your site structure. I only posted that as an example.

P.S. I think the best bet for you right now is to remove the robots.txt altogether until you have a better understanding of how it works and what it is used for. ;)

allanp73

8:17 pm on Sep 22, 2002 (gmt 0)

10+ Year Member



oops. Now I feel dumb. Actually, I didn't have a robots file before. So despite everyone advice I don't think the robots file is the problem. I don't have any files/folders to disallow on these sites. I have nothing to hide :>
What code should I put in this case?
Just

User-agent: *

mack

8:18 pm on Sep 22, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



There are sample robots.txt files available from searchengineworld. last time I looked there where three files avalable. One that allows all bots, one that allows only known and registered bots and one that disalows all bots. For your site I would recomend using the second.

The biggest advantage of the second file mentoned over not having a robots.txt file at all is that it will save you bandwidth. We all hear horror stories about mysterious bots grabbing entire sites and downloading 100000000000 files an hour... If you stick to the known bots you will usualy avoid this.

pageoneresults

8:32 pm on Sep 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



> Actually, I didn't have a robots file before.

Something was there, I checked the robots.txt and got an empty file. It did not return a 404. Just went and checked again, this is what is in your robots.txt file...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

You cannot have that in the file, it is not an html file. Again, I would do a little studying on the use of the robots.txt and how to properly format it before uploading one to the root of your directory.

P.S. I have no clue how a robot would react to the way your file is set up. Maybe Brett can shed some light.

allanp73

8:39 pm on Sep 22, 2002 (gmt 0)

10+ Year Member



This is fixed. I accidently copied the wrong file.
This 40 message thread spans 2 pages: 40