Explore

  • Home
  • Products
  • Directories
  • Blog
  • Free PremiumFREE
  • Pricing

Your workspace

  • Dashboard
  • Products
  • Analytics
  • Streaks
  • Profile
  • Settings
Visit

Best startup directories

Every place worth listing a SaaS or AI product — with the ones that give real dofollow links marked.

Free & dofollow onlyTop 100 this month
LetsLaunch
New Launch
Loading…

LetsLaunch

Launch your product. Keep a real dofollow link for as long as your badge is up.

One email a week, top launches, unsubscribe any time.

Launch

This week's boardAll productsBest of the weekTop of the monthNew launch

Discover

CategoriesAlternativesCompareBlog

Company

AboutPricingHow it worksFAQContact

Legal

TermsPrivacyRefund policy

© 2026 LetsLaunch. Listings earn their dofollow links — we never sell them.

Featured on tinyshelfFree product launch directory for SaaS — LetsLaunch is listed on publishyoursaasView LetsLaunch on Better LaunchFeatured on DailyPingsLetsLaunch on ConfettiSaaSFeatured on BuildVoyage
Advertise
Visit

Notiq

Turn any YouTube video into structured study notes.

AdvertisePromoted

Last week's best

No launches last week yet.

  1. Home
  2. Free tools
  3. Earning dofollow links

Guide

How to earn dofollow backlinks as a new product

Every list of “100 dofollow directories” has the same problem: the author did not check. We know, because we tried to. We fetched a real listing page from 51 startup directories and read the rel attribute on the outbound link. We could confirm 22. Two were definitely nofollow. Twenty-seven we could not verify at all.

That is what an honest attempt at this looks like — a bit more than half the list unconfirmed. Any post asserting a followed link for a hundred sites, with no method described, has not done the work. This guide is about how to tell the difference, and what actually earns links when you have no audience yet.

Contents

  1. 1.What a followed link actually is
  2. 2.What happened when we checked 51 directories
  3. 3.What “unverifiable” means, and what it doesn’t
  4. 4.Checking any link yourself, in under a minute
  5. 5.Where a new product can actually earn links
  6. 6.What not to do, and why it is worse than doing nothing
  7. 7.What a followed link is honestly worth
  8. 8.A realistic first month

What a followed link actually is

There is no rel="dofollow". It has never existed. “Dofollow” is shorthand for the absence of an attribute that suppresses the link — the default state of an ordinary <a href>. Three values suppress it:

  • nofollow — the original: do not pass ranking signal through this link.
  • sponsored — the correct marking for a paid or compensated placement.
  • ugc — user-generated content: comments, forum posts, profile fields.

A link can carry more than one. The practical consequence is simple: the only way to know what a site gives you is to look at the markup of a real listing page. Not the sales copy, not the pricing table, not a third-party list — the markup.

The other half of the check

A followed link on a page nobody indexes is worth nothing either. Two things have to be true: the rel must not suppress it, and the page carrying it must be indexable — not noindex, not blocked in robots.txt, not a redirect through a tracking script that never resolves to a real href.

What happened when we checked 51 directories

We wanted a directory list we could defend, so instead of copying one, we wrote a checker: fetch an actual live listing page on each directory, find the outbound link to the listed product, read its rel. No inference, no assumption from domain authority, no taking the directory’s word for it.

Across the 51 directories we have run that check against so far:

22

confirmed dofollow

We fetched a listing page and the outbound link carried no suppressing rel.

2

confirmed nofollow

Same method, opposite answer. Both advertise backlinks.

27

unverifiable

The check could not read the page, so we say so instead of guessing.

The reasons for the unverifiable group are mundane rather than sinister. Twenty-one return HTTP 403 to automated checkers — a bot-protection default, not a hostile act. One rate-limited the check. Two render their outbound links client-side, so there is no rel in the HTML at all to read.

Sit with that number for a second. A deliberate, automated, purpose-built check could confirm a followed link on fewer than half the directories it looked at. Now consider a listicle claiming “dofollow” beside every one of two hundred entries. Either it solved a problem we could not, or nobody checked and the column was filled in from other listicles that also did not check. It is not the first one.

Our results, per directory and with the date each was last looked at, are on the directories page. Anything we could not verify is labelled unverified rather than quietly assumed.

What “unverifiable” means, and what it doesn’t

Unverifiable is not a verdict on the directory. A site that returns 403 to a script is behaving exactly like a great many well-run sites behind a CDN; several of those 27 probably do give followed links. What we cannot do is tell you so without evidence.

If one of them matters to you, the check takes a minute by hand, because a browser is not a script:

  1. Open a live listing page on that directory — any product, not necessarily yours.
  2. Right-click the outbound link to the product and inspect it, or view source and search for the destination domain.
  3. Read the rel on that <a>. Absent or harmless values means followed; nofollow, sponsored or ugc means it passes nothing.

The two client-side cases are worth a note of their own. If the link is injected by JavaScript, then whatever a crawler that does not render sees, it is not that link — which is a decent reason to treat the placement as traffic rather than as a backlink.

Checking any link yourself, in under a minute

Three ways, in ascending order of effort.

In the browser

View source, find your domain, read the surrounding tag. That is the whole technique. Devtools works too, but view-source shows you the HTML as delivered, which is what a crawler gets.

With curl

curl -sS https://directory.example/products/your-product \
  | grep -o '<a[^>]*yourdomain\.com[^>]*>'

Crude, and perfectly sufficient. You are looking for whether the tag it prints contains a rel at all.

With the tool on this site

Free toolDofollow link checkerPaste any page and see every outbound link with its real rel attribute, and whether it passes ranking signal or is suppressed.

Point it at a listing page before you spend an evening submitting to forty directories. Point it at ours, too — that is the intended use.

Where a new product can actually earn links

Nobody links to a product because it exists. Links come from having done something linkable, and for a new product there are a handful of realistic sources. Roughly in order of effort.

Directories and launch platforms

The floor, not the strategy. They are fast, mostly free, and each individual listing is worth little — a page with a hundred outbound links is not a strong endorsement of any one of them. Their honest value is that they exist, they are indexable, and a few of them send real traffic. Do the verified ones, skip the ones that want money for a link, and stop when it stops being fun. An evening, not a project.

Some, including this one, ask for a reciprocal badge on your site in exchange for the listing. That is a trade, and you should decide whether you want it; we are not going to pretend it is a gift.

The tools you build on

Integration pages, app marketplaces, plugin registries, “built with” showcases and community pages belong to companies with an active interest in listing you, and they are systematically under-used. If you integrate with something, look for its directory. If you built on a framework, look for its showcase. These are usually followed, usually free, and usually topically relevant, which is more than most directories manage.

Open source

A genuinely useful library, CLI, template or dataset attracts links that no amount of outreach will. Awesome-lists, READMEs of projects that depend on you, docs pages, and issue threads. This is slow and it is real; the artifact has to be worth using.

Being the source of a number

The most reliable link-earning move available to a small team is to measure something nobody has bothered to measure and publish the method. This guide is an example: the reason anyone would cite the 51-directory figure is that we said how we got it and what we could not confirm. Numbers get quoted; opinions do not. You do not need scale to do this — you need one honest measurement in a corner of your field.

People

Podcasts, interviews, guest posts, conference and meetup pages, newsletters that cover your niche. Slower, unpredictable, and the only category that compounds into something other than links. If any of it is paid or compensated, it should carry rel="sponsored" — a publisher who offers you a followed link in a paid placement is telling you something about how they treat their own site.

Communities

Forums, Reddit, Discord, Stack Overflow, Hacker News. Nearly always nofollow or ugc, so treat them as distribution rather than as backlinks. They are frequently where the first real users come from, which is worth more than the link would have been.

What not to do, and why it is worse than doing nothing

Buying followed links. Selling or buying links that pass ranking signal is against Google’s link spam policy. A paid placement is supposed to carry sponsored. The reason we are firm about this is not squeamishness: it is that our own directory links are followed precisely because they are earned by a public rule rather than bought, and a site that sells followed links has nothing left to say about anyone else’s.

Bulk submission services. “We’ll submit you to 500 directories.” Most of those 500 are pages nobody reads and search engines discount, and you have no way to check what you got. If the seller cannot tell you which links are followed, they did not check either.

Private blog networks. Networks of sites built to link to each other. This is the manipulation that the policies exist to describe, the risk lands on your domain, and the people selling it are insulated from that risk by design.

Chasing a metric instead of a link. Domain authority scores are third-party estimates, not something any search engine publishes. Optimising the estimate is not the same as optimising the thing.

What a followed link is honestly worth

Here is the part most guides skip, because it makes the rest sound less exciting.

Nobody outside a search engine can measure the ranking contribution of an individual link. Not us, not the tool vendors, not the people selling packages of them. What you can measure is a short and useful list: whether the link exists, whether its rel suppresses it, whether the page carrying it is indexable, and whether it sends you referral traffic. Everything past that is estimation dressed as fact.

So the reasonable posture is: get the mechanical part right, since it is cheap and checkable, and do not build a plan on top of a number nobody can see.

And no, listings do not buy you AI citations

You will read that directory listings make assistants recommend you. We sell directory listings, and we are telling you there is no evidence for it. The clearest counterexample is sitting in plain sight: G2 and Capterra carry enormous authority in exactly this category and receive close to no citations. If listing density and domain strength were the mechanism, they would be the answer to every software question asked of an assistant. They are not.

What is worth doing for that purpose is upstream and unglamorous: being reachable and readable in the first place, and describing yourself the same way everywhere you appear. That is covered in the companion guide, including which of it is measured and which is folklore.

A realistic first month

  1. Week one: fix your own house. Your site should be server-rendered and reachable, with one clear sentence saying what it is. A link pointing at a page that cannot be read is a wasted link.
  2. Week one: the verified directories. Work from a list where the link type was checked, not asserted. One evening, no money, and do not go back for the unverified long tail.
  3. Week two: the tools you build on. Every integration, framework, marketplace and 'built with' page connected to your stack. This is the highest ratio of relevance to effort you will find.
  4. Weeks three and four: make one linkable thing. A measurement, a free tool, a small open-source piece. Something with a method someone else would want to cite.
  5. Ongoing: verify what you got. Re-check the links you earned. Sites redesign, and a followed link quietly becomes a nofollow one without anyone telling you.

Keep going

Free toolDofollow link checkerCheck any listing page before you submit: every outbound link, its rel attribute, and whether it passes signal.
Free toolGuide: making your site readable by AI assistantsThe companion guide — zero-JavaScript crawlers, the robots.txt rule that deletes you from ChatGPT's citations, and CDN blocking you cannot see.

LetsLaunch is itself a directory and makes money from listings, so every claim above about directories runs against our own interest where it should. The 51-directory check is the same one behind the directories page, and you can reproduce any row of it with curl and five minutes.