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: "Northwest Roof Tech",
description: "Northwest Roof Tech is a Portland-based roofing contractor specializing in residential roof repair, replacement, and installation. The company handles storm damage assessments, insurance claims processing, and offers financing options to make roofing projects affordable. They serve the Portland metro area with a focus on quality craftsmanship and customer service.",
url: "https://nwrooftech.com/",
telephone: "+1-503-253-5666",
address: {
@type: "PostalAddress",
streetAddress: "5360 NE 112th Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97220",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5622024,
longitude: -122.54598630000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "123",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding metro areas",
knowsAbout: "Roofing, Homeowners needing roof repair or replacement, storm damage victims, property owners seeking insurance claim assistance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financing Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.