Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

Use this file to discover all available pages before exploring further.

A URL verifier — also called a URL checker or link checker — sends an HTTP request to a web address and checks whether the server responds, confirming the URL is live and reachable. It tests the connection at the network level: resolves the domain, completes the TLS handshake and waits for a response before returning a pass or fail verdict.
Run a free URL verification check at spotzee.com/tools/url-verifier.

Why this matters

A broken link in an email campaign is one of the most avoidable problems in email marketing. When a recipient clicks a CTA button and lands on a connection error, the experience damages trust. That click will never convert. Broken unsubscribe links are worse. They are a compliance risk under CAN-SPAM and GDPR, where a working unsubscribe mechanism is a legal requirement, not a nice-to-have. URL verification is most effective as a pre-send gate. Before any campaign goes live, every link in the template — CTA buttons, unsubscribe URLs, tracking redirects, image sources and footer links — should be confirmed as reachable. One failed URL in a high-volume send means tens of thousands of failed clicks. But catching it before you press send costs nothing.

How it works

1

Enter a URL

Paste the full HTTPS web address, including the https:// prefix. The tool only accepts HTTPS URLs.
2

Resolve the domain

The tool looks up the DNS records for the URL’s domain to confirm the domain exists and points to a server.
3

Attempt a connection

An HTTP request is sent to the URL. The tool completes the TLS handshake and waits for the server to respond.
4

Read the result

A pass means the server responded — the URL is live. A fail means no response was received within the timeout window.

What to watch for

  • Fail on a URL that works in your browser. Some servers block automated HTTP requests from data-centre IP ranges. If the URL loads fine in a browser, the fail is a false negative — verify it manually rather than treating the link as broken.
  • HTTP URLs only. The tool only accepts HTTPS URLs. Any campaign link served over plain HTTP should be migrated to HTTPS — browsers flag unencrypted connections and spam filters penalise them.
  • URL contains a redirect. The tool tests the URL you enter, not the final destination after redirects. For click-tracking URLs and short links, verify the redirect destination separately.
  • Fail on a freshly deployed domain. DNS propagation can take up to 48 hours. A new domain or subdomain may fail the check until records have fully propagated — wait and recheck before assuming the URL is permanently broken.
  • URL requires authentication. URLs behind a login, API key or IP allowlist will fail from an external check. These need internal verification rather than a public-facing tool.

FAQs

The tool sends an HTTPS request to the URL you enter and checks whether the server responds. It confirms whether a connection was established. It does not inspect the page content, HTTP status code or page structure — just whether the server answered.
Some servers block automated requests from known data-centre IP ranges. This produces a fail result even when the URL is perfectly accessible in a browser. If you are confident the URL works, treat the result as a false negative and verify it manually rather than removing the link.
No — only HTTPS URLs are accepted. Any email campaign link should be served over HTTPS to avoid browser security warnings and spam filter penalties. If your destination is still on HTTP, that is a problem worth fixing before you check accessibility.
The tool attempts a connection to the URL you enter. For click-tracking URLs and short links that redirect to a destination page, verify the final destination URL separately to confirm the entire chain is live.

Try it

Check any URL at spotzee.com/tools/url-verifier. No sign-up needed for the one-shot web check. Programmatic access deducts a small per-call amount from your Spotzee credit balance — see live per-tool pricing on the Spotzee pricing page.