Glossary

Plain-English SEO definitions, sourced from Google's documentation.

Dofollow Link

A regular HTML link with no rel qualification, which search engines crawl and treat as a standard endorsement of the destination page.

Definition

A dofollow link is a standard `<a href>` link without a `rel` value of `nofollow`, `sponsored`, or `ugc`, meaning Google will fetch and parse it without any qualification.

There is no actual `rel="dofollow"` attribute in the HTML specification — the term is used by the SEO community to describe the default state of any link. Google's outbound link guidance says explicitly that for regular links you expect Google to follow, no `rel` attribute is needed. The label only exists because the inverse states (`nofollow`, `sponsored`, `ugc`) do exist.

Examples

  • Editorial link in a news article

    A journalist links from an article to a referenced study using a plain `<a href="https://example.edu/study">`. With no rel attribute, the link is dofollow and Google treats it as a standard editorial reference.

  • Internal navigation link

    A site's main navigation links between category pages without any rel attribute. These are dofollow by default, so Googlebot crawls them and uses them to discover the rest of the site.

Sources

Related terms

Where QueryCatch uses this

Last updated: 12/05/2026

Dofollow Link — Definition, Example & SEO Use | QueryCatch | QueryCatch SEO Glossary