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: "Eastside Family Health Center",
description: "Eastside Family Health Center is an internal medicine and sports medicine practice in Kirkland founded in 1999 by board-certified physician Dr. Frank Marinkovich. They provide comprehensive primary care with a holistic approach, specializing in conditions like sleep apnea, chronic pain, musculoskeletal injuries, mood disorders, and autoimmune conditions. The practice offers innovative therapies including musculoskeletal injections, brain & gait rehabilitation, neurofeedback, and men's health services, along with FAA-certified aviation medical exams.",
url: "https://www.eastsidefamilyhealth.com/",
telephone: "+1-425-899-2525",
address: {
@type: "PostalAddress",
streetAddress: "11415 Slater Ave NE #102",
addressLocality: "Kirkland",
addressRegion: "WA",
postalCode: "98033",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.702560999999996,
longitude: -122.17756070000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "142",
bestRating: "5"
},
areaServed: "Kirkland, WA and surrounding areas",
knowsAbout: "Physical Therapy, Primary care patients seeking holistic medicine, athletes and active individuals, seniors managing chronic conditions, commercial pilots and drivers requiring medical certification",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Internal Medicine Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "FAA Aviation Medical Examiner"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Practice Since 1999"
}
],
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.