SEO Booster PRO v1.5 Released

July 22, 2009 by lkoudal

(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

Boost Title Tags

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,

Top 10 incoming search phrases in a list!

[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

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!

Problem Downloading SEO Booster Lite?

July 21, 2009 by lkoudal

(My Original Blog Post: http://mywordpress.com/problem-downloading-seo-booster-lite/)
I’ve gotten several reports recently about problems downloading SEO Booster Lite from the WordPress Plugin Repository here, http://wordpress.org/extend/plugins/seo-booster-lite/, so now you can download it right here:

[download id="1"]

July 21, 2009 by lkoudal

[Blog] Problem Downloading SEO Booster Lite?: I’ve gotten several reports recently about problems downloading SEO B… http://mywordpress.com/problem-downloading-seo-booster-lite/

How To Get Free Content For Your Blog Automatically

July 16, 2009 by lkoudal

(My Original Blog Post: http://mywordpress.com/neverending-free-content-for-your-blog/)
If you are working on automating your blogs, there are several ways to get content gradually added, and I will introduce you to one of them today.

Having content added to your blog daily will help increase the visibility of your blog for the search engines and Article Marketing Automation (aff) is an excellent tool in your arsenal.

The system caters to two profiles, publishers and blog-owners. As a blow-owner you can add as many sites as you want, and let them automatically send you articles to whatever niche(s) you desire.

As a publisher, you can use the network to publish your articles, where they provide a very easy way to have your articles rewritten, so instead of publishing one article, you are publishing hundred different versions of the article to the entire network.

As a blog-owner, the benefit is that you get content free of charge, and the content will be rewritten so as not to punish your rankings with duplicate content.

To set it up, you need to make sure your WordPress blog allows publishing via the XML-RPC protocol, which is turned off by default in the latest versions of WordPress.

Enable XML-RPC Publishing

Enable XML-RPC Publishing

You should also create another user profile on your WordPress blog, with the status of ‘Author’. This level is required to automatically publish the posts on your blog, but it does not have the level of Admin to create serious damage, in case the login should be lifted. (Do not used something like articles/articles as username/password, be a little bit more creative! :-)

Consider creating the necessary categories for your blog, it’s nicer to have the posts categorized properly, as you will be leaving the blog alone.

With about 5 minutes of work, you can set up a self-running blog, give Article Marketing Automation (aff) a try today! :-)

July 16, 2009 by lkoudal

[Blog] How To Get Free Content For Your Blog Automatically: If you are working on automating your blogs, there are … http://mywordpress.com/neverending-free-content-for-your-blog/

July 14, 2009 by lkoudal

[Blog] Upcoming SEO Booster PRO 1.5 Update: Version 1.5 of SEO Booster PRO is currently being tested by external be… http://mywordpress.com/upcoming-seo-booster-pro-1-5-update/

Upcoming SEO Booster PRO 1.5 Update

July 14, 2009 by lkoudal

(My Original Blog Post: http://mywordpress.com/upcoming-seo-booster-pro-1-5-update/)
Version 1.5 of SEO Booster PRO is currently being tested by external beta-testers.

The version covers four new things:

1. Optional boosting in the title-tag.

By activating a setting in the settings-page, SEO Booster PRO can display the most popular keyword(s) in the title tag.
Before:

Make yourself into a cartoon

After:

Cartoon yourself - Make yourself a cartoon - Make yourself into a cartoon

The two keywords, “cartoon yourself” and “make yourself a cartoon” are the most popular keywords. The keywords are dynamic, so whenever a keyword has become more popular, the order is changed.

2. Speed-update.
The ignore list is used to exclude queries from being displayed, but the queries were still being researched for rankings. This has now been fixed.

3. Instant keyword action.
The PRO version has always only displayed keywords after having researched and verified the rankings of individual keywords/phrases. This has now changed. If the limit of keywords to be displayed is 10 (default), and only 6 keywords are to be displayed based on the rankings of the keyword, and the settings set in the settings page, SEO Booster PRO, will pick the 4 most popular keywords not yet researched by the number of visits, and display along with the other 6.

4. Use the new php-function to super-boost!
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.

 seoboosterpro_boostlist($before, $after, $beforeeach, $aftereach, $limit)
  • $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,

Top 10 incoming search phrases in a list!

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

Dynamic text in H2-tag

When the plugin comes out of beta, the price will go up for the plugin, but not for existing customers!

All customers get lifetime upgrades for free!

So, buy now, and get the update for free before the price goes up!

Read more about the plugin here:
Buy SEO Booster PRO – WordPress Plugin!

July 6, 2009 by lkoudal

[Blog] New WordPress Plugin – mySEOStatus is released!: This blogpost marks the release of the WordPress Plugin – m… http://mywordpress.com/new-wordpress-plugin-myseostatus-is-released/

New WordPress Plugin – mySEOStatus is released!

July 6, 2009 by lkoudal

(My Original Blog Post: http://mywordpress.com/new-wordpress-plugin-myseostatus-is-released/)
WordPress Plugin - mySEOStatus

This blogpost marks the release of the WordPress Plugin – mySEOStatus.

This WordPress Plugin checks how many pages your blog has indexed in Google, Yahoo, Altavista and Bing.com EVERY day, AUTOMATICALLY!

Track how many pages link to you from Google, Yahoo and Altavista.

Export all data to a .csv file for further manipulation!

Go take a look at the plugin homepage, the video documentation or buy now!

July 5, 2009 by lkoudal

[Blog] External SEO Booster Lite Benchmark: Milan Petrovic from dev4press.com is undertaking benchmarking different… http://mywordpress.com/external-seo-booster-lite-benchmark/