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: "Mc Bride Amanda M",
description: "Amanda M. McBride operates a medical clinic in downtown Corpus Christi offering healthcare services to the local community. Located on the Shoreline, this practice provides medical care to patients seeking professional health services in the area.",
telephone: "+1-361-883-1219",
address: {
@type: "PostalAddress",
streetAddress: "101 N Shoreline Blvd # 301",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.791797,
longitude: -97.3931951
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Mental Health & Therapy, Corpus Christi residents seeking local medical care and health services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown 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.