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: "ĒVO Training Collective",
description: "ĒVO Training Collective is a fitness studio in Sacramento specializing in personalized training and group fitness classes. They offer one-on-one personal training, small group workouts, and a community-focused approach to help clients achieve their fitness goals through customized programming and professional coaching.",
url: "https://evotrainingcollective.com/",
telephone: "+1-650-200-9615",
address: {
@type: "PostalAddress",
streetAddress: "317 33rd St",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.57906,
longitude: -121.45823440000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Sacramento, CA",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized coaching, individuals new to structured training, small group fitness participants, strength training clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
}
],
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.