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: "All Time Plumbing and Drains",
description: "All Time Plumbing and Drains is a full-service plumbing company in Mesa, AZ specializing in drain cleaning, water heater installation and repair, sewer line services, and general plumbing maintenance. They offer 24/7 emergency plumbing services with free estimates and camera inspections to diagnose issues accurately. The team is licensed, insured, and committed to quick response times and transparent pricing.",
url: "https://www.alltimeplumbinganddrains.com/",
telephone: "+1-623-887-6478",
address: {
@type: "PostalAddress",
streetAddress: "2309 E Main St",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.415053,
longitude: -111.7815306
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "369",
bestRating: "5"
},
areaServed: "Mesa, AZ and surrounding Phoenix metropolitan areas",
knowsAbout: "Plumbing, Homeowners with emergency plumbing needs, those needing drain cleaning or water heater service, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Camera Inspection Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.