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.
This post discusses the importance of detecting and removing plagiarized content for credibility, originality, avoiding…
The time is near, only 6 hours and some change to to get your tickets…
A good idea when trying to get the most out of your blog is usging…
Here is a really neat trick! Access your PHP5 while running PHP4. If you haven't…