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: "The Fit Clinic",
description: "The Fit Clinic is a fitness center in Campbell, CA offering personal training, group fitness classes, and nutrition coaching. They provide comprehensive fitness services designed to help clients achieve their health and wellness goals through expert guidance and community support.",
url: "http://www.thefitclinicsj.com/",
telephone: "+1-650-272-4240",
address: {
@type: "PostalAddress",
streetAddress: "30 Union Ave ste 111",
addressLocality: "Campbell",
addressRegion: "CA",
postalCode: "95008",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.286417799999995,
longitude: -121.93474820000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "59",
bestRating: "5"
},
areaServed: "Campbell, CA and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness beginners seeking guidance, individuals wanting personalized training plans, health-conscious clients combining fitness and nutrition",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Nutrition Coaching"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group Fitness Classes"
}
],
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.