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: "Atlantic Roofing & Siding, LLC",
description: "Atlantic Roofing & Siding, LLC is a full-service roofing and siding contractor serving Virginia Beach and surrounding areas. They specialize in residential roof repairs, replacements, and installations, along with siding services to protect and enhance homes. The team handles storm damage claims, offers free inspections, and provides financing options to make home improvements accessible.",
url: "http://www.atlanticroofingllc.com/",
telephone: "+1-757-340-0045",
address: {
@type: "PostalAddress",
streetAddress: "609 Jack Rabbit Rd",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23451",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8483344,
longitude: -76.0175823
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "77",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacements, storm damage recovery, siding upgrades, insurance claim assistance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Expertise"
},
{
@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.