Broken Link Prospecting
The version that fails runs a crawler over a competitor domain, finds thousands of 404s, and mails everyone linking to them with a link to the homepage. The tactic only works under narrow conditions: the resource has to be genuinely dead rather than moved, your replacement has to do the same job rather than approximate it, and someone has to still be editing the linking page. Practitioners disagree about whether it is worth running at all now that reply rates have fallen, and the honest position is that it works at low volume with a real replacement and not otherwise.
CATEGORÍA
Enlaces y autoridad
FORMATO
broken-link-prospecting.md
PRECIO
Gratis, sin cuenta
CUÁNDO USAR ESTO
Use when you have or can build a resource that genuinely replaces something that went offline, and you need a reason for sites to say yes.
El archivo de la habilidad
broken-link-prospecting.md
---
name: broken-link-prospecting
description: Use when you have or can build a resource that genuinely replaces something that went offline, and you need a reason for sites to say yes.
---
# Broken Link Prospecting
The version that fails runs a crawler over a competitor domain, finds thousands of 404s, and mails everyone linking to them with a link to the homepage. The tactic only works under narrow conditions: the resource has to be genuinely dead rather than moved, your replacement has to do the same job rather than approximate it, and someone has to still be editing the linking page. Practitioners disagree about whether it is worth running at all now that reply rates have fallen, and the honest position is that it works at low volume with a real replacement and not otherwise.
## Qué necesitas antes
- a specific dead resource: a tool that shut down, a report nobody maintains, a site that went offline
- the Wayback Machine capture of that page so you know what it actually contained
- an existing page of yours that covers the same ground, or a decision and budget to build one
- a crawler that follows outbound links from candidate pages and records final status codes
## Método
1. Start from one well chosen dead resource rather than a bulk 404 crawl. Two hundred pages linking to a single defunct tool share one pitch; two hundred unrelated 404s need two hundred.
2. Read the Wayback capture before anything else and decide honestly whether you can replace it. The replacement is the entire pitch, so if it is weak nothing downstream rescues the campaign.
3. Confirm the resource is dead rather than moved. A 404 for a page that now lives at a new URL means the owner deserves an update to their own link, and pitching yours instead reads exactly as it is.
4. Pull the linking pages and recrawl them yourself to confirm the link is still on the page and the page still returns 200. A third party export two years old typically loses a large share at this step.
5. Filter to pages with signs of maintenance: a recent date, a working contact route, other links updated since. An abandoned resource page will not be edited whatever you send.
6. Build or finish the replacement before the first email goes out, and make it at least as complete as the original. Telling someone their link is broken and then landing them on a thin page costs you that contact permanently.
7. Write the email as a fix rather than a request: name the dead link and where it sits on the page, then offer your page as one option. Track placement rate per dead resource and drop any resource that will not clear a few percent.
## Qué produce esto
A per-resource prospect list of live, maintained linking pages with a confirmed replacement page and outreach status against each.
## Dónde falla esto
- pitching a page that only partly covers what died, which reads as opportunism and gets refused
- skipping the recrawl and writing about links that were fixed or removed months ago, which ends the conversation on the first line
- working a dead resource whose linking pages are all directories and scrapers that no human will ever edit
- assuming a 404 means gone when the resource simply moved, so the correct answer was never your link
---
De la biblioteca de habilidades de QuQi - https://www.quqi.io/es/skills/broken-link-prospecting
Descarga gratis · sin cuenta, sin correo
Qué necesitas antes
-
a specific dead resource: a tool that shut down, a report nobody maintains, a site that went offline
-
the Wayback Machine capture of that page so you know what it actually contained
-
an existing page of yours that covers the same ground, or a decision and budget to build one
-
a crawler that follows outbound links from candidate pages and records final status codes
Método
-
01
Start from one well chosen dead resource rather than a bulk 404 crawl. Two hundred pages linking to a single defunct tool share one pitch; two hundred unrelated 404s need two hundred.
-
02
Read the Wayback capture before anything else and decide honestly whether you can replace it. The replacement is the entire pitch, so if it is weak nothing downstream rescues the campaign.
-
03
Confirm the resource is dead rather than moved. A 404 for a page that now lives at a new URL means the owner deserves an update to their own link, and pitching yours instead reads exactly as it is.
-
04
Pull the linking pages and recrawl them yourself to confirm the link is still on the page and the page still returns 200. A third party export two years old typically loses a large share at this step.
-
05
Filter to pages with signs of maintenance: a recent date, a working contact route, other links updated since. An abandoned resource page will not be edited whatever you send.
-
06
Build or finish the replacement before the first email goes out, and make it at least as complete as the original. Telling someone their link is broken and then landing them on a thin page costs you that contact permanently.
-
07
Write the email as a fix rather than a request: name the dead link and where it sits on the page, then offer your page as one option. Track placement rate per dead resource and drop any resource that will not clear a few percent.
Qué produce esto
A per-resource prospect list of live, maintained linking pages with a confirmed replacement page and outreach status against each.
Dónde falla esto
-
pitching a page that only partly covers what died, which reads as opportunism and gets refused
-
skipping the recrawl and writing about links that were fixed or removed months ago, which ends the conversation on the first line
-
working a dead resource whose linking pages are all directories and scrapers that no human will ever edit
-
assuming a 404 means gone when the resource simply moved, so the correct answer was never your link
Usa esta skill en tu propia IA
El archivo es markdown simple, con el nombre y el disparador en su frontmatter. Cuando un asistente sabe cargar skills por su cuenta, es ese frontmatter lo que lee para decidir que esta le aplica.
Claude Code
Guárdala como ~/.claude/skills/broken-link-prospecting/SKILL.md y Claude la carga solo cuando lo que haces coincide con el disparador. Ponla en .claude/skills dentro de un proyecto si la debe tener todo el equipo.
Claude
Sube el archivo en la sección de skills de tus ajustes. Una vez ahí se aplica solo en cualquier conversación donde encaje el disparador, sin que tengas que acordarte.
ChatGPT
No hay un formato de skills donde instalarla, así que pega el contenido del archivo en las instrucciones de un Proyecto o de un GPT personalizado. Así se aplica a todos los chats de ese proyecto y no solo a aquel donde lo pegaste.
Cualquier otro
Pega el markdown en el chat antes de tu pregunta. Funciona en cualquier asistente, solo hay que volver a pegarlo cada vez.
Más en Enlaces y autoridad