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: "Saunders Roofing Co",
description: "Saunders Roofing Co is a full-service roofing contractor serving the Richmond, VA area with expertise in residential and commercial roof installation, repair, and replacement. The team specializes in handling storm damage claims and works with insurance companies to streamline the process for homeowners. They offer free inspections to assess roof condition and provide transparent pricing on all roofing solutions.",
url: "https://saundersroofing.com/",
telephone: "+1-804-353-9919",
address: {
@type: "PostalAddress",
streetAddress: "129 Richmond Hwy",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23224",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5160252,
longitude: -77.4479898
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "68",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Roofing, Homeowners with storm damage, commercial property managers, residential customers seeking roof replacement or repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Professional Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.