/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);

Azouglou Sida (Tunisian Semolina Dessert)

Azouglou Sida is a beloved Tunisian dessert — a dense, syrup-soaked semolina cake with a rich, warming flavour of cinnamon and orange. Found at celebrations and family gatherings across Tunisia, it is intensely moist from the honey syrup poured over it while still warm. A true taste of Tunisian home cooking.

Ingredients

  • 500 g fine semolina
  • 200 g caster sugar
  • 200 ml vegetable oil
  • 3 eggs
  • 1 sachet of baking powder
  • Zest of 1 orange
  • 1 tsp ground cinnamon
  • 1 tsp vanilla extract

For the syrup

  • 300 ml water
  • 200 g sugar
  • 3 tbsp orange blossom water
  • 1 cinnamon stick
  • 1 dried orange slice

Instructions

  1. Preheat oven to 180°C (360°F). Grease a baking tin (30x20cm or round).
  2. Mix together semolina, sugar, baking powder, cinnamon, and orange zest.
  3. Beat in the eggs, oil, and vanilla until you have a smooth batter.
  4. Pour into the tin and bake for 30-35 minutes until golden on top and a skewer comes out clean.
  5. Meanwhile, make the syrup: combine all ingredients in a saucepan, bring to a boil, simmer for 10 minutes.
  6. As soon as the cake comes out of the oven, pour the hot syrup over it. Let it absorb for at least 1 hour.
  7. Cut into diamond shapes and decorate with a dried orange slice and cinnamon stick.

🌙 Sahtein! This dessert is even better the next day once fully soaked.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top