Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 38 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Ej Handyman Services",
description: "EJ Handyman Services provides general handyman and repair services to the Fresno area. They handle a variety of household maintenance and minor repair projects for homeowners looking for reliable local service.",
telephone: "+1-559-287-4185",
address: {
@type: "PostalAddress",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93722",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8353421,
longitude: -119.8930219
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing minor repairs and maintenance, Busy professionals, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Fresno Business"
}
],
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.