Guide : WebSite Schema

How to implement WebSite balisage de données structurées pour Sitelinks Searchbox (now deprecated by Google) and site-level entity definition, ce que schema.org/WebSite covers, and ce que it encore fait après the Searchbox removal.

Première publication : 27 juin 2026 · Dernière mise à jour : 3 août 2026 · Advanced
Langues

WebSite schema (schema.org/WebSite) is données structurées — usually JSON-LD on votre homepage — que identifies votre domain as a website entity via its nom and URL. Pour over a decade a SearchAction on que type powered Google's Sitelinks Search Box, but Google discontinued que visual element on November 21, 2024, citing dropped usage. The unique biggest myth to correct: le sitelinks Search Box going away ne fait pas mean WebSite schema is dead. Google explicitly kept a variation of WebSite données structurées alive pour its Site Noms fonctionnalité (the bolded site nom affiché au lieu de une URL on homepage results, mainly on mobile), qui nécessite nom and url, recommends alternateName, and goes on the homepage seulement. Old SearchAction markup doesn't besoin to be supprimé — it's simplement inert now, and Google dit unsupported données structurées won't causer Search Console errors. None of ce touches rankings or ordinary sitelinks.

TL;DR — schema.org/WebSite markup (usually JSON-LD, homepage seulement) historically did two jobs pour Google: a potentialAction/SearchAction powered the Sitelinks Search Box, and name/url/alternateName express a Site Noms preference. Google discontinued le sitelinks Search Box starting Nov 21, 2024 (“usage has dropped”) — ce fait pas affecter rankings or ordinary sitelinks, and existing SearchAction markup doesn’t besoin to be supprimé (unsupported données structurées won’t trigger Search Console errors). The critical distinction: the fonctionnalité died, pas the type. Google explicitly kept a variation of WebSite données structurées alive pour Site Noms. Everything au-delà name/url/alternateName (publisher, copyright fields) is valid schema.org vocabulary but isn’t tied to a documented Recherche Google fonctionnalité.

Evidence for this claim Schema.org WebSite represents a website and provides properties such as name, alternateName, and url. Scope: Schema.org WebSite vocabulary. Confidence: high · Verified: Schema.org: WebSite Evidence for this claim Google uses WebSite structured data on the home page as one source for site names and requires name and url for that feature; sitelinks search box support was removed. Scope: Current Google site-name feature and WebSite markup usage. Confidence: high · Verified: Google Search Central: Site name structured data

Ce que WebSite schema is (and isn’t)

schema.org/WebSite sits at Thing > CreativeWork > WebSite, and schema.org defines it in un line — “A WebSite is a définir of connexe web pages and autre items typically served from a unique web domain and accessible viune URLs.” Parce que it’s a CreativeWork subtype, it inherits a big property surface (publisher, copyrightHolder, copyrightYear, isPartOf, mainEntityOfPage, inLanguage, and the historical potentialAction). But Google seulement ever formally specified a handful of ceux pour its two rich-result-adjacent fonctionnalités. Garder que framing straight and la plupart WebSite-schema confusion evaporates: the type is broad, Google’s documented utiliser of it is narrow.

Pour over a decade, the chose WebSite schema was meilleur connu pour was the Sitelinks Search Box — the in-SERP search field que occasionally showed sous a brand’s result. Vous enabled it with a potentialAction of type SearchAction on the WebSite type:

{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "url": "https://www.example.com/",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://query.example.com/search?q={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}

Two details worth remembering. Premier, Google utilisé its propre shorthand — "query-input": "required name=search_term_string" — plutôt que schema.org’s generic EntryPoint/urlTemplate pattern, so ce exact syntax is a Google-ism. Second, là utilisé to be an opt-out: a nositelinkssearchbox robots meta tag pour sites que didn’t vouloir the box. Quand the fonctionnalité was retired, Google archived que documentation aussi.

Google announced the fin in a Search Central blog post, Farewell, Sitelinks Search Box (Oct 21, 2024, posted by John Mueller), with removal starting November 21, 2024. The stated raison was que usage had dropped and Google wanted to simplify le résultats. The concrete effects:

  • Rankings and ordinary sitelinks are untouched. Seulement the in-SERP search input box went away — pas the clickable subpage sitelinks, and nothing à propos de ranking.
  • Vous don’t have to supprimer votre old markup. Google’s position is que removal is unnecessary and unsupported données structurées won’t trigger Search Console errors.
  • Tooling modifié alongside it. Search Console’s Sitelinks Search Box rich-result report was supprimé, and the Résultats enrichis Tester stopped validating/highlighting the SearchAction markup pour ce fonctionnalité.

The announcement came via the official blog and the Recherche Google Central X/Twitter account — I couldn’t trouver an individual Office Hours soundbite from Mueller, Illyes, or Splitt specifically à propos de it, so I’m pas going to invent un.

Do vous devez supprimer votre old markup? Aucun.

Short réponse: leave it. It’s inert, it causes aucun errors, and ripping it out earns vous nothing. Si you’re doing a schema audit and it bugs vous to have dead code sitting là, vous peut supprimer the potentialAction/SearchAction block — but garder the surrounding WebSite object, parce que (voir ci-dessous) it encore has a live job.

Ce que WebSite schema encore fait today: Site Noms

Ce is the myth I la plupart vouloir to kill: “le sitelinks Search Box is gone, so WebSite schema is dead” is faux. In the very même announcement, Google was explicit que a variation of WebSite données structurées continues to be pris en charge — pour the Site Noms fonctionnalité. A site nom is Google’s étiquette pour le site une page comes from (distinct from the per-page title lien), affiché pour entire-site/homepage-level results, primarily on mobile.

Pour expressing a site-name preference, the surface is tiny:

PropertyStatusNotes
nameRequisThe nom of the website.
urlRequisL’URL of le site’s home page.
alternateNameRecommendedAn abbreviation/acronym/short formulaire; vous pouvez supply multiple, in order of preference.

That’s it. Aucun publisher, aucun copyright fields, aucun SearchAction — simplement name, url, and optionally alternateName.

Google’s propre guidance is explicit que alternateName isn’t simplement a backup étiquette: leur system may pick un of votre alternatives over votre principal preference, Par exemple quand two globally-recognized sites voudrait sinon collide on the même nom. Listing plus que un, in order of preference, donne the automated system options — it doesn’t hand vous contrôler over qui un obtient utilisé.

Placement: homepage / domain root seulement

Site Noms markup goes on the home page seulement, at the domain or subdomain root — e.g. https://example.com/ or https://news.example.com/. A subdirectory-level “homepage” comme https://example.com/news is pas pris en charge. Ce mirrors the même homepage-only placement rule the old SearchAction markup followed, so it’s a consistent pattern à travers WebSite markup généralement: it lives at the root, une fois.

Google’s technical guidelines ajouter a few scope details worth knowing avant vous implement:

  • Un nom per site, où “site” signifie domain or subdomain. https://example.com, https://www.example.com, and https://m.example.com are tout treated as the même domain-level site (Google généralement considers www/m subdomains equivalent to the bare domain); https://news.example.com is its propre, separate subdomain-level site. https://example.com/news — a subdirectory — isn’t a pris en charge “site” pour ce fonctionnalité at tout.
  • Duplicate homepages besoin consistent markup. Si votre homepage exists at plus que un URL pour the même content (HTTP vs. HTTPS, www vs. non-www), put the même WebSite données structurées on every duplicate — pas simplement the canonical un.
  • Subdomains sans leur propre markup peut fall back to the domain-level nom. Si a subdomain’s home page has aucun WebSite données structurées of its propre, Google may utiliser the domain-level site nom pour it à la place.

How Google picks a site nom sans markup

Même with aucun markup, Google va pick a site nom automatically, drawing on homepage signals — og:site_name, the <title>, heading elements, and how autre sites référence vous. So WebSite markup ici is a preference signal, pas a directive — exactly the “signal not guarantee” pattern vous voir with Organization schema and Knowledge Panels. Autre documented limites: un site nom per domain, indisponible pour subdirectory-level sites, and it isn’t affiché or testé in the Résultats enrichis Tester.

Fonctionnalité boundaries: what’s connected to ce que

Entre the retired search box and the live Site Noms fonctionnalité, it’s facile to blur several separate SERP elements ensemble. Ils aren’t causally lié — supporting or removing un doesn’t affecter the others:

FonctionnalitéCe que c’estStatusTied to WebSite schema?
Sitelinks Search BoxAn in-SERP search input field sous a resultRetired Nov 21, 2024Was — via potentialAction/SearchAction, now inert
Site NomsThe bolded site étiquette affiché au lieu de une URL pour homepage-level results, mostly on mobileLiveYes — name/url/alternateName
Ordinary sitelinksThe clickable subpage liens sous a resultLive, unaffected by the Nov 2024 modifierAucun
Title liensThe per-page clickable headline pour an individual resultLive, distinct from le site nom (Google’s propre Site Noms documentation draws ce line explicitly)Aucun
Knowledge PanelThe info box que peut apparaître alongside résultats de recherche pour a recognized entityLiveAucun — ce is driven by broader entity signals (Organization schema, third-party corroboration), pas WebSite markup, and isn’t guaranteed by quelconque données structurées

Don’t lire a relationship into ce table que isn’t là: WebSite schema doesn’t feed title liens or Knowledge Panels, and none of ces fonctionnalités guarantee afficher simplement parce que markup is présent and valid.

WebSite vs. Organization schema

Ces two obtenir co-deployed on homepages tout the temps, and it’s worth being precise à propos de the division of labor:

  • WebSite describes the site-as-entity — the domain, its nom, its URL. It feeds Site Noms.
  • Organization describes the business/publisher-as-entity — the company behind le site, its logo, social profiles, contact info. It feeds brand/Knowledge-Graph understanding.

The natural bridge entre les is WebSite’s inherited publisher property, qui peut point at the Organization. Si you’re implementing homepage schema, “add both” is the usual correct réponse — they’re complementary, pas competing. (The Organization schema article on ce site is the companion piece.)

Autre WebSite / CreativeWork properties

Au-delà name/url/alternateName (Site Noms) and the now-inert potentialAction (Sitelinks Search Box), the rest of the WebSite/CreativeWork property surface — publisher, copyrightHolder, copyrightYear, copyrightNotice, isPartOf, mainEntityOfPage, inLanguage — is valid schema.org vocabulary but isn’t tied to a specifically documented Recherche Google fonctionnalité the façon name/url are. Inclure les si ils aider general entity understanding or votre propre tooling; don’t ajouter les expecting a rich result. Aucun dedicated Recherche Google Central page ties WebSite’s copyright/publisher fields to a named fonctionnalité, so I won’t overstate leur search valeur.

Bing and autre engines

Bing supports the schema.org vocabulary broadly (JSON-LD, Microdata, RDFa, Microformats) and validates typed données, but I trouvé aucun dedicated Bing documentation describing a Bing-specific Sitelinks-Search-Box equivalent or a Bing “Site Names” analog tied to WebSite markup. So schema.org/WebSite is valid, generically-supported markup on Bing — there’s simplement aucun bespoke Bing fonctionnalité to target with it. I’d appel que a genuine documentation gap plutôt que implying Bing quietly matched Google.

Où ce sits in the bigger picture

WebSite is un type in the wider données structurées / balisage de données structurées world, and on a homepage it’s a natural pair with Organization schema. Si you’re auditing legacy schema, the practical takeaway is simple: garder the WebSite object pour Site Noms, arrêter worrying à propos de the dead SearchAction, and don’t confuse “the search box is gone” with “the schema is gone.”

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.