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: "Castle Hill Fitness",
description: "Castle Hill Fitness is an independent fitness facility located on North Lamar Boulevard in Austin offering comprehensive personal training services and gym access. With certified trainers and a commitment to individualized fitness programs, they help clients achieve their health and strength goals through customized workout plans and one-on-one coaching.",
url: "https://www.castlehillfitness.com/",
telephone: "+1-512-478-4567",
address: {
@type: "PostalAddress",
streetAddress: "1112 N Lamar Blvd",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.276607,
longitude: -97.75193
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "102",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personal training, individuals new to gym workouts, people wanting customized strength training programs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Personal Trainers"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "North Lamar Location"
}
],
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.