Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Prestige Roofing",
description: "Prestige Roofing is a roofing contractor serving North Las Vegas and the surrounding Las Vegas area. They provide residential and commercial roofing services, including roof repairs, replacements, and inspections. The team specializes in handling insurance claims and storm damage, helping homeowners navigate the repair process with professional expertise.",
url: "https://www.prestigeroofinglv.com/",
telephone: "+1-702-646-7536",
address: {
@type: "PostalAddress",
streetAddress: "3405 Bunkerhill Dr",
addressLocality: "North Las Vegas",
addressRegion: "NV",
postalCode: "89032",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2214507,
longitude: -115.17455950000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "North Las Vegas, Las Vegas, and surrounding Nevada areas",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacements, property managers handling storm damage, customers filing insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Assistance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialist"
}
],
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.