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: "Peerless Plumbing Company-Haltom City",
description: "Peerless Plumbing Company serves the Haltom City area with comprehensive plumbing services for residential and commercial properties. They handle everything from drain cleaning and water heater installation to sewer line repairs and emergency plumbing issues. With a focus on reliable service and customer satisfaction, Peerless Plumbing delivers professional solutions for both routine maintenance and urgent plumbing needs.",
url: "https://peerlessplumbingcompany.com/haltom-city/",
telephone: "+1-682-747-6253",
address: {
@type: "PostalAddress",
streetAddress: "3924 Ivey St",
addressLocality: "Haltom City",
addressRegion: "TX",
postalCode: "76111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.793379,
longitude: -97.2888857
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Haltom City, Fort Worth, and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing routine plumbing maintenance, property managers with commercial plumbing issues, customers experiencing plumbing emergencies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Range"
}
],
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.