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: "Meticulous Plumbing",
description: "Meticulous Plumbing is a full-service plumbing company serving the Portland area with expertise in repairs, installations, and maintenance for residential and commercial properties. They handle everything from drain cleaning and water heater service to sewer line work, backed by licensed and insured technicians who pride themselves on thorough diagnostics and quality workmanship.",
url: "https://meticulousplumbing.com/",
telephone: "+1-503-208-2812",
address: {
@type: "PostalAddress",
streetAddress: "11918 NE Sumner St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97220",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5606003,
longitude: -122.5399688
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "274",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Plumbing, Homeowners needing emergency plumbing repairs, Property managers with commercial plumbing issues, Residents requiring drain cleaning or water heater replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Technicians"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Range of Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Thorough Diagnostics"
}
],
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.