Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pure Barre",
description: "Pure Barre in Brentwood offers ballet-inspired fitness classes that use small, isometric movements to tone and lengthen muscles. The studio provides a low-impact workout combining cardio, strength training, and flexibility work in a supportive community environment. Classes are designed for all fitness levels, from beginners to advanced practitioners.",
url: "https://www.purebarre.com/location/brentwood-tn",
telephone: "+1-615-278-8991",
address: {
@type: "PostalAddress",
streetAddress: "330 Franklin Rd Suite 137a",
addressLocality: "Brentwood",
addressRegion: "TN",
postalCode: "37027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0256148,
longitude: -86.79193649999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "51",
bestRating: "5"
},
areaServed: "Brentwood, TN and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact workouts, ballet and dance lovers, women looking for toning and flexibility training, all fitness levels",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Ballet-Inspired Technique"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Fitness Levels Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Low-Impact Workout"
}
],
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.