/home/ // IndexNow: Auto-notify Bing/Yandex when content is published add_action('save_post', function($post_id, $post, $update) { if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return; if ($post->post_status !== 'publish') return; if (!in_array($post->post_type, array('post', 'page'))) return; $url = get_permalink($post_id); $body = wp_json_encode(array( 'host' => 'delicesduboutdumonde.com', 'key' => 'dbdm2025seoindexnow', 'urlList' => array($url) )); wp_remote_post('https://api.indexnow.org/indexnow', array( 'headers' => array('Content-Type' => 'application/json; charset=utf-8'), 'body' => $body, 'timeout' => 5, 'blocking' => false )); wp_remote_post('https://www.bing.com/indexnow', array( 'headers' => array('Content-Type' => 'application/json; charset=utf-8'), 'body' => $body, 'timeout' => 5, 'blocking' => false )); }, 10, 3);// Serve IndexNow key file add_action('init', function() { if (!isset($_SERVER['REQUEST_URI'])) return; $uri = sanitize_text_field($_SERVER['REQUEST_URI']); if (strpos($uri, 'dbdm2025seoindexnow.txt') !== false) { status_header(200); header('Content-Type: text/plain'); echo 'dbdm2025seoindexnow'; exit; } });// Add "Related Recipes" section at bottom of posts for internal linking add_filter('the_content', function($content) { if (!is_single() || get_post_type() !== 'post') return $content;$cats = wp_get_post_categories(get_the_ID(), array('fields' => 'ids')); if (empty($cats)) return $content;$related = get_posts(array( 'category__in' => $cats, 'post__not_in' => array(get_the_ID()), 'posts_per_page' => 4, 'orderby' => 'rand' ));if (empty($related)) return $content;$output = '';return $content . $output; }, 20);

What are the dining etiquette rules in Morocco?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3319
    Marco Bellini
    Participant

    Just got back from a week in Marrakech and I already want to go back. But I realised I made a few mistakes at the table — especially when we were invited to eat at a local family’s home. Nothing dramatic but I could tell a couple of things felt a bit off. For anyone planning to go, what should you know before sitting down to eat in Morocco?

    #3321
    Lucas Ferreira
    Participant

    Oh I can speak to this one — I lived in Fez for almost two years so I ate in a lot of homes there. The thing that takes most people by surprise is the hand thing. You eat with your right hand, always. The left hand is considered unclean and using it at the table — even just to pass the bread — is noticed. It’s one of those things nobody will say anything about directly, they’re far too polite, but it matters.

    The bread, called khobz, is used as a kind of utensil. You tear it and use it to scoop up the tagine or whatever’s in the shared dish. There are rarely individual plates in a traditional home — everyone eats from the same big dish in the center of the table, and you eat from the section directly in front of you, not from across the dish.

    If you’re invited into someone’s home, expect the host to keep loading your side of the dish with the best pieces of meat or the choicest vegetables. The polite thing is to eat it, not resist. Refusing food that’s offered repeatedly is genuinely rude. Say “bismillah” before you start eating — even if you’re not Muslim, it’s appreciated as a sign of respect.

    Oh and tea. The mint tea is a ritual, not just a drink. It’ll be poured from a height to create foam and you’ll be offered several glasses. Declining the first glass is considered acceptable but refusing all of it can feel like a snub. Just drink the tea, it’s amazing anyway.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Scroll to Top