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: "Elite Roofing Richmond",
description: "Elite Roofing Richmond provides comprehensive roofing services including installation, repair, and maintenance for residential properties in the Richmond area. The company specializes in addressing storm damage and working with insurance claims to help homeowners navigate the repair process. They offer professional assessments and quality workmanship backed by warranties on their service.",
url: "http://eliteroofingrichmond.com/",
telephone: "+1-686-207-3388",
address: {
@type: "PostalAddress",
streetAddress: "Ramz Hall, 939 W Broad St",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23220",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5504509,
longitude: -77.45043199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Roofing, Homeowners with storm damage, Property owners needing roof repairs, Homeowners navigating insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Assessment"
}
],
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.