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: "Plumber True Services of Allen, TX",
description: "Plumber True Services of Allen is a local plumbing company serving the Allen and surrounding Dallas-Fort Worth area. They offer comprehensive plumbing services including drain cleaning, water heater installation and repair, sewer line service, and emergency plumbing repairs. The team is licensed and insured, provides free estimates, and specializes in both residential and commercial plumbing needs with fast response times.",
url: "https://plumbertrueservices.com/allen",
telephone: "+1-469-809-2927",
address: {
@type: "PostalAddress",
streetAddress: "700 Central Expy S Suit 400",
addressLocality: "Allen",
addressRegion: "TX",
postalCode: "75013",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.093697899999995,
longitude: -96.6817726
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Allen, TX and surrounding Dallas-Fort Worth communities",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, Residents requiring water heater replacement, Property managers with commercial plumbing needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
}
],
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.