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: "Indian Rocks Eats Catering",
description: "Indian Rocks Eats Catering is a full-service catering company based in Largo that specializes in customized menus for events of all sizes. They offer both on-site catering and drop-off options, with a focus on fresh, quality ingredients and personalized service. The restaurant also operates as a casual dining spot and offers food delivery and takeaway for everyday meals.",
url: "http://ireats.org/",
telephone: "+1-727-593-8789",
address: {
@type: "PostalAddress",
streetAddress: "12685 Ulmerton Rd",
addressLocality: "Largo",
addressRegion: "FL",
postalCode: "33774",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.8832395,
longitude: -82.8151525
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "35",
bestRating: "5"
},
areaServed: "Largo, FL and surrounding Pinellas County areas",
knowsAbout: "Catering, Event planners, corporate clients, families hosting celebrations, those seeking convenient food delivery",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Catering Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Concept"
}
],
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.