Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Don's Plumbing",
description: "Don's Plumbing is a locally-owned plumbing service in Oklahoma City serving residential and commercial clients. They handle a wide range of plumbing needs including drain cleaning, water heater installation and repair, sewer line work, and general plumbing repairs. With decades of local experience, Don's is known for reliable, straightforward service at fair prices.",
telephone: "+1-405-672-1551",
address: {
@type: "PostalAddress",
streetAddress: "2412 SE 8th St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4558781,
longitude: -97.467506
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "52",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing reliable repairs, Businesses requiring plumbing maintenance, Customers seeking local, independent service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Plumbing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Reputation"
}
],
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.