Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Ace Chiropractic",
description: "Ace Chiropractic in Scottsdale offers comprehensive chiropractic care focused on spinal adjustments, corrective care plans, and sports injury treatment. Led by experienced chiropractors, the practice combines traditional chiropractic techniques with modern diagnostic tools to address back pain, neck pain, sports injuries, and overall wellness. They welcome walk-in patients and work with most insurance plans to make care accessible.",
url: "https://www.scottsdaleazchiro.com/",
telephone: "+1-480-660-9510",
address: {
@type: "PostalAddress",
streetAddress: "23200 N Pima Rd suite 101",
addressLocality: "Scottsdale",
addressRegion: "AZ",
postalCode: "85255",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.696858899999995,
longitude: -111.8910932
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "96",
bestRating: "5"
},
areaServed: "Scottsdale and surrounding Phoenix metro areas",
knowsAbout: "Chiropractic, Athletes and active individuals, people with chronic back or neck pain, workers seeking injury prevention, insurance-covered patients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-In Friendly"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Sports Injury Specialist"
}
],
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.