simplybebop
Regular Member
- Oct 24, 2008
- 371
- 182
The High Keyword Density Wordpress Plugin checks for the user-agent (in this case (G00glebot), and removes certain common words from the post text accordingly. So when Googlebot visits your page, it won't be seeing these words, while your readers can still read your blog posts as normal.
Currently, High Keyword Density Wordpress Plugin checks for the following phrases and removes them:
$patterns[0] = ‘/ why /';
$patterns[1] = ‘/ but /';
$patterns[2] = ‘/ I /';
$patterns[3] = ‘/ is /';
$patterns[4] = ‘/ are /';
$patterns[5] = ‘/ about /';
$patterns[6] = ‘/ to /';
$patterns[7] = ‘/ of /';
$patterns[8] = ‘/ by /';
$patterns[9] = ‘/ the /';
$patterns[10] = ‘/ a /';
$patterns[12] = ‘/ posted /';
$patterns[13] = ‘/ from /';
$patterns[14] = ‘/ in /';
$patterns[15] = ‘/ if /';
$patterns[16] = ‘/ on /';
$patterns[17] = ‘/ and /';
$patterns[18] = ‘/ with /';
$patterns[19] = ‘/ for /';
$patterns[20] = ‘/ be /';
The nicest thing about this plugin is its fully customizable; you can add various type of seo stuff in there very easily. Possibilities with High Keyword Density Wordpress Plugin is endless. For example I came up with this list just now:
1. Adding bold tags to words mentioned in the post title
2. Automatically adding hyperlinks to some keywords
3. Placing keywords in your keyword metatag inside your post text.
So try and experiment with it. You should be the one looking for ways to improve your website. That's why some people actually reach top 10 rankings and others just read their blogs.
Download Link
# Rename the file to thb-high-keyword-density.php
# Upload it to your plugins folder
Currently, High Keyword Density Wordpress Plugin checks for the following phrases and removes them:
$patterns[0] = ‘/ why /';
$patterns[1] = ‘/ but /';
$patterns[2] = ‘/ I /';
$patterns[3] = ‘/ is /';
$patterns[4] = ‘/ are /';
$patterns[5] = ‘/ about /';
$patterns[6] = ‘/ to /';
$patterns[7] = ‘/ of /';
$patterns[8] = ‘/ by /';
$patterns[9] = ‘/ the /';
$patterns[10] = ‘/ a /';
$patterns[12] = ‘/ posted /';
$patterns[13] = ‘/ from /';
$patterns[14] = ‘/ in /';
$patterns[15] = ‘/ if /';
$patterns[16] = ‘/ on /';
$patterns[17] = ‘/ and /';
$patterns[18] = ‘/ with /';
$patterns[19] = ‘/ for /';
$patterns[20] = ‘/ be /';
The nicest thing about this plugin is its fully customizable; you can add various type of seo stuff in there very easily. Possibilities with High Keyword Density Wordpress Plugin is endless. For example I came up with this list just now:
1. Adding bold tags to words mentioned in the post title
2. Automatically adding hyperlinks to some keywords
3. Placing keywords in your keyword metatag inside your post text.
So try and experiment with it. You should be the one looking for ways to improve your website. That's why some people actually reach top 10 rankings and others just read their blogs.
Download Link
Code:
http://www.turkhitbox.com/wp-content/uploads/2007/06/thb-high-keyword-density.phps
# Rename the file to thb-high-keyword-density.php
# Upload it to your plugins folder
Last edited: