Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pete the Plumbing Pro",
description: "Pete the Plumbing Pro is a licensed plumbing service serving the Dallas area with expertise in residential plumbing repairs, maintenance, and installations. The company specializes in drain cleaning, water heater service, and sewer line work, offering prompt service and transparent pricing for both emergency and routine plumbing needs.",
url: "https://peteplumbingdallas.com/",
telephone: "+1-214-751-8743",
address: {
@type: "PostalAddress",
streetAddress: "4653 Leston St Suite 3959",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75247",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.81187380000001,
longitude: -96.8973189
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "141",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, routine maintenance and inspections, water heater replacement, drain cleaning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Availability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Plumbing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Transparent Pricing"
}
],
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.