Skip to content
Search

How to build links when other sites ignore you

Tactics and checklists to earn backlinks when direct outreach is ignored, including intersection-based outreach, image and broken-link methods, and verification steps.

How to Build Links when Your Site is Not Wanted by Others

If publishers ignore your outreach, this is what to do

You’ll get repeatable tactics that reduce cold-outreach friction, a verification checklist you can run from outside the publisher’s domain, and a short risk section that explains how Google treats paid or manipulative links. These are practical methods you can apply even if editors decline typical guest-post asks.

Start with link intersections (shared-link logic)

A link intersection is a page or site that already links to two or more of your competitors. The idea: if an editor links to multiple sites in your niche, they’re more likely to add your resource when you make a strong case. Link intersections are higher-probability targets than cold, unrelated sites.

How to find intersections

  • Compile a short list of direct competitors or comparable resources (pages that compete for the same intent).
  • Use a backlink explorer (third-party tools) to export referring pages for each competitor. Focus on pages that appear across multiple competitor backlink lists.
  • Prioritize intersections with strong editorial context (resource pages, lists, how-to articles) rather than aggregated directories.

Triage criteria for each candidate

  • Is the linking page indexable and crawlable? (See verification checklist below.)
  • Does the link sit inside editorial content or a list where other relevant resources are recommended?
  • Is the site’s audience relevant to your topic? Relevance beats raw third-party metrics.

Practical tactics that work when outreach is ignored

Resource pages and curated lists

Many niche sites maintain “resources” or “recommended tools” pages. If a page links to two or more of your competitors, send a short, specific pitch showing why your resource fills a gap or offers a clearer explanation. Example value propositions: better examples, fresher data, a downloadable asset, or a more accessible format (cheat-sheet, checklist).

Image link building

Images are practical hooks. Create a high-quality, properly attributed visual (chart, infographic, custom photo) and offer it as an embed with an easy copy-and-paste attribution snippet. Many editors will replace a low-quality image with a clearer one when you provide the HTML they can drop in.

Example embed (HTML): Image source

Broken-link building

Find pages that link to resources that return 4xx/5xx or point to deprecated assets. Offer your page as a replacement. This method works because editors want to keep their content clean, and replacing a dead link is a low-effort editorial change.

Unlinked mention reclamation

Monitor brand or product mentions without a link. Politely ask the author to add a link; when the mention is positive and relevant, editors often comply. Supply the preferred URL and a short suggested anchor text.

Guest posts, sponsored placements and editorial context

Guest posts can work, but quality and editorial fit matter. If a placement is paid, disclose that and use rel="sponsored" or rel="nofollow" on paid links; this aligns with Google’s guidance. The value of any paid placement depends on the placement’s editorial integration, audience relevance, and whether the page is indexable.

Outreach templates and sequences

Keep outreach short, specific, and helpful. Include a one-line reason the page should consider your link and a suggested snippet they can paste.

  • Link-intersection outreach (short): “Hi [Name], I noticed your page [page URL] links to X and Y. We’ve published a concise guide that complements those resources—would you consider adding it to your list? Here’s a two-line blurb and a copy-ready URL.”
  • Broken-link outreach (short): “Hi [Name], on [page URL] the link to [dead resource] returns an error. We offer an up-to-date replacement at [URL]. Happy to send a short blurb for you to paste in.”

Always give editors copy-ready text and explain the editorial benefit (improves accuracy, replaces dead content, offers a downloadable asset). Follow up once—editors are busy, and persistence beyond a polite follow-up tends to have diminishing returns.

Verify links and indexability from outside the publisher site

You usually cannot access the publisher’s Search Console, so verification must use public signals and direct fetches. Use these checks before or after a placement goes live.

Checklist

  • Confirm the link exists in the page HTML (server-rendered) — use curl without -I: curl -A "Mozilla/5.0" https://publisher.example/page
  • If you only need headers (status, X-Robots-Tag), use curl -I: curl -I https://publisher.example/page
  • Check the rendered DOM with Chrome DevTools (Elements panel) to ensure the link is visible to users, not injected client-side in a way editors can’t easily edit.
  • Look for robots exclusions: meta robots tags in the HTML and X-Robots-Tag headers in the response (curl -I will show headers). A page blocked from indexing is usually less valuable.
  • Check public indexation signals with the site: operator and with a search for an exact unique sentence from the page. Remember: site: is an indicative signal, not an authoritative indexation check.

If you manage similar pages on your own site, use Google Search Console URL Inspection for authoritative indexation details. For publisher pages you don’t own, rely on the external checks above.

Google policy, risk management and paid placements

Google’s guidance treats links primarily as editorial signals. Links whose primary purpose is to manipulate ranking can be treated as link spam. Paid links should use rel="sponsored" or rel="nofollow" and disclosed as required by local regulations. rel="nofollow" and rel="sponsored" are handled by Google as hints; the exact internal treatment is not public.

Important distinctions: manual actions are explicit reviewer-issued steps visible to a site owner in Search Console; algorithmic adjustments are automatic and not surfaced as a “penalty.” Manage risk by preferring editorial placements with clear audience relevance and by ensuring pages hosting paid links are indexable and serve useful content.

Common mistakes to avoid

  • Chasing raw third-party scores (DA/DR) instead of editorial relevance and indexability. Those metrics are useful for triage but are not Google signals.
  • Sending long, unfocused outreach emails that don’t explain the editorial benefit or provide copy-ready text.
  • Assuming a link is valuable when the hosting page is blocked from indexing or behind a paywall with no crawlable content.

Evaluating marketplaces and publisher lists

When you use a marketplace, prioritize publishers with visible editorial placements, crawlable pages, and relevant audiences. Marketplaces that show the actual placement context and allow you to verify indexability reduce risk and save time. If you want to browse publishers with those filters, Browse publishers for backlinks.

If you need background on mobile rendering, indexing, and how to inspect your own pages in Search Console, see Read the Technical SEO Guide.

Conclusion

Cold outreach gets harder every year, but targeted approaches—link intersections, image embeds, broken-link replacements, and unlinked mention reclamation—raise your success rate because they reduce editorial effort. Verify each placement with the technical checks above and prefer editorial context over raw metric scores.

FAQ: How do I find competitors’ backlink lists if I don’t have a subscription to a backlink tool?

Free tools and partial exports can be useful for an initial pass, but comprehensive intersection work typically uses a backlink explorer. If budget is a constraint, focus on the top few competitors and combine public searches with manual discovery (look for resource pages, lists and roundups).

FAQ: If a publisher marks paid links as rel="sponsored", will that placement still help SEO?

Google treats rel="sponsored" and rel="nofollow" as hints. The measurable value of a paid placement depends on whether the page is indexable, the editorial context, and whether the placement drives relevant referral traffic. Paid disclosure reduces policy risk and keeps relationships transparent.

FAQ: What quick checks tell me a linking page is low value?

Common red flags: the page returns 4xx/5xx, includes meta robots noindex or an X-Robots-Tag that blocks indexing, places the link in a sitewide footer with no editorial context, or sits behind a hard paywall with no crawlable content. Use curl -I and a rendered DOM check to confirm.

Related articles