Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mr. Fix-It Professional Handyman Services",
description: "Mr. Fix-It Professional Handyman Services provides general handyman repair and installation services throughout the Bakersfield area. The business handles a wide variety of home maintenance and repair projects, from small fixes to larger installations. They offer free estimates and are available for phone and text consultations to discuss your project needs.",
url: "https://mrfixitpros.com/contact",
telephone: "+1-661-742-9427",
address: {
@type: "PostalAddress",
streetAddress: "13061 Rosedale Hwy",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93314",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3821271,
longitude: -119.14757560000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, Busy professionals, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Contact Options"
}
],
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.