What Are Sitelinks? (And How to Get Them)

SEO
TL;DR

Sitelinks are the extra sub-links Google shows indented under a single search result, deep-linking to key pages like Pricing or Contact. They appear automatically — you cannot add them directly — but a clear site structure, strong internal linking, and a solid brand presence strongly influence which pages Google chooses.

What are sitelinks?

Sitelinks are the extra sub-links Google displays indented beneath a single search result, deep-linking to important pages inside the same site. Search a brand like "notion" or "github" and under the main blue link you will see a small grid or list of shortcuts — Pricing, Login, Templates, Careers — each pointing to a specific page. Those shortcuts are sitelinks, and understanding what are sitelinks starts with one fact: they belong to a single result, not the whole page of results.

Google generates sitelinks automatically from its understanding of your site's structure. Its algorithms decide a page has enough authority and a clear enough hierarchy that showing a few internal destinations will help searchers, then it picks which pages to surface. You never mark a link as a "sitelink" — there is no tag or setting for it.

Sitelinks come in a few flavors you will encounter on the SERP:

- Full sitelinks — a grid of up to six links under a brand's homepage result, typical for navigational searches.

- One-line sitelinks — a compact row of two to four links under a non-homepage result or a smaller brand.

- Sitelinks search box — a search field embedded directly in the result that queries your site.

They matter because they dominate screen space and telegraph trust. A result with a full sitelink grid pushes competitors down the page, signals that Google considers you the authoritative destination, and gives searchers a direct path to what they want — which lifts click-through on your most valuable pages.

How do you get sitelinks? (You influence, not add)

You cannot directly add sitelinks — Google generates them algorithmically — but you can strongly influence which pages qualify and which ones it picks. Every lever comes down to making your site's important pages obvious, well-linked, and trusted. Here is the workflow:

How to encourage Google sitelinks
  1. Build a clear, shallow structureKeep key pages within two or three clicks of the homepage with a logical hierarchy.
  2. Internally link to key pagesPoint consistent, descriptive anchor text at the pages you want promoted.
  3. Write descriptive page titlesGive each key page a short, unambiguous title — Google often uses it as the sitelink anchor.
  4. Strengthen brand signalsUse a consistent brand name and organization schema so Google treats you as a known entity.
  5. Add WebSite/SearchAction schemaDefine your internal search so a sitelinks search box can render.
  6. Audit, then fix weak pagesRemove, improve, or de-link low-value pages so only your best ones qualify.

The foundation is a clear, shallow site structure. Google favors sites where the key pages sit close to the homepage and the hierarchy is easy to parse. Organize navigation into a logical hierarchy — a handful of top-level sections, each linking down to its children — and keep important pages within two or three clicks of the homepage. A tangled structure with everything buried five levels deep gives Google no clean set of candidates to promote.

The second lever is internal linking. The pages you link to most often, with the most descriptive anchor text, are the ones Google reads as most important — and the strongest sitelink candidates. Point consistent, meaningful anchors at your key pages from your navigation, footer, and body content. If you want "Pricing" to become a sitelink, link to it as "Pricing" everywhere, not as "click here." This is exactly the discipline covered in internal linking, and it is the single most controllable sitelink factor.

Sitelinks are Google's summary of what your internal links already say. If your own linking does not make your key pages obvious, Google has nothing clear to promote.

The signals that make sitelinks more likely

Beyond structure and internal links, sitelinks track closely with brand strength and page clarity. These are the practical signals worth auditing, and how much each one moves the needle:

Signals that make sitelinks more likely — and how much each matters
SignalWhy it mattersImpactHow to improve
Site structureGives Google a clean hierarchy to promoteHighKeep key pages 2–3 clicks from home
Internal linkingTells Google which pages are most importantHighConsistent descriptive anchors to key pages
Descriptive titlesOften used as the sitelink anchor textHighShort, unambiguous title tag per page
Brand signalsSitelinks skew to branded/navigational searchHighConsistent brand name + organization schema
WebSite schemaEnables the sitelinks search boxMediumAdd SearchAction structured data
Technical healthSlow or blocked pages get skippedMediumFast, crawlable, indexable key pages

Descriptive page titles and headings matter more than most people expect. Google often uses your page's title tag as the sitelink's anchor text, so a page titled "Pricing – Acme" produces a clean "Pricing" sitelink, while a vague title like "Plans & Options for Growing Teams" produces a messy or omitted one. Give every key page a short, unambiguous title.

Brand signals are the reason sitelinks appear mostly for navigational and branded searches. When people search your brand name directly, Google infers you are a known entity worth deep-linking. You build those signals over time with a consistent brand name, schema markup that defines your organization, and enough authority that your brand is a recognizable search. Full sitelink grids almost always require this brand recognition — they rarely appear for a small, unbranded site.

Finally, a clean, crawlable technical foundation lets Google discover and trust the candidate pages in the first place. If your key pages are slow, blocked, or have thin content, they will not be promoted regardless of how well you link to them. A short, descriptive URL — following the principles in URL structure for SEO — reinforces the hierarchy Google is trying to read.

The sitelinks search box

The sitelinks search box is a search field Google embeds directly inside your search result, letting people search within your site without leaving the SERP. When a user types a query into it and hits enter, Google sends them to your own site's search results page for that term. It appears mainly for strong branded searches where Google judges an on-site search would help.

Like regular sitelinks, the search box is automatic — you cannot force it on. But you can make it eligible and shape its behavior with WebSite schema. Adding SearchAction structured data tells Google the URL pattern of your internal search so it can wire the box to your search engine:

json
{
  "@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"
  }
}

Two caveats worth knowing. First, this markup does not summon the search box — it only defines the target if Google decides to show one; the box still depends on brand authority. Second, if you do not want a sitelinks search box at all, you can suppress it by adding a <meta name="google" content="nositelinkssearchbox"> tag to your homepage <head>. This is one of the few pieces of direct control Google offers over sitelinks.

Can you control or demote bad sitelinks?

You cannot pin the sitelinks you want, but you can suppress ones you do not — Google removed the old demotion tool from Search Console, so control now happens through the site itself. If a low-value page (a stale promo, an empty tag archive) keeps showing as a sitelink, your options are to fix or remove the page.

The reliable levers when a bad sitelink appears:

- Weaken its internal links. Reduce the number and prominence of links pointing to the unwanted page; strengthen links to the page you would rather see promoted.

- Improve or consolidate the page. A thin page that Google promoted may drop out once you merge it, redirect it, or flesh it out.

- Noindex genuinely useless pages. If a page should never appear anywhere, a noindex tag removes it from the index and therefore from sitelink candidacy.

- Fix the title. If the sitelink text is confusing, a clearer title tag usually cleans up the anchor Google shows.

Because everything routes back to structure, titles, and internal links, the fastest way to spot problems is to audit the site as a whole. Run a free SEO + GEO audit to surface weak internal linking, missing schema, and unclear titles on your key pages — the exact signals that decide which sitelinks Google shows. Pair that with a strong brand SERP and clean structure, and sitelinks tend to follow on their own. They are earned, not requested — the work is making your best pages impossible for Google to overlook.

Run a free audit on your site

See how your site scores across 40+ SEO, JSON-LD, and GEO/AI-search checks — including everything covered in this guide. Free forever, no signup, no crawl cap.

Audit my site →

Keep reading

People also search for