BitcoinATM.news
Backlink Toolkit

Embed a Bitcoin ATM directory badge, card, or widget.

Use these snippets on operator, host-location, and franchise websites to point customers toward canonical Bitcoin ATM locator pages on BitcoinATM.news. Each option gives you a clean attribution link without sending users through stale redirect paths.

Option 1

Directory Badge

Add a compact trust-and-discovery badge to any operator or host-location page.

<a href="https://bitcoinatm.news/operators"
   target="_blank"
   rel="noopener sponsored"
   style="display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;background:linear-gradient(135deg,#f7931a,#ffb45f);color:#24160b;font:700 14px Outfit,Arial,sans-serif;text-decoration:none;">
  Listed on BitcoinATM.news
</a>
Option 2

State Locator Card

Send visitors straight to a canonical state hub instead of an old city or ATM redirect.

<a href="https://bitcoinatm.news/bitcoin-atm/texas/"
   target="_blank"
   rel="noopener sponsored"
   style="display:block;max-width:420px;padding:18px 20px;border-radius:18px;border:1px solid rgba(247,147,26,.25);background:#111114;color:#fafafa;text-decoration:none;">
  <strong style="display:block;font:700 18px Outfit,Arial,sans-serif;margin-bottom:8px;">Find Bitcoin ATMs in Texas</strong>
  <span style="display:block;font:400 14px Outfit,Arial,sans-serif;color:#b3b3bc;line-height:1.6;">Browse city pages, ATM details, hours, fee signals, and operator coverage.</span>
</a>
Option 3

Operator Profile CTA

Link directly to an operator profile page with an attribution CTA from your footer or “about” section.

<a href="https://bitcoinatm.news/america-bitcoin"
   target="_blank"
   rel="noopener sponsored"
   style="color:#f7931a;font:600 15px Outfit,Arial,sans-serif;text-decoration:none;">
  See our BitcoinATM.news operator profile
</a>
Option 4

Full-Width Iframe

Use a lightweight iframe when you want to surface a full directory view inside a resource page.

<iframe
  src="https://bitcoinatm.news/bitcoin-atm/united-states/"
  title="Bitcoin ATM directory"
  loading="lazy"
  style="width:100%;min-height:760px;border:1px solid rgba(247,147,26,.18);border-radius:20px;background:#0b0b0d;"
></iframe>

Best practice: link to the most specific canonical page you can support. For statewide coverage, use `/bitcoin-atm/[state]/`. For operator brand pages, use the operator’s extensionless profile URL. Avoid old `/city/`, `/state/`, and `/bitcoin_atm/` patterns so your site does not send crawlers through unnecessary redirects.