Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "HigherGround Strength & Training",
description: "HigherGround Strength & Training is a fitness facility in Bakersfield specializing in strength training and personalized fitness coaching. They offer tailored workout programs designed to help clients build strength, improve fitness, and achieve their health goals through expert guidance and a supportive training environment.",
telephone: "+1-661-431-2586",
address: {
@type: "PostalAddress",
streetAddress: "4425 Ming Ave",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93309",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3387536,
longitude: -119.0514832
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Bakersfield, CA",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking strength training, Athletes looking to improve performance, Individuals new to weight training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Strength 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.