Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Scenic City Nutrition",
description: "Scenic City Nutrition is a nutrition consulting practice in Chattanooga offering personalized dietary guidance and wellness support. Their registered dietitian works with clients to develop sustainable nutrition plans tailored to individual health goals and lifestyle needs.",
url: "https://www.sceniccitynutrition.com/",
telephone: "+1-423-708-2322",
address: {
@type: "PostalAddress",
streetAddress: "110 Somerville Ave Suite 266",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.0640062,
longitude: -85.3132085
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Nutrition & Dietitians, Individuals seeking dietary improvements, people managing chronic health conditions through nutrition, health-conscious clients wanting professional guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Registered Dietitian"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Planning"
}
],
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.