Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Laurelhurst Chiropractic",
description: "Laurelhurst Chiropractic is a full-service chiropractic and massage clinic in Portland offering spinal adjustments, corrective care plans, and therapeutic massage. The practice combines traditional chiropractic treatment with massage therapy to address pain, improve mobility, and support overall wellness for patients of all ages.",
url: "https://www.laurelhurstchiropractic.com/",
telephone: "+1-971-333-2656",
address: {
@type: "PostalAddress",
streetAddress: "2705 E Burnside St # 213",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5231889,
longitude: -122.63792540000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "315",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Chiropractic, Chronic pain sufferers, athletes seeking sports recovery, individuals with postural issues, anyone seeking integrated manual therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Chiropractic & Massage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Corrective Care 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.