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: "Neighborhood Dental",
description: "Neighborhood Dental is a family-friendly dental practice in Las Vegas offering comprehensive general and cosmetic dentistry services. The practice focuses on patient comfort and preventive care, treating patients of all ages with a commitment to gentle, personalized treatment.",
url: "http://www.myneighborhooddental.com/",
telephone: "+1-702-641-8868",
address: {
@type: "PostalAddress",
streetAddress: "5061 E Sahara Ave Suite 1A",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89142",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1438917,
longitude: -115.06416039999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "604",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "General Dentistry, Families seeking comprehensive dental care, cosmetic dentistry patients, patients new to the Las Vegas area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@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.