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: "Mejia tree service",
description: "Mejia Tree Service is a local tree care company serving the Fresno area with professional tree removal, trimming, and stump grinding services. With a focus on quality workmanship and customer satisfaction, they handle everything from routine tree maintenance to emergency storm damage removal. Their experienced team is equipped to safely manage trees of all sizes.",
telephone: "+1-559-541-3959",
address: {
@type: "PostalAddress",
streetAddress: "949 E Dakota Ave",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7869039,
longitude: -119.79858739999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Fresno, California and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal, residential property maintenance, emergency storm cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Fresno Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
}
],
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.