What is domain authority? A practical guide for developers

By John Smalls, Founder · Published 2026-07-05 · Updated 2026-08-19
Editorial authority gauge built from a constellation of linking domains

Domain authority is a relative link score on a 0–100-ish scale, not a Google ranking factor. Moz trademarked “Domain Authority”; our field is domain_rating, computed from a proprietary web-scale graph with editorial weighting. Different tools, different graphs — never mix the numbers.

"Domain authority" gets thrown around constantly in SEO conversations, usually as shorthand for "how trustworthy or important is this website." That's roughly right, but the term has a messier history than most people realize.

Where the term comes from

Domain Authority (capital D, capital A) is a trademarked Moz metric, introduced in 2011 as a 1–100 score trained against search rankings on Moz’s own link index. It was never an official Google metric. The industry still uses “DA” as slang for “some tool’s authority score,” even when the tool is not Moz.

Ahrefs has its own version called Domain Rating (DR). Semrush has Authority Score. Most other backlink tools, BacklinkMCP included, compute some analogous number. They're all trying to answer a similar question — "how much should a third party trust links from or to this domain" — but they're built on different link graphs, different weighting schemes, and different training or scoring methodologies, so the same domain can legitimately show different scores on different tools. None of them is "the real one." They're all estimates.

How the major authority metrics compare

Because each tool builds its score on a different link graph and a different formula, the same domain can score differently everywhere you look. Here's how the common ones line up:

MetricVendorScaleBuilt fromRefresh
Domain Authority (DA)Moz1–100Moz's link index, ML-modeled against real rankingsContinuous
Domain Rating (DR)Ahrefs0–100Ahrefs' own live backlink crawlContinuous
Authority ScoreSemrush0–100Backlinks plus organic-traffic and SERP signalsContinuous
domain_ratingBacklinkMCP0–100Proprietary web-scale graph, editorial-weightedPeriodic

The scales look interchangeable, but they aren't: a DR of 80 and a DA of 80 are not the same measurement, and neither one is "the truth." The practical move is to pick one source, stay on it, and compare domains within that single scale rather than across tools.

What actually goes into a score like this

At a high level, any domain-authority score is a function of a link graph: which domains link to which other domains, and how many distinct linking domains there are. The naive version — just count inbound links — is trivially gameable, because links are cheap to fabricate at scale (comment spam, link farms, paid link networks). Every serious implementation adds some form of weighting to counteract that.

A common and effective approach is editorial weighting: treat a link from a domain that itself has a strong, hard-to-fake reputation — Wikipedia, a .edu domain, a .gov domain, an established news outlet — as worth substantially more than a link from an arbitrary low-authority site. This is the approach BacklinkMCP uses: its domain_rating-style score is computed from a proprietary web-scale link graph, with editorial weighting toward high-trust wiki/edu/gov/news referrers. The intuition is straightforward — it's much harder to get a link placed on Wikipedia or a major newspaper than it is to spin up a hundred spam blogs, so a domain that earns the former kind of link is more likely to actually deserve trust.

A live example

Rather than describe this abstractly, here's a real-time query against BacklinkMCP's cached engine — the same call the REST API and MCP tools make:

As of 2026-08-19 on the authority path (listing was 502):

Domaindomain_ratingreferring_domains
wikipedia.org87.62,155,083
github.com81.3750,824
stripe.com80.9702,082
ahrefs.com69.7109,300
vercel.com58.617,272

Snapshot from domain_authority_score, not Moz DA and not a Google metric. Compare domains inside this scale only.

What a score is useful for

Used correctly, an authority score is a fast, cheap proxy for "should I take this domain seriously," which is genuinely useful in a few concrete situations: triaging a long list of potential backlink or guest-post targets, sanity-checking whether a domain someone is pitching you actually has any real reputation, or giving an AI agent a numeric signal it can reason about instead of having to read and judge a page itself. It compresses a large amount of link-graph information into one comparable number, and that compression is the whole point.

What a score is not, and why that matters

BacklinkMCP's score is an editorial-authority signal from a proprietary index, refreshed periodically and optimized for fast on-demand lookups rather than the continuous link-velocity monitoring Ahrefs, Moz, or Semrush run. verify_link_live confirms a homepage href today — it does not fetch inner pages.

More generally, any domain-authority number — from any vendor — is an estimate built on an incomplete view of the web's actual link graph, since no single crawler indexes every page that exists. Treat differences of a point or two between tools, or even between two lookups of the same tool weeks apart, as noise rather than signal. Treat a score as one input alongside actual content quality, actual traffic, and actual relevance to your niche — not as a standalone verdict on whether a domain is "good."

Using it programmatically

If you're building something that needs this score as an input — a link-prospecting script, an agent that vets guest-post opportunities, a due-diligence tool — you want it as structured data, not a number you read off a dashboard. BacklinkMCP exposes exactly that: a REST endpoint (/api/v1/authority?domain=X) and an MCP tool (domain_authority_score) that any MCP-aware agent can call directly. Ten free lookups a day, no signup, full field reference on the docs page. For a deeper look at how BacklinkMCP compares to continuous-crawl tools like Ahrefs, see the Ahrefs alternative page; for the API contract specifically, see the domain authority API reference.

Related reading

FAQ

Is this Moz Domain Authority?

No. Moz trademarked that name. Our field is domain_rating, a relative editorial-weighted score from our graph.

Does Google use domain authority?

Not as a named metric. Treat any vendor score as an estimate on that vendor’s graph, not a Google factor.