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: "Robinson's Roofing & Repair - A Christian Owned Company",
description: "Robinson's Roofing & Repair is a Christian-owned roofing company serving the Fredericksburg, VA area with comprehensive roof repair, replacement, and maintenance services. The team specializes in storm damage restoration, insurance claims navigation, and works with both residential and commercial properties. They're known for their detailed inspections, transparent communication, and commitment to quality craftsmanship backed by warranties.",
url: "https://www.robinsonsroofingva.com/",
telephone: "+1-540-234-2389",
address: {
@type: "PostalAddress",
streetAddress: "3713 Andover Ln",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22408",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2206824,
longitude: -77.4660844
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "102",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing storm damage repair, property owners seeking insurance claims assistance, residential and commercial customers wanting reliable local service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Christian-Owned Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.