Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pro Plus Plumbing Lubbock TX",
description: "Pro Plus Plumbing is a full-service plumbing company serving Lubbock and the surrounding areas. They handle residential and commercial plumbing needs including repairs, installations, drain cleaning, water heater service, and emergency plumbing calls. Located on Broadway Street, they're equipped to tackle routine maintenance and urgent plumbing problems.",
url: "https://clearpipepros.com/",
telephone: "+1-806-403-3034",
address: {
@type: "PostalAddress",
streetAddress: "1711 Broadway St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5843533,
longitude: -101.85616549999999
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing repairs, property managers, businesses requiring commercial plumbing service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Lubbock Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Plumbing"
}
],
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.