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: "Falcon Roofing",
description: "Falcon Roofing is a roofing contractor serving the Mountain View area and surrounding communities. They specialize in roof repair, replacement, and installation for residential properties. With a focus on quality workmanship and customer service, Falcon Roofing helps homeowners protect their properties with reliable roofing solutions.",
url: "http://www.falcon-roofing.com/",
telephone: "+1-650-961-3200",
address: {
@type: "PostalAddress",
streetAddress: "990 Terra Bella Ave",
addressLocality: "Mountain View",
addressRegion: "CA",
postalCode: "94043",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.408783299999996,
longitude: -122.0726883
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Mountain View, CA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs, replacement, or new roof installation in Mountain View and nearby communities",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Communication"
}
],
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.