Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Suzanna Garrett Massage Therapy",
description: "Suzanna Garrett Massage Therapy is an independent massage practice located in downtown Lexington, offering personalized therapeutic massage services. With a focus on individualized care, Suzanna works with clients to address their specific wellness needs and concerns.",
telephone: "+1-540-462-7726",
address: {
@type: "PostalAddress",
streetAddress: "205 S Main St",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7828862,
longitude: -79.4445671
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Lexington, Virginia and surrounding Rockbridge County area",
knowsAbout: "Massage Therapy, Individuals seeking personalized massage therapy, locals in Lexington and Rockbridge County, wellness-focused clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practitioner"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown 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.