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: "Deep Tissue and Sports Massage by Alice",
description: "Deep Tissue and Sports Massage by Alice offers specialized therapeutic massage services in Houston, focusing on deep tissue and sports injury recovery. Alice provides personalized treatment for athletes, individuals with chronic pain, and those seeking muscle tension relief. With expertise in targeted massage techniques, this independent practice helps clients recover from injuries and improve overall muscular health.",
url: "https://deeptissuemassage.wixsite.com/mysite",
telephone: "+1-832-276-1916",
address: {
@type: "PostalAddress",
streetAddress: "12819 Memorial Dr",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77024",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.7720897,
longitude: -95.5599484
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "184",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Massage Therapy, Athletes, individuals with chronic pain, sports injury recovery, muscle tension relief",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Sports Injury Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Deep Tissue Expertise"
}
],
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.