Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Tribute Roofing Co",
description: "Tribute Roofing Co is a roofing contractor serving the Bakersfield area with expertise in roof repair, replacement, and maintenance. Located on 19th Street, they provide professional roofing services for residential and commercial properties. Contact them at (559) 372-4784 for roofing assessments and project estimates.",
telephone: "+1-559-372-4784",
address: {
@type: "PostalAddress",
streetAddress: "429 19th St",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3759991,
longitude: -119.00690229999998
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repair or replacement, Commercial property owners, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Bakersfield Roofing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Roofing Services"
}
],
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.