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: "Ashley Manor",
description: "Ashley Manor is an elegant event venue in Chandler specializing in weddings and special occasions. Located at 1380 S Price Rd, this full-service venue provides a sophisticated setting for ceremonies, receptions, and celebrations. The venue offers customizable event spaces designed to accommodate various guest counts and celebration styles.",
telephone: "+1-480-857-2479",
address: {
@type: "PostalAddress",
streetAddress: "1380 S Price Rd",
addressLocality: "Chandler",
addressRegion: "AZ",
postalCode: "85286",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.2853711,
longitude: -111.8930429
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Chandler and greater Phoenix metropolitan area",
knowsAbout: "Event & Wedding Venues, Engaged couples, Wedding planners, Event hosts seeking full-service venue options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Wedding Venue"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Chandler Location"
}
],
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.