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: "Southern Roofing",
description: "Southern Roofing is a Charleston-based roofing contractor specializing in residential and commercial roof repairs, replacements, and installations. The company handles storm damage claims, offers free inspections, and provides financing options to make roofing services accessible. They serve the Lowcountry with licensed, insured workmanship backed by warranties.",
url: "https://srroof.com/",
telephone: "+1-704-451-8909",
address: {
@type: "PostalAddress",
streetAddress: "15 Anita Dr",
addressLocality: "Charleston",
addressRegion: "SC",
postalCode: "29407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7905502,
longitude: -79.99191259999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Charleston, SC and surrounding Lowcountry areas",
knowsAbout: "Roofing, Homeowners needing roof repairs, commercial property managers, storm damage recovery, first-time roof replacements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof 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.