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: "The Recovery Method LLC",
description: "The Recovery Method LLC is a massage therapy practice in Charlotte specializing in therapeutic and recovery-focused massage treatments. Located in the Brooklyn Village neighborhood, they offer personalized massage services designed to address muscle tension, aid recovery, and promote overall wellness. Their practitioners focus on helping clients achieve pain relief and improved mobility through targeted massage techniques.",
url: "https://therecoverymethodmassage.my.canva.site/",
telephone: "+1-602-767-0772",
address: {
@type: "PostalAddress",
streetAddress: "650 E Brooklyn Vlg Ave Loft 4",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28202",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2181992,
longitude: -80.8431848
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "49",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Massage Therapy, Athletes, Active individuals, People with muscle tension or pain, Those seeking therapeutic recovery",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Recovery-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Sessions"
}
],
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.