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: "ELIN Fitness Redefined",
description: "ELIN Fitness Redefined is a personal training and fitness studio in Washington, DC offering customized workout programs designed to meet individual fitness goals. Their team of certified trainers provides one-on-one personal training and group fitness classes in a supportive environment focused on sustainable results and proper technique.",
url: "https://elinfitnessredefined.com/washington-dc/",
telephone: "+1-240-869-6207",
address: {
@type: "PostalAddress",
streetAddress: "35 T St NW",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20001",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9157697,
longitude: -77.0103062
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Washington, DC",
knowsAbout: "Fitness & Personal Training, Fitness beginners seeking personalized guidance, individuals with specific fitness goals, busy professionals wanting efficient workouts, people preferring group accountability",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group & One-on-One Options"
}
],
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.