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: "Cedar Prairie Tree Care",
description: "Cedar Prairie Tree Care provides professional tree services to Oklahoma City and surrounding areas, including tree removal, trimming, pruning, and stump grinding. They serve residential and commercial clients with prompt, reliable service and a focus on safety and property care.",
telephone: "+1-405-509-4328",
address: {
@type: "PostalAddress",
streetAddress: "SE 12th St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4527759,
longitude: -97.49529
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, commercial property managers, properties with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Area"
}
],
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.