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: "Ulises Handyman Services🛠",
description: "Ulises Handyman Services is a full-service contractor in Los Angeles offering plumbing, electrical work, and general handyman repairs. With a 4.5-star rating from customers, Ulises provides reliable solutions for both residential repairs and renovations, handling everything from fixture installation to electrical troubleshooting.",
telephone: "+1-323-639-0435",
address: {
@type: "PostalAddress",
streetAddress: "2814 1/4 Hillcrest Dr",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90016",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0306601,
longitude: -118.34271729999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Los Angeles, CA",
knowsAbout: "Handyman Services, Homeowners needing multi-trade repairs, Property managers, Renters requiring maintenance coordination",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Trade Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Operator"
}
],
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.