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: "Glendale Sports Massage",
description: "Glendale Sports Massage specializes in therapeutic and sports massage to help athletes and active individuals recover from injuries, reduce muscle tension, and improve performance. Located in Glendale, they offer personalized massage treatments designed for those dealing with sports-related pain, chronic tension, or recovery needs. Their experienced therapists focus on targeted techniques to address specific muscle groups and movement patterns.",
url: "http://www.glendalesports.net/",
telephone: "+1-623-215-2525",
address: {
@type: "PostalAddress",
streetAddress: "6808 N Dysart Rd",
addressLocality: "Glendale",
addressRegion: "AZ",
postalCode: "85307",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5341148,
longitude: -112.3417892
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Glendale, AZ and surrounding Phoenix metropolitan area",
knowsAbout: "Massage Therapy, Athletes, active individuals, people recovering from sports injuries, those with chronic muscle tension from training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Targeted Treatment Plans"
}
],
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.