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: "Burger Roofing Co.",
description: "Burger Roofing Co. is a full-service roofing contractor based in Jacksonville, Florida, specializing in residential and commercial roof installation, repair, and replacement. The company offers comprehensive roofing solutions including storm damage repair, insurance claims assistance, and free inspections to help homeowners and businesses protect their properties. With extensive experience serving the Jacksonville area, they provide quality workmanship backed by warranties and financing options.",
url: "https://burgerroofingco.com/",
telephone: "+1-904-355-2756",
address: {
@type: "PostalAddress",
streetAddress: "134 Ernest St",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32204",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.327913300000002,
longitude: -81.6798518
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "98",
bestRating: "5"
},
areaServed: "Jacksonville, Florida and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repair or replacement, Storm damage claims, Commercial property managers, Properties requiring insurance-backed repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialists"
}
],
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.