[thelist] More on Search Engines

Brian Cummiskey Brian at hondaswap.com
Wed Dec 10 07:22:44 CST 2003


> Not legitimate. The SE's don't like any text that is deliberately
> written for the SE's and hidden to users.

Ok, but what about on legit CSS/XHTML sites...

For example, I have:

#############################################

<div class="heading">
	<h1 class="hide">sitename here</h1>
</div>
------------------
#heading {
	background: url(blah.jpg);
}

.hide {
Display:none;
}
##########################################

So that on non-css browsers, they see a text h1, instead of my image
embedded into the background.

Technically, that's cheapting then, because its hidden to 98% of my
users???




More information about the thelist mailing list