Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Tree Service .",
description: "Tree Service is a local tree care company based in Rockport, TX, serving the coastal Bend area. They provide professional tree removal, trimming, and maintenance services for residential and commercial properties. With a focus on safe, quality workmanship, they handle everything from routine pruning to complete tree removal.",
telephone: "+1-361-729-1551",
address: {
@type: "PostalAddress",
streetAddress: "1203 N Kossuth St",
addressLocality: "Rockport",
addressRegion: "TX",
postalCode: "78382",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.0353164,
longitude: -97.063184
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Rockport, TX and surrounding coastal Bend communities",
knowsAbout: "Tree Services, Homeowners needing tree removal, Property managers requiring tree maintenance, Businesses with landscaping upkeep",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Rockport Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Tree Care Services"
}
],
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.