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: "GLOW Fitness, LLC",
description: "GLOW Fitness is a full-service gym and fitness center in Raleigh offering group fitness classes, personal training, and state-of-the-art equipment. The facility provides a welcoming community-focused environment for members of all fitness levels, combining cardio and strength training capabilities with specialized group classes to support diverse fitness goals.",
url: "https://glowraleigh.com/",
telephone: "+1-919-803-0090",
address: {
@type: "PostalAddress",
streetAddress: "1924 Wake Forest Rd",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27608",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8060884,
longitude: -78.6240475
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "144",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Fitness & Personal Training, Gym members seeking group fitness classes, individuals pursuing one-on-one personal training, fitness newcomers, health-conscious professionals in Raleigh",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Group Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personal Training Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Equipment & Facility"
}
],
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.