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: "Fitness (X)change",
description: "Fitness (X)change is a functional fitness gym located in Sacramento that specializes in strength training, conditioning, and personalized fitness coaching. They offer both one-on-one personal training and group fitness classes designed around functional movement principles. Their approach focuses on helping clients build sustainable strength and conditioning through expert programming and hands-on coaching.",
url: "https://functionalfitx.com/",
telephone: "+1-415-640-4437",
address: {
@type: "PostalAddress",
streetAddress: "3200 Riverside Blvd suite a",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95818",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5502889,
longitude: -121.5061982
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized strength coaching, busy professionals wanting group fitness accountability, individuals focused on functional movement and conditioning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Functional Movement Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Coaching"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Based Approach"
}
],
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.