•  
Posts Tagged ‘Search Engine’

Looking for the right plugin?

By Austin On February 19, 2009 2 Comments

Well, I hope many of you have been using the WordPress plugin directory. It’s a grand location where you can find endless plugin for your WordPress blog.

But sometimes you don’t exactly get what you search for, but according to mdawaffe on WordPress, they have implemented a new open source MySQL text search engine. Well go on, test it out. Click here to continue reading



Disable search engine on search pages

By Austin On January 9, 2009 No Comments

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. :) Click here to continue reading