Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Fairlington Fitness Center",
description: "Fairlington Fitness Center is a community fitness facility operated by Arlington Parks and Recreation, offering gym equipment, fitness classes, and wellness programs for Arlington residents. Located in the Fairlington neighborhood, it provides an accessible, affordable option for strength training, cardio workouts, and group exercise classes. The facility serves as a hub for fitness-minded community members of all ages and fitness levels.",
url: "https://www.arlingtonva.us/Government/Departments/Parks-Recreation/Locations/Fitness/Fairlington-Fitness-Center",
telephone: "+1-703-228-6588",
address: {
@type: "PostalAddress",
streetAddress: "3308 S Stafford St",
addressLocality: "Arlington",
addressRegion: "VA",
postalCode: "22206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8341275,
longitude: -77.0875276
},
areaServed: "Arlington, VA and surrounding areas",
knowsAbout: "Fitness & Personal Training, Arlington residents, budget-conscious fitness seekers, community members looking for group fitness classes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Run Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Programming"
}
],
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.