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: "MyStoneBridgeDentist.com",
description: "Stone Bridge Dentist in McKinney provides comprehensive dental care for the entire family, including preventive cleanings, cosmetic treatments, and restorative procedures. Their experienced team focuses on creating a comfortable patient experience with modern technology and personalized treatment plans.",
url: "http://mystonebridgedentist.com/",
telephone: "+1-945-294-5690",
address: {
@type: "PostalAddress",
streetAddress: "5601 Virginia Pkwy Ste 2",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.198139999999995,
longitude: -96.69138099999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "337",
bestRating: "5"
},
areaServed: "McKinney, TX and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients wanting cosmetic improvements, adults needing restorative dentistry",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Digital Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Family Services"
}
],
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.