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: "G’s Landscaping & More",
description: "G's Landscaping & More is a full-service landscaping company based in Austin that handles everything from landscape design and installation to maintenance, hardscaping, and outdoor living spaces. The team specializes in creating custom outdoor environments tailored to each client's needs and budget. They serve residential and commercial properties across the Austin area with professional expertise and attention to detail.",
url: "https://glandscapingandmore.com/",
telephone: "+1-512-883-8127",
address: {
@type: "PostalAddress",
streetAddress: "8911 N Capital of Texas Hwy",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78759",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3871761,
longitude: -97.7595579
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "266",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking comprehensive landscape redesigns, property managers needing ongoing maintenance, builders and developers requiring landscaping expertise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Scope"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Design Expertise"
}
],
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.