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: "Home Town Plumbing",
description: "Home Town Plumbing is a full-service plumbing company serving Irving and surrounding areas with 24/7 emergency availability. They handle professional plumbing repairs and solutions for residential customers, with a focus on responsive service and experienced technicians available around the clock.",
url: "https://www.hometownplumbingirving.com/contact-our-plumber.html",
telephone: "+1-972-790-8449",
address: {
@type: "PostalAddress",
streetAddress: "317 Knob Oak Ct",
addressLocality: "Irving",
addressRegion: "TX",
postalCode: "75060",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8112273,
longitude: -96.9986101
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Irving, TX and surrounding communities including Coppell, Euless, Hurst, Bedford, Grand Prairie, Valley Ranch, and Las Colinas",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, residential plumbing maintenance, after-hours service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Plumbing Solutions"
}
],
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.