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: "Master Plumbing of Tennessee",
description: "Master Plumbing of Tennessee is a full-service plumbing company serving the Chattanooga area with expertise in drain cleaning, water heater installation and repair, sewer line services, and general plumbing repairs. The team is licensed and insured, offering free estimates and emergency service availability to address urgent plumbing issues.",
url: "http://www.masterplumbingtn.com/",
telephone: "+1-615-200-8320",
address: {
@type: "PostalAddress",
streetAddress: "6743 Ringgold Rd # B",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37412",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.9890061,
longitude: -85.1922786
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "60",
bestRating: "5"
},
areaServed: "Chattanooga, Tennessee and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing drain cleaning, water heater service, homeowners with sewer line issues, those seeking emergency plumbing help",
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.