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: "The Fit Clinic [FWM]",
description: "The Fit Clinic is a personal training and fitness facility in San Jose run by Mike, offering one-on-one personal training, group fitness classes, and nutrition coaching. They specialize in customized fitness programs designed to help clients achieve their health and wellness goals through expert guidance and accountability.",
url: "http://www.fitnesswithmike.com/",
telephone: "+1-650-272-4240",
address: {
@type: "PostalAddress",
streetAddress: "2980 Union Ave",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95124",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.26782,
longitude: -121.93093379999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "37",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness beginners seeking guidance, busy professionals wanting personalized training, individuals focused on weight loss and strength building, health-conscious clients interested in nutrition coaching",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Nutrition Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Local Facility"
}
],
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.