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

Courgettes with Mint (Courgettes à la Menthe)

This simple and refreshing Mediterranean side dish transforms humble courgettes into something special. Sautéed until golden and tender, then finished with fresh mint and lemon, this dish is a staple of North African and Provençal cooking. Light, healthy, and packed with flavour.

Ingredients (serves 4)

  • 4 medium courgettes (zucchini), diced or sliced
  • 3 tbsp olive oil
  • 2 cloves garlic, minced
  • 1 large handful fresh mint leaves, roughly chopped
  • Juice of 1/2 lemon
  • Salt and freshly ground black pepper
  • Optional: a pinch of dried chilli flakes

Instructions

  1. Cut the courgettes into rough cubes or thick slices.
  2. Heat the olive oil in a wide frying pan over medium-high heat.
  3. Add the courgettes and cook without stirring for 3-4 minutes to get some colour on them.
  4. Add the garlic and continue cooking for another 5 minutes, stirring occasionally, until tender and golden.
  5. Remove from heat. Season generously with salt and pepper.
  6. Add the chopped fresh mint and a squeeze of lemon juice. Toss to combine.
  7. Serve immediately as a warm side dish, or at room temperature.

🌿 This pairs beautifully with grilled fish, lamb, or alongside couscous and harissa.

Leave a Comment

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

Scroll to Top