Mobile app version of vmapp.org
Login or Join
Moriarity557

: Does Google penalize for H1 & H2 that are not human readable? I was curious how a competitor's Web site was ranking so high for many of my keywords, especially since the company is located

@Moriarity557

Posted in: #Seo #Wordpress

I was curious how a competitor's Web site was ranking so high for many of my keywords, especially since the company is located in another city. Looking through their source code I noticed at the top of every page the following coding was being used:

<div class="content"><h1 class="SEOnly">keyword, keyword, keyword, so on</h1>
<h2 class="SEOnly">keyword CITY, keyword CITY, keyword CITY, so on</h2>


The CSS class "SEOonly" reads "height:1px;" essentially making the text in both unreadable to Humans and the top of their content section clean, but Google is certainly indexing all of this.

Are either of these acceptable SEO that I should be implementing on my Website? I am using a Wordpress framework with my own custom theme, a fair amount of images with good ALT tags and a robust SEO plugin. However it appears these guys know a heck of a lot more than me.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Moriarity557

2 Comments

Sorted by latest first Latest Oldest Best

 

@Mendez628

Google will penalize you for it. See the Google Guidelines page one hiding text and/or links support.google.com/webmasters/bin/answer.py?hl=en&answer=66353.

10% popularity Vote Up Vote Down


 

@BetL925

Yes, google penalizes for hidden content. You have found an example of this where the text is small to be legible, however the following techniques are also a problem


text the same color as the background
text positioned off the screen
text that hidden using css display:none


You could report this site to Google. They have a help document that explains how to do so support.google.com/webmasters/bin/answer.py?hl=en&answer=93713

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme