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: "RST Roofing and Renovations, LLC",
description: "RST Roofing and Renovations, LLC is a family-owned, BBB-accredited roofing contractor serving metro Atlanta with residential and commercial roofing services including repairs, replacements, and inspections. Beyond roofing, they offer gutter installation, siding, and skylight services, with 24/7 emergency response for storm damage and insurance claim assistance. Their process includes free inspections, transparent estimates, flexible financing options, and professional installation with quality control.",
url: "http://rst-roofing.com/",
telephone: "+1-404-548-8901",
address: {
@type: "PostalAddress",
streetAddress: "1992 Hollidon Rd",
addressLocality: "Decatur",
addressRegion: "GA",
postalCode: "30033",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.841979699999996,
longitude: -84.2645671
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "99",
bestRating: "5"
},
areaServed: "Metro Atlanta, including DeKalb, Fulton, Cobb, and Gwinnett counties",
knowsAbout: "Roofing, Homeowners needing emergency roof repairs, residential and commercial property owners planning replacements, storm damage victims filing insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Financing Options"
}
],
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.