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: "Kathy Klein Core Fitness",
description: "Kathy Klein Core Fitness is a fitness studio in Sunnyvale offering yoga classes, core training, and personalized fitness instruction. Founded and led by Kathy Klein, the studio specializes in helping clients build strength and improve flexibility through a combination of yoga and core-focused fitness programs.",
url: "http://www.katklein.net/",
telephone: "+1-650-269-1111",
address: {
@type: "PostalAddress",
streetAddress: "1090 Valley Forge Dr",
addressLocality: "Sunnyvale",
addressRegion: "CA",
postalCode: "94087",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3533007,
longitude: -122.05815779999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Sunnyvale and surrounding Silicon Valley communities",
knowsAbout: "Yoga Studios, Fitness enthusiasts seeking yoga and core training, people wanting personalized instruction, those building functional strength",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Led Instruction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Core-Focused Programming"
}
],
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.