Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Austin & Sons Roofers",
description: "Austin & Sons Roofers is a roofing contractor serving the Chesterfield area with expertise in residential roof repair, replacement, and maintenance. The company handles storm damage claims and works with insurance to help homeowners navigate the repair process. They bring reliable service and attention to detail to every project.",
telephone: "+1-434-216-3977",
address: {
@type: "PostalAddress",
streetAddress: "6453 Centralia Rd #1386",
addressLocality: "Chesterfield",
addressRegion: "VA",
postalCode: "23832",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3736755,
longitude: -77.4986826
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "73",
bestRating: "5"
},
areaServed: "Chesterfield, VA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs, storm damage restoration, residential roof replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@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.