Post Count and Search Engine "Content Keywords"
Hi everbody,
For longer time now i follow the Google Webmaster Tools and my Vanilla Board. And since i installed "Post Count" i wasn't very happy with the effect it had on my "Content Keywords" that Google tries to identifiy my site with. Please see the attached picture and you will see that the word "Posts" does rank as the most common used word in my forum.
Well of course because the moment you activate "Post Count" in all your comments the word "Posts: X" appear. My comunity for example is about pregnancy, having babies and the best way to make the them, so "Posts" as a that relevant word is not really needed. From a SEO perspective you want to avoid that actually as those words do (of approximately 2009 rule sets for Googles Ranking) identify your website with the content it holds.
So to strip down the word "Posts" i'm thinking about to set a background-picture here or leave it totally out, so othe rmore content related words do get more weight for Google.
So i'd like to know how you deal with that, it's not only "Posts" also other words like "Activity" for the activity wall range high.
Greetz
- VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
- VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
Comments
By the way how i did it: Entered the Plugins file "class.postcount.plugin.php".
Changed line 92 from:
echo '<span>'.T(Plural(number_format($Posts),'Posts: %s','Posts: %s')).'</span>';
to
echo '<span>'.T(Plural(number_format($Posts),'%s','%s')).'</span>';
This could do a beautiful Job based on CSS3, without images.
Picture attached. "Tapp, tapp" waiting for Google to say something.