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

Baklava (Tunisian Style)

Baklava is one of the great jewels of Mediterranean and Middle Eastern pastry — layers of paper-thin filo dough filled with crushed nuts and soaked in a fragrant honey syrup. This Tunisian version features almonds and walnuts with a delicate orange blossom syrup. Each bite is an explosion of sweetness, crunch, and perfume.

Ingredients (makes about 30 pieces)

  • 500 g filo pastry sheets
  • 200 g unsalted butter, melted
  • 300 g mixed nuts (almonds, walnuts, pistachios), finely chopped
  • 2 tsp ground cinnamon
  • 50 g caster sugar

For the syrup

  • 300 g honey
  • 150 ml water
  • 3 tbsp orange blossom water
  • Juice of 1/2 lemon

Instructions

  1. Preheat oven to 180°C (360°F). Butter a 30x20cm baking tin.
  2. Mix the chopped nuts with cinnamon and sugar.
  3. Layer 8 sheets of filo in the tin, brushing each with melted butter.
  4. Spread half the nut mixture over the filo.
  5. Layer 4 more sheets of filo, brushing each with butter.
  6. Spread the remaining nut mixture. Top with the remaining filo sheets, brushing each with butter.
  7. Cut through all layers into diamond or square shapes before baking.
  8. Bake for 40-45 minutes until deep golden brown.
  9. Meanwhile, simmer all syrup ingredients for 5 minutes. Remove from heat.
  10. Pour the hot syrup over the hot baklava immediately. Leave to cool completely (at least 4 hours).

🍯 Sahtein! Baklava improves with time — the flavours deepen overnight.

Leave a Comment

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

Scroll to Top