Quote:
Originally Posted by Jeff
Stay away: Hide Text
Don't try to hide keywords by making the background color the same as the font color. This is called keyword stuffing or fontmatching. Google and other search engine dislike it.
|
Regarding this...
I know that if your keywords in your pages are in bold or italics it counts towards your page's rank. But of course it's not visually attractive to emphasize your keywords in any page using bold, italics or underlining.
So if I do that, and at the same time block the <b> and <i> tags with CSS, would this be considered as keyword stuffing?
I'd have a code like this;
Code:
<p>Text here. Blah, blah. Here's a <b>keyword</b></p>
but in fact, the bold tag would be invisible when the page is rendered with a browser.