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: "Fremont Spine + Wellness",
description: "Fremont Spine + Wellness is a chiropractic clinic in Seattle offering spinal adjustments, corrective care plans, and wellness services. Located in the Fremont neighborhood, the practice focuses on treating spine and musculoskeletal issues using evidence-based chiropractic techniques. They welcome both new and existing patients seeking pain relief and improved mobility.",
url: "http://www.fremontchiropractic.com//",
telephone: "+1-206-739-0490",
address: {
@type: "PostalAddress",
streetAddress: "3514 Fremont Ave N",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98103",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6509881,
longitude: -122.34957289999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "193",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Chiropractic, Individuals with back pain, neck pain, or musculoskeletal issues, patients seeking non-invasive pain management, people interested in corrective wellness care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Fremont Neighborhood Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Chiropractic"
}
],
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.