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: "RightWay Roofing",
description: "RightWay Roofing is a local roofing contractor in Bakersfield specializing in residential roof repair, replacement, and installation services. Based in central Bakersfield, they handle storm damage, leak repairs, and new roof projects for homeowners throughout the area.",
telephone: "+1-661-460-2967",
address: {
@type: "PostalAddress",
streetAddress: "2322 Brundage Ln",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93304",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3543257,
longitude: -119.02894079999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs, Bakersfield residents with storm damage, Property owners requiring roof replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Bakersfield Contractor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Expertise"
}
],
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.