Turk Hit Box

Turk Hit Box

Ramblings of a Turkish Internet Mogul

Top Pages

Recent Articles

Pages

Tiny Wordpress SEO Tips

There is about every Search Engine Optimization tool and guide out there to help you increase your blog ranking. But as in every thing you do, there are small things that can really make a difference. For Wordpress, there are countless little modifications and hacks to improve your rating.

  1. Remove “View all posts in” in category links: To do this, you need to find category-template.php file in your /wp-includes/ folder. Inside the category-template.php, go to line 109 and find the code “sprintf(__(”View all posts in %s“). Delete “view all posts in” part, leaving only %s and repeat it for the following 5 statements which have the exact same code.
  2. Remove “Posted by admin” in post meta: If you are the only one posting on your blog, why not remove the posted by text and increase the keyword percentage on the your webpage? Just remove the text in your index.php and single.php template files.
  3. Edit your supplemental pages: One way to get your pages out of the supplemental index of Google is to edit them and add more keyword filled content to them. You can see your supplementals by searching for “site:domain.com *** -view” on Google.
  4. Content Selection: Most bloggers just throw things at their sidebar and think that they look pretty. For example, nowadays every blog has the Top Commentators plugin. Why not show the top commentators only on your main page? To do this you need to use the below code. Bye bye links from single post pages.

<?php if ( is_home() || is_page() || is_search()) { ?> Your Top Commentator Text <?php } ?>

Posted in: Wordpress SEO

5 Responses


Vinod on 06.02.2007 at 12:43 am

Nice tips. Very effective.

tuexperto.com on 06.02.2007 at 4:38 pm

Thanks for the tips.
Very useful!
About the Top Commentators one, don’t you think that if you leave the plugin for every post page, it will also encourage your readers to leave comments?

Turk Hit Box on 06.03.2007 at 8:17 pm

Sure, but don't link their names to their websites, link them to your own posts. 

selen on 10.04.2007 at 11:00 pm

tam anlamıyla yapamadım galiba,
<?php if ( is_home() || is_page() || is_search()) { ?> Your Top Commentator Text <?php } ?> bunu , category-template den sildiklerimizin yerine koycakmıyız, ayrıca , index.php ve single.php yede eklicekmiyiz,  yoksa sadece sidebar a mı ekleyeceğiz…teşekkürler

Turk Hit Box on 10.07.2007 at 8:52 pm

You need to add "
<?php if ( is_home() || is_page() || is_search()) { ?> Your Top Commentator Text <?php } ?>" on your sidebar.  

Leave a Reply