Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Locale",
description: "The Locale is a yoga studio located on Main Avenue in Twin Falls offering classes to the local community. With a convenient downtown location, they provide accessible yoga instruction for practitioners of all levels.",
telephone: "+1-208-933-2620",
address: {
@type: "PostalAddress",
streetAddress: "162 Main Ave W",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5568564,
longitude: -114.47095829999999
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Yoga Studios, Local yoga practitioners, Beginners seeking instruction, Community fitness seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.