Maximize WordPress SEO with ScribeSEO
For years now SEO has been one of those buzzwords which incites discussion and debate, whether you live by it or cringe upon seeing it. Whether webmasters want to admit it or not, however, search engine optimization works if done correctly. As a webmaster it falls upon you to maximize search engine optimization (SEO) on your website or blog. Just a few years ago this wasn’t particularly fun or easy for webmasters, but that has changed with things like new software and of course WordPress plugins. For the past week I’ve had the opportunity to try out a new SEO service called ScribeSEO , a web-based SEO service from a team which includes Brian Clark (known in the WordPress community for CopyBlogger and the Thesis theme). ScribeSEO offers a web-based SEO software service, a WordPress plugin, and now also offers Joomla and Drupal integration. As most of my websites use WordPress in some way, I’ve primarily focused my attention on trying out the WordPress plugin. Here is what I’ve found: Once installed, the ScribeSEO WordPress plugin adds a window to your post pages called the Scribe Content Optimizer. Here you can run an evaluation prior to publishing your post which will tell you how to best optimize your post! In order to test out the plugin I decided to try it out on this post. After my initial evaluation, I was given the following feedback: As you can see from the screen shot above the initial draft of this post received a 68%. Recommended improvements include to move primary keywords towards the front of the meta description, to increase the word count to above 300 words, and to add a few hyperlinks towards the beginning of the post
Is your WordPress Blog Wasting Google’s Time?
This guest post was written by Matt of MattDunlap.org , where he writes about how to increase your conversion rates with a smarter blog. If you have WordPress knowledge and are interested in writing a post for WordPress Hacks , please contact us . Over the last couple weeks I’ve been focusing on traffic building, link building and SEO on my WordPress blog.
How To: Add Google Rich Snippets to WordPress (Without Editing Your Theme)
This guest post was written by John of WordPress Expert , where he provides WordPress tips, tutorials, news, plugins, and more. If you have WordPress knowledge and are interested in writing a post for WordPress Hacks, please contact us . When searching the web with Google, have you ever noticed that certain webpages with product reviews have a little star-rating and additional info that appears underneath the title?
WordPress hack: Canonical links for comments
Simply paste the following code on your function.php file: function canonical_for_comments() { global $cpage, $post; if ( $cpage > 1 ) : echo “n”; echo ” n”; endif; } add_action( ‘wp_head’, ‘canonical_for_comments’ ); Thanks to I like WordPress for the useful tip! Looking for WordPress hosting? Try WP Web Host
Useful Glossaries For Web Designers and Developers
Advertisement In a day in age where there are just as many freelancers as there are university educated designers, developers, and all around web gurus, it is amazing to me how much many of us don’t know or have forgot about our trade. As a self-taught designer, I will admit to you upfront that there is a lot I don’t know when it comes to official jargon or certain aspects of things like typography and graphic design.


Warning: WordPress 2.7 Comment Pagination Creates Duplicate Content
One of the lesser talked about features introduced in WordPress 2.7 is the new feature that breaks comments into multiple pages to create faster load times. By default, this feature is activated and set to allow 50 comments before the break. The problem is, with this new feature activated, your WordPress blog is creating duplicate content.
Posted by Hack WordPress · Read the full story »