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: "Pilix Plumbing",
description: "Pilix Plumbing is a full-service plumbing company serving the Houston area with expertise in drain cleaning, water heater installation and repair, sewer line service, and general plumbing repairs. The team is licensed, insured, and offers free estimates for all jobs, with 24/7 emergency service available for urgent plumbing issues.",
url: "http://www.pilixplumbing.com/",
telephone: "+1-713-572-5668",
address: {
@type: "PostalAddress",
streetAddress: "351 Red Ripple Rd",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77091",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.851955000000004,
longitude: -95.4058082
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "144",
bestRating: "5"
},
areaServed: "Houston and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repair, drain cleaning, water heater replacement, and routine maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.