SEO for Solos
schema.org/ServiceNo rich result

Service schema

A service being offered, as distinct from a product.

Where to use it

Consulting, audits, done-for-you offerings.

A complete example

Valid as written, with every required property and the recommended ones that carry real information.

service.json
{
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "Acme Reference",
  "description": "A one sentence description that restates its own subject.",
  "provider": {
    "@id": "https://www.seoforsolos.com/#organization"
  },
  "areaServed": "Worldwide",
  "offers": {
    "@type": "Offer",
    "price": "249.00",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock",
    "url": "https://www.seoforsolos.com/pricing"
  },
  "serviceType": "Technical audit"
}

Properties

Service properties
PropertyStatus
nameRequired
descriptionRecommended
providerRecommended
areaServedRecommended
offersRecommended
serviceTypeRecommended

The three mistakes this type attracts

  1. 01Using Product for a service, which produces a shopping entity claim you cannot satisfy.
  2. 02Omitting provider, leaving the service unattached.
  3. 03areaServed omitted on a service that is geographically limited.

Related types

Where this appears in the playbook

Questions

What is the Service schema type for?

A service being offered, as distinct from a product. Use it on: consulting, audits, done-for-you offerings.

Which Service properties are required?

Service requires one property: name. It also recommends 5: description, provider, areaServed, offers, serviceType.

Does Service produce a rich result?

Service does not produce a Google rich result. It is still worth shipping, because its value is entity resolution and answer extraction rather than search result presentation.

What is the most common Service mistake?

The most common Service mistake is: Using Product for a service, which produces a shopping entity claim you cannot satisfy.