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: "Sanco Construction Inc.",
description: "Sanco Construction Inc. is a general contracting firm serving the Bakersfield area with expertise in residential and commercial construction projects. Led by experienced contractors, the company handles a wide range of construction services from remodeling to new builds, delivering quality craftsmanship and reliable project management for homeowners and businesses.",
telephone: "+1-661-493-1919",
address: {
@type: "PostalAddress",
streetAddress: "2916 Sunset Ave",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93304",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3668811,
longitude: -119.0357564
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Home Remodeling, Homeowners planning major remodels, Commercial property owners, Residential contractors seeking general contracting services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Bakersfield Presence"
}
],
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.