HighDots Forums  

can google get confused.

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss can google get confused. in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
d0x
 
Posts: n/a

Default can google get confused. - 08-14-2004 , 09:50 PM






Well obviously it can't be coded to fully understand any possible event it
runs into, but I was just wonder if any has any experience with it
confusing colors for hidden text. The following is a snip of code that I
want to use on my web site. I just want to be sure that google wont get
confused and think that I am trying to hide text.

<table cellpadding="4" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#ffffff">
<td>one</td>
<td>one info</td>
</tr>
</table>


Reply With Quote
  #2  
Old   
PeterMcC
 
Posts: n/a

Default Re: can google get confused. - 08-15-2004 , 05:24 AM






d0x wrote in
<pan.2004.08.15.01.50.53.353303 (AT) no (DOT) spam>

Quote:
Well obviously it can't be coded to fully understand any possible
event it runs into, but I was just wonder if any has any experience
with it confusing colors for hidden text. The following is a snip of
code that I want to use on my web site. I just want to be sure that
google wont get confused and think that I am trying to hide text.

table cellpadding="4" cellspacing="1" bgcolor="#000000"
tr bgcolor="#ffffff"
td>one</td
td>one info</td
/tr
/table
You should be specifying a color as well as a background color and, to widen
the issue slightly, you ought to be using CSS rather than the deprecated
bgcolor.

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.



Reply With Quote
  #3  
Old   
Eric Johnston
 
Posts: n/a

Default Re: can google get confused. - 08-15-2004 , 06:36 AM



PeterMcC wrote:
Quote:
d0x wrote in
pan.2004.08.15.01.50.53.353303 (AT) no (DOT) spam

Well obviously it can't be coded to fully understand any possible
event it runs into, but I was just wonder if any has any experience
with it confusing colors for hidden text. The following is a snip of
code that I want to use on my web site. I just want to be sure that
google wont get confused and think that I am trying to hide text.

table cellpadding="4" cellspacing="1" bgcolor="#000000"
tr bgcolor="#ffffff"
td>one</td
td>one info</td
/tr
/table

You should be specifying a color as well as a background color and,
to widen the issue slightly, you ought to be using CSS rather than
the deprecated bgcolor.
I appear to have had home page PR zeroed due to putting all the text
(intentionally white) on a hidden white bgcolor (which was my mistake - it
came with the page template I used) as follows:
<body background="darkblueshades.jpg" bgcolor="#FFFFFF" link="#FFFF00"
vlink="#00FFFF">
<p><font color="#FFFFFF" etc
With the nice darkblueshades.jpg image background, the page looked perfectly
good to the viewer.

I have now modified the page, but added far more complexity with various
tables and assorted combinations of white text on blue and very dark grey
backgrounds. If I ever get the PR back I will let everyone know.

Best regards, Eric.




Reply With Quote
  #4  
Old   
Philipp Lenssen
 
Posts: n/a

Default Re: can google get confused. - 08-16-2004 , 04:32 AM



d0x wrote:

Quote:
Well obviously it can't be coded to fully understand any possible
event it runs into, but I was just wonder if any has any experience
with it confusing colors for hidden text. The following is a snip of
code that I want to use on my web site. I just want to be sure that
google wont get confused and think that I am trying to hide text.

table cellpadding="4" cellspacing="1" bgcolor="#000000"
tr bgcolor="#ffffff"
td>one</td
td>one info</td
/tr
/table
That's so '96. Why don't you go for stylesheets? I *never* had any
problem with using CSS and being indexed by Google.

--
Google Blogoscoped
http://blog.outer-court.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.