Categories: Tips & Tricks

Disable search engine on search pages

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. 🙂

Web Master

Hi, I am Miguel, I bought this site in 2009. So I now run or manage the site. Please visit my new website or follow me on twitter @W3i.

Recent Posts

StylizedWeb.com

1 minute ago

Can′t add pagination on WooThemes Thick Theme

Everything I have tried has led to nothing. And I have tried six way's from…

12 hours ago

Pulling custom fields from outside the loop

In the last post "Creating a custom widget" I showed you how to create a…

24 hours ago

Creating a custom widget

Today let's learn a simple quick trick on how to create a custom widget. For…

1 day ago

Display custom url if comment authors url is blank

Here is a nifty trick for your comments.php template. If someone comes to your site…

2 days ago