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: "Urban Taste Catering Co",
description: "Urban Taste Catering Co is a full-service catering company based in Plano that specializes in delivering high-quality cuisine for corporate events, weddings, and private gatherings. They offer customizable menus featuring diverse culinary styles and handle everything from planning to on-site service, making them a one-stop solution for events of any size.",
url: "http://www.urbantastecatering.com/",
telephone: "+1-214-997-3789",
address: {
@type: "PostalAddress",
streetAddress: "2011 Spring Creek Pkwy # 2000",
addressLocality: "Plano",
addressRegion: "TX",
postalCode: "75023",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.059728,
longitude: -96.731894
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "52",
bestRating: "5"
},
areaServed: "Plano and surrounding Dallas-Fort Worth metroplex",
knowsAbout: "Catering, Corporate event planners, wedding couples, private party hosts, businesses hosting client appreciation events",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Management"
}
],
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.