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: "Boerjan’s Landscaping & Design LLC",
description: "Boerjan's Landscaping & Design LLC is a full-service landscaping company based in San Antonio offering comprehensive landscape design, installation, and maintenance services. Their team specializes in creating custom outdoor spaces with professional planting, hardscaping, and ongoing lawn care tailored to each client's vision and property needs.",
url: "http://boerjanlandscapedesign.com/",
telephone: "+1-210-310-8979",
address: {
@type: "PostalAddress",
streetAddress: "331 E Quill Dr",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78228",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.471142399999994,
longitude: -98.56559589999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "136",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking landscape design, residential property owners wanting regular lawn maintenance, San Antonio residents planning outdoor renovations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Design Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Project Scope"
}
],
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.