Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mustang plumbing and rooter service",
description: "Mustang Plumbing and Rooter Service is a Phoenix-based plumbing contractor specializing in drain cleaning, rooter service, and general plumbing repairs. They handle residential plumbing issues including clogged drains, sewer line problems, and water heater service, serving the Phoenix metro area with experienced technicians.",
telephone: "+1-602-216-9256",
address: {
@type: "PostalAddress",
streetAddress: "1525 W Palmer Dr",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85021",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.571768999999996,
longitude: -112.092359
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas, Arizona",
knowsAbout: "Plumbing, Homeowners with drain clogs, sewer line issues, emergency plumbing repairs, Phoenix residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Rooter Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Phoenix Business"
}
],
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.