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: "Elite Portland Emergency Plumber",
description: "Elite Portland Emergency Plumber provides 24/7 emergency plumbing services throughout the Portland area, handling everything from burst pipes and water heater repairs to drain cleaning and sewer line issues. Their licensed and insured team responds quickly to urgent plumbing problems and also handles routine maintenance and installations for residential customers.",
url: "https://eliteportlandemergencyplumber.com/",
telephone: "+1-503-278-7769",
address: {
@type: "PostalAddress",
streetAddress: "3435 SE 59th Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.497715899999996,
longitude: -122.6020775
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Portland and surrounding areas, Oregon",
knowsAbout: "Plumbing, Homeowners with emergency plumbing issues, households needing water heater replacement or repair, properties with chronic drain problems",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.