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: "Top Notch Tree Services & Lawn Care Maintenance",
description: "Top Notch Tree Services & Lawn Care Maintenance provides comprehensive outdoor maintenance for residential properties in the San Antonio area. They specialize in tree care services including trimming, removal, and stump grinding, combined with lawn maintenance and landscaping work. The business focuses on keeping yards healthy and well-maintained year-round.",
telephone: "+1-210-788-4720",
address: {
@type: "PostalAddress",
streetAddress: "1145 W Russell Pl",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.451278499999997,
longitude: -98.5098356
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Tree Services, Homeowners seeking regular lawn maintenance, property owners needing tree trimming or removal, residents with overgrown yards requiring seasonal cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Tree & Lawn Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Antonio Operation"
}
],
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.