SEO Basics

Do Links Behind a Login or Paywall Count?

Do Links Behind a Login or Paywall Count?

Usually not. Googlebot does not log in, fill forms or hold a session, so a link on a page that requires authentication is never discovered and passes nothing. Paywalled news sites are the exception: many serve the full article to crawlers under Google's flexible sampling rules, so links inside those articles are crawled and do count.

Why a login wall stops a link dead

Googlebot crawls as an anonymous first-time visitor. No account, no cookies, no session. When it requests a URL that sits behind authentication, the server responds with one of three things: a redirect to the login page, a 401/403 status, or the login page itself at that URL.

In all three cases the crawler never sees the page your link is on. It cannot follow a link it was never shown. The link exists for humans and does not exist for search engines.

That covers a wider set of placements than most people expect:

  • Members-only forums and communities
  • Private Slack, Discord and Circle spaces
  • Customer dashboards, support portals and account areas
  • Notion, Coda or Google Docs pages set to "anyone with the link" but requiring sign-in
  • Online course platforms and LMS lesson pages
  • Staging sites and intranets protected by HTTP basic auth
  • Gated resources where the download only unlocks after a form submission

None of these pass PageRank. None of them will appear in a backlink tool either, because those crawlers do not log in any more than Googlebot does.

The one real exception: news paywalls

This is where the answer flips, and it is worth understanding properly because it is the case people actually care about.

Google runs a policy called flexible sampling for subscription publishers. It allows a site to show Googlebot the full article while showing human visitors a metered or truncated version โ€” something that would otherwise be treated as cloaking. Publishers signal it with structured data on the article, setting isAccessibleForFree to false and using a cssSelector to mark which part of the page is paywalled. Google documents the requirements in its paywalled content guidance.

The practical result: on a major publication that has implemented this correctly, the full article text is in Google's index. Search a distinctive sentence from behind the paywall and you will often find the article ranking for it. Because the crawler has the full body, any link inside that body is discovered and treated as an ordinary editorial link.

So a link in a Wall Street Journal or Financial Times article generally counts. A link in a members-only Slack does not. The difference is not "is it paid" โ€” it is "does the server hand the content to the crawler".

Two caveats. Flexible sampling is a publisher-side implementation, so it is never safe to assume a paywalled site has done it. And a hard paywall with no sampling and no structured data will be crawled the same as any login wall: not at all.

Where this catches people out

Guest posts on members-only publications. Industry associations and trade bodies often run a public marketing site and a members-only content library. A contributed article placed in the library is invisible to search. Confirm which side of the wall your piece will sit on before you write it.

Gated whitepapers and reports. If the PDF only downloads after a form, the crawler never reaches it. Even an ungated PDF has its own quirks, covered in do links in PDFs count as backlinks โ€” but a gated one is not in the conversation at all.

Partial gating on the same URL. Some sites show three paragraphs then require registration for the rest, without implementing structured data. Google indexes the visible portion. A link in the hidden portion passes nothing, even though the URL itself is indexed. Indexed page does not mean indexed link.

Directory and community profiles. A profile page may be public while the posts, comments or portfolio items on it require sign-in to view. The profile counts; the content on it may not.

How to test any gated link in two minutes

You do not need tools for this. You need to see the page the way a crawler does.

1. Open the URL in a private window. Log out entirely, or use incognito. If you land on a login screen or a truncated stub, that is roughly what the crawler gets. This catches most cases immediately.

2. Fetch the raw HTML with no cookies. curl -s https://example.com/article | grep -o 'href="[^"]*yoursite[^"]*" returns your link if it is in the server response. Nothing back means nothing to crawl. This is stricter than a browser check because it also strips out anything added by JavaScript.

3. Search for a paywalled sentence. Copy a sentence from behind the wall and search it in quotes on Google. If the article comes back, Google has the full text โ€” flexible sampling is working and links in that body are live. This is the fastest way to check a specific publication before pitching it.

4. Confirm the link is actually indexed. Once a placement goes up, verify it properly rather than assuming. The method is in how to check if a backlink is indexed.

Does a gated link have any value at all?

Some, but not the kind that moves rankings.

A link in a well-read members' newsletter or a busy private community can send genuinely qualified referral traffic, and it puts your name in front of people who may cite you publicly later. Brand exposure inside a closed group is real exposure โ€” it just is not a ranking signal, and the second-order effects are covered in do brand mentions help SEO.

The mistake is paying link-building prices for it. If a placement is being sold on the basis of the host site's domain authority, and the placement itself is unreachable by any crawler, you are buying referral traffic at backlink rates. Price it accordingly, or ask for a public placement instead.

Frequently asked questions

Do links behind a login count as backlinks? No. Googlebot does not log in or hold sessions, so it never sees the page and never discovers the link. This applies to members-only forums, private communities, customer dashboards, course platforms and any page protected by authentication.

Do paywall links count for SEO? Often yes, on news and subscription publishers that use Google's flexible sampling. Those sites serve the full article to crawlers while metering it for readers, so the body content is indexed and links inside it are followed like any editorial link.

Can Googlebot get past a paywall? Only when the publisher chooses to let it, by serving full content to the crawler and declaring the paywalled section with structured data. Google permits this specific arrangement; without it, the crawler sees whatever an anonymous visitor sees.

Do links in gated PDFs or whitepapers count? No. If the file is only reachable after a form submission, no crawler retrieves it. Ungated PDFs are a different case and do pass value.

Will a backlink tool show a link from a members-only site? No. Third-party backlink crawlers face exactly the same wall, so gated placements are invisible in Ahrefs, Semrush and Majestic too. An absent link in your reports is expected here, not a bug.

Is it worth paying for a members-only guest post? Only if you want the audience rather than the link. Judge it as sponsorship or referral traffic, not as a backlink, and do not pay based on the host domain's authority metrics.

The bottom line

The test is simple: can an anonymous visitor with no cookies read the page? If yes, the link counts. If no, it counts for nothing in search, whatever the host site's metrics say. News paywalls that implement flexible sampling are the one meaningful exception, and you can confirm any individual publication in seconds by searching a sentence from behind the wall.

This is also why verification matters more than promises when you trade links. Backlinkster checks every swap live by code โ€” the placement has to be publicly reachable and still there, or the exchange does not count. Five swaps a month on the free plan; see the plans.

Related: Do links in PDFs count as backlinks? ยท How to check if a backlink is indexed ยท Do JavaScript links pass SEO value? ยท Do brand mentions help SEO? ยท How to vet a link swap partner

Keep reading

SEO BasicsDo Newsletter and Substack Links Count as Backlinks?Read โ†’ SEO BasicsDo YouTube Description Links Count as Backlinks?Read โ†’ SEO BasicsDo Social Media Links Count as Backlinks?Read โ†’