Google CSS Question
Lot of sites totally disappeared from Google's listing recently due to CSS spam.
My question is which of the following CSS codes should be removed from the sites
to prevent being blacklisted in Google.
1) The one used to change the color of H1 tag to background color
H1 { color:#FFFFFF}
2) The one to reduce the font size of H1 Tag.
H1 { font-size: 1pt }
3) The above two methods together as in;
H1 { color:#FFFFFF ; font-size: 1pt;}
4) The following CSS hides all HTML code or Text in-between <DIV> and </DIV> tags:-
<div align="center" id="HideMe" style="position: absolute; visibility:hidden">
.... HTML OR Text goes here ..........
</div>
The first 3 CSS styles can be considered as black-hat tricks. What about the 4th one ?
Because, the "visibility:hidden" has been used in thousand of pages that use DHTML popups, scroll-over effects etc.
I highly appreciate your comments on this.
Could you please post few examples of CSS to be avoided.
Thanks in advance,
Ali.
Submit Your Article
Forum Rules

Reply With Quote
