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: "West Coast Roofing & Construction",
description: "West Coast Roofing & Construction is a full-service roofing and construction company serving the San Diego area. They specialize in roof repairs, replacements, and new construction projects for residential and commercial properties. With a focus on quality workmanship and customer service, they handle everything from storm damage repairs to complete roof installations.",
url: "https://westcoastsd.com/",
telephone: "+1-858-487-4300",
address: {
@type: "PostalAddress",
streetAddress: "13446 Poway Rd #247",
addressLocality: "Poway",
addressRegion: "CA",
postalCode: "92064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.9576825,
longitude: -117.0389744
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Poway, San Diego, and surrounding San Diego County areas",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacement, Commercial property owners, Property managers handling storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Construction Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Diego 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.