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: "5 Corners Plumbing LLC",
description: "5 Corners Plumbing LLC is a full-service plumbing company serving the Kirkland area and greater Seattle region. They handle residential plumbing repairs, installations, and maintenance, including water heater service, drain cleaning, and sewer line work. The team is licensed and insured, offers free estimates, and provides both emergency and scheduled service calls.",
url: "https://5cornersplumbing.com/",
telephone: "+1-206-508-7972",
address: {
@type: "PostalAddress",
streetAddress: "611 4th Ave. Ste 207",
addressLocality: "Kirkland",
addressRegion: "WA",
postalCode: "98033",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6778773,
longitude: -122.19630240000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "66",
bestRating: "5"
},
areaServed: "Kirkland, WA and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, water heater installation or repair, routine maintenance and inspections",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@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.