The No Archive Meta Tag

How to remove your webpages from the Google cache.
If you want to remove your webpages from the Google Cache, simply add the following Meta Tag in the <head>
section of your HTML.
<meta name="robots" content="noarchive">
Make sure to place this tag after the <title>
tag in your document.
More
- The htaccess 301 redirect.
- If you can't see htaccess file on Mac, this is what to do.