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: "Maria's Catering Inc.",
description: "Maria's Catering is a full-service Italian catering company with over 20 years of experience serving Watertown and surrounding areas. They specialize in weddings, corporate events, and private celebrations, offering customized menus ranging from casual buffets to elegant sit-down dinners. Maria's also operates a carry-out service with select menu items available for pick-up at their Watertown location.",
url: "https://www.mariacatering.com/",
telephone: "+1-617-926-5144",
address: {
@type: "PostalAddress",
streetAddress: "104 School St",
addressLocality: "Watertown",
addressRegion: "MA",
postalCode: "02472",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.365997,
longitude: -71.16600489999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Watertown, MA and surrounding areas",
knowsAbout: "Catering, Wedding couples, Corporate event planners, Private celebration hosts, Families seeking Italian cuisine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "20+ Years Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service & Customizable"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Carry-Out Available"
}
],
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.