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

Austrian Apple Strudel (Apfelstrudel)

Apfelstrudel is one of Austria’s most beloved pastries — paper-thin strudel dough wrapped around a fragrant apple filling with raisins, cinnamon, and breadcrumbs. Whether you make the traditional hand-stretched dough or use ready-made filo, the result is always spectacular. A Viennese café classic!

Ingredients (serves 6-8)

  • 6 sheets of filo pastry (or traditional strudel dough)
  • 6 cooking apples (Bramley or Granny Smith), peeled and thinly sliced
  • 100 g raisins or sultanas
  • 100 g caster sugar
  • 2 tsp ground cinnamon
  • 1/4 tsp ground nutmeg
  • 50 g toasted breadcrumbs
  • 100 g butter, melted
  • Zest of 1 lemon
  • Icing sugar for dusting

Instructions

  1. Mix the apple slices with sugar, cinnamon, nutmeg, raisins, and lemon zest. Leave to macerate for 15 minutes.
  2. Preheat oven to 190°C (375°F). Butter a baking tray.
  3. Lay a sheet of filo pastry on a clean tea towel, brush with melted butter. Repeat with remaining sheets, layering them on top of each other.
  4. Scatter the breadcrumbs over the pastry, leaving a border.
  5. Arrange the apple mixture along one long edge of the pastry.
  6. Using the tea towel, roll the pastry up around the filling, tucking in the ends. Place seam-side down on the tray.
  7. Brush all over with melted butter.
  8. Bake for 35-40 minutes until golden and crisp.
  9. Dust with icing sugar and serve warm with cream or vanilla sauce.

🎼 Mahlzeit! Enjoy this Viennese classic warm from the oven.

Leave a Comment

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

Scroll to Top