For any business with a physical presence, local SEO citations—the online mentions of your business name, address, and phone number (NAP)—are the bedrock of visibility.They are critical signals that search engines like Google use to verify your legitimacy and determine your local ranking.
Mining the Digital Graveyard: Broken Link Building with the Wayback Machine and Google Dorks
You already know that broken link building is a classic, high-ROI strategy that sits at the intersection of technical SEO and digital PR. But the real edge comes when you stop relying on paid tools like Ahrefs or Majestic for your dead-link prospecting. The savvy marketer understands that the web’s historical record—the Internet Archive’s Wayback Machine—combined with surgical Google dork queries, can yield a pipeline of broken link opportunities that your competitors overlook. No API credits, no subscription fees, just raw HTTP status codes and a little command-line tenacity.
The premise is simple: find pages that once linked to a resource that is now returning a 404 or 410, then offer your own living content as a replacement. The twist is that most people limit their search to current inbound links via link intersect tools. Instead, you want to uncover links that existed but have rotted away, often because the target domain died or a URL restructuring wiped out a once-popular reference. These “orphan references” are gold because the host page still gets traffic, still holds authority, and its editor likely hasn’t noticed the dead link. You are the one who brings the flame.
Start with the Wayback Machine’s CDX API. You can query it directly from your terminal using curl, no authentication required. A typical call looks like: `curl “http://web.archive.org/cdx/search/cdx?url=example.com/&output=json&fl=original,timestamp,statuscode&limit=10000” | jq ’. | group_by(.original) | map(


