Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[LINK] Google will no longer back up the Internet: Cached webpages are dead

11 views
Skip to first unread message

Computer Nerd Kev

unread,
Feb 6, 2024, 4:24:50 PMFeb 6
to
Google will no longer back up the Internet: Cached webpages are dead
By Ron Amadeo - Feb 2, 2024
- https://arstechnica.com/gadgets/2024/02/google-search-kills-off-cached-webpages/

"Google will no longer be keeping a backup of the entire Internet.
Google Search's "cached" links have long been an alternative way to
load a website that was down or had changed, but now the company is
killing them off. Google "Search Liaison" Danny Sullivan confirmed
the feature removal in an X post, saying the feature "was meant for
helping people access pages when way back, you often couldn't
depend on a page loading. These days, things have greatly improved.
So, it was decided to retire it."

The feature has been appearing and disappearing for some people
since December, and currently, we don't see any cache links in
Google Search. For now, you can still build your own cache links
even without the button, just by going to
"https://webcache.googleusercontent.com/search?q=cache:" plus a
website URL, or by typing "cache:" plus a URL into Google Search.
For now, the cached version of Ars Technica seems to still work.
All of Google's support pages about cached sites have been taken
down." ...

--
__ __
#_ < |\| |< _# | Note: I won't see posts made from Google Groups |

Scott Alfter

unread,
Feb 6, 2024, 11:26:32 PMFeb 6
to
In article <65c2...@news.ausics.net>,
Computer Nerd Kev <n...@telling.you.invalid> wrote:
>"Google will no longer be keeping a backup of the entire Internet.
> Google Search's "cached" links have long been an alternative way to
> load a website that was down or had changed...

Was anybody still using this feature of theirs? If I need a cached copy of
a webpage, the first place I'd usually look would be either archive.org or
archive.is, depending on the site. archive.is is especially useful for
bypassing paywalls, while archive.org is better at pulling up sites that
have gone offline or for which you want to call up an older version that has
things that have gone missing. The Google cache hasn't really been on my
radar for a long time.

--
_/_
/ v \ Scott Alfter (remove the obvious to send mail)
(IIGS( https://alfter.us/ Top-posting!
\_^_/ >What's the most annoying thing on Usenet?

D

unread,
Feb 7, 2024, 5:29:27 AMFeb 7
to


On Wed, 7 Feb 2024, Scott Alfter wrote:

> In article <65c2...@news.ausics.net>,
> Computer Nerd Kev <n...@telling.you.invalid> wrote:
>> "Google will no longer be keeping a backup of the entire Internet.
>> Google Search's "cached" links have long been an alternative way to
>> load a website that was down or had changed...
>
> Was anybody still using this feature of theirs? If I need a cached copy of
> a webpage, the first place I'd usually look would be either archive.org or
> archive.is, depending on the site. archive.is is especially useful for
> bypassing paywalls, while archive.org is better at pulling up sites that
> have gone offline or for which you want to call up an older version that has
> things that have gone missing. The Google cache hasn't really been on my
> radar for a long time.

Ahh, good point! I always thought they were part of the same project.
Archive.is as you say, is great for free newspaper articles!

I even created a rss to email script that fetches articles through rss (or
just regular web scarping if they don't offer rss) and I thought about
adding archive.is support as well to give me the article without paywall.

Spiros Bousbouras

unread,
Feb 7, 2024, 6:14:37 AMFeb 7
to
On Wed, 07 Feb 2024 04:26:28 GMT
sc...@alfter.diespammersdie.us (Scott Alfter) wrote:
> In article <65c2...@news.ausics.net>,
> Computer Nerd Kev <n...@telling.you.invalid> wrote:
> >"Google will no longer be keeping a backup of the entire Internet.
> > Google Search's "cached" links have long been an alternative way to
> > load a website that was down or had changed...
>
> Was anybody still using this feature of theirs? If I need a cached copy of
> a webpage, the first place I'd usually look would be either archive.org or
> archive.is, depending on the site. archive.is is especially useful for
> bypassing paywalls, while archive.org is better at pulling up sites that
> have gone offline or for which you want to call up an older version that has
> things that have gone missing. The Google cache hasn't really been on my
> radar for a long time.

I use it regularly to access a copy of a page with w3m when the page itself
won't display due to cloudfare stupidity. In fact I have in my shell start-up
files the function

gca () {
echo "http://webcache.googleusercontent.com/search?q=cache:$@"
}

to easily create a Google cache link from a general link. I guess I will
have to find out whether it's equally easy with archive.org or archive.is .

Julieta Shem

unread,
Feb 7, 2024, 8:26:08 AMFeb 7
to
Spiros Bousbouras <spi...@gmail.com> writes:

[...]

> I use it regularly to access a copy of a page with w3m when the page itself
> won't display due to cloudfare stupidity.

Lol. I also really dislike these cloudflare nonsense.

Computer Nerd Kev

unread,
Feb 7, 2024, 4:11:24 PMFeb 7
to
Scott Alfter <sc...@alfter.diespammersdie.us> wrote:
> In article <65c2...@news.ausics.net>,
> Computer Nerd Kev <n...@telling.you.invalid> wrote:
>>"Google will no longer be keeping a backup of the entire Internet.
>> Google Search's "cached" links have long been an alternative way to
>> load a website that was down or had changed...
>
> Was anybody still using this feature of theirs? If I need a cached copy of
> a webpage, the first place I'd usually look would be either archive.org or
> archive.is,

Archive.org can be extremely slow at times, and sometimes parts are
broken. Archive.is rarely seems to have pages that I want to view
archived so I gave up even checking there years ago (maybe it has
improved?).

The main reason I _have_ been using Archive.org instead of Google
Cache for viewing websites that are down or Cloudflared is that I
prefer not to be telling Google which web pages I'm looking at. It
also doesn't rewrite links to on the page to point to the cached
versions, like Archive.org does. But it's a handy fall-back for
when Archive.org isn't working.

Computer Nerd Kev

unread,
Feb 7, 2024, 4:15:20 PMFeb 7
to
Spiros Bousbouras <spi...@gmail.com> wrote:
> I use it regularly to access a copy of a page with w3m when the page itself
> won't display due to cloudfare stupidity. In fact I have in my shell start-up
> files the function
>
> gca () {
> echo "http://webcache.googleusercontent.com/search?q=cache:$@"
> }
>
> to easily create a Google cache link from a general link. I guess I will
> have to find out whether it's equally easy with archive.org or archive.is .

This should do it, but often more slowly:

echo "http://web.archive.org/web/$@"

Rich

unread,
Feb 8, 2024, 2:24:27 PMFeb 8
to
Computer Nerd Kev <n...@telling.you.invalid> wrote:
> Archive.is rarely seems to have pages that I want to view archived so
> I gave up even checking there years ago (maybe it has improved?).

You can request it archive the page you are looking for but it does
not yet have.

Then it will be archived, you get to view it, and the next person who
might ask for it should then also find it archived.
0 new messages