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: "Power Ranch Arborists",
description: "Power Ranch Arborists is a tree service company serving the Gilbert area with professional tree removal, trimming, pruning, and stump grinding. They handle both routine tree maintenance and emergency storm damage situations, providing free estimates to help homeowners understand their tree care needs. With licensed and insured technicians, they bring expertise to residential tree work across the Phoenix valley.",
url: "http://www.powerranchtreeservice.com/",
telephone: "+1-480-773-3024",
address: {
@type: "PostalAddress",
streetAddress: "4620 S Stallion Dr",
addressLocality: "Gilbert",
addressRegion: "AZ",
postalCode: "85297",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.266870499999996,
longitude: -111.70311059999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Gilbert and surrounding Phoenix valley communities",
knowsAbout: "Tree Services, Homeowners needing tree removal or trimming, Property managers with storm damage, Residents seeking professional stump grinding",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
}
],
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.