Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mclaughlin Plumbing LLC",
description: "McLaughlin Plumbing LLC is a locally-owned plumbing service serving Nashville and the surrounding area. The company provides professional plumbing repairs, installations, and maintenance for residential customers. With a focus on quality workmanship and customer service, McLaughlin Plumbing handles the full range of plumbing needs from routine repairs to more complex system work.",
telephone: "+1-615-208-4911",
address: {
@type: "PostalAddress",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1724885,
longitude: -86.7805961
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing plumbing repairs, New construction plumbing installation, Routine plumbing maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Ownership"
},
{
@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.