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: "Alamo Turf Works",
description: "Alamo Turf Works is a San Antonio-based landscaping company specializing in lawn maintenance, landscape design, and turf management services. They serve residential and commercial properties throughout the San Antonio area, offering comprehensive outdoor solutions to keep properties looking their best year-round.",
url: "http://alamoturfworks.com/",
telephone: "+1-210-371-2125",
address: {
@type: "PostalAddress",
streetAddress: "2303 Abadeer Trail",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78253",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.459403599999998,
longitude: -98.74822429999999
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn maintenance, property managers with multiple residential or commercial properties, San Antonio residents wanting local expertise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Antonio Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Turf 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.