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: "Affordable Home Repair",
description: "Affordable Home Repair is a local handyman service in Bakersfield specializing in general home repairs and maintenance. They handle a wide variety of household issues, from minor fixes to larger repair projects, offering budget-friendly solutions for homeowners who need reliable work without breaking the bank.",
telephone: "+1-661-331-9233",
address: {
@type: "PostalAddress",
streetAddress: "3128 Edwards Ave",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93306",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3895902,
longitude: -118.9546651
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Handyman Services, Budget-conscious homeowners, Renters needing quick repairs, Homeowners with multiple small to medium repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Budget-Focused Pricing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Broad Repair Scope"
}
],
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.