Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Action Academy",
description: "Action Academy is a Colorado Springs gym and fitness facility offering group fitness classes, personal training, and sports activity programming. Located on N Wahsatch Ave, they provide a welcoming environment for members of all fitness levels looking to build strength, improve cardiovascular health, and achieve their wellness goals through structured classes and one-on-one coaching.",
url: "http://www.actionacademy.info/",
telephone: "+1-719-645-8471",
address: {
@type: "PostalAddress",
streetAddress: "2228 N Wahsatch Ave",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80907",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8650598,
longitude: -104.81732710000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "76",
bestRating: "5"
},
areaServed: "Colorado Springs and nearby areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts, group class participants, individuals seeking personal training, sports-minded members",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Group Fitness Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "One-on-One Personal Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports Activity Programs"
}
],
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.