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: "Roof Artistry",
description: "Roof Artistry is a roofing contractor serving Chesapeake and surrounding areas, specializing in residential roof repair, replacement, and installation. They handle storm damage claims, provide free inspections, and offer financing options to make roof work accessible. Their team is licensed and insured with a focus on quality craftsmanship and customer satisfaction.",
url: "https://roofartistry.com/",
telephone: "+1-757-955-0107",
address: {
@type: "PostalAddress",
streetAddress: "1226 Executive Blvd Ste 101",
addressLocality: "Chesapeake",
addressRegion: "VA",
postalCode: "23320",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.763675899999996,
longitude: -76.234075
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "65",
bestRating: "5"
},
areaServed: "Chesapeake, VA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing storm damage repairs, those seeking roof replacement, property owners filing insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Financing"
}
],
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.