Archive for April, 2009

Top 10 WordPress Nofollow Plugins to Get Higher Page Rank

April 21, 2009 | admin

“Nofollow” provides a way for webmasters to tell search engines “Don’t follow links on this page” or “Don’t follow this specific link. When Google sees the attribute (rel=”nofollow”) on hyperlinks, those links won’t get any credit when they rank websites or blog in their search results. This isn’t a negative vote for the site where the comment was posted; it’s just a way to make sure that spammers get no benefit from abusing public areas like blog comments, trackbacks, and referrer lists. Almost big sites or blogs use “nofollow” tag by default get higher page rank

2 Plugins to Migrate WordPress Permalinks Structure

April 20, 2009 | admin

By default, WordPress give us the dynamic URL for the post in this format: http://www.domain.com/?p=post-id-number. But to optimize for SEO, many people have used: http://www.domain.com/post-title or http://www.domain.com/category/post-title or http://www.domain.com/archives/post-title or some other structures. With above permalinks structures, it allows you to have more keywords loaded to the URL of your posts. And on the SEO look, this URL has advantage over the dynamic URL that so many bloggers have used customs structure for their blog. Nothing to say if your blog has nothing ch

Disable WordPress AutoSave and Revisions

April 20, 2009 | admin

Since version 2.6, WordPress has many features useful and very impressive. Especially from version 2.7, WordPress became a very powerful blog platform.  But along with the advantages, it’s accompanied by 2 features that many bloggers do not satisfy: Autosave and Revisions. Revisions simply save the posts many times: WP will add a new row in the DB every time an user changes a post; this could be good when the blog is maintained by different editors, because they can track the various versions/revisions of every post, but it’s actually totally resources wasting to all the single edito

Top 15 Social Bookmarking Plugins for WordPress

April 19, 2009 | admin

WordPress blogs are getting more and more social, giving reader ability to share and bookmark your blog to a lot of services, make your blog a lot people know and give you more chance to get more traffics. There are many Social bookmarking Plugins available for WordPress and I have tried as many as I could to give you the top 15 Social Bookmarking plugins for WordPress blog. My favorite are Sociable and Add To Any Plugin and they are now used in my blog. But this does not mean that they are the best. The best is the one can best fits into the theme and style of your blog. 1. ShareThis

CSS Tips to Prevent image from being to large

April 19, 2009 | admin

Sometime you have an image show up in your blog which is to large that causing problems with your WordPress theme. This is special common for WordPress blogs that have multiple authors, where some author don’t know how big the image they can make or to new bloggers who is not very familiar with CSS code. Fixing this problem is absolutely easy with CSS hack. You only need to place following code in your stylesheet to set the maximum width for your image: .postarea img { max-width: 500px; height: auto; } In the above code snippet, you have to replace postar