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.
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.
Internal link: one bridge on your own map
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.
Anatomy of one internal link
| Part | Role |
|---|---|
| href | Destination path or URL on same site |
| Anchor text | Visible label users click |
| Link context | Surrounding sentence and heading |
| Placement zone | Body, nav, footer, secondary content |
| rel attributes | Usually 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.
Internal link vs internal linking
| Concept | Scope | Question it answers |
|---|---|---|
| Internal link | Single hyperlink | “What is this one connection?” |
| Internal linking | Site-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.
Where internal links appear
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.
What internal links do for SEO
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.
Example: one link fixes an orphan
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.
Example: one bad internal link
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 link vs external link
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).
Internal link implementation requirements
- Valid href — not empty
javascript:void(0)for primary paths - Reachable destination — avoid chains when direct paths exist
- Consistent protocol/host — reduce accidental duplicate hosts
- Mobile parity — same critical internal links on mobile templates
- Indexation alignment — think twice before prominent links to
noindexURLs
Internal links and JavaScript
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.
Counting internal links
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.
Internal link myths
- 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.
Internal link checklist for content editors
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.
How Crawlox tracks internal links
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.
Internal links after site migrations
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.