Website Spec
← SEO
Recommended

Internal linking

Links from one page on a site to another. The strongest signal you control for telling crawlers and AI agents what a page is about and how important it is.

What it is

An internal link is an <a href> from one URL on a site to another URL on the same site. Internal links form the graph that crawlers walk, that screen-reader users navigate, and that AI agents follow to gather context.

<p>
  Read the <a href="/seo/xml-sitemaps">XML sitemap spec</a>
  to see how this page is discovered.
</p>

Why it matters

Three audiences read internal links differently:

Internal links are also the easiest SEO lever you fully control. External backlinks are won; internal links are decided.

How to implement

Anchor text is the single most important variable.

Avoid linking inside long lists of navigation that repeat on every page. Those count, but contextual links inside body content carry more weight per link.

Common mistakes

Verification

Sources