Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Beyond Your Nutrition",
description: "Beyond Your Nutrition is a nutrition consulting practice in Oklahoma City dedicated to personalized dietary guidance and wellness support. They work with clients to develop customized nutrition plans tailored to individual health goals and needs. Their consultant-driven approach focuses on evidence-based nutritional strategies to help clients achieve sustainable health improvements.",
telephone: "+1-405-736-0152",
address: {
@type: "PostalAddress",
streetAddress: "1906 S Air Depot Blvd",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73110",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4454448,
longitude: -97.4056083
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Individuals seeking personalized nutrition guidance, People with specific health goals, Those wanting sustainable dietary changes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Nutrition Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Consultant-Led 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.