Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Seattle Roofing Services",
description: "Seattle Roofing Services is a roofing contractor serving the greater Seattle area with expertise in roof repair, replacement, and maintenance. They handle residential and commercial roofing projects, including storm damage repair and insurance claim assistance. The team is licensed and insured, offering transparent estimates and reliable service for homeowners and property managers.",
url: "https://seattleroofingrepair.cc/",
telephone: "+1-564-444-7952",
address: {
@type: "PostalAddress",
streetAddress: "654 S King St",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98104",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.598584100000004,
longitude: -122.3247016
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding communities",
knowsAbout: "Roofing, Homeowners needing roof repair or replacement, property managers, storm damage victims, insurance claim assistance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.