(My Original Blog Post: http://mywordpress.com/seo-booster-pro-v1-5-released/)
This post marks the release of SEO Booster PRO v1.5
As I wrote in a previous post, this update has some really cool new features:
Boost title tags
If this option is set, SEO Booster PRO will automatically add x of the incoming search phrases to start of your title-tag, which can boost your SEO ranking even more:
Before:
[html]<title>Make yourself into a cartoon</title>[/html]
After:
[html]<title>Cartoon yourself – Make yourself a cartoon – Make yourself into a cartoon</title>[/html]
Flexible PHP function for dynamic output
A new function has now been added to SEO Booster PRO.
The function is named ’seoboosterpro_boostlist(), and is made very flexible to be used in a wide range of ways.
[php]seoboosterpro_boostlist($before, $after, $beforeeach, $aftereach, $limit)[/php]
- $before : What to output before the list appears (default:’< ul>’)
- $after : What to output after the list appears (default:”)
- $beforeeach : What to output before each item in the list (default: ‘< li>< strong>’)
- $afterearch : What to output before each item in the list (default: ‘< strong>’)
- $limit : Maximum number of results to display (default: 10)
The function can be used to display the most popular incoming searches for a blogpost in a list before or after the actual post,

[php]if(function_exists(’seoboosterpro_boostlist’)){ seoboosterpro_boostlist(‘<ul>’,'</ul>’,'<li><strong>’,'</strong></li>’,10); }[/php]
or how about adding a lot of SEO value to the blogpost by displaying the most popular keywords in a h2-tag right underneath your h1 tag?

Dynamic text in H2-tag
[php]if(function_exists(’seoboosterpro_boostlist’)){ seoboosterpro_boostlist(‘<h2>’,'</h2>’,’ ‘,’,',3); }[/php]
Speed
In every update there is focus on optimizing for speed, and version 1.5 is no different. Although the changes are minute, every millisecond counts over longer periods of time, and v1.5 have shaved a few milliseconds off here and there.
Free Update
This update is free for everyone who have bought a license, and have been informed directly via e-mail. If you have bought a license and have not received an e-mail, please send an e-mail to admin@mywordpress.com and please remember to include proof of purchase, otherwise the e-mail will be ignored.
The Last Update
This will be the last update (except for potential future bug-fixes) in the v1. -series. There are already plans for the new v2. -series, and the price will go up. If you want to get v2 a lot cheaper, buy today, and get lifetime upgrades for free!




