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: "RTR Roofing of Bakersfield",
description: "RTR Roofing of Bakersfield is a full-service roofing contractor offering residential and commercial roof installation, repair, and replacement. Serving the Bakersfield area, they handle storm damage assessments, insurance claims, and provide financing options to make roof work accessible. Their licensed and insured team brings expertise across multiple roofing materials and types.",
url: "https://rtrroofing.com/bakersfield-ca/",
telephone: "+1-661-703-9136",
address: {
@type: "PostalAddress",
streetAddress: "609 N El Rio Dr",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93309",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3591772,
longitude: -119.0827313
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacement, commercial property owners, storm damage victims, customers seeking insurance claims support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Assistance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financing Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.