Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Big Mike's Tree Service",
description: "Big Mike's Tree Service is a locally-owned tree care company serving the Altamonte Springs area and surrounding communities. They offer comprehensive tree services including removal, trimming, pruning, and stump grinding, with a focus on professional workmanship and customer satisfaction. The team handles both routine maintenance and emergency storm damage cleanup.",
url: "https://bigmikestrees.com/",
telephone: "+1-407-310-3823",
address: {
@type: "PostalAddress",
streetAddress: "1681 S Ronald Reagan Blvd",
addressLocality: "Altamonte Springs",
addressRegion: "FL",
postalCode: "32707",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.6766217,
longitude: -81.34945599999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "94",
bestRating: "5"
},
areaServed: "Altamonte Springs, FL and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing routine tree maintenance, property managers managing multiple properties, residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Ownership"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Credentials"
}
],
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.