Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Nutrition Counseling",
description: "Nutrition Counseling offers personalized nutrition guidance and dietary planning services in Tempe. The practice focuses on helping clients achieve their health goals through evidence-based nutritional strategies tailored to individual needs and lifestyle.",
telephone: "+1-480-247-6921",
address: {
@type: "PostalAddress",
streetAddress: "8727 S Priest Dr",
addressLocality: "Tempe",
addressRegion: "AZ",
postalCode: "85284",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.3350936,
longitude: -111.96295509999999
},
areaServed: "Tempe and surrounding Phoenix metro area",
knowsAbout: "Nutrition & Dietitians, Individuals seeking dietary improvements, chronic disease management, weight management, athletic performance optimization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Practice"
}
],
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.