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: "Space Massage Studio - Midtown",
description: "Space Massage Studio in Midtown Phoenix offers therapeutic and relaxation massage services designed to relieve tension and promote wellness. Located in the heart of Phoenix, they provide professional massage therapy in a welcoming spa environment, with options for various massage techniques tailored to individual needs.",
url: "https://www.spacephx.com/",
telephone: "+1-602-228-3559",
address: {
@type: "PostalAddress",
streetAddress: "2025 N 3rd St #260",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85004",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4708683,
longitude: -112.0687315
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "31",
bestRating: "5"
},
areaServed: "Phoenix, Arizona",
knowsAbout: "Massage Therapy, Busy professionals, stress relief seekers, wellness enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Midtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Therapeutic Focus"
}
],
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.