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: "X Scapes",
description: "X Scapes is a general contracting and landscaping company based in Henderson that specializes in outdoor design and installation services. With a 4.8-star rating from customers, they deliver quality workmanship across residential landscaping projects including landscape design, hardscaping, and property improvements.",
telephone: "+1-702-604-7664",
address: {
@type: "PostalAddress",
streetAddress: "1173 Horizon Range Ave",
addressLocality: "Henderson",
addressRegion: "NV",
postalCode: "89012",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.022248399999995,
longitude: -115.0363696
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Henderson, NV and surrounding Las Vegas Valley areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking landscape redesigns, Henderson residents wanting hardscaping features, property owners planning outdoor renovations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced General Contractor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customer-Focused Service"
}
],
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.