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: "TCR Rooter & Plumbing LLC",
description: "TCR Rooter & Plumbing LLC is a full-service plumbing company serving the Raleigh area with expertise in drain cleaning, rooter services, water heater installation and repair, sewer line work, and general plumbing maintenance. They offer 24/7 emergency service and camera inspection technology to diagnose problems accurately. Known for prompt, professional service, they're equipped to handle both residential plumbing emergencies and routine repairs.",
url: "https://tcrplumbing.com/",
telephone: "+1-919-467-2207",
address: {
@type: "PostalAddress",
streetAddress: "5020 Departure Dr Suite J",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27616",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8506274,
longitude: -78.5954004
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "113",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Plumbing, Homeowners with plumbing emergencies, Properties with drainage issues, Customers needing water heater replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Camera Inspection Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Rooter Services"
}
],
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.