Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sanchez Roofing LLC",
description: "Sanchez Roofing LLC is a roofing contractor serving Arlington, VA and the surrounding area. They provide professional roofing services for residential and commercial properties, handling everything from new roof installations to repairs and replacements. With a focus on quality craftsmanship and customer service, Sanchez Roofing delivers reliable solutions for all roofing needs.",
url: "https://sanchezroofingllc.com/",
telephone: "+1-571-239-4423",
address: {
@type: "PostalAddress",
streetAddress: "2115 S Oakland St",
addressLocality: "Arlington",
addressRegion: "VA",
postalCode: "22204",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8495847,
longitude: -77.0909479
},
areaServed: "Arlington, VA and surrounding Northern Virginia communities",
knowsAbout: "Roofing, Homeowners needing roof repairs, businesses requiring commercial roofing services, property owners seeking roof replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Service"
}
],
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.