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: "Meyer Fitness Personal Training Studio",
description: "Meyer Fitness Personal Training Studio in Norfolk offers one-on-one personal training, virtual training sessions, and specialized golf fitness coaching. Their certified trainers work with clients to achieve personalized fitness goals through customized programs delivered both in-studio and online. They welcome new clients with complimentary consultations to discuss fitness objectives and create tailored training plans.",
url: "http://meyer-fitness.com/",
telephone: "+1-757-222-0344",
address: {
@type: "PostalAddress",
streetAddress: "945 Woodrow Ave",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23517",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8717459,
longitude: -76.29986559999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Norfolk, Virginia and surrounding areas",
knowsAbout: "Fitness & Personal Training, Fitness enthusiasts seeking personalized coaching, golfers wanting sport-specific training, individuals preferring virtual training options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Golf Fitness Coaching"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Person & Virtual Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complimentary Consultations"
}
],
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.