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

Chinese Pan-Fried Dumplings (Jiaozi)

These beautiful Chinese dumplings, known as jiaozi or potstickers when pan-fried, are a true labour of love — thin, hand-folded wrappers filled with a savoury pork and vegetable mixture, then cooked until crispy on the bottom and steamed to perfection on top. Topped with black sesame seeds and served with a dipping sauce, they are utterly irresistible.

Ingredients (makes about 30 dumplings)

  • For the dough: 300 g plain flour, 150 ml boiling water
  • For the filling: 300 g minced pork, 200 g Chinese cabbage (finely chopped and squeezed dry), 2 spring onions (finely chopped), 2 tbsp soy sauce, 1 tbsp sesame oil, 1 tsp fresh ginger (grated), 1 tsp rice wine, 1/2 tsp salt, white pepper
  • Black sesame seeds for topping
  • Vegetable oil for frying

For the dipping sauce

  • 3 tbsp soy sauce
  • 1 tbsp rice vinegar
  • 1 tsp sesame oil
  • Chilli oil to taste
  • Fresh ginger, grated

Instructions

  1. Make the dough: gradually add boiling water to flour, mix until combined. Knead for 5 minutes until smooth. Rest covered for 30 minutes.
  2. Mix all filling ingredients thoroughly until well combined. Refrigerate for 30 minutes.
  3. Divide dough into small balls. Roll each into a thin circle (about 8cm).
  4. Place 1 teaspoon of filling in the centre. Fold and pleat the edges together to seal.
  5. Sprinkle each dumpling with black sesame seeds.
  6. Heat oil in a non-stick pan. Place dumplings flat-side down and cook for 2-3 minutes until golden.
  7. Add 80ml water, cover immediately, and steam for 5-6 minutes until cooked through.
  8. Remove lid and cook until all water evaporates. Serve with dipping sauce.

🥟 Chī hǎo! (Bon appétit in Mandarin) — these freeze beautifully before cooking.

Leave a Comment

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

Scroll to Top