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: "Johnny's Tree Service",
description: "Johnny's Tree Service is a locally-owned tree care company serving the Dallas area with over a decade of experience in residential and commercial tree services. They specialize in tree removal, trimming, pruning, stump grinding, and emergency storm cleanup, operating with full licensing and insurance. The team is known for professional workmanship, competitive pricing, and prompt response to both routine maintenance and urgent tree emergencies.",
url: "https://johnnystreeservice.net/",
telephone: "+1-214-929-0836",
address: {
@type: "PostalAddress",
streetAddress: "2522 Childs St",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7429741,
longitude: -96.7887957
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "53",
bestRating: "5"
},
areaServed: "Dallas and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, property managers with multiple trees, businesses requiring commercial tree care, residents facing storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Fully Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Tree Care Solutions"
}
],
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.