URL for getting cached page from Google Cache

Posting the Google Server’s URL for getting cached page from Google Cache for my own reference as i frequently need this url to get old pages of my home town website these days which is undergoing heavy changes. The URL to use is:

[code]http://webcache.googleusercontent.com/search?q=cache:www.jogindernagar.com[/code]

So it is domain name without http:// or https://, appended to domain name. You can also skip www. in domain name if you are getting cached copy or domain root. However www. must be there if it is an internal webpage of the website. For example, the following may not work:

[code]http://webcache.googleusercontent.com/search?q=cache:jogindernagar.com/image-gallery/home[/code]

But the following works:

[code]http://webcache.googleusercontent.com/search?q=cache:www.jogindernagar.com/image-gallery/home[/code]

I hope that helps someone.

Leave a Reply