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: "Thomas Nutrition & Dietetics",
description: "Thomas Nutrition & Dietetics is an Oklahoma City-based practice offering personalized nutrition counseling from a Registered Dietitian. Owner Thomas provides individual sessions tailored to health goals, lifestyle, and medical needs, with a relationship-based approach that emphasizes simplifying food choices and reducing stress around eating. The practice also delivers nutrition education for workplaces and community groups, accepts most major insurance plans, and offers both in-person and virtual appointments.",
url: "https://www.thomasnd.com/",
telephone: "+1-405-215-9514",
address: {
@type: "PostalAddress",
streetAddress: "924 NW 58th St Suite #102",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73118",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5316976,
longitude: -97.52610340000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Nutrition & Dietitians, People managing chronic health conditions, those seeking sustainable eating habit changes, workplace wellness programs, individuals overwhelmed by nutrition information",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Relationship-Based Counseling"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Appointment Options"
}
],
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.