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

Choucroute Garnie (Alsatian Sauerkraut)

Choucroute garnie is the ultimate Alsatian comfort food — a hearty platter of slow-cooked sauerkraut loaded with sausages, salted pork, and potatoes. This beloved dish from the Alsace region of France is a celebration of fermented cabbage at its finest, richly flavoured with juniper berries, bay leaves, and Riesling wine.

Ingredients (serves 4-6)

  • 1 kg sauerkraut (fermented cabbage)
  • 2 knackwurst or frankfurter sausages per person
  • 200 g smoked bacon or lard fumé
  • 4 pork chops or smoked pork knuckle
  • 500 g new potatoes
  • 1 glass of Riesling or white wine
  • 1 onion, sliced
  • 10 juniper berries
  • 2 bay leaves
  • 1 tsp caraway seeds
  • Salt and pepper
  • Dijon mustard to serve

Instructions

  1. Rinse the sauerkraut and squeeze out excess water.
  2. In a large casserole, fry the bacon and onions until golden.
  3. Add the sauerkraut, wine, juniper berries, bay leaves, caraway seeds, and a glass of water. Season.
  4. Nestle the pork chops or knuckle into the sauerkraut. Cover and cook over low heat for 1.5 to 2 hours.
  5. Boil or steam the potatoes separately until tender.
  6. Add the sausages to the pan in the last 20 minutes of cooking.
  7. Serve on a large platter with the potatoes and Dijon mustard on the side.

🥂 Prost! Pair with a cold Alsatian beer or Riesling for the full experience.

Leave a Comment

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

Scroll to Top