Top 5 Wordpress Plug-in for Internet Marketing – All in One SEO Pack

Posted in SEO, Wordpress Plugins on October 13th, 2009 by HanaDaddy – 3 Comments

Have you wondering why your blog’s traffic does not increase at all even if you spend time and posted quality articles? If you are trying to start Wordpress blog, you absolutely need to have below plug-ins installed before starting Internet Marketing. So you do not waste any of your valuable time.

1. All in One SEO Pack : SEO is important. It’s the most important part of the website maintenance. and the most difficult. Main SEO tasks consist of managing title tag, and keyword  and description meta tag. Especially I think title tag and description meta tag are important.  ‘All in One SEO Pack’ plug-in make it very easy to maintain out of the box. You can define title , keyword, and description not only for your blog but for every articles using the article’s content. You can specifically define them manually or the plug-in will automatically generate them using tags and categories.  This is the most popular plug-in for SEO.

Once activated you will need to update the settings in the ‘All in One SEO’ sub menu under Settings. You will need to select enable and fill out the Home Title, Description, and Keywords.  For the other options, you can just use the default settings.

image

 

I think more important feature is that you can define individual settings per post. Without this feature, a Wordpress blog will have the same keyword and descriptions throughout all the sub pages. That’s really terrible for the SEO.

image

There are other numerous SEO plug-ins in the Wordpress website. ‘Headspace’ is another popular SEO plugin-in, but it’s a little bit more complicated than ‘All in One SEO’. 

I highly recommend ‘All in One SEO’ and you will see the results right away if your website has not been SEO optimized before. I had an experience that the traffic was increased about 20% after the plug-in installation. Be patient, the traffic increase was started about a week later.

If you know any other good SEO plug-in, let me know.

Next plug-in is about Google Analytics.

Thank you for visiting wpmarketing.org

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • MySpace
  • StumbleUpon
  • Technorati
  • Twitter

Hana Code Insert v2.2

Posted in Wordpress, Wordpress Plugins on October 4th, 2009 by HanaDaddy – Be the first to comment

v2.2 (10/04/2009) :

1. PHP code content evaluation
Some modification on PHP evaluation that you can use <?php and ?> within the entry content for PHP evaluation.

So, in the previous version, if you wanted PHP code output, you could not use <?php and ?>. But now you can use them inside the entry item.

Previously you could only define PHP codes only.

print "<div style='border:1px dotted red; padding: 5px;'>";
print date("m/d/Y H:i:s");
print "</div>";

But now, below code will work too.

<div style='border:1px dotted red; padding: 5px;'>
< ?php print date("m/d/Y H:i:s");?>
</div>

entry_content

2. Custom ShortCode
Also extra feature for custom short code is added. You can define your own custom short code prefix and post fix. So you don’t have to use [hana-code-insert] shortcode any more.

If defined, custom short code format can be used instead of [hana-code-insert name='Entry Name' /]. For example, if you define {{ for start indicator, }} for end indicator, you can use {{Entry Name}}. But beware, your new shortcode format may conflict with other plugins and cause one or more plugins to fail.
read more »

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • MySpace
  • StumbleUpon
  • Technorati
  • Twitter

Hana Code Insert Example 1: List of sub pages or sub categories

Posted in Wordpress, Wordpress Plugins on October 4th, 2009 by HanaDaddy – Be the first to comment

Hello, this is HanaDaddy and I would like to show you how to quickly add some quick sub categories or sub pages within a page or a post. For all of you that do not know what Hana Code Insert Plugin is, it’s a simple plugin that enables you to add piece of codes (HTML, Javascript, or even PHP) in the middle of post or page. You can use it to add AdSense, Paypal donation button, HTLM forms, Analytics, or anything.

First, you need to install Hana Code Insert Plugin.

Once you installed and activated the plugin, visit the Settings => Hana Code Insert option page. Activate the ‘Enable PHP Execution ‘ check box. You need to enable this checkbox to use PHP. Then create an entry by inserting below code This is to show sub page of the current post.

You should not define <?php or ?> and need to enable ‘Evaluate as php code’ when you create the code entry. Please refer to below image for more info.

image
read more »

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • MySpace
  • StumbleUpon
  • Technorati
  • Twitter