SEO glossary

What is an Internal Link?

Learn what an internal link is—a single hyperlink between pages on the same site—and how each link unit supports discovery, navigation, and topical context distinct from linking strategy.

On-Page SEOUpdated August 14, 2026
Also known asin-site linkintrasite hyperlinkinternal hyperlink

Definition

An internal link is one hyperlink whose destination URL resides on the same site as the linking page—implemented with an a element (or equivalent) pointing to another path on the domain or authorized property.

An internal link is a single on-site connection—a clickable path from the URL you are on to another URL you control. One <a href="/pricing/"> in a blog post is one internal link. The site’s thousands of such units form the crawl graph bots traverse after seeds and sitemaps.

This entry defines the link as a unit. For policies, audits, and graph-level strategy, see internal linking.

PartRole
hrefDestination path or URL on same site
Anchor textVisible label users click
Link contextSurrounding sentence and heading
Placement zoneBody, nav, footer, secondary content
rel attributesUsually none; nofollow only when policy requires
<p>See our <a href="/glossary/crawl-budget/">crawl budget</a> glossary entry.</p>

One paragraph, one internal link, one destination.

ConceptScopeQuestion it answers
Internal linkSingle hyperlink“What is this one connection?”
Internal linkingSite-wide practice“How should we wire the whole site?”

Adding one contextual link in an article is an internal link decision. Rebuilding hub architecture is internal linking.

In primary content body

Highest contextual value—anchor text matches narrative, surrounded by relevant paragraphs.

In navigation

Headers, footers, breadcrumbs—high crawl frequency, broader anchors.

In secondary content

Related posts rails—curated internal links; watch volume and target quality.

In HTML sitemap pages

Backup discovery paths listing important URLs.

Each placement is still “one link” per a element—but crawl priority differs by zone.

One link alone rarely changes rankings. Collectively, internal links:

  • Enable URL discovery for new URLs
  • Place destinations in site hierarchy context
  • Associate topics via anchor and context
  • Offer users paths to deeper primary content

A strategic internal link from a high-traffic URL to a buried guide can shift crawl and referral traffic within weeks—part of broader internal linking, triggered by one well-placed unit.

A new glossary URL has zero inbound internal links—an orphan page. Adding one internal link from a related pillar with descriptive anchor is the minimal viable fix. More links help, but the first quality path ends orphan status.

A bestseller page links to a discontinued SKU with a misleading “upgrade here” anchor. One internal link wastes crawl on 404 and erodes user trust—fix the unit, not the whole program.

Internal links stay on your domain. External links leave it. Both use the same HTML shape; destination host defines the category.

Mixed pages typically contain many internal links (related guides) and few external links (citations).

  1. Valid href — not empty javascript:void(0) for primary paths
  2. Reachable destination — avoid chains when direct paths exist
  3. Consistent protocol/host — reduce accidental duplicate hosts
  4. Mobile parity — same critical internal links on mobile templates
  5. Indexation alignment — think twice before prominent links to noindex URLs

Client-rendered sites may inject internal links after load. If links exist only after user interaction, crawlers might miss them. Critical internal links should appear in initial HTML or reliable rendering.

SEO tools count inlinks per destination and outlinks per page. “This URL has 1,247 internal links” means 1,247 separate internal link units point to it—often dominated by nav and footer repetition.

Evaluate body contextual internal links separately from sitewide chrome when auditing value.

  • Myth: “Only the first internal link per page matters.” All crawlable links contribute to graph traversal.
  • Myth: “More internal links on a page always help.” Thousands of spam footer internal links harm quality perception.
  • Myth: “Internal links and canonicals are interchangeable.” Different mechanisms—use both appropriately.

When adding one internal link in a draft:

  • Does destination satisfy the promise of the anchor text?
  • Is this the best URL—not a near-duplicate?
  • Is link context in main content primary narrative vs boilerplate footer?
  • Will users benefit, or is it forced keyword placement?

Editors create internal links one at a time; strategists later audit the graph—that is internal linking.

Crawlox records every internal link unit—source URL, target URL, anchor text, zone, and HTTP result of the target. Drill from site-wide internal linking reports down to individual edges: which single internal links point to revenue pages, which fire 404s, and which orphans lack even one inbound internal link worth keeping indexable.

Redirects preserve traffic when old URLs change, but direct internal link updates are cleaner long-term. After migrations, crawl for internal links still targeting redirect chains—each unnecessary hop wastes crawl and dilutes clear graph signals. Update the single href at the source rather than relying on redirect middleware forever.

Related terms

Frequently asked questions

What is the difference between an internal link and internal linking?

An internal link is one hyperlink unit from page A to page B on your site. Internal linking is the overall practice—patterns, policies, and audits across your link graph. Strategy shapes many individual links.

Do internal links need full URLs?

Root-relative paths like /glossary/crawl-budget/ are standard. Absolute URLs on the same domain also work. Consistency helps migration testing.

Can buttons be internal links?

Yes when implemented as a with href or crawlable link semantics. JS-only buttons without href may be weaker for discovery unless Google executes and indexes them reliably.

Should internal links use nofollow?

Generally no on public indexable destinations you want discovered. Use nofollow on untrusted UGC areas, not standard editorial internal links.

How is an internal link different from a canonical tag?

A link navigates users and bots to another URL. A canonical tag is a hint in the head naming the preferred URL for duplicate clusters—not a clickable navigation unit.

References

Explore authoritative guidance and frameworks related to internal link.

Explore every glossary definition

Return to the glossary to search by term, alias, starting letter, or category.

Browse glossary