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: "Idaho Tree Professionals",
description: "Idaho Tree Professionals provides comprehensive tree care services including removal, trimming, pruning, and stump grinding for residential and commercial properties throughout the Boise area. The company is fully licensed and insured, offering emergency storm damage services and free estimates to help homeowners maintain healthy trees and safe properties.",
url: "http://idahotreeprofessionals.com/",
telephone: "+1-208-919-4878",
address: {
@type: "PostalAddress",
streetAddress: "3581 W Dora St",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6389938,
longitude: -116.2152098
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Boise, ID and surrounding communities",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, property managers with storm damage, residents requiring emergency tree removal",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.