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: "Goodrich Gourmet Catering Company",
description: "Goodrich Gourmet Catering Company is a full-service caterer based in Virginia Beach that specializes in custom menus for weddings, corporate events, and private celebrations. They offer on-site cooking, bar and beverage service, and work with clients to accommodate dietary needs. With years of experience and a commitment to quality ingredients and personalized service, they handle events of all sizes from intimate gatherings to large celebrations.",
url: "http://www.goodrichgourmet.com/",
telephone: "+1-757-424-2424",
address: {
@type: "PostalAddress",
streetAddress: "5660 Indian River Rd # 113",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23464",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8060672,
longitude: -76.18950610000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "113",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Catering, Couples planning weddings, corporate event planners, private event hosts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menu Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Cooking & Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Versatile Event Experience"
}
],
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.