Search code examples
cachingseometa-tags

Speed up google cache


Is there a way, a meta tag, to speed up google cache? Because i have done some changes, dynamically, and even after a few weeks, i see only the old outdated results. I have even checked the logs and google bot is present every day.

Thanks.


Solution

  • I am always using "noarchive" in the meta-tag for robots. This will prevent the site from being cached by Google.

    Changes to the page title or description and new pages are very fast on the search results and the link to "see on Google cache" disappears.

    I think it takes a week at max and people are forced to view your page and not the outdated cache version.

    Like this

    <meta name="robots" content="index,follow,noarchive,noodp" />
    

    Combined with a sitemap-file it does a great job on all of my sites.