Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "DC Roofing Repairs & Installations",
description: "DC Roofing Repairs & Installations is a Washington, DC-based roofing contractor specializing in roof repairs, replacements, and new installations for residential and commercial properties. With a focus on quality craftsmanship and reliable service, they handle everything from emergency leak repairs to full roof replacements using durable materials suited to the DC climate.",
telephone: "+1-202-964-8834",
address: {
@type: "PostalAddress",
streetAddress: "2101 Wisconsin Ave NW",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20007",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.917536299999995,
longitude: -77.0687234
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Roofing, DC homeowners needing emergency leak repairs, property managers overseeing commercial buildings, residential customers planning roof replacement projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local DC Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service"
}
],
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.