What Sitelinks Are
Sitelinks are the 2-6 sub-links that appear beneath a brand's main search result for navigational queries. They are algorithmically selected — you cannot request them. You earn them through structural clarity.
Source: Bill Slawski's SEO by the Sea — Search UI Features and Rich Results (56 articles analyzing Google's sitelink patents).
Core Principles
-
Hierarchy is a signal: Google reads your site architecture as a declaration of importance. Ambiguous hierarchy = no sitelinks.
-
Internal links are votes: Every internal link to a page is a weighted vote. Concentrated votes on 6-8 key pages amplify the signal.
-
Brand search is the trigger: Sitelinks appear almost exclusively for brand/navigational queries. No brand search volume = sitelinks are irrelevant.
-
Titles are the display layer: Sitelinks show page titles as clickable links. Duplicate, vague, or overly long titles kill sitelink quality even when structure is perfect.
-
User behavior validates structure: Google uses click data to confirm or override structural signals.
The 8-Point Sitelink Readiness Audit
1. Site Hierarchy Clarity
For sitelinks to appear, Google must clearly identify 4-6 pages that represent the site's most important sections.
Check:
- Are top-level pages (1 click from homepage) clearly categorical? (Services, About, Contact, Blog)
- Do these top-level pages have distinct purposes that don't overlap?
- Is the navigation consistent across all pages?
2. Internal Link Concentration
Map inbound internal link count for each page. Sitelinks typically emerge from the 6-8 pages with the highest internal link concentration.
If the top 6 pages by internal link count are not the pages you want as sitelinks, restructure internal linking.
3. Brand Search Volume
Sitelinks only appear for brand queries. Check GSC for impressions on branded queries (your business name + variations). If branded impressions are under 1,000/month, sitelinks are unlikely regardless of site structure.
4. Title Tag Differentiation
Review page titles for the top 6-8 candidate sitelink pages:
- Is each title unique?
- Is each title under 50 characters?
- Does each title clearly describe what makes that page different from the others?
- Are titles format-consistent (all title case, or all sentence case)?
5. Homepage Disambiguation
The homepage must clearly establish what the site is about. Google uses the homepage title and H1 to determine the entity's primary identity.
- Homepage title: [Brand Name] — [Primary Service/Category] in [City]
- Homepage H1: matching or slightly expanded
6. Navigation Architecture
Sitelinks often mirror the main navigation. Review:
- Primary nav contains 4-6 items (not 12)
- Nav labels match page titles (or are subsets)
- Nav is HTML text links (not JavaScript-rendered)
- Mobile nav identical to desktop nav
7. Sitelink Search Box Implementation
For sites with meaningful on-site search, implement Sitelink Search Box schema (WebSite type with potentialAction):
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://example.com",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://example.com/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
8. Click Validation
For sites that already have partial sitelinks, GSC shows which pages appear. Pages with high click-through from sitelinks will be retained. Pages with low CTR may be swapped out.
Monitor: GSC → Search Results → filter for branded queries → check which pages appear.
Anti-Patterns That Prevent Sitelinks
- Over 8 items in primary navigation (dilutes vote concentration)
- Duplicate or similar page titles (Google cannot differentiate sitelink candidates)
- Homepage with no clear brand + primary category declaration
- JavaScript-only navigation (reduced crawlability)
- No brand search volume (the trigger query doesn't exist)
Cross-References
internal-linking-optimizer— internal link concentration strategyschema-generator— WebSite schema for Sitelink Search Boxentity-seo— brand entity signals that support brand search volume
#seo-sop #seo #sitelinks #site-architecture #ctr #brand-search