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: "APULULU kitchen",
description: "APULULU Kitchen is a Latin-inspired, Cuban-Mexican fusion restaurant with a Spanish touch, led by a passionate couple dedicated to culinary artistry. They specialize in creative catering services and private chef experiences, serving the Tampa Bay area with thoughtfully designed menus crafted around their clients' needs and schedules. Their offerings range from pop-up events to in-home dining experiences, combining authentic Latin flavors with innovative fusion cuisine.",
url: "https://apululukitchen.com/",
telephone: "+1-786-384-0389",
address: {
@type: "PostalAddress",
streetAddress: "515 22nd St S suite 130-1",
addressLocality: "St. Petersburg",
addressRegion: "FL",
postalCode: "33712",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7658602,
longitude: -82.66363659999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "51",
bestRating: "5"
},
areaServed: "Tampa Bay area including St. Petersburg, Tampa, and Clearwater",
knowsAbout: "Catering, Special event hosts seeking unique Latin fusion cuisine, couples celebrating milestones, corporate events wanting distinctive catering, intimate dinner experiences",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Private Chef Experiences"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Culinary Artistry Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Latin Fusion Specialty"
}
],
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.