For those users would be familiar with wordpress oprek PHP script. Oprek aims to maximize the quality of your SEO. Themes that are crowded on the Internet do not necessarily have a remarkable capacity optimization. Thus, the necessary foresight to choose a SEO Friendly theme.
But if you've already used a particular theme for the design you like, we do not need to change the theme as long as we know how oprek php theme, ranging from oprek header.php, index.php, home.php, footer.php and so on.
In this discussion we're trying to make a SEO friendly article link add a link to the single.php prev and next to the title of the article. So that navigation can be optimized to support a position in our article on the web.
How to create a SEO friendly article link from the navigation link between the article is as follows.
A. Go to the single.php
2. Add the following script, you can be located up after <? Php the_content ();?>. Here's the script:
<?php previous_post_link('« %link') ?>
<?php next_post_link('%link »') ?>
3.Can be slicked up like this, as you:
<table border="0" bgcolor="#E4F2FD"><td width="400"><strong><?php previous_post_link('« %link') ?>
</strong></td><td width="400" align="right"><strong><?php next_post_link('%link »') ?>
</strong></td></table>
may be useful
No comments:
Post a Comment