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: "Hermosa Dental",
description: "Hermosa Dental is a family-friendly dental practice in Phoenix offering comprehensive dental care including cleanings, fillings, crowns, root canals, and cosmetic procedures. The practice emphasizes patient comfort and uses modern technology to deliver quality care for patients of all ages.",
url: "http://www.hermosadental.com/",
telephone: "+1-602-242-0550",
address: {
@type: "PostalAddress",
streetAddress: "3415 W Glendale Ave #31",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85051",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5366271,
longitude: -112.13335250000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "313",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients needing cosmetic dentistry, individuals looking for general and restorative dental services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Menu"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Practice"
}
],
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.