KatieJakes Enhanced Schema.org (Primary)
Corrected and enhanced Schema.org representation with proper entity classification.
Schema Type: Restaurant
Reasoning: I chose @type Restaurant because this entity's primary purpose is food service, as evidenced by the comprehensive menu data, cuisine types, opening hours, and online ordering system designed specifically for food pickup and delivery.
{
"@context": "https://schema.org",
"@type": "Restaurant",
"@id": "https://katiejakesbar.com/directory/jasmine_restaurant.html",
"identifier": "jasmine_restaurant",
"name": "Jasmine Cafe",
"url": "https://www.orderjasminerestaurant.com/",
"description": "Jasmine Cafe is a Middle Eastern restaurant located at 1240 Lakes Drive in West Covina, California 91790. The establishment operates primarily as an online ordering platform, offering pickup and delivery services for a diverse menu that includes Middle Eastern cuisine, gyros, salads, wraps, coffee and tea, and desserts. The restaurant maintains regular hours Monday through Thursday and weekends from 11:00 AM to 11:59 PM, with slightly modified Friday hours from 11:30 AM to 11:30 PM. Jasmine Cafe provides phone ordering at (626) 699-1181 and has established an online presence through their ordering website. The restaurant has received customer ratings, though with a modest aggregate score of 56 out of 100 based on 9 reviews. Their service model focuses on convenient takeout and pickup options, making them accessible for customers seeking Middle Eastern and Mediterranean flavors in the West Covina area.",
"datePublished": "2026-01-14T18:39:48.890794Z",
"publisher": {
"@type": "Restaurant",
"name": "KatieJakes Bar Directory",
"url": "https://katiejakesbar.com"
},
"telephone": "6266991181",
"address": {
"@type": "PostalAddress",
"streetAddress": "1240 LAKES DRIVE",
"addressLocality": "WEST COVINA",
"addressRegion": "California",
"postalCode": "91790",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "34.0706999",
"longitude": "-117.9227491"
},
"servesCuisine": [
"Coffee and Tea",
"Dessert",
"Gyro",
"Middle Eastern",
"Salads",
"Wraps"
],
"priceRange": "$",
"hasMenu": "https://www.orderjasminerestaurant.com",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
],
"opens": "11:00",
"closes": "23:59"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Friday"
],
"opens": "11:30",
"closes": "23:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Saturday",
"Sunday"
],
"opens": "11:00",
"closes": "23:59"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "56",
"ratingCount": "9",
"bestRating": "100",
"worstRating": "0"
},
"potentialAction": {
"@type": "OrderAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.orderjasminerestaurant.com"
},
"deliveryMethod": "http://purl.org/goodrelations/v1#DeliveryModePickUp"
}
}
Recursive-LD: Dimensional Reasoning Layer
Advanced entity classification for AI reasoning systems.
This layer captures structural behavior, identity multiplicity, and relational topology that Schema.org cannot express.
It helps AI systems reason about how to think about this entity, not just what it is.
Functional Role
What role does this entity play in its ecosystem?
service_provider food_distributor order_processor
Interaction Geometry
How information flows through this entity:
| Flow Type |
Pattern |
| Primary Flow | customers → online ordering platform → food preparation → pickup fulfillment |
| Secondary Flow | phone orders → direct service → customer pickup |
Temporal Behavior
Time dynamics (not business hours):
| Attribute |
Value |
| Mode | continuous |
| Cadence | constant |
| Event Intensification | No |
Identity Tension
Multiplicities that Schema.org cannot express:
restaurant vs online platform cafe vs full-service restaurant
Negative Space
What this entity explicitly does NOT do (critical for avoiding misclassification):
non_dine_in_focused non_delivery_intensive non_entertainment_venue
Stability Profile
| Attribute |
Level |
| Identity Coherence | high |
| Format Persistence | high |
| Volatility | low |
Relational Surface
Topological connections (without invented facts):
| Relation Type |
Value |
| Connects | customers, food_suppliers, delivery_platforms |
| Acts As | service_endpoint |
Complete Recursive-LD JSON
Machine-readable dimensional reasoning layer (also in <head> as Schema.org StructuredValue)
{
"functional_role": [
"service_provider",
"food_distributor",
"order_processor"
],
"interaction_geometry": {
"primary_flow": "customers → online ordering platform → food preparation → pickup fulfillment",
"secondary_flow": "phone orders → direct service → customer pickup"
},
"temporal_behavior": {
"mode": "continuous",
"cadence": "constant",
"event_intensification": false
},
"identity_tension": [
"restaurant vs online platform",
"cafe vs full-service restaurant"
],
"negative_space": [
"non_dine_in_focused",
"non_delivery_intensive",
"non_entertainment_venue"
],
"stability_profile": {
"identity_coherence": "high",
"format_persistence": "high",
"volatility": "low"
},
"relational_surface": {
"connects": [
"customers",
"food_suppliers",
"delivery_platforms"
],
"acts_as": "service_endpoint"
}
}
Source Schema.org Data (Provenance)
Original schema extracted from target website for provenance and comparison.
[
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "JASMINE CAFE",
"description": "",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
],
"opens": "11:00",
"closes": "23:59"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Friday"
],
"opens": "11:30",
"closes": "23:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Saturday",
"Sunday"
],
"opens": "11:00",
"closes": "23:59"
}
],
"telephone": "6266991181",
"menu": "https://www.orderjasminerestaurant.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "WEST COVINA",
"addressRegion": "California",
"postalCode": "91790",
"streetAddress": "1240 LAKES DRIVE",
"addressCountry": "US"
},
"servesCuisine": [
"Coffee and Tea",
"Dessert",
"Gyro",
"Middle Eastern",
"Salads",
"Wraps"
],
"image": "https://menufyproduction.imgix.net/638180255475843945+1114757.png?auto=compress,format&h=1080&w=1920&fit=max",
"geo": {
"@type": "GeoCoordinates",
"latitude": "34.0706999 ",
"longitude": "-117.9227491"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 56,
"ratingCount": 9,
"bestRating": 100,
"worstRating": 0
},
"potentialAction": {
"@type": "OrderAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.orderjasminerestaurant.com?utm_campaign=google-order-action-link",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/IOSPlatform",
"http://schema.org/AndroidPlatform"
],
"inLanguage": "en-US"
},
"deliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModePickUp"
]
}
}
]
Complete Master Bundle (Raw JSON)
{
"target": {
"id": "jasmine_restaurant",
"name": "Jasmine Restaurant",
"url": "https://www.orderjasminerestaurant.com/",
"entity_type": "restaurant"
},
"metadata": {
"created_at": "2026-01-14T18:38:36.581418Z",
"source_directory": "batch_06/jasmine_restaurant"
},
"extraction": {
"http": {
"status_code": 200,
"final_url": "https://www.orderjasminerestaurant.com/"
},
"seo": {
"title": "JASMINE CAFE - WEST COVINA, CA 91790 (Menu & Order Online)",
"meta_description": "Online ordering menu for JASMINE CAFE. ",
"canonical_url": "",
"og_tags": {
"og:title": "JASMINE CAFE - WEST COVINA, CA 91790 (Menu & Order Online)",
"og:type": "restaurant",
"og:url": "orderjasminerestaurant.com",
"og:image": "https://menufyproduction.imgix.net/638180255475843945+1114757.png?auto=compress,format&h=1080&w=1920&fit=max",
"og:description": "Online ordering menu for JASMINE CAFE. "
},
"twitter_tags": {},
"all_meta_tags": {
"viewport": "width=device-width, initial-scale=1, shrink-to-fit=no",
"description": "Online ordering menu for JASMINE CAFE. ",
"keywords": "Online Ordering,Menu,Carryout,Pickup,Togo",
"fb:page_id": "197500906955071",
"fb:admins": "7727820",
"og:title": "JASMINE CAFE - WEST COVINA, CA 91790 (Menu & Order Online)",
"og:type": "restaurant",
"og:url": "orderjasminerestaurant.com",
"og:image": "https://menufyproduction.imgix.net/638180255475843945+1114757.png?auto=compress,format&h=1080&w=1920&fit=max",
"og:description": "Online ordering menu for JASMINE CAFE. "
}
},
"schema_org_source": [
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "JASMINE CAFE",
"description": "",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
],
"opens": "11:00",
"closes": "23:59"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Friday"
],
"opens": "11:30",
"closes": "23:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Saturday",
"Sunday"
],
"opens": "11:00",
"closes": "23:59"
}
],
"telephone": "6266991181",
"menu": "https://www.orderjasminerestaurant.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "WEST COVINA",
"addressRegion": "California",
"postalCode": "91790",
"streetAddress": "1240 LAKES DRIVE",
"addressCountry": "US"
},
"servesCuisine": [
"Coffee and Tea",
"Dessert",
"Gyro",
"Middle Eastern",
"Salads",
"Wraps"
],
"image": "https://menufyproduction.imgix.net/638180255475843945+1114757.png?auto=compress,format&h=1080&w=1920&fit=max",
"geo": {
"@type": "GeoCoordinates",
"latitude": "34.0706999 ",
"longitude": "-117.9227491"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 56,
"ratingCount": 9,
"bestRating": 100,
"worstRating": 0
},
"potentialAction": {
"@type": "OrderAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.orderjasminerestaurant.com?utm_campaign=google-order-action-link",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/IOSPlatform",
"http://schema.org/AndroidPlatform"
],
"inLanguage": "en-US"
},
"deliveryMethod": [
"http://purl.org/goodrelations/v1#DeliveryModePickUp"
]
}
}
],
"contact": {
"emails": [],
"phones": [
"8504229201",
"6266991181",
"19750090695",
"1035272982",
"6390369559",
"17680988006",
"5663249785",
"6381802554",
"-1094615308",
".1768098801"
],
"addresses": [
{
"@type": "PostalAddress",
"addressLocality": "WEST COVINA",
"addressRegion": "California",
"postalCode": "91790",
"streetAddress": "1240 LAKES DRIVE",
"addressCountry": "US"
}
],
"social_profiles": {}
},
"hours": {
"found": true,
"raw_hours_text": "",
"schema_hours": [
[
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
],
"opens": "11:00",
"closes": "23:59"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Friday"
],
"opens": "11:30",
"closes": "23:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Saturday",
"Sunday"
],
"opens": "11:00",
"closes": "23:59"
}
]
],
"always_open": false
},
"menu": {
"found": true,
"menu_urls": [
"https://www.orderjasminerestaurant.com/menu"
],
"menu_pdf_urls": [],
"menu_items": [
"Your cart is empty.\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\n\n\t\t\n\n\t\n\t\n\t\t\n\t\t\tClose Cart\n\t\t\n\t\t\n\t\t\t Checkout\n\t\t\t$0.00",
"View Cart 0$0.00"
],
"menu_sections": [],
"raw_menu_text": "\n\n===== MENU FROM: https://www.orderjasminerestaurant.com/menu =====\n\nCollapse Menu Your cart is empty. Checkout $0.00",
"has_prices": true,
"price_range": "$"
},
"cuisine": [
"American",
"Bar",
"Cafe",
"Coffee"
],
"reviews": {
"found": false,
"rating": null,
"review_count": null
},
"navigation": {
"primary_nav": [],
"footer_nav": [],
"all_internal_links": []
},
"images": {
"total_images": 0,
"images": [],
"images_with_alt": 0
},
"pages": []
},
"content": {
"full_text": "================================================================================\nFULL TEXT EXTRACTION: Jasmine Restaurant\nURL: https://www.orderjasminerestaurant.com/\nExtracted: 2026-01-11T02:35:53.327695Z\n================================================================================\n\n\n────────────────────────────────────────────────────────────────────────────────\nMENU CONTENT\n────────────────────────────────────────────────────────────────────────────────\n\n\n\n===== MENU FROM: https://www.orderjasminerestaurant.com/menu =====\n\nCollapse Menu Your cart is empty. Checkout $0.00\n\n",
"word_count": 28,
"pages_crawled": 0
},
"files": {
"screenshot": "batch_06/jasmine_restaurant/screenshot_20260111T023553.png",
"source_directory": "batch_06/jasmine_restaurant"
},
"ai_summary": {
"summary_text": "Jasmine Cafe is a Middle Eastern restaurant located at 1240 Lakes Drive in West Covina, California 91790. The establishment operates primarily as an online ordering platform, offering pickup and delivery services for a diverse menu that includes Middle Eastern cuisine, gyros, salads, wraps, coffee and tea, and desserts. The restaurant maintains regular hours Monday through Thursday and weekends from 11:00 AM to 11:59 PM, with slightly modified Friday hours from 11:30 AM to 11:30 PM. Jasmine Cafe provides phone ordering at (626) 699-1181 and has established an online presence through their ordering website. The restaurant has received customer ratings, though with a modest aggregate score of 56 out of 100 based on 9 reviews. Their service model focuses on convenient takeout and pickup options, making them accessible for customers seeking Middle Eastern and Mediterranean flavors in the West Covina area.",
"structured_data": {
"business_type": "Middle Eastern Restaurant",
"cuisine_type": "Middle Eastern, Mediterranean, Coffee and Tea",
"price_range": "$",
"key_features": [
"Online ordering",
"Pickup service",
"Middle Eastern cuisine",
"Coffee and tea",
"Gyros and wraps"
],
"best_for": [
"Takeout dining",
"Middle Eastern food",
"Quick pickup meals",
"Online ordering convenience"
]
},
"jsonld_schema": {
"@context": "https://schema.org",
"@type": "Restaurant",
"@id": "https://katiejakesbar.com/directory/jasmine_restaurant.html",
"identifier": "jasmine_restaurant",
"name": "Jasmine Cafe",
"url": "https://www.orderjasminerestaurant.com/",
"description": "Jasmine Cafe is a Middle Eastern restaurant located at 1240 Lakes Drive in West Covina, California 91790. The establishment operates primarily as an online ordering platform, offering pickup and delivery services for a diverse menu that includes Middle Eastern cuisine, gyros, salads, wraps, coffee and tea, and desserts. The restaurant maintains regular hours Monday through Thursday and weekends from 11:00 AM to 11:59 PM, with slightly modified Friday hours from 11:30 AM to 11:30 PM. Jasmine Cafe provides phone ordering at (626) 699-1181 and has established an online presence through their ordering website. The restaurant has received customer ratings, though with a modest aggregate score of 56 out of 100 based on 9 reviews. Their service model focuses on convenient takeout and pickup options, making them accessible for customers seeking Middle Eastern and Mediterranean flavors in the West Covina area.",
"datePublished": "2026-01-14T18:39:48.890794Z",
"publisher": {
"@type": "Restaurant",
"name": "KatieJakes Bar Directory",
"url": "https://katiejakesbar.com"
},
"telephone": "6266991181",
"address": {
"@type": "PostalAddress",
"streetAddress": "1240 LAKES DRIVE",
"addressLocality": "WEST COVINA",
"addressRegion": "California",
"postalCode": "91790",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "34.0706999",
"longitude": "-117.9227491"
},
"servesCuisine": [
"Coffee and Tea",
"Dessert",
"Gyro",
"Middle Eastern",
"Salads",
"Wraps"
],
"priceRange": "$",
"hasMenu": "https://www.orderjasminerestaurant.com",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
],
"opens": "11:00",
"closes": "23:59"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Friday"
],
"opens": "11:30",
"closes": "23:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Saturday",
"Sunday"
],
"opens": "11:00",
"closes": "23:59"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "56",
"ratingCount": "9",
"bestRating": "100",
"worstRating": "0"
},
"potentialAction": {
"@type": "OrderAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.orderjasminerestaurant.com"
},
"deliveryMethod": "http://purl.org/goodrelations/v1#DeliveryModePickUp"
}
},
"recursive_reflection": {
"functional_role": [
"service_provider",
"food_distributor",
"order_processor"
],
"interaction_geometry": {
"primary_flow": "customers → online ordering platform → food preparation → pickup fulfillment",
"secondary_flow": "phone orders → direct service → customer pickup"
},
"temporal_behavior": {
"mode": "continuous",
"cadence": "constant",
"event_intensification": false
},
"identity_tension": [
"restaurant vs online platform",
"cafe vs full-service restaurant"
],
"negative_space": [
"non_dine_in_focused",
"non_delivery_intensive",
"non_entertainment_venue"
],
"stability_profile": {
"identity_coherence": "high",
"format_persistence": "high",
"volatility": "low"
},
"relational_surface": {
"connects": [
"customers",
"food_suppliers",
"delivery_platforms"
],
"acts_as": "service_endpoint"
}
},
"schema_type_reasoning": "I chose @type Restaurant because this entity's primary purpose is food service, as evidenced by the comprehensive menu data, cuisine types, opening hours, and online ordering system designed specifically for food pickup and delivery."
}
}