Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Martha’S Catering",
description: "Martha's Catering is a San Jose-based catering service specializing in delicious, home-style prepared foods for events of all sizes. With a strong reputation built on consistent quality and customer satisfaction, Martha's offers personalized catering solutions for corporate events, family gatherings, weddings, and special occasions. Their menu and service approach focus on making events memorable through authentic, flavorful cuisine and attentive service.",
telephone: "+1-408-841-6827",
address: {
@type: "PostalAddress",
streetAddress: "326 Commercial St",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.360753599999995,
longitude: -121.8991866
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "San Jose and surrounding Bay Area",
knowsAbout: "Catering, Corporate event planners, wedding hosts, family celebrations, community gatherings",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Home-Style Quality"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Event Solutions"
}
],
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.