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: "Grace Landscape",
description: "Grace Landscape is a full-service landscaping company based in Austin specializing in landscape design, installation, and maintenance for residential properties. With a focus on quality workmanship and customer satisfaction, they handle everything from new landscape installations to ongoing maintenance services that keep yards looking beautiful year-round.",
telephone: "+1-512-810-4153",
address: {
@type: "PostalAddress",
streetAddress: "7212 Grand Canyon Dr unit b",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78752",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3294424,
longitude: -97.6939136
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking landscape design and installation, Customers wanting ongoing lawn maintenance, Residential property owners in the Austin area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential Focus"
}
],
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.