Google maintains a cache of your Website on its servers when it crawls. That way, if you have changed your pages or are down for maintenance, visitors can have look at them from Google’s Cache.
However it causes some problems. If you have not set robots.txt file properly and have a membership based site provided premium content to paid subscribers, anyone can view those contents from cache pages.
You can be doubly sure to avoid Google caching pages of your web pages. Use the following meta tag.
<meta name = “googlebot” content = “noarchive”>
The above code tells the crawlers to not archive or cache the web pages on their servers. There are other alternatives also like using robots.txt to do the same. I will take it in another article.
Have a nice day ..!!
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.

