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: "M&R Catering Comp.",
description: "M&R Catering Company is a Tampa-based full-service catering operation offering customized menus for corporate events, weddings, private parties, and special occasions. With over two decades of experience, they handle everything from menu planning and food preparation to on-site service and setup, delivering quality cuisine tailored to each client's needs and budget.",
url: "http://mnrcatering.com/",
telephone: "+1-813-293-1995",
address: {
@type: "PostalAddress",
streetAddress: "3320 E Osborne Ave",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33610",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.9891203,
longitude: -82.42265909999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "33",
bestRating: "5"
},
areaServed: "Tampa and surrounding areas",
knowsAbout: "Catering, Corporate event planners, couples planning weddings, private party hosts, organizations seeking professional catering",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menu Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Event Support"
}
],
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.