Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "A Taste Of Elegance",
description: "A Taste of Elegance is a catering company in Stafford, VA specializing in upscale event dining for weddings, corporate functions, and private celebrations. They offer customizable menus with an emphasis on refined cuisine and elegant presentation, handling everything from intimate gatherings to larger events. The team works closely with clients to create memorable dining experiences tailored to their vision and budget.",
url: "http://www.tasteelegance.com/",
telephone: "+1-540-628-2763",
address: {
@type: "PostalAddress",
streetAddress: "2268 Courthouse Rd",
addressLocality: "Stafford",
addressRegion: "VA",
postalCode: "22554",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3959055,
longitude: -77.3586902
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "61",
bestRating: "5"
},
areaServed: "Stafford, VA and Northern Virginia",
knowsAbout: "Catering, Couples planning weddings, corporate event coordinators, individuals hosting upscale private celebrations, clients seeking refined cuisine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Menu Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Event Management"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Upscale Presentation Focus"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.