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: "Virginia Beach Roof Replacement",
description: "Virginia Beach Roof Replacement is a roofing contractor specializing in roof replacements, repairs, and installations for residential properties in the Virginia Beach area. The company offers comprehensive roofing services including storm damage assessment, insurance claim support, and financing options to make roof work accessible to homeowners. They provide free inspections and are committed to delivering quality workmanship with warranty protection.",
url: "https://www.virginiabeachroofreplacement.com/",
telephone: "+1-757-844-5635",
address: {
@type: "PostalAddress",
streetAddress: "1533 Harpers Rd",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23454",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7973102,
longitude: -76.0192138
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof replacements, Storm damage repairs, Property owners with insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@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.