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: "Kindred Cville",
description: "Kindred Cville is a yoga studio and fitness center in Charlottesville offering group yoga classes, personal training, and fitness programming for all levels. Located on Faulconer Drive, they create a welcoming community space focused on movement, wellness, and personal growth. Their experienced instructors guide students from beginners to advanced practitioners in a supportive environment.",
url: "https://www.kindredcville.com/",
telephone: "+1-434-207-2719",
address: {
@type: "PostalAddress",
streetAddress: "501 Faulconer Dr STE 1A",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.049856399999996,
longitude: -78.5245922
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Yoga Studios, Yoga practitioners seeking community, Fitness enthusiasts of all levels, People new to yoga or exercise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Programming"
}
],
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.