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: "Peterson Naturopathic Center",
description: "Peterson Naturopathic Center in Austin offers comprehensive naturopathic medicine and wellness services focused on natural healing and preventive care. The center provides consultations and treatments rooted in naturopathic principles, helping patients address health concerns through evidence-based natural approaches. They serve clients seeking alternatives to conventional medicine or complementary care alongside traditional medical treatment.",
telephone: "+1-512-338-4777",
address: {
@type: "PostalAddress",
streetAddress: "3933 Spicewood Springs Rd Suite E-100",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78759",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.367176599999997,
longitude: -97.75266069999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "30",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Holistic Wellness, Patients seeking natural health solutions, individuals interested in preventive wellness care, those looking to complement conventional medical treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Naturopathic Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Preventive Focus"
}
],
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.