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: "Elizabeth D. Payne, RD",
description: "Elizabeth D. Payne is a registered dietitian offering personalized nutrition counseling in Lynchburg. She provides evidence-based dietary guidance to help clients achieve their health and wellness goals through individualized meal planning and nutrition education.",
telephone: "+1-434-238-0900",
address: {
@type: "PostalAddress",
streetAddress: "2225 Lakeside Dr",
addressLocality: "Lynchburg",
addressRegion: "VA",
postalCode: "24501",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.398795799999995,
longitude: -79.20938199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Lynchburg, Virginia",
knowsAbout: "Nutrition & Dietitians, Individuals seeking professional nutrition guidance, people managing chronic health conditions through diet",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Registered Dietitian"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individualized 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.