# 05 · Internal Linking

> **Target:** [Unstop.com](https://unstop.com)
> **Focus:** Link graph, authority flow, anchor text, orphaned pages

---

## Prompt used

> *Analyze the internal linking pattern on this website. Tell me which pages should link to each other, where the authority is missing, and what anchor text improvements would make the site stronger.*

---

## Current pattern (observed)

- **Chrome-driven linking:** most internal links come from header, sidebar, and footer — widely repeated and lightly weighted.
- **Generic anchors:** UI labels ("Explore", "View all", "Click here") dominate.
- **Shallow hubs:** category pages link to their listings but rarely to related hubs, guides, or glossary entries.
- **Blog islands:** articles are often isolated — they bring visitors in, but don't route them deeper into listings or sibling articles.
- **Opportunity detail pages:** link to the organizer + a "Similar opportunities" widget, but not to the relevant category hub or guide article contextually.

---

## Authority map — where equity is stuck vs where it should flow

```
              HOMEPAGE (high authority)
                    |
     +--------------+---------------+
     |              |               |
 Hackathons    Internships    Case Comps     ← should link UP to homepage
     |              |               |           and ACROSS to each other
     |              |               |
  Listings      Listings       Listings
     |              |               |
  (expired)      (closed)        (closed)     ← drains equity today
```

**The problem:** equity flows *down and stops*. Hub pages receive link juice from homepage but don't pass it to guides, glossary, or high-intent sub-hubs that could rank for informational queries.

---

## What to link to what

### Hub → Hub (sibling linking)
Every category hub should link to 3 sibling hubs in body copy, not just nav:
- `/hackathons` → `/case-competitions`, `/internships`, `/fests`
- `/internships` → `/jobs`, `/hackathons`, `/mentorship`
- `/case-competitions` → `/internships`, `/hackathons`, `/mba-programs`

### Hub → Guide (down and out)
- `/hackathons` → "How to Win Your First Hackathon", "Hackathon Ideas by Theme", "Hackathon vs Ideathon"
- `/internships` → "Paid Internships for Freshers", "How to Write an Internship Application", "Internships by City"
- `/case-competitions` → "Case Competitions 101", "Case Frameworks Explained"

### Guide → Listing (bridge)
Every informational article should end with a CTA paragraph like:
> *Ready to apply? Browse [live hackathons in India](/hackathons) or explore [case competitions for MBA students](/case-competitions?audience=mba).*

### Listing detail → Related (sideways)
Opportunity detail pages should link contextually (not only in a sidebar) to:
- The parent category hub
- 2–3 similar opportunities
- 1 relevant guide
- 1 organizer page (if rich)

### Orphan rescue
Build a **Resources** mega-hub that links to every guide, glossary, template, and winner spotlight — then link to Resources from the homepage and every category hub.

---

## Anchor text audit — examples and rewrites

| Weak anchor (current style) | Better anchor |
|---|---|
| `Click here` | `Read the hackathon winner's playbook` |
| `Learn more` | `See the full list of paid internships for freshers` |
| `View all` | `Browse all hackathons in India 2026` |
| `Hackathons` (generic repeat) | `Hackathons in Bangalore` / `Hackathons for first-year students` |
| `Apply now` (as the only link) | Supplement with a descriptive anchor nearby: `See eligibility and prize details` |

### Anchor rules

1. **Descriptive, not directional.** Say what's on the other side, not where to click.
2. **Varied, not templated.** Rotate modifiers (city, year, audience) so the same destination gets diverse anchors.
3. **Honest, not keyword-stuffed.** "Hackathons 2026 for engineering students in Bangalore online free with prizes" is a red flag, not an optimization.
4. **Body before chrome.** Contextual in-paragraph links count more than menu repetitions.

---

## Priority fixes

| # | Action | Impact | Effort |
|---|---|---|---|
| 1 | Add 3–5 contextual body links to every category hub's intro + FAQ | High | Low |
| 2 | Add "Related guides" block on every hub (manually curated, not auto-related) | High | Medium |
| 3 | Rewrite top 20 articles to include 2 outbound internal links to category hubs in first 200 words | High | Low |
| 4 | Build a `/resources` mega-hub linking every guide, glossary, and template | High | Medium |
| 5 | Audit + rewrite generic anchors on homepage and footer where repeated | Medium | Low |
| 6 | Identify orphaned articles (no internal links in) and link them from relevant hubs | Medium | Medium |

---

## Measurement

- Track **links per page** (internal inbound + outbound) via crawl tool (Screaming Frog or similar).
- Track **orphan URLs** count — target: < 1% of indexable URLs.
- Track **category → guide click-through** via GA4 to confirm body links are actually clicked.

---

### Further reading

- [Ahrefs — Internal linking for SEO](https://ahrefs.com/blog/internal-links-for-seo/)
- [Moz — Internal links](https://moz.com/learn/seo/internal-link)
- [Backlinko — Internal links guide](https://backlinko.com/hub/seo/internal-links)

Back to: [Content Gaps](./04-content-gaps.md) · Next: [Content Quality →](./06-content-quality.md)
