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. 🙂
This post discusses the importance of detecting and removing plagiarized content for credibility, originality, avoiding…
I talked about Disabling search engine on search pages in a previous post using the…
The time is near, only 6 hours and some change to to get your tickets…
Here is a really neat trick! Access your PHP5 while running PHP4. If you haven't…