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

The Complete Guide to Japanese Miso Soup

Miso soup is the foundation of Japanese breakfast culture, consumed by millions every morning alongside a bowl of rice and grilled fish. Far from being simple, miso soup contains centuries of culinary wisdom and extraordinary health benefits.

What is Miso?

Miso is a fermented paste made from soybeans, salt and koji (a mold used in fermentation). It comes in hundreds of regional varieties across Japan, ranging from white (shiro miso) which is sweet and mild, to red (aka miso) which is deeply savory and salty, to mixed (awase miso) which is the most commonly used.

The Foundation: Dashi Stock

Great miso soup starts with great dashi. Dashi is a quick Japanese stock made by steeping kombu (dried kelp) in cold water, then adding katsuobushi (dried bonito flakes) once the water reaches 60°C. Steep for 5 minutes, strain, and you have a deeply umami-rich broth in under 20 minutes. Never boil miso soup — heat destroys its beneficial enzymes and flavors.

Classic Miso Soup Recipe

Ingredients (serves 2):

  • 500ml dashi stock
  • 2 tbsp white or mixed miso paste
  • 100g firm tofu, cubed
  • 2 tbsp wakame seaweed, rehydrated
  • 2 spring onions, thinly sliced

Heat dashi to just below boiling. Dissolve miso paste in a ladle with some hot dashi. Add to the pot with tofu and wakame. Serve immediately garnished with spring onion.

Regional Variations Across Japan

In Kyoto, white miso soup is made with tofu and yuzu peel. In Tokyo, red miso soup features clams and leeks. In Nagoya, extra-strong red hatcho miso is used for a deeply robust version. Every Japanese household has its own recipe handed down through generations.

Health Benefits of Miso

Fermented miso is rich in probiotics, essential amino acids, vitamins B12 and K2, and minerals including zinc and manganese. Research suggests regular miso consumption supports gut health, immunity and even cardiovascular health. The Japanese saying goes: “A bowl of miso a day keeps the doctor away.”

Leave a Comment

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

Scroll to Top