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: "Ray's Catering",
description: "Ray's Catering is a full-service catering company based in Novato specializing in customized menus for events of all sizes. They offer drop-off and on-site catering services with fresh, quality ingredients and flexible dietary accommodations. Ray's works closely with clients to create memorable dining experiences tailored to each event's unique needs.",
url: "http://www.rayscatering.com/",
telephone: "+1-415-883-4939",
address: {
@type: "PostalAddress",
streetAddress: "118 Hamilton Dr A",
addressLocality: "Novato",
addressRegion: "CA",
postalCode: "94949",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.073935,
longitude: -122.5391432
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Novato, CA and surrounding North Bay communities",
knowsAbout: "Catering, Corporate events, weddings, family celebrations, non-profit fundraisers, guests with dietary restrictions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menu Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Service Options"
}
],
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.