The Best WordPress Blog Permalink Structure For SEO

On April 24th, 2011 by oecilkritingz | Comments Off | Posted in Wordpress

permalinks structureThe default permalink structure for wordpress is something like his: http://ucilblog.com/?p=123, exactly where “123? will be the internal ID of the publish. I completely disagree with that structure and I’m not the one one within this world who thinks meaningless and useless for Seo functions. It doesn’t assist in any methods your rankings or your putting within the SERPs. This really is apparent simply because among the most essential guidelines for Seo is having the key phrases in your URL/titles. Honestly, I don’t understand why they select that as default, but that is not so important.

The fairly structure is something like this: http://ucilblog.com/some-category/some-post-name.htm. Now, the large question is: which permalinks structure is the greatest one? I’ll allow you to determine that, but, for me, one thing is for sure: the post name has to be within the URL. WordPress comes with couple of choices for the permalinks structure:

  • Day and name, which is actually ‘year, month, day and name’. This helps the reader too as it’s like searching through the blog archive. You have the year, the month, the day, so you can easily find the post.
  • Month and name, which is almost the same with the first option just that the day is missing
  • Category and post name, for instance http://ucilblog.com/some-category/some-post-name.htm. This format is used on a lot of new blogs lately. Some say that the category name is relevant to the post name, and hence improve SEO.
  • Post name, meaning just ucilblog.com/some-post-name. This 4th one is used on a lot of blogs as well. Read More »

Simple Tips To Finding Dofollow Blogs

On April 16th, 2011 by oecilkritingz | 1 Comment | Posted in SEO

find dofollow blogBelajar Ngenet | Simple Tips To Finding Dofollow Blogs – Final time, we looked at how to use a free software to search for dofollow weblogs, I think this software has aided you tremendously inside your hyperlink creating marketing campaign. In the event you still have doubt on that, I seriously suggest you to provide it a attempt by downloading and utilizing it today… you’ve really nothing to lose as it is totally free!

Now, I’m certain you want to understand if you will find other methods to discover dofollow blogs… although the software I suggest is really the very best in discovering dofollow blogs and web sites, it might not be able to each and every weblogs and web sites out there… so, it’s always good to try a few methods. This time we’ll use Google! Sure, the trusted search engine you employ everyday!

This method is really easy, just use Google Image Search to search for weblogs which have the image that says “U Comment, I Follow”. I believe the majority of you are acquainted with this particular picture, it merely means these blogs assistance the dofollow motion. Your feedback posted on these blogs will really worth more worth and assist develop your PageRank. Simple, but you have by no means thought of that, correct?!

U comment I follow
(In the over picture, I looked for “U comment I follow”)

Now, give it a try. In Google Picture Search, search for “U Comment I Follow”, you will see a significant list of dofollow weblogs. You are able to of course try some variations, like omit the double quotes to return much more outcomes but most likely less accurate. You are able to also append your keyword (like “malaysia blogger”) to get more targeted outcomes in your area of interest.

iFollow
(Within the over image, I looked for ifollow.gif)

Another variant of this technique is searching for that “U Comment I Follow” filenames directly. For instance:

  • ifollowblue.gif, ifollowgreen.gif, ifollowltgreen.gif, ifollowpink.gif, ifollowpurple.gif, ifolloworange.gif, ifollowwhite.gif, ifollowmagenta.gif
  • ifollow.gif, ifollow.jpg, ifollow.png
  • utrackback_ifollow.gif
  • ifollow-blue.gif, ifollow-red.gif, ifollow-green.gif

Of course the blogs returned will not be 100% accurate, a small percentage of the blogs display those images but actually do not participate in the dofollow movement. Some manual work is still need to actually verify if they are nofollow blogs or not by viewing their source code.

In short, the easiest and fastest way to find dofollow blogs is to use the free fast blog finder software. It’s FREE, FAST, and it WORKS!

Source:

Simple Tips To Finding Dofollow Blogs – http://www.kongtechnology.com/2008/03/09/how-to-find-dofollow-blogs-using-google-image-search/

How To Speed Up Your WordPress Blog Loading Time !

On April 1st, 2011 by oecilkritingz | Comments Off | Posted in Blogging, Tips n Trik, Wordpress

How To Speed Up Your WordPress Blog Loading Time

speed up blogHow quick is your website loading all your content ? This question often comes up in my brain when I developed a WordPress Themes.

Lots of people extremely concern about W3C standard code of CSS and HTML syntax. For me, W3C standard is essential but it is not become my leading list when I developed a themes. I was much more concern about how quick a web site could load all their contents.

Some individuals says that WordPress engine was really slow to load the content just like another PHP framework such as CodeIgniter although it’s not the same one. But I really enjoy it and it is become my first priority when I produce a web project like a business profile or a magazine.

Ok then, let’s get to begin how to speed up WordPress Engine as your primary site.

  1. You need a super cache plugin called W3 Total Cache. Your website will be cached by this plugin and you could speed up more than 30% faster.
  2. Http Express is a HTTP proxy that catches all images, css, javascript and flash movies on the fly to add correct HTTP headers. This plugin create an Expires, Cache-control, Pragma, Last-modified automatically. It could reduce about 20%.
  3. WP-HTML-Compression,This plugin will compress your HTML by removing standard comments and white space; including new lines, carriage returns, tabs and excess spaces. Most importantly, by ignoring pre, textarea, script and Explorer conditional comment tags, presentation will not be affected. This plugin will reduce website load about 30%.

So, you could dramatically make your website very fast using this three plugins and it’s all free to download. Don’t forget to check your site before and after optimize your web.

Here it is some tools you might need to check :

Mozilla Firefox Add Ons : Firebug & YSlow
Web tools : GTMetrix & iWebTool

Source:

How to speed up your WordPress themes

http://wptricks.net/how-to-speed-up-your-wordpress-themes/

How To Add Facebook and Twitter Button Into WordPress Post

On March 5th, 2011 by oecilkritingz | Comments Off | Posted in Tips n Trik, Wordpress

Adding Facebook and Twitter Button Into WordPress Post

add facebook buttonThese days, most bloggers are using Facebook and Twitter to promote their posts. In today’s recipe, I’m going to show you how you are able to easily add Twitter and Facebook buttons to the bottom of your posts.

Thanks to Dev7Studios for this awesome recipe!

Paste the code below into your functions.php file, save it, and you’re done.

 

function share_this($content){
    if(!is_feed() && !is_home()) {
        $content .= '<div>
                    <a href="http://twitter.com/share"
class="twitter-share-button"
data-count="horizontal">Tweet</a>
                    <script type="text/javascript"
src="http://platform.twitter.com/widgets.js"></script>
                    <div>
                        <iframe
src="http://www.facebook.com/plugins/like.php?href='.
urlencode(get_permalink($post->ID))
.'&amp;layout=button_count&amp;show_faces=false&amp;width=200&amp;action=like&amp;colorscheme=light&amp;height=21"
scrolling="no" frameborder="0" style="border:none;
overflow:hidden; width:200px; height:21px;"
allowTransparency="true"></iframe>
                    </div>
                </div>';
    }
    return $content;
}
add_action('the_content', 'share_this');

 

Source:

Automatically add Twitter and Facebook buttons to your posts

http://www.wprecipes.com/automatically-add-twitter-and-facebook-buttons-to-your-posts

 

How To Replace Words On WordPress Post

On February 10th, 2011 by oecilkritingz | Comments Off | Posted in Tips n Trik, Wordpress

How To Replace Words On WordPress Post

replace words on wordpressJust like all we know, WordPress is actually promising publishing platform, it is totally free and simple for you to tweak or maybe installed new themes and also plugin. Or if we have small skills in PHP Programming we are able to enhanced our WordPress more easily.

On this example from WPSnipp, we will show (blank) How you can Replace Words in your WordPress posts effortlessly.

Replace Word on WordPress Content

This tutorial need to edit your functions.php, because this code do some add_filter to make it works.

All need to do, open your functions.php and paste this code.

function replace_text_wps($text){
   $replace = array(
        // 'WORD TO REPLACE' => 'REPLACE WORD WITH THIS'
        'wordpress' => 'wordpress',
        'domain' => 'domain',
        'excerpt' => 'excerpt',
        'function' => 'function'
    );
    $text = str_replace(array_keys($replace), $replace, $text);
    return $text;
}

add_filter('the_content', 'replace_text_wps');
add_filter('the_excerpt', 'replace_text_wps');

On the code above using add_filter to filter the_content and the_excerpt. So all match words will be replace with the new parameter as described. That’s is, we hope this tutorial works on you.

Thanks Kevin Chard from WP Snipp for this code

Source:

How To Replace Words On WordPress Post

http://wptricks.net/the-best-way-to-replace-words-in-your-posts/

 

« Newer PostsOlder Posts »