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: "Training Loft Melrose",
description: "Training Loft Melrose is a boutique fitness studio in Los Angeles offering personalized training and group fitness classes led by experienced coaches. They specialize in strength training, conditioning, and functional fitness in a supportive community environment. Whether you're looking for one-on-one coaching or group workouts, Training Loft combines expert instruction with an inclusive atmosphere to help clients achieve their fitness goals.",
url: "https://traininglofts.com/",
telephone: "+1-310-755-5098",
address: {
@type: "PostalAddress",
streetAddress: "7312 Melrose Ave",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90046",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.083318399999996,
longitude: -118.3491625
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Los Angeles, CA and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness-focused individuals seeking personalized attention, Small group workout enthusiasts, People new to strength training",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Boutique Community Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Expert Coaching Staff"
}
],
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.