What Are Sitelinks?
Sitelinks are the additional links that appear beneath the main listing for a website in Google search results. When you search for a brand name like "Stripe" or "Shopify," you'll often see the main homepage result plus 4-6 additional links to key pages — pricing, documentation, login, features, etc.
Google generates sitelinks algorithmically. You cannot directly choose which pages appear. But you can strongly influence them through site structure, internal linking, and content organization.
Types of Sitelinks
Full Sitelinks
The large format with 4-6 links, each with its own title and description snippet. These appear primarily for branded and navigational queries where Google is confident the user wants a specific site.
Inline Sitelinks
One-line sitelinks that appear as compact links within the description area of a search result. These are more common for non-branded queries and individual pages.
Sitelinks Search Box
An embedded search box within the sitelinks display that lets users search directly within your site from the Google results page. This requires SearchAction structured data.
Why Sitelinks Matter
| Benefit | Impact |
|---|---|
| Increased SERP real estate | Your listing takes up 3-5x more vertical space |
| Higher CTR | More click targets means more chances to get the click |
| Improved user experience | Users reach the right page in one click instead of two |
| Brand authority signal | Google only shows sitelinks for sites it considers authoritative |
| Reduced bounce rate | Users land on the page they actually wanted |
| Competitive defense | More SERP space for you means less for competitors |
How Google Decides Which Pages Get Sitelinks
Google uses multiple signals to select sitelink pages:
Site Structure
Google favors pages that sit at the top of your information hierarchy:
- Main navigation pages (Pricing, Features, About, Contact)
- High-level category pages
- Popular landing pages with strong internal links
Internal Linking
Pages that receive the most internal links with clear, descriptive anchor text are more likely to appear as sitelinks. If 50 pages on your site link to "/pricing" with the anchor text "Pricing," Google understands that's an important page.
User Behavior
Google factors in which pages users actually visit after landing on your site, and which pages get the most clicks from search results for related queries.
Page Titles and Headings
Clear, descriptive page titles help Google match sitelink pages to user intent. A page titled "Pricing Plans" is more likely to become a sitelink than one titled "Page 42."
How to Influence Sitelinks
You can't set sitelinks directly, but these practices increase your chances:
1. Clear Site Architecture
Organize your site with a flat, logical hierarchy:
Homepage
├── Features
├── Pricing
├── Documentation
│ ├── Getting Started
│ ├── API Reference
│ └── Tutorials
├── Blog
├── About
└── Contact
Keep important pages within 2-3 clicks of the homepage.
2. Descriptive Navigation Labels
Use clear, specific labels in your main navigation. "Features" is better than "Explore." "Pricing" is better than "Plans." Generic labels make it harder for Google to understand page purpose.
3. Strong Internal Linking
Link to your most important pages from multiple locations:
- Main navigation
- Footer
- In-content links from relevant pages
- Sidebar or related content sections
Use consistent, descriptive anchor text.
4. Structured Data
Implement WebSite schema with SearchAction to enable the sitelinks search box:
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://example.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https://example.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
5. Avoid Duplicate or Thin Pages
If Google sees multiple similar pages competing for the same sitelink slot, it may show neither. Consolidate thin pages and ensure each top-level page has a distinct purpose.
Sitelinks and AI Search
In AI-generated search results, the concept of sitelinks is evolving:
- AI Overviews may link to specific sections of your site, functioning like algorithmic sitelinks
- Conversational AI search (ChatGPT, Perplexity) cites specific pages, and the pages they choose often mirror what would be sitelinks
- Strong site structure helps AI systems understand which pages to recommend for different aspects of a query
Common Issues
- Wrong pages appearing as sitelinks — Usually caused by unclear site structure or internal linking that emphasizes the wrong pages
- No sitelinks showing — Common for new sites or sites with flat structure where Google can't identify a clear hierarchy
- Outdated pages in sitelinks — Old pages with many inbound links may persist as sitelinks even after you've restructured. Update internal links to point to current pages.
- Sitelinks appearing for the wrong query — Ensure your homepage and brand pages clearly signal what your site is about
FAQs
Can I remove a specific sitelink?
Google removed the Search Console sitelink demotion tool in 2016. You can't directly remove sitelinks. To discourage a page from appearing, reduce internal links to it, add a noindex tag (extreme), or redirect it if it's truly obsolete.
How long does it take to get sitelinks?
There's no fixed timeline. New sites rarely get sitelinks until they've built authority and a clear site structure — typically 6+ months. Established sites with strong brand recognition often get them automatically.
Do sitelinks affect rankings?
Sitelinks don't directly affect rankings — they're a result of good rankings and site structure, not a cause. However, the increased CTR from sitelinks can indirectly reinforce your ranking position over time.
Are sitelinks the same in mobile and desktop results?
Mobile sitelinks typically show fewer links (2-4 vs. 4-6 on desktop) and use a more compact format. The page selection may also differ based on mobile user behavior patterns.