M
Spa Pure Vibe

Schema Generator & Validator

Generate Schema.org structured data (JSON-LD) and validate with Google Rich Results criteria for maximum SERP prominence.

Google Rich Results Test
Schema ConfigurationSchema.org v26 Compliant
100
Google Rich Results EligibilityELIGIBLE

Excellent! Schema is fully compliant with Google Rich Results and Schema.org standards.

<script type="application/ld+json">Paste in website <head>
{
  "@context": "https://schema.org",
  "@type": [
    "LocalBusiness",
    "HealthAndBeautyBusiness",
    "DaySpa"
  ],
  "@id": "https://spapurevibe.online/#localbusiness",
  "name": "Spa Pure Vibe",
  "description": "Spa Pure Vibe is a premier luxury wellness center located on Tonk Road, Lal Kothi, Jaipur.",
  "url": "https://spapurevibe.online",
  "telephone": "+91 95214 13060",
  "priceRange": "₹₹",
  "currenciesAccepted": "INR",
  "image": "https://spapurevibe.online/assets/storefront.jpg",
  "logo": "https://spapurevibe.online/logo.png",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Plot 14, Sahakar Marg, Lal Kothi Scheme",
    "addressLocality": "Jaipur",
    "addressRegion": "Rajasthan",
    "postalCode": "302015",
    "addressCountry": "IN"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 26.8928,
    "longitude": 75.8016
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday",
        "Saturday",
        "Sunday"
      ],
      "opens": "09:00",
      "closes": "21:30"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.8,
    "reviewCount": 48,
    "bestRating": 5,
    "worstRating": 1
  },
  "areaServed": [
    {
      "@type": "City",
      "name": "Jaipur"
    },
    {
      "@type": "City",
      "name": "Lal Kothi"
    },
    {
      "@type": "City",
      "name": "Tonk Road"
    }
  ],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Spa Pure Vibe Services Catalog",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Swedish Massage",
          "description": "Signature Swedish Massage at Spa Pure Vibe"
        },
        "price": "2500",
        "priceCurrency": "INR"
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Deep Tissue Massage",
          "description": "Signature Deep Tissue Massage at Spa Pure Vibe"
        },
        "price": "2500",
        "priceCurrency": "INR"
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Aromatherapy Therapy",
          "description": "Signature Aromatherapy Therapy at Spa Pure Vibe"
        },
        "price": "2500",
        "priceCurrency": "INR"
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Couple Rejuvenation Massage",
          "description": "Signature Couple Rejuvenation Massage at Spa Pure Vibe"
        },
        "price": "2500",
        "priceCurrency": "INR"
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Ayurvedic Potli Therapy",
          "description": "Signature Ayurvedic Potli Therapy at Spa Pure Vibe"
        },
        "price": "2500",
        "priceCurrency": "INR"
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Body Scrub & Polish",
          "description": "Signature Body Scrub & Polish at Spa Pure Vibe"
        },
        "price": "2500",
        "priceCurrency": "INR"
      }
    ]
  }
}