Link Safety Checker: How to Read It
What a link safety checker really does, the free tools worth trusting, and how to fix unsafe links.

A link safety checker tells you whether a URL leads somewhere trustworthy or somewhere that wants your password, your money, or a foothold on your device. You do not need a paid subscription to run one: the same reputation data that powers browser warnings is available for free, and this guide shows you how to read it and act on what it reports.
The short version
- A link safety checker compares a URL against threat databases for malware, phishing, and deceptive redirects, then returns a verdict you can act on.
- The most reliable free options are run by the companies that already protect billions of browsers: Google Safe Browsing, VirusTotal, and your browser's built-in warnings.
- A "safe" verdict is a snapshot, not a guarantee. Sites get compromised, and reputation lags real time, so combine the verdict with a few manual checks.
- On your own site, the fix for unsafe links is usually removing a hacked page, cleaning injected outbound links, or replacing dead links that now point to parked or hijacked domains.
What a link safety checker actually does
A link safety checker takes a URL and evaluates it against several signals before giving you a verdict. It does not open the page in your browser, so you can inspect a suspicious link without exposing yourself to whatever it hosts. Under the hood, most checkers combine a few data sources: threat-intelligence blocklists of known malware and phishing hosts, reputation scores for the domain, the age and registration details of the domain, and sometimes a live scan of the destination.
The output is usually a simple traffic-light style verdict: safe, suspicious, or dangerous, often with a category such as phishing, malware, or unwanted software. Good checkers also show you the final destination after redirects, because a link that looks harmless can bounce through several hops before landing on a malicious page. That redirect chain is one of the most useful things a checker reveals, and it is closely related to how you would inspect a normal HTTP redirect chain for SEO reasons. Google's own redirect documentation explains how each hop is followed and interpreted, which is worth understanding when a link disguises its true destination behind several redirects.
The free tools worth using

You do not need to buy anything. The most authoritative safety data is free because it comes from the browser vendors who need it to protect their own users.
- Google Safe Browsing. This is the reputation service that warns Chrome, Firefox, and Safari users before they load a dangerous page. It protects over five billion devices and flags malware, phishing, and social-engineering pages. You can read about the service directly from Google Safe Browsing.
- VirusTotal. Paste a URL and it is scanned against dozens of independent antivirus engines and blocklist services at once, then shows how many flagged it. Because it aggregates many vendors, one lone detection is worth investigating but not panicking over.
- Your browser. Modern browsers already check links against Safe Browsing style lists. If you get a red interstitial warning, treat it as a strong signal and do not click through.
- Bing Webmaster Tools and Google Search Console. For sites you own, these report if search engines have flagged your own pages as hacked or serving malware.
Be honest with yourself about what a checker is: a reputation lookup, not a guarantee. A brand-new phishing page created an hour ago may not be in any database yet, and a legitimate site compromised this morning may still read as clean.
Tip: check before you click, not after. If a link arrives by email, text, or DM and asks you to log in or pay, copy the URL (right-click, copy link) and paste it into a checker instead of tapping it. The entire value of a safety checker is that it inspects the destination without you visiting it.
How to read the verdict
A raw verdict is only useful if you know what each category means. Here is how to interpret the common results.
- Phishing / deceptive. The page imitates a real login or payment screen to steal credentials. This is the highest-risk category for everyday users. Never enter details.
- Malware. The page tries to install software on your device, often through a drive-by download or a fake update prompt.
- Unwanted software. Not strictly malware, but bundled installers, aggressive adware, or browser hijackers.
- Suspicious / low reputation. No confirmed threat, but the domain is new, rarely visited, or shares hosting with bad neighbors. Proceed with caution.
- Clean. Nothing detected. Combine this with common sense rather than treating it as a promise.
When two reputable checkers disagree, trust the more cautious one and do a manual review. A single antivirus engine on VirusTotal flagging a mainstream site is often a false positive; ten engines flagging an unknown domain is not.
Manual checks that catch what databases miss

Reputation lags, so add a few seconds of human inspection.
- Read the domain carefully. Attackers register look-alikes such as paypa1.com or micros0ft-support.net. The real brand is in the registered domain, the part just before the first single slash, not anywhere in the path or subdomain.
- Expand shortened links. bit.ly and similar shorteners hide the destination. A safety checker that shows the final URL is essential here.
- Check for HTTPS, but do not trust it alone. A padlock only means the connection is encrypted, not that the site is honest. Plenty of phishing pages have valid certificates.
- Watch for urgency and money. "Your account will be closed," "verify now," or "claim your refund" are pressure tactics. Legitimate organizations do not force you through an unfamiliar link under a countdown.
What to do when the unsafe link is on your own site
If a checker flags a page you own, or Search Console reports that your site serves malware or hosts deceptive content, the problem is usually one of three things. Work through them in order.
1. Your site has been hacked. The most serious case. Attackers inject scripts, create spam pages, or add hidden outbound links to their own malicious domains. Look for files you did not create, unexpected admin users, and modified core files. Restore from a known-clean backup, rotate every password, update your CMS and plugins, then request a review in Google Search Console. This overlaps heavily with the wider category of site health problems that hurt SEO, because a hacked site usually leaks broken and malicious links at the same time.
2. An outbound link now points somewhere dangerous. A domain you linked to years ago expired and was bought by someone hosting malware or spam. The link still resolves, so it is not technically broken, but it now harms your readers. Audit your outbound links periodically and replace or remove any that changed hands. A tool such as a link and virus checker or a general URL checker helps you triage which destinations to review.
3. A false positive. Occasionally a clean site gets flagged, often after sharing an IP with a bad neighbor or hosting user-generated content. If you are confident the page is clean, use the review request tools in Search Console and the relevant vendor to appeal.
Warning: never paste sensitive URLs into unknown scanners. Some low-quality "checker" sites log every URL you submit. For private links (password reset pages, internal dashboards) rely on your browser's built-in protection and reputable, well-known scanners only, not the first result in a search.
Building safe linking into your routine
Link safety is not a one-time scan, it is a habit. If you run a website, treat outbound links as a maintenance surface the same way you treat broken links. Schedule a quarterly review of the external domains you link to, keep your platform patched so attackers cannot inject links in the first place, and add sensible link attributes such as rel="nofollow" or rel="sponsored" on links you cannot vouch for. If you are actively earning links to your site, understanding safe, legitimate link building also keeps you away from the spammy networks that get whole domains blocklisted.
For readers and shoppers, the routine is simpler: slow down on any link that asks for a login or a payment, check it before you click, and remember that no scanner replaces a moment of skepticism.
Frequently asked questions
Is there a truly free link safety checker?
Yes. Google Safe Browsing, VirusTotal, and the protection built into modern browsers are all free to use. They are also among the most authoritative options because they draw on the same threat data the major browser vendors use to protect billions of users.
Does a "safe" result mean a link is guaranteed harmless?
No. A safe verdict means no known threat was detected at that moment. Brand-new phishing pages may not be in any database yet, and legitimate sites can be compromised without warning. Treat a clean result as a good sign, not a guarantee, and still avoid entering sensitive details on unfamiliar pages.
Can a checker tell where a shortened link really goes?
Good checkers expand the URL and show you the final destination after all redirects. This is one of the most useful features, because shorteners hide the real target and attackers often chain several redirects to disguise a malicious landing page.
A checker flagged my own website. What do I do first?
Assume you may have been hacked. Look for files, users, or outbound links you did not create, restore from a clean backup, update your CMS and plugins, rotate all passwords, then request a review in Google Search Console. If you are confident it is a false positive, use the vendor's appeal process.
Does HTTPS mean a link is safe?
No. HTTPS only means the connection between you and the site is encrypted. It says nothing about whether the site itself is honest. Many phishing pages use valid certificates precisely because people mistake the padlock for a trust signal.
More on SEO Checkers & Tools
Have a question or a topic to suggest?
We read every message. Tell us what you would like to see next.
Get in touch