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: "Hive and Honey ATX",
description: "Hive and Honey ATX is an Austin-based fitness center and wellness studio offering group fitness classes, personal training, and athletic instruction across multiple disciplines. Located on Hancock Drive, they combine a full-service gym with specialized sports programming and a retail component to support their community's health and fitness goals.",
url: "http://www.hiveandhoneyatx.com/",
address: {
@type: "PostalAddress",
streetAddress: "3309 Hancock Dr",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78731",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3322816,
longitude: -97.75970620000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking group classes, individuals wanting personal training, athletes developing sports-specific skills, community-minded gym members",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Discipline Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused"
}
],
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.