Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Medrano Roofing Inc",
description: "Medrano Roofing Inc is a roofing contractor serving the Bakersfield area with expertise in residential and commercial roof installation, repair, and replacement. The company handles storm damage assessments, insurance claims, and various roofing materials. They provide comprehensive roofing solutions backed by professional service and local experience.",
url: "http://medranoroofing.us/",
telephone: "+1-888-831-8335",
address: {
@type: "PostalAddress",
streetAddress: "1907 Brundage Ln",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93304",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3537713,
longitude: -119.024085
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding Kern County areas",
knowsAbout: "Roofing, Homeowners needing roof repair or replacement, commercial property managers, customers with storm damage claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Bakersfield Expert"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Work"
}
],
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.