Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dr Pamela Silver",
description: "Dr. Pamela Silver operates a medical clinic in Brooklyn specializing in health services. With a focus on personalized patient care, Dr. Silver provides comprehensive medical consultations and treatment to residents of Brooklyn and surrounding areas.",
telephone: "+1-954-430-0202",
address: {
@type: "PostalAddress",
streetAddress: "1425 President St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.667824499999995,
longitude: -73.9415504
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding areas",
knowsAbout: "Mental Health & Therapy, Patients seeking medical consultations, individuals needing primary care services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Patient Care"
}
],
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.