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: "Preferred Roofing",
description: "Preferred Roofing is a Las Vegas-based roofing contractor specializing in residential and commercial roof installations, repairs, and replacements. The company offers comprehensive roofing services including storm damage assessment, insurance claim assistance, and financing options to make projects more accessible. They serve the Las Vegas area with licensed, insured workmanship backed by warranties.",
url: "https://roofingnvlasvegas.com/",
telephone: "+1-702-919-5541",
address: {
@type: "PostalAddress",
streetAddress: "7255 W Sunset Rd",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89113",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0684902,
longitude: -115.2484661
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "49",
bestRating: "5"
},
areaServed: "Las Vegas, Nevada and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacement, storm damage victims, homeowners with insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financing Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.