Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "R & R Tree Service",
description: "R & R Tree Service is a local tree care company serving the Jerome, Idaho area with professional tree removal, trimming, and related services. With local roots in the community, they offer hands-on expertise for residential and property maintenance needs. Contact them directly at (208) 324-3667 for quotes and service availability.",
telephone: "+1-208-324-3667",
address: {
@type: "PostalAddress",
streetAddress: "113 N 300 Rd W",
addressLocality: "Jerome",
addressRegion: "ID",
postalCode: "83338",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.740439099999996,
longitude: -114.57793579999999
},
areaServed: "Jerome, Idaho and surrounding areas",
knowsAbout: "Tree Services, Jerome-area homeowners, Property maintenance, Residential tree care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Jerome Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Contact"
}
],
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.