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: "Nashville Plumbing Services",
description: "Nashville Plumbing Services is a full-service plumbing company serving the Nashville area with comprehensive residential and commercial plumbing solutions. They handle everything from routine maintenance and repairs to emergency plumbing issues, water heater installation and repair, drain cleaning, and sewer line services. With a focus on reliable service and professional expertise, they're equipped to address both standard plumbing needs and complex system problems.",
url: "http://www.plumbing-nashville.com/",
telephone: "+1-615-229-6336",
address: {
@type: "PostalAddress",
streetAddress: "207 3rd Ave N",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.164434799999995,
longitude: -86.7782778
},
areaServed: "Nashville and surrounding Middle Tennessee communities",
knowsAbout: "Plumbing, Homeowners needing routine repairs, businesses with commercial plumbing systems, emergency plumbing situations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Plumbing Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Availability"
}
],
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.