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

Swedish Hygge Cinnamon Buns (Kanelbullar)

These cosy Swedish cinnamon buns are the very embodiment of “hygge” — the art of creating warmth and comfort. Fluffy, aromatic, and topped with a sweet icing glaze, they are best enjoyed with a cup of tea or coffee on a winter afternoon, wrapped in a blanket with a good book!

Ingredients

  • 500 g plain flour
  • 7 g instant yeast
  • 250 ml warm milk
  • 75 g butter, melted
  • 75 g caster sugar
  • 1 egg
  • 1 tsp cardamom (optional, traditional)
  • Pinch of salt

For the filling

  • 75 g butter, softened
  • 75 g brown sugar
  • 2 tbsp ground cinnamon

For the icing

  • 150 g icing sugar
  • 2-3 tbsp milk
  • 1/2 tsp vanilla extract

Instructions

  1. Mix the flour, yeast, sugar, salt, and cardamom. Add warm milk, melted butter, and egg. Knead for 10 minutes until smooth and elastic.
  2. Cover and leave to rise for 1 hour until doubled in size.
  3. Roll out into a rectangle. Spread the softened butter over the surface and sprinkle with cinnamon sugar.
  4. Roll up tightly and cut into rounds about 3 cm thick.
  5. Place on a lined baking tray, cover, and leave to prove for 30 minutes.
  6. Bake at 200°C (390°F) for 12-15 minutes until golden.
  7. Mix the icing ingredients and drizzle over the warm buns.

☕🍂 Enjoy these hygge buns warm — they’re best fresh from the oven!

Leave a Comment

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

Scroll to Top