Structured Data

    Mountain View Spa Massage

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Mountain View Spa Massage",
      description: "Mountain View Spa Massage in Harrisonburg offers therapeutic massage services designed to relieve tension, reduce stress, and promote overall wellness. The spa provides a range of massage techniques tailored to individual needs, creating a relaxing sanctuary for clients seeking pain relief and rejuvenation.",
      url: "https://mountainviewmassagespa.com/",
      telephone: "+1-540-568-9895",
      address: {
        @type: "PostalAddress",
        streetAddress: "3568 N Valley Pike",
        addressLocality: "Harrisonburg",
        addressRegion: "VA",
        postalCode: "22802",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.4795215,
        longitude: -78.8191844
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.3",
        reviewCount: "65",
        bestRating: "5"
      },
      areaServed: "Harrisonburg, VA and surrounding areas",
      knowsAbout: "Massage Therapy, Individuals seeking pain relief, busy professionals needing stress relief, those recovering from injuries",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Treatment Plans"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Tranquil Spa Environment"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          contactType: "AI inquiries"
        }
      }
    }

    This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.