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: "Planet Fitness - Stony Point Rd",
description: "Planet Fitness is a nationwide gym chain offering affordable memberships with access to cardio equipment, strength training machines, free weights, and group fitness classes. The Stony Point Rd location in Richmond features a full range of workout equipment, locker rooms, and a welcoming environment designed for all fitness levels. With low monthly membership rates and a judgment-free atmosphere, Planet Fitness makes fitness accessible to beginners and experienced exercisers alike.",
url: "https://www.planetfitness.com/gyms/richmond-stony-point-va",
telephone: "+1-804-715-5558",
address: {
@type: "PostalAddress",
streetAddress: "3000 Stony Point Rd",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23235",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.538847499999996,
longitude: -77.5642191
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "249",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Fitness & Personal Training, Budget-conscious fitness enthusiasts, Beginners to fitness, All fitness levels and body types",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Budget-Friendly Memberships"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Judgment-Free Zone"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Equipment"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.