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: "CH Roofing",
description: "CH Roofing is a Chattanooga-based roofing contractor specializing in residential roof repair, replacement, and installation. The company handles storm damage claims, offers free inspections, and works with insurance to streamline the claims process. They serve the greater Chattanooga area with licensed and insured work backed by workmanship warranties.",
url: "https://chroofingtn.com/",
telephone: "+1-423-355-1091",
address: {
@type: "PostalAddress",
streetAddress: "7618 Bishop Dr",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.070915,
longitude: -85.1671315
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "99",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Roofing, Homeowners with storm damage, those needing roof replacement or repair, property owners filing insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.