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: "Foxtail Catering & Events",
description: "Foxtail Catering & Events is a full-service catering company based in San Francisco specializing in weddings, corporate events, and private celebrations. They offer customizable menus, on-site food preparation, and complete event coordination to create memorable dining experiences tailored to each client's vision and budget.",
url: "https://foxtailcatering.com/weddings/",
telephone: "+1-415-282-2600",
address: {
@type: "PostalAddress",
streetAddress: "2565 3rd St #311",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7570724,
longitude: -122.3878566
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "34",
bestRating: "5"
},
areaServed: "San Francisco and surrounding Bay Area",
knowsAbout: "Catering, Couples planning weddings, Corporate event planners, Private celebration hosts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "San Francisco Based"
}
],
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.