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: "Essence Bakery Cafe",
description: "Essence Bakery Cafe is an independent Phoenix bakery and cafe specializing in fresh-baked breads, pastries, cakes, and sandwiches. Known for high-quality ingredients and artisanal baking techniques, they serve breakfast and lunch in a casual cafe setting. The business combines a full bakery operation with a small cafe, making it a destination for both grab-and-go items and sit-down dining.",
url: "http://www.essencebakery.com/",
telephone: "+1-602-296-4958",
address: {
@type: "PostalAddress",
streetAddress: "3830 E Indian School Rd",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85018",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4954687,
longitude: -111.9985865
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "797",
bestRating: "5"
},
areaServed: "Phoenix, Arizona",
knowsAbout: "Catering, Coffee and pastry lovers, breakfast seekers, those wanting fresh-baked goods, local food enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Artisanal Baking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Cafe Seating"
}
],
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.