By Austin on January 10, 2009
I talked about Disabling search engine on search pages in a previous post using the meta tag. Today lets go over the web bots Cached copy of your site. If you are working on builder your blog, or have a temporary site up, use the following code:
<meta name=”robots” content=”noarchive”>
This will tell any bot to follow [...]
Posted in Tips & Tricks | Tagged archive, Cache, Google, SEO, Tips & Tricks, web archive
By Austin on January 9, 2009
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 [...]
Posted in Tips & Tricks | Tagged Bots, Disable, Google, nofollow, Search Engine, SEO
By Austin on November 16, 2008
Properly configured, Wordpress can be an extremely effective way of designing, maintaining and managing your site. Not only that, but sites using Wordpress tend to rank well organically within the top search engines, once properly configured. However, neglecting some critical configurations can cause pages and posts that make up your site to not even be [...]
Posted in Articles | Tagged SEO, WordPress
Recent Comments