Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bluebonnet Massage Spa Dallas",
description: "Bluebonnet Massage Spa Dallas offers professional massage therapy services in a relaxing spa environment on Greenville Avenue. Their licensed therapists provide various massage techniques to help clients relieve tension, reduce stress, and promote overall wellness. The spa focuses on creating a calming atmosphere for a rejuvenating experience.",
url: "https://bluebonnetmassagetherapy.com/locations/dallas/",
telephone: "+1-945-278-1256",
address: {
@type: "PostalAddress",
streetAddress: "3615 Greenville Ave",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8314707,
longitude: -96.7703978
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "272",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals seeking stress relief, individuals with muscle tension, anyone looking for therapeutic wellness services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Bluebonnet Spa Network"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Greenville Location"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
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.