Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Yard By Design",
description: "Yard By Design is a San Antonio-based landscaping company specializing in landscape design, installation, and maintenance for residential properties. They handle everything from initial design concepts to planting, hardscaping, irrigation systems, and ongoing lawn care, offering comprehensive outdoor transformation services. With a focus on quality craftsmanship and customer satisfaction, they serve homeowners looking to enhance their outdoor spaces.",
url: "https://yardbydesign.com/",
telephone: "+1-210-638-8804",
address: {
@type: "PostalAddress",
streetAddress: "7001 I-10 #309",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.49797,
longitude: -98.547057
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "30",
bestRating: "5"
},
areaServed: "San Antonio and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners wanting landscape design, residential property maintenance, landscape upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Landscaping"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Antonio Experience"
}
],
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.