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: "Get Bent Training",
description: "Get Bent Training is a specialized fitness studio in Oakland offering dynamic group fitness classes focused on functional movement and strength training. Located on San Pablo Avenue, they provide a community-driven approach to fitness with experienced instructors leading small group sessions designed to build practical strength and improve overall athletic performance.",
url: "http://www.getbentoakland.com/",
telephone: "+1-510-468-9143",
address: {
@type: "PostalAddress",
streetAddress: "2341 San Pablo Ave",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94612",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.814183199999995,
longitude: -122.27483939999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "35",
bestRating: "5"
},
areaServed: "Oakland, CA and surrounding East Bay areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking community-based training, athletes looking to improve functional strength, people preferring small group instruction over large gym environments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Group Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Functional Fitness Focus"
}
],
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.