Reference guide · search-console · Published 2026-08-16 · 4 min read
Search Console URL-prefix vs domain property
Search Console domain vs URL-prefix property scope, verification methods, data differences and the accuracy note about multiple properties.
- ·The two scopes
- ·Data differences
- ·Which to pick
The two scopes
Google Search Console offers two property types that collect different URLs into one report:
- Domain property: you add
example.com(nowww, no scheme). It covers every host, subdomain and protocol under that domain, includinghttp,https,www,m., and any other subdomain. It is verified with a DNS record. - URL-prefix property: you add a complete URL prefix, for example
https://www.example.com/. It includes exactly the URLs that start with that prefix, so it followshttps://www.example.com/and its subpaths, but nothing onhttp://, nothing bare, and nothing onm.example.com.
As of August 2026 both types remain fully supported and both are common. Neither is retired or on a public deprecation list. The nuance below is about coverage, not about which is "better" today.
The data differences that matter
| Domain property | URL-prefix property | |
|---|---|---|
| Hosts and protocols | All under the domain | Only the exact prefix |
| Subdomains | All | None unless added separately |
| Verification | DNS TXT record only | HTML file, meta tag, DNS, or GA/GTM |
| Typical fit | One combined view of the domain | A specific host, protocol, subfolder, or campaign |
| Multi-property | Rarely needed | Needed per host/protocol you want covered |
Two practical consequences:
- A domain property silently merges
wwwand non-www,httpandhttpsinto one set of numbers. If you actually want to separatehttps://example.comfromhttps://www.example.com, a URL-prefix property cannot do it in one; conversely a URL-prefix property onhttps://example.comdoes not show any of thehttps://wwwtraffic. - Verification friction flips the other way. A domain property needs DNS access (one TXT record at the registrar). A URL-prefix property verifies through an HTML file or meta tag, so it works without touching DNS, which matters when a client controls the registrar.
When each one is right
- Domain property is the default for most commercial sites wanting one authoritative number. It holds up across host moves and
www/httpsmigrations without re-verification, and it avoids the "why does my prefix show zero data" trap. - URL-prefix property is right when you report on a single subfolder (
example.com/es/), trackhttpandhttpsseparately for a migration study, or manage a portfolio where each client registers only a prefix. If you need multiple hosts and protocols, create a separate URL-prefix property for each one, so you can both compare them and merge the sums. - If you already set up a domain property and now see nothing, it is almost always a verification or a scope mismatch, not a data bug. Re-check that the property you added is actually
example.comand that the DNS TXT record is live at the right name. A domain property includeswwwand apex traffic together, so do not expect (or add) a secondwwwdifference to appear: the numbers are one set by design, and splitting them requires URL-prefix properties.
The operational accuracy note
- Never import a sitemap made for the domain into a URL-prefix property that excludes its longest prefix. The Sitemaps report applies within the property's scope; a URL-prefix property on
https://wwwwill not listhttps://example.com/...sitemap URLs. - URL Inspection and Performance disagrees across properties. The same URL inspected in the
wwwproperty and the bare property can show different coverage if the site splitswww/non-www. That is scope, not a data bug. - Migrating properties: the current way to change the type is to create the new property, keep the old for history, and use the "Change of address" flow. The change of address article covers the domain move; this article only covers the property choice.
A short decision flow
- Does the site use only one host/protocol publicly? Domain property.
- Do you need to isolate a subfolder, one protocol, or a hosted subdomain in its own report? URL-prefix per that scope.
- Do you want a combined picture today and per-host granularity tomorrow? Start domain-first, then add URL-prefixes for the segments you care about.
The other reports (index coverage, performance, enhancements) are the same whatever property type you chose; the difference is which URLs the property includes first.