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: "Austin Fitness and Coaching",
description: "Austin Fitness and Coaching offers personalized fitness training and coaching services designed to help clients achieve their health and wellness goals. Located in central Austin, they provide expert guidance in strength training, nutrition, and overall fitness programming tailored to individual needs and fitness levels.",
url: "http://www.austinfitcoach.com/",
address: {
@type: "PostalAddress",
streetAddress: "5501 N Lamar Blvd #A112",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78751",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.322981799999997,
longitude: -97.7275322
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Fitness & Personal Training, Individuals seeking personalized fitness guidance, people new to structured training, busy professionals wanting efficient coaching",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Coaching"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Central 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.