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: "Enchanted Garden Landscape",
description: "Enchanted Garden Landscape is a full-service landscaping company serving the Phoenix area with comprehensive outdoor design and maintenance solutions. They specialize in landscape design, installation, and ongoing maintenance for both residential and commercial properties. With a strong focus on creating beautiful, functional outdoor spaces, they handle everything from initial design consultation through seasonal upkeep and irrigation services.",
url: "https://enchantedgardenaz.com/",
telephone: "+1-520-924-6714",
address: {
@type: "PostalAddress",
streetAddress: "21602 N 21st Ave",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6827287,
longitude: -112.1046049
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "35",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas, Arizona",
knowsAbout: "Landscaping & Lawn Care, Homeowners wanting landscape design and maintenance, Commercial property managers, Residents seeking year-round lawn care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.