External Link Checker

Score whether the page cites HTTPS sources, names the destination, and uses rel=noopener on new tabs — not a ranking trick.

What this tool gives you

link score
Fetch or paste
HTTPS hygiene
Starter snippet

Check outbound links

Fetch a public page or paste HTML. The checker scores HTTPS destinations, new-tab noopener and descriptive anchors — not a ranking trick.

What this checker looks for

Off-site HTTPS hrefs. Visible words that name the destination. rel=noopener on target=_blank.

Outbound links

Off-site hrefs so readers can reach cited sources.

HTTPS destinations

http:// outbound URLs mix content and look untrusted.

New-tab noopener

target=_blank without rel=noopener can leak window.opener.

Descriptive anchors

Name the source. Avoid “click here” and “website”.

No javascript hrefs

javascript: and data: are not crawlable citations.

Not a ranking lever

This is link hygiene, not a citation trick.

How to use the checker

Fix http:// first, then missing noopener, then generic anchors.

1

Check the live page

Fetch the public URL or paste the HTML from view-source.

2

Use HTTPS sources

Point citations at https:// URLs, not http://.

3

Name the destination

Put the source name in the visible words. Never “click here”.

What healthy outbound links usually include

HTTPS destinations. Visible words that name the source. rel=noopener on target=_blank. No javascript: hrefs.

PartJobDefault for public sites
Outbound hrefCite a sourceAbsolute https:// URL on another host
Anchor textName the destinationSource or page topic, not “click here”
HTTPSAvoid mixed contentNever http:// for public citations
target=_blankOpen a new tabAdd rel="noopener" or noreferrer
rel=nofollowUntrusted or paid URLsOptional. Ordinary citations can stay followable
Neverjavascript: citationsDo not hide sources behind javascript: or data:

Related GEO pages

Fix internal links, then outbound citations, then heading outline.

External link FAQs

Do outbound links make ChatGPT cite my page?

No. Citing sources helps readers verify claims. Citations still depend on crawl access, answer-ready content and corroboration.

Is rel=nofollow required on every outbound link?

No. Use nofollow, sponsored or ugc when the destination is untrusted, paid or user-generated. Ordinary source citations can stay followable.

Why does target=_blank need rel=noopener?

A new tab can reach window.opener without it. Add rel="noopener" (or noreferrer). This is tab hygiene, not a ranking signal.