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: "Stellar Home Renovation Bakersfield",
description: "Stellar Home Renovation is a general contracting company based in Bakersfield that specializes in comprehensive home renovation and remodeling projects. They handle everything from kitchen and bathroom updates to larger structural renovations, serving homeowners throughout the Bakersfield area who want to improve and modernize their living spaces.",
telephone: "+1-442-222-7365",
address: {
@type: "PostalAddress",
streetAddress: "8000 Akers Rd",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93313",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2821055,
longitude: -119.04698239999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Home Remodeling, Homeowners seeking comprehensive renovations, Kitchen and bathroom remodelers, Property investors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Renovations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Bakersfield-Based"
}
],
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.