A good idea when trying to get the most out of your blog is usging the meta tag to tell the web bots to search & index your site. But for good SEO you should apply this code in your header.php
file of your WordPress blog.
<?php if(is_search()) { ?> <meta name="robots" content="noindex, nofollow" /> <?php }?>
This will keep your site from getting a hit from bots over duplicate entries. 🙂
Did you vote? I did. Did your vote win? Mine didn't :( Results.
I was just working on re-launching my forum in preparation of the new theme I…
Just announced by Matt himself, that they finally acquired wp.com from Yahoo. Head over to…
I've had some time the last few days while my XPS computer has been having…
This is a simple one. /** * Your Blog title * */ function my_blog_title() {…