Thirdly, you'll want to make sure that if a bot goes to a category page, it can reach all underlying pages without any trouble. Otherwise, if you have a lot of posts in a category, a bot might have to go back 10 pages before being able to find the link to one of your awesome earlier posts...
There's an easy fix. Jaimie Sirovich wrote Pagerfix, a plugin that helps you make your pagination look like this:
Better Pagination to increase your WordPress SEO
To reach that, install that plugin, and change this section in f.i. your index.php:
<div class="navigation">
<div class="alignleft">
<?php next_posts_link('« Older Entries') ?>
</div>
<div class="alignright">
<?php previous_posts_link('Newer Entries »') ?>
</div>
</div>
Into this:
<div class="navigation">
<?php
pager_fix(" "," "," ","« Previous page","Next Page »","strong");
?>
</div>
Do that in your index.php, your archives.php, and all other archive templates you might have.
____________________
Non Status Mortgages UK
DEAN GRAZIOSI SCAM REVIEW
There's an easy fix. Jaimie Sirovich wrote Pagerfix, a plugin that helps you make your pagination look like this:
Better Pagination to increase your WordPress SEO
To reach that, install that plugin, and change this section in f.i. your index.php:
<div class="navigation">
<div class="alignleft">
<?php next_posts_link('« Older Entries') ?>
</div>
<div class="alignright">
<?php previous_posts_link('Newer Entries »') ?>
</div>
</div>
Into this:
<div class="navigation">
<?php
pager_fix(" "," "," ","« Previous page","Next Page »","strong");
?>
</div>
Do that in your index.php, your archives.php, and all other archive templates you might have.
____________________
Non Status Mortgages UK
DEAN GRAZIOSI SCAM REVIEW