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

Tunisian Orange Cake (Gâteau Tunisien à l’Orange)

This fragrant Tunisian orange cake, known locally as “Meskouta”, is made with fresh orange juice and zest, giving it an intensely fruity, moist crumb. Soaked in a delicate orange syrup and decorated with cinnamon and star anise, it is a beloved dessert across North Africa. Simple, aromatic, and utterly delicious.

Ingredients

  • 3 eggs
  • 200 g caster sugar
  • 200 ml orange juice (freshly squeezed)
  • Zest of 2 oranges
  • 150 ml neutral vegetable oil
  • 250 g plain flour
  • 1 sachet of baking powder (11g)
  • 1 tsp vanilla extract
  • 1 tsp ground cinnamon

For the orange syrup

  • 100 ml orange juice
  • 50 g sugar
  • 1 cinnamon stick
  • 1 star anise

Instructions

  1. Preheat the oven to 180°C (360°F). Grease and flour a round 22cm cake tin.
  2. Beat the eggs and sugar together until pale and fluffy.
  3. Mix in the oil, orange juice, zest, and vanilla.
  4. Sift in the flour, baking powder, and cinnamon. Fold to combine.
  5. Pour into the tin and bake for 35-40 minutes until a skewer comes out clean.
  6. Make the syrup: combine all ingredients in a small pan, bring to a boil, simmer for 5 minutes, then cool slightly.
  7. When the cake comes out of the oven, immediately pour the syrup over the top. Leave to soak for 15 minutes before serving.
  8. Decorate with a cinnamon stick, star anise, and orange slices.

🍊 Sahtein! This cake keeps beautifully moist for several days.

Leave a Comment

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

Scroll to Top