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: "Norman Tree Pros",
description: "Norman Tree Pros provides comprehensive tree care services to Norman and surrounding Oklahoma communities, including tree removal, trimming, pruning, and stump grinding. They specialize in emergency storm damage cleanup and hazardous tree removal, serving both residential and commercial properties. Their team is fully licensed and insured, offering free estimates and same-day service availability.",
url: "https://www.normantree.com/",
telephone: "+1-405-400-0454",
address: {
@type: "PostalAddress",
streetAddress: "430 E Gray St",
addressLocality: "Norman",
addressRegion: "OK",
postalCode: "73071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2239681,
longitude: -97.4384235
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Norman, Oklahoma and surrounding areas",
knowsAbout: "Tree Services, Property owners with storm-damaged trees, hazardous tree removal needs, routine tree maintenance, commercial landscaping managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.