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 your site, index it, but prevents a cached copy of this page from being available in the search results.
Here is a really neat trick! Access your PHP5 while running PHP4. If you haven't…
I just came across a interesting new plugin built on the wonderful jQuery library. It's…