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: "Berkeley Roofing",
description: "Berkeley Roofing is a fully licensed and insured roofing contractor serving Knoxville, TN since 2010, specializing in roof repairs, replacement, and installation with a focus on shingled roofs. The team brings over 60 years of combined roofing experience and also offers chimney repair services. They guarantee their workmanship and prioritize safety training and quality equipment for all jobs.",
url: "https://berkeleybuildersroofing.com/",
telephone: "+1-865-323-4093",
address: {
@type: "PostalAddress",
streetAddress: "5205 Rowan Rd",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37912",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0166061,
longitude: -83.96682919999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Roofing, Homeowners with damaged or aging roofs, leaky roof issues, chimney deterioration, roof replacement needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "60+ Years Combined Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Workmanship Guarantee"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Chimney Repair Services"
}
],
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.