Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Precision Commercial Plumbing",
description: "Precision Commercial Plumbing specializes in comprehensive plumbing services for commercial properties in the Pflugerville area. With a focus on commercial installations, repairs, and maintenance, the company serves businesses of all sizes with professional, licensed service.",
telephone: "+1-512-288-6684",
address: {
@type: "PostalAddress",
streetAddress: "1711 Dalshank St",
addressLocality: "Pflugerville",
addressRegion: "TX",
postalCode: "78660",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.4802684,
longitude: -97.5844315
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Pflugerville, TX and surrounding areas",
knowsAbout: "Plumbing, Commercial property owners, office buildings, retail businesses, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Commercial Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Service"
}
],
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.