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 Preservation",
description: "Idaho Tree Preservation is a full-service tree care company based in Boise specializing in professional tree removal, trimming, pruning, and stump grinding. They provide emergency storm damage services and serve residential and commercial properties throughout the Boise area. The company is licensed and insured, offering free estimates and using safe, industry-standard practices for all tree work.",
url: "https://idahotreepreservation.com/",
telephone: "+1-208-424-0037",
address: {
@type: "PostalAddress",
streetAddress: "1650 W Targee St Box 5848",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83705",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.583237499999996,
longitude: -116.2021443
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "108",
bestRating: "5"
},
areaServed: "Boise, ID and surrounding communities",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with storm damage, commercial properties with landscaping needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
},
{
@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.