Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bayview Exteriors LLC",
description: "Bayview Exteriors LLC is a roofing contractor and general contractor serving Norfolk and the surrounding area. They handle residential and commercial roofing projects, including inspections, repairs, and full replacements. As a full-service exterior company, they bring expertise in building envelope work and construction services to homeowners and businesses.",
telephone: "+1-757-461-1300",
address: {
@type: "PostalAddress",
streetAddress: "1170 Lance Rd #108",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23502",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8640751,
longitude: -76.21496909999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "38",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacement, Commercial property managers, General exterior renovation projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Exterior Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential and Commercial"
}
],
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.