Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bay Area Tree Services",
description: "Bay Area Tree Services provides comprehensive tree care solutions for residential and commercial properties in Corpus Christi and surrounding areas. Their services include tree removal, trimming, pruning, and stump grinding performed by licensed and insured professionals. They serve the greater Corpus Christi area with reliable, quality tree maintenance to keep properties safe and well-maintained.",
url: "https://mybayareatreeservices.com/",
telephone: "+1-361-600-5101",
address: {
@type: "PostalAddress",
streetAddress: "5901 La Costa Suite C",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78413",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.693464499999997,
longitude: -97.3756298
},
areaServed: "Corpus Christi, TX and surrounding South Texas communities",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers, commercial facilities requiring landscape upkeep",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
}
],
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.