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: "Georgio's Catering Co.",
description: "Georgio's Catering Co. is a full-service catering and events company in Tacoma offering complete event planning, catering, décor, and bar services. Founded by Aubrey and Paul, they handle everything from food preparation and service to venue decoration and beverage management, making them a one-stop solution for weddings, corporate events, and private celebrations.",
url: "http://www.georgioscatering.com/",
telephone: "+1-253-232-3615",
address: {
@type: "PostalAddress",
streetAddress: "3812 S Wright Ave",
addressLocality: "Tacoma",
addressRegion: "WA",
postalCode: "98409",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.2300396,
longitude: -122.4868287
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Tacoma and surrounding Pierce County communities",
knowsAbout: "Catering, Wedding couples, Corporate event planners, Private party hosts, Large celebration organizers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Event Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
}
],
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.