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: "alexa garcia fitness",
description: "Alexa Garcia Fitness is a personal training studio in downtown Sacramento specializing in one-on-one coaching and customized fitness programs. Owner Alexa Garcia works directly with clients to design strength training, conditioning, and nutrition plans tailored to individual goals. The studio focuses on personalized attention and sustainable results rather than group classes.",
url: "http://alexagarciafitness.com/",
telephone: "+1-916-248-1943",
address: {
@type: "PostalAddress",
streetAddress: "2220 J St",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5754976,
longitude: -121.476481
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "23",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Fitness & Personal Training, Individuals seeking personalized fitness coaching, clients wanting nutrition guidance with training, busy professionals wanting efficient one-on-one sessions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "One-On-One Coaching"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Nutrition Integration"
},
{
@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.