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: "SD Patio & Garden",
description: "SD Patio & Garden is a San Antonio-based general contracting service specializing in outdoor living spaces and garden design. The business transforms backyards into functional and beautiful environments through hardscaping, patio construction, and landscape design services. They work directly with homeowners to create custom outdoor spaces tailored to individual preferences and property layouts.",
telephone: "+1-210-838-3887",
address: {
@type: "PostalAddress",
streetAddress: "7407 Shady Hollow Ln",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78255",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.5909752,
longitude: -98.6336063
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Hardscaping & Patios, Homeowners wanting custom patio design, Outdoor entertaining space creators, Properties needing landscape transformation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Outdoor Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Hardscaping"
}
],
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.