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: "Seaview Chiropractic",
description: "Seaview Chiropractic is an independent chiropractic clinic located in Brooklyn serving patients seeking spinal alignment and pain relief. The practice focuses on corrective chiropractic care to address the root causes of musculoskeletal issues and improve overall wellness. They welcome new patients and aim to provide personalized treatment plans tailored to individual health goals.",
url: "http://www.seaviewchiropractic.com/",
telephone: "+1-718-241-7430",
address: {
@type: "PostalAddress",
streetAddress: "9413 Flatlands Ave Ste 1W",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11236",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6425324,
longitude: -73.90297439999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding areas",
knowsAbout: "Chiropractic, Back pain sufferers, Sports enthusiasts, Office workers with postural issues, Patients seeking drug-free pain management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Location"
}
],
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.