Forum Moderators: open

Message Too Old, No Replies

Yet another hidden text question

         

Rising_Tide

1:05 pm on Oct 24, 2000 (gmt 0)



I read thru all the threads I could find here on hidden text and learned a few interesting things. My question is really about avoiding being banned for "accidental" hidden text. I use a wysiwyg editor to build my sites. I started out learning html and understood it well enough to hack through premade html and change it to suit my needs but the work it took to put up a page of text I could have typed in 3 minutes anywhere else lead me in that direction. So I am satisfied with the editor and it's results . Pages work in the 4.0 version Netscape, IE and Opera browsers I have used to check them which suits me as well.

The question that was raised in my mind on reading further on hidden text was how spiders would handle text that is the same color as the background but over the top of colored boxes. The editor I use sets everything up with CSS so make a colored box and then go back and drag some text over the top and it looks fine in either browser. My question is even though humans can see and read the text will the spiders realize the white text on a white overall page background has a blue colored box under it?

I could care less about "tricking" the search engines or spamming them but I would hate to get my sites banned for hidden text. The reason I even thought about it to begin with was I checked out my pages in Netscape 4.07 with CSS turned off and of course nothing was where I had "dragged and dropped" it. The white text that stood out like a sore thumb on the blue background with CSS turned on was now invisible off who knows where on the page :)

If anyone has an idea how the spiders handle CSS and if they "know" what they are seeing I would sure appreciate hearing your thoughts. I could just change the colors used but since I would still wonder later I figured I would use the forum and set myself straight on it if possible.

georged

3:21 pm on Oct 24, 2000 (gmt 0)

10+ Year Member



Hello and welcome, Rising_Tide,
Every thread I've read on this subject says that spiders will think white text in a blue box on a white background is hidden, they won't pay attention to the background of the box. I've even read threads started by guys this has happened to, so it's a no-no.

grnidone

5:10 pm on Oct 24, 2000 (gmt 0)



Rising Tide:

Ditto. Same colored text on the background, even though it is in a tabled colored cell box of a different color is considered a no-no. Too many people have spammed the search engines using same colored text on the background.

In fact, I know of one site that took the spam text and made it one pixel off of the background so it wouldn't be considered spam by the engine. That site is now banned as well.

The bottom line, don't do it.

Oh, welcome to the forums by the way.

-G

oilman

5:33 pm on Oct 24, 2000 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Tide - welcome to WMW.

This is a tricky area and it's unfortunate that we have to compromise design to appease the SEs.

What I do is this (and I get flak for it but it is working for now ;)):

Set your background color to some obscure color you won't be using for text and then set your background to be a tiled image of the color you really want. Then go ahead and design away. The caveat here is that there are some who feel this is dangerous as well.

Good luck.

JavaShark

5:36 pm on Oct 24, 2000 (gmt 0)



What do you think about putting the text in a layer and either setting the layer properties to hidden or simply positioning the layer off screen?

rcjordan

6:05 pm on Oct 24, 2000 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>the work it took to put up a page of text I could have typed in 3 minutes anywhere else lead me in that direction. So I am satisfied with the editor and it's results.

If it were just the 'visual' side of the results, I would agree. But, as it happens, I just spent 2 hours this weekend "de-coding" a wysiwyg generated page (Frontpage, I believe) and moving it to a site I had donated. The pages looked great on both IE5 and NS4, but when I looked at the code... Yeow!! Nested tables were the order of the day, image maps when a simple HREF would have done nicely, that sort of thing. In the end, I lightened the bandwidth burden by 40% without really trying too hard, bringing the content up a level in the tables to boot -ALL without making a change in the visual appeal of the site.

To be fair, I do not know what the original author forced the app to do and what it did on its own. However, if what I saw was anything near the usual output of wysiwygs, there are more SEO issues presented than css.

Rising_Tide

10:18 pm on Oct 24, 2000 (gmt 0)



Thanks people for the input. I kind of feared as much and went back through changing the text to solve the "problem".

As far as wysiwyg editors ,there is no doubt the coding is bloated. My forays into "learning" html previously always entailed seeing something I liked and viewing source to bust it apart. Whenever it was done by a true html author I could find the parts I sought much easier and it was always in a more compact form easy to see what the author was working towards. Changing pre made templates also helped me learn what the code was doing.

Still ,just as all wysiwyg don't operate the same while using them to make a page ,they also don't put out the same results. Front Page is almost the worst for putting out chunky convoluted html based on the purely unscientific method of viewing ten zillion pages looking for tidbits to use in my own pages. WYSIWYG will probably never equal hand coding but honestly the amount of time I was sinking into pages to put out formatted text and a little design equalling this post was unreal. I wouldn't have anything to worry about at all as far as search engines because I would still be looking at a handful of pages wondering if I wanted to make that grand move of adding a .gif in a certain spot on the page. Then spending days till it actually hit that spot without contorting everything else on the page :)

Everything is a tradeoff I guess. If any other issues and potential problems besides CSS might crop up when it specifically comes to how search engines view the pages that WYSIWYG editors put out I will be all ears. I stumbled on the CSS thing checking my pages and figured after lurking this board off and on for months this would be the place to ask.

Thanks again for the feedback given already it is one less dark spot for me to take a wild guess on. :)

Brett_Tabke

8:21 am on Oct 25, 2000 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I think you are ok with CSS for the moment. There have been a couple of reports of av and ink dl'ing css files, but they were minorities. If the se's had been dl'ing css files, there would have been a group eeek by now.

What I do is try to make sure that no matter what I have the body text set to, I try to do at least 32 numerical positions different. (Erm, so color is a hex number -#ffffff is the same as 256,256,256. Add up your color codes and then subtract or add atleast 32 to find a 'safe color'.)

yanton

9:49 pm on Nov 18, 2000 (gmt 0)



Java Shark

I'm trying the same using a hidden layer with the layer tag immediately after the opening body tag, this layer contains <H1> tags, keywords, links etc - good spider food.

As the layer is hidden, the human visitor doesnt see this, but the SE spider should.

I'm trying out and monitoring results.

Anyone else tried this?