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: "Family Healthcare Chiropractic Center",
description: "Family Healthcare Chiropractic Center in Stafford provides comprehensive chiropractic care for patients of all ages, including spinal adjustments, corrective care plans, and sports chiropractic services. Led by experienced chiropractors committed to family wellness, they offer personalized treatment plans designed to address the root cause of pain and dysfunction rather than just symptoms. The practice welcomes walk-ins and works with most insurance plans to make quality chiropractic care accessible.",
url: "https://www.thefhcc.com/",
telephone: "+1-540-288-8880",
address: {
@type: "PostalAddress",
streetAddress: "385 Garrisonville Rd Ste 112",
addressLocality: "Stafford",
addressRegion: "VA",
postalCode: "22554",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4751656,
longitude: -77.4256705
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Stafford, VA and surrounding areas",
knowsAbout: "Chiropractic, Families seeking chiropractic care, athletes with sports injuries, patients with chronic pain or misalignment issues, individuals preferring non-surgical pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-Ins Accepted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance-Friendly"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.