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: "AJ Chiropractic Clinic",
description: "AJ Chiropractic Clinic is an independent chiropractic practice located on Wilshire Boulevard in Los Angeles, serving patients seeking spinal adjustment and chiropractic care. With a focus on personalized treatment, the clinic helps patients manage pain, improve mobility, and support overall wellness through evidence-based chiropractic techniques.",
url: "http://www.chiroyang.com/",
telephone: "+1-213-471-9128",
address: {
@type: "PostalAddress",
streetAddress: "3130 Wilshire Blvd suite 211",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90010",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0614391,
longitude: -118.2899132
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "49",
bestRating: "5"
},
areaServed: "Los Angeles and surrounding areas",
knowsAbout: "Chiropractic, Individuals with back or neck pain, athletes seeking injury prevention, office workers with postural issues, patients preferring non-invasive pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Wilshire Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized 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.