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: "Posh Fit",
description: "Posh Fit is a fitness center in Boca Raton specializing in personalized training and group fitness classes. The studio offers one-on-one coaching, small group sessions, and specialized programming designed to help clients achieve their fitness goals through expert guidance and a supportive community atmosphere.",
url: "http://www.poshfitboca.com/",
telephone: "+1-561-328-0020",
address: {
@type: "PostalAddress",
streetAddress: "5030 Champion Blvd F3",
addressLocality: "Boca Raton",
addressRegion: "FL",
postalCode: "33496",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.4100958,
longitude: -80.1232162
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Boca Raton and surrounding South Florida communities",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized coaching, individuals new to structured fitness, those wanting both group and one-on-one training options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Approach"
}
],
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.