XooCode(){

DaySpa

DaySpa is a direct HealthAndBeautyBusiness subtype for day spas offering massage, facials, body treatments, and wellness services.

Full example of schema.org/DaySpa json-ld markup

The markup is verified as valid with Rich Results Test from Google.

schema.org/DaySpa
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "DaySpa",
  "name": "Riverfront Day Spa",
  "address": { "@type": "PostalAddress", "streetAddress": "14 Riverfront Pl, Suite 3A", "addressLocality": "Dunmore", "addressRegion": "PA", "postalCode": "18512", "addressCountry": "US" },
  "telephone": "+1-570-555-0931",
  "openingHours": "Tu-Su 10:00-20:00",
  "priceRange": "$$$$",
  "url": "https://xoocode.com/shops/riverfront-day-spa"
}
</script>

Minimal valid version

The smallest markup that still produces a valid DaySpa entity. Use it as the floor. Reach for the advanced example above when you want search engines and AI agents to understand more about your content.

schema.org/DaySpa (minimal)
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "DaySpa",
  "name": "Riverfront Day Spa",
  "address": { "@type": "PostalAddress", "streetAddress": "14 Riverfront Pl", "addressLocality": "Dunmore", "addressRegion": "PA", "postalCode": "18512", "addressCountry": "US" }
}
</script>

Google rich results this unlocks

DaySpa is a structural type. It does not produce a rich result on its own.

Its value comes from combining it with a primary type whose markup earns a rich result (Article, Product, Event, and so on). DaySpa becomes the trunk that the primary type branches off viamainEntityorbreadcrumb. Include it on every page as the backbone of your markup.

Common DaySpa mistakes

Mistakes that pass validation but silently fail to earn rich results or mislead consumers walking the graph. Avoid these and your markup will be ahead of most sites in the wild.

  1. 01

    DaySpa for a hotel spa

    Wrong
    DaySpa for a spa inside a resort hotel
    Right
    Attach the spa as containsPlace on the Hotel, or use DaySpa dual-typed with a containing LodgingBusiness relationship

    DaySpa implies stand-alone day visits. Resort spas embedded in lodging should reference the lodging relationship.

About the example data

"Riverfront Day Spa", a fictional day spa.

Comments

Loading comments...

Leave a comment