localwebadvisor
WIKI← Wiki home

What Is a Sitelinks Searchbox?

By FayUpdated Jul 9, 2026EVERGREEN
⚡ THE ANSWER

A sitelinks searchbox was a Google search feature that displayed a search box directly within a site's search result, letting users search that site's content from Google before clicking through. It appeared mainly for well-known, prominent sites and could be influenced by WebSite structured data containing a SearchAction. Google announced in late 2024 that it was deprecating the sitelinks searchbox, so the feature no longer appears in search results, and the associated markup no longer triggers it.

Schema type
WebSite with a potentialAction SearchAction (schema.org)
Current status
deprecated by Google in late 2024 (Google Search Central)
Appeared for
prominent, well-known sites only, at Google's discretion (Google Search Central)
Markup impact today
no longer produces the feature in search results (Google Search Central)

A sitelinks searchbox was an enhancement Google sometimes added to a site's main search result: a functioning search box embedded right in the listing. Instead of clicking through to the site and then finding its internal search, a user could type a query directly into that box on Google's results page and be taken to the site's own search results for it. It appeared almost exclusively for large, well-known brands and sites with strong internal search, and Google decided entirely on its own whether to show it. Site owners could signal support for it using WebSite structured data with a SearchAction pointing at their internal search URL, but that markup was only a hint, never a guarantee. The feature was designed to speed up navigation for sites users already knew and searched often. Understanding it now matters mainly for context, because, as the next section explains, Google has since retired it.

No. Google announced in late 2024 that it was deprecating the sitelinks searchbox, and the feature no longer appears in search results. This means that even a large, well-known site with perfect WebSite and SearchAction markup will not see a search box in its listing anymore, because Google simply stopped rendering the feature. The deprecation is part of a broader pattern in which Google has trimmed several rich result and search features, including HowTo rich results and much of the FAQ display, to reduce clutter and shift toward AI-driven answers. The practical consequence is straightforward: do not invest effort trying to earn a sitelinks searchbox, and do not treat the presence or absence of its markup as an SEO factor. If you are auditing an older site, you may still find this markup in place; it is now inert with respect to that feature, though it remains harmless when valid.

How did the markup work when it was active? #

When the feature was active, site owners signaled it through structured data on the homepage using the schema.org WebSite type with a potentialAction of type SearchAction. The SearchAction included a target, a URL template pointing at the site's internal search results with a query placeholder, and a query-input property naming that placeholder. In effect, the markup told Google where to send a user's search query if it chose to display the box. The example below shows the classic pattern for reference. It is important to be clear that this markup is now legacy: it will not produce a sitelinks searchbox today because the feature is deprecated. It causes no harm if it remains valid and honest, but there is no benefit to adding it for that purpose anymore. If you keep it, validate it with /tools/schema-validator so it stays well-formed, but do not expect any search enhancement from it.

website-searchaction.json — legacy sitelinks searchbox markup
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "url": "https://www.example.com/",
  "potentialAction": {
    "@type": "SearchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://www.example.com/search?q={search_term_string}"
    },
    "query-input": "required name=search_term_string"
  }
}

Why did Google deprecate it? #

Google has not published exhaustive reasoning for every feature it retires, but the deprecation fits a clear trajectory. Over recent years Google has simplified search results and reduced the number of niche enhancements, favoring cleaner listings and AI-generated summaries. The sitelinks searchbox was only ever shown for a narrow set of prominent sites, so its overall impact across the web was limited, and usage patterns have shifted as more users get answers directly on the results page or from AI Overviews described in our /wiki/what-are-ai-overviews. Features that serve few sites and add interface complexity are natural candidates for removal. For the vast majority of local businesses, the sitelinks searchbox was never realistically attainable in the first place, since it required the kind of scale and brand recognition that small service businesses rarely have. Its deprecation therefore changes little for them in practice, but it is a useful reminder that search features are not permanent fixtures.

What does this mean for local businesses? #

For a typical plumber, dentist, or roofer, the sitelinks searchbox was largely irrelevant even when it existed, because it appeared only for major, high-traffic sites. Its removal therefore has essentially no negative effect on a local business's search presence. The more useful takeaway is strategic: rather than chasing rare or now-retired search features, local businesses get far more value from the fundamentals. A strong /wiki/google-business-profile-guide presence, solid /services/local-seo, and clear, well-structured pages do the heavy lifting for local visibility. If visitors need to search within your own site, focus on providing genuinely good on-site search and clear navigation, which help users directly regardless of what Google displays. In short, do not mourn the sitelinks searchbox. Redirect any attention it might have received toward the local ranking factors, supported structured data, and user experience improvements that actually move the needle for a small service business competing in its own area.

If your site still has WebSite and SearchAction markup from when the feature was supported, you do not need to rush to remove it. As long as it is valid and the search URL it references still works, it is harmless. It simply no longer produces the sitelinks searchbox. That said, during any /services/website-redesign or /services/website-migrations project it is worth reviewing legacy structured data deliberately, deciding whether to keep, update, or retire it rather than carrying inert markup forward by accident. The WebSite type itself remains a legitimate part of describing your site to search engines, so you may choose to keep a clean WebSite block for general clarity while understanding the SearchAction portion no longer triggers a feature. Validate whatever you retain with /tools/schema-validator to confirm it stays well-formed. The guiding principle is intentionality: know what each piece of markup does today, and do not maintain code under outdated assumptions about the features it earns.

How does this fit the broader shift in search features? #

The sitelinks searchbox deprecation is one data point in a larger story about how search is changing. Google is steadily consolidating results, retiring narrow features, and leaning into AI-generated answers that summarize and cite content rather than presenting long lists of specialized rich elements. HowTo rich results were deprecated in 2023, FAQ display was heavily restricted, and now the sitelinks searchbox is gone. For site owners, the durable strategy is not to chase individual features but to build content and structured data that machines can understand and trust, which pays off across whatever formats Google favors next. Our /wiki/ai-search-optimization explores how to position content for AI-driven discovery, and /wiki/schema-markup-guide focuses on the structured-data types that still earn results. Treating features as temporary and fundamentals as permanent is the mindset that keeps a site resilient as Google continues to reshape how results look and behave over time.

What alternatives help users search your site? #

Even without a sitelinks searchbox, you can make searching your content easy and effective. The most direct alternative is a genuinely good on-site search function, prominently placed and returning relevant results, which serves users once they arrive rather than relying on Google to expose search from the results page. Clear, logical navigation and well-organized categories reduce the need to search at all by helping visitors find what they need through browsing. Internal linking, breadcrumb structure, and a clean information architecture, the kind delivered through thoughtful /services/ui-ux-design and /services/web-design, all contribute to findability. For businesses that want site search tied into a broader application experience, a /services/web-app-development or /services/client-portals build can include custom search tailored to how customers actually look for information. None of these depend on a Google feature, which makes them far more reliable investments than any single search enhancement that Google can add or remove at will.

FAQ

Can I still get a sitelinks searchbox in Google?

No. Google deprecated the sitelinks searchbox in late 2024, so it no longer appears in search results for any site, regardless of markup. Even large, well-known sites with perfect WebSite and SearchAction structured data will not see the feature. There is no way to earn it now, so do not build your strategy around it.

Should I remove my WebSite SearchAction markup?

You do not need to remove it urgently. Valid markup that references a working search URL is harmless, it simply no longer produces the feature. You can keep a clean WebSite block for general clarity while understanding the SearchAction no longer triggers a searchbox. During a redesign or migration, review it deliberately and decide whether to keep, update, or retire it.

Did the sitelinks searchbox ever help small businesses?

Rarely. The feature appeared almost exclusively for large, high-traffic, well-known sites, so most local businesses were never eligible for it even when it existed. Its deprecation therefore has essentially no negative impact on a typical plumber, dentist, or roofer. Local visibility depends far more on Google Business Profile, local SEO, and strong pages.

What is the difference between sitelinks and a sitelinks searchbox?

Regular sitelinks are the extra sub-page links Google sometimes shows beneath a main result, and they still appear. The sitelinks searchbox was a separate, now-deprecated feature that embedded a working search box in the listing. Sitelinks are generated automatically by Google and remain available; the searchbox specifically has been retired.

How can users search my site now?

Provide a good on-site search function, clear navigation, and logical categories so visitors find content easily once they arrive. Strong internal linking and clean information architecture, delivered through thoughtful UI/UX and web design, reduce reliance on any Google feature. For advanced needs, a custom web app or client portal can include search tailored to how your customers actually look for information.

Why does Google keep removing search features?

Google has been simplifying results and shifting toward AI-generated answers, retiring narrow features like the sitelinks searchbox, HowTo rich results, and much of the FAQ display. The durable strategy is to build clear content and supported structured data rather than chasing individual features, since Google can add or remove them at any time as it reshapes how results look.

Was this helpful?