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: "A Cut Above Lubbock",
description: "A Cut Above Lubbock is a tree services company based in Lubbock, TX offering professional tree care including removal, trimming, and stump grinding. The business provides expert arboricultural services to maintain healthy trees and resolve problem trees across the Lubbock area.",
telephone: "+1-575-562-0950",
address: {
@type: "PostalAddress",
streetAddress: "8901 US-87",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79423",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5154676,
longitude: -101.8426032
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal, property maintenance, landscaping improvements, storm damage cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Arboricultural Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.