How to archive a website you love before it disappears
The internet is a cemetery where the headstones are 404 pages. I recently went looking for a hyper-specific blog about 1990s brutalist architecture in the Midwest only to find a parked domain selling cheap supplements. It is naive to assume your favorite little corner of the web will outlive the next server migration or domain renewal. If you love a site, you need to steal it while it is still breathing.
The first move is the Save Page Now feature on the Wayback Machine. It is the polite, civil way to handle preservation. You paste the URL, click the button, and the Internet Archive takes a snapshot for the public record. This is great for static text but useless for anything behind a login or a complex paywall. It is a public service, not a personal hard drive, and you are at the mercy of their crawler’s mood.
For things you actually want to own, get the SingleFile browser extension. It takes the entire mess of CSS, images, and fonts and collapses them into one single HTML file. It is the cleanest way to save a long-form essay or a gallery without dealing with a folder full of broken assets. I keep a dedicated folder on an external drive just for these files. It feels like a digital scrapbook that actually works offline.
If you are feeling aggressive, use wget. This is a command-line tool that acts like a digital vacuum cleaner. You can tell it to mirror an entire directory, following every link and downloading every image until you have a local copy of the whole site. It is overkill for a single article but essential for a dying forum or a personal portfolio. Just be careful not to set the recursion depth too high or you might accidentally try to download the entire internet.
Screenshots are the desperate last resort for dynamic pages that refuse to be scraped. Some modern sites are built with so much bloated JavaScript that they break the moment they are disconnected from their servers. Use a full-page screen capture tool to turn the site into a giant PNG. You lose the ability to copy the text easily, but you keep the visual soul of the design. A picture of a ghost is better than no record at all.
Curation is an act of defiance against a web that wants to be ephemeral. Most of what we read today is designed to be scrolled past and forgotten by Tuesday. By saving a local copy, you are deciding that something is worth more than its current ad revenue. Don't wait for the creator to lose interest or the hosting bill to go unpaid. If you don't archive it now, you're just waiting for the link to rot.
Share with someone who'd appreciate the find.
