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: "NEW Roofing Team",
description: "NEW Roofing Team is a roofing contractor serving the Bonita area and surrounding San Diego County communities. They specialize in roof repairs, replacements, and inspections for residential properties, offering licensed and insured service with a focus on quality workmanship and customer satisfaction.",
url: "http://bonita-roofing.us/",
telephone: "+1-619-831-6181",
address: {
@type: "PostalAddress",
streetAddress: "5031 Bonita Rd",
addressLocality: "Bonita",
addressRegion: "CA",
postalCode: "91902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.667572299999996,
longitude: -117.02290130000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Bonita, San Diego County, California",
knowsAbout: "Roofing, Homeowners needing roof repairs, homeowners planning roof replacement, property owners seeking professional roof inspections",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@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.