Skip to main content
Internal Linking

Website Menu for SEO — The Rules That Compound

Menu isn't a design choice; it's a link-graph decision. Here are the menu rules that survive scaling to 10k+ URLs.

July 11, 2026 15 min read Usman Jatoi
Share
Ask an AI engine

Get the LLM summary for this piece

One click opens the engine with a pre-filled query about this article.

Your primary nav distributes PageRank to the pages you link. Get that wrong and no amount of on-page SEO recovers it.

TL;DR
  • Primary nav = your PageRank distribution policy.
  • Never link more than 7 items in the top nav.
  • Footer nav is for reach, not authority.
  • Breadcrumbs are non-negotiable at scale.
Menu — a working definition

In the WBP framework, Menu sits at the intersection of internal linking and the seven-step agentic loop (Detect → Explain → Fix → Approve → Apply → Track → Rollback). The unit of work is a diff on a live URL, not a PDF audit that ages the moment it's exported.

Field notes from the WBP team

One publisher client had 34 items in their primary nav. We cut it to 6 pillars and moved the rest to a mega-menu on hover. Pillar traffic +18% in 90 days without any on-page changes.

The seven rules

In order of impact.

  1. Primary nav: 5-7 pillar items only
  2. Every pillar linked from every page
  3. Mega-menu for depth, not width
  4. Breadcrumbs with BreadcrumbList schema
  5. Footer nav = utility + top hubs, not sitemap
  6. Search bar with real search intent tracking
  7. No JS-only nav — HTML-first for crawlers and LLMs
The seven rules — illustrated for Menu
Figure 1. The seven rules — inside WBP Omni SEO Pro's Menu workflow.
phpsnippet
<?php
add_filter( 'wbp_seo_meta_description', function ( $description, $post_id ) {
  if ( has_category( 'case-studies', $post_id ) ) {
    return get_post_meta( $post_id, '_case_summary', true ) ?: $description;
  }
  return $description;
}, 10, 2 );

functions.php — filter meta description safely

Key takeaway

Every page you leave un-fixed is a citation your competitor will earn instead. The agentic loop turns "someday" work into a queue you can approve in ten minutes.

  • Install WBP Omni SEO Pro on staging and run the scanner against one silo.
  • Approve the first 10 low-risk fixes (missing alt text, canonical, breadcrumbs, schema).
  • Roll one fix back on purpose to feel the safety net before you scale.
  • Verify with Bot Tracker that GPTBot, ClaudeBot and PerplexityBot have re-crawled the fixed URLs.
  • Promote the workflow to production and schedule the weekly per-silo run.
  • Cross-silo bleed check — anchor links should stay inside the topical silo.
Link Control (nofollow, sponsored, UGC)

Central control over rel attributes across the site — external link auditor, per-domain rules, and sponsored/UGC compliance for guidelines and disclosure.

Why this matters for "Website Menu for SEO — The Rules That Compound": Uncontrolled outbound links leak equity and create quiet policy risk on affiliate and UGC-heavy sites.

Use Link Control (nofollow, sponsored, UGC) in 4 steps
  1. 1
    Step 1

    Link Control → Add domain rules (nofollow, sponsored, ugc)

  2. 2
    Step 2

    Scan for existing external links and apply rules retroactively

  3. 3
    Step 3

    Enable disclosure blocks on affiliate posts automatically

  4. 4
    Step 4

    Watch the leak dashboard for high-authority outbound

Data point
31%

of external links on a typical blog are missing the correct rel attribute

Pull quote
"You wouldn't hand out backlinks in real life — stop letting your CMS do it by default."
WBP Omni SEO Pro
Save as image
Pull quote
"The unit of SEO work stopped being a report and started being a merged change. Everything else is theatre."
WBP Editorial
Save as image

Insights & analysis

Teams pulling ahead in AI search share three habits: they treat schema as a contract, they treat internal links as a graph problem, and they treat every applied fix as reversible. Everything else — tools, dashboards, agencies — is downstream of those three.

Quick example scenarios

  • A publisher with 8k evergreen posts turns on Link Control (nofollow, sponsored, UGC) and clears orphan pages in a single approval batch.
  • A SaaS site adds FAQ schema across product docs and starts appearing in AI Overviews within two crawl cycles.
  • An agency runs a per-silo 90-minute audit weekly instead of a quarterly PDF audit.

Paired module: SEO Agents & Automations

Long-running agents that watch for issues, propose fixes, wait for human approval, apply changes and roll back on regression — the 7-step Agentic SEO loop. Manual SEO does not scale past a few hundred URLs; agentic SEO turns the loop into a service level you can operate.

  • Enable the Detect → Fix loop under Agents
  • Configure approval routing (auto for low-risk, human for the rest)
  • Watch the change log with rollback snapshots
  • Iterate on agent policies from real approval data
AI Agents grounded in your site

The Agents & Automation hub uses LLMs to generate meta titles, meta descriptions, alt text, TL;DRs and internal-link suggestions — but every generation runs against your existing content, brand voice and silo, so outputs stay unique and reviewable instead of generic.

From the encyclopedia

Researched sources & further reading

Plain-text excerpts from Wikipedia so you can verify the terms used above without leaving the page.

  • Wikipedia favicon
    PageRank— Wikipedia
    PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results. It is named after both the term "web page" and co-founder Larry Page. PageRank is a way of measuring the importance of website pages.
    Read on Wikipedia
  • Wikipedia favicon
    Backlink— Wikipedia
    A backlink is a link from some other website (the referrer) to that web resource (the referent). A web resource may be (for example) a website, web page, or web directory. A backlink is a reference comparable to a citation.
    Read on Wikipedia
  • Wikipedia favicon
    Search engine optimization (SEO) is the process of improving the quality and quantity of website traffic to a website or a web page from search engines. SEO targets unpaid search traffic (usually referred to as "organic" results) rather than direct traffic, referral traffic, social media traffic, or paid traffic.
    Read on Wikipedia

Real-world examples

Three shapes this problem takes in the wild — and what the fix looked like when a team applied the Internal Linking playbook end-to-end.

Examples from teams shipping this
Example 1
Blog network
Scenario. Silos exist on paper, not in HTML.
Outcome. Contextual link engine added 4,800 in-content links following the silo map.
Example 2
Docs
Scenario. 1,200 orphan pages.
Outcome. Orphan repair batch surfaced 900+ pages in the crawl graph within a week.
Example 3
E-commerce
Scenario. PDPs missing links to sibling categories.
Outcome. Anchor manager standardized anchor text; internal PageRank redistributed cleanly.

The workflow at a glance

Internal Linking workflow
Old pluginExport metaMap schemaImport to WBPVerify parityRetire old
Rendered in WBP brand colors so it stays consistent across every post.

Final thoughts

The teams that pull ahead in 2026 are the ones that made internal linking boring — repeatable, auditable, reversible. That's exactly what the WBP Omni-Agent is built to run.

From the WBP ecosystem

Related tools built by the same team

Built by the same team as the guides on this site. Included here for context and provenance — not a paid placement.

WordPress plugins & software
Custom GPTs on ChatGPT

Disclosure: WBP Omni SEO Pro and the tools listed above are made by the same team as this site. Links open in a new tab.

External resources & further reading

Authoritative background from Wikipedia, community discussion, official docs and research bodies. Opens in a new tab.

Should I put my blog in the primary nav?

Yes, if it's a genuine pillar. Otherwise footer.

Is a hamburger menu bad for SEO?

Not on mobile. On desktop it hides your link graph — avoid.

Will nofollow rules affect my analytics?

Analytics is untouched — Link Control only edits rel attributes; clicks and outbound events still fire normally.

Will agents ever change my site without permission?

Every change respects the approval routing you set; nothing merges without either an explicit approval or a policy you deliberately marked auto-approve.

How many internal links per page?

Enough to make the silo obvious, not so many the anchor budget dilutes. WBP's Silo Engine caps suggestions to the top 3 contextual matches per section.

Do nofollow internal links still make sense?

Rarely — reserve nofollow for user-generated links. Internal nav should pass equity by default.

Ship this workflow inside WordPress

WBP Omni SEO Pro turns every playbook on this blog into an approvable, reversible diff.

Get WBP Omni SEO Pro

Affiliate — this link goes to the official WBP Omni SEO Pro product page.

About the author

Founder · WBP Omni SEO Pro
Portrait of Usman Jatoi, founder of WP Bulk Publishing and WBP Omni SEO Pro
Usman Jatoia.k.a. Usman Jatoi Pro

Usman Jatoi — a 20-year-old creative artist, and tech innovator who began his digital journey at just 7 years old and started working professionally at 12. Founder of WP Bulk Publishing and creator of WBP Omni SEO Pro.

4+ years shipping production WordPress builds for UK and US remote agencies — 20+ live sites redesigned or built from scratch in Elementor, ACF, and custom themes. The schema, silo, and AI-search patterns you read about here are the same ones running on client work every day.

  • WordPress · Elementor
  • Programmatic SEO
  • Schema & JSON-LD
  • AI Search (GEO)
  • Silo architecture
  • Bot-tracking
Share