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: "B3 Fitness",
description: "B3 Fitness is a boutique fitness center located in Boston's South End offering personalized training, group fitness classes, and nutrition coaching. Founded by Braley, the gym specializes in strength training and conditioning with a focus on individualized programming for all fitness levels. They combine expert coaching with a supportive community environment to help members achieve lasting results.",
url: "https://bodybybraley.com/",
telephone: "+1-207-341-2857",
address: {
@type: "PostalAddress",
streetAddress: "778 Tremont St",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02118",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3393352,
longitude: -71.0798886
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Boston and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized coaching, individuals focused on strength training and conditioning, those wanting integrated nutrition support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Programming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Nutrition Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Environment"
}
],
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.