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

American Pumpkin Pecan Pie (Tarte Américaine Potimarron Noix de Pécan)

This showstopping autumn dessert combines the best of American pie traditions — the silky warmth of spiced pumpkin filling with the rich, caramelised crunch of pecan nuts. Perfect for Thanksgiving or any autumn gathering, this potimarron (red kuri squash) version has a beautifully deep, complex flavour with notes of cinnamon, ginger, and maple.

Ingredients (serves 8-10)

  • 1 portion shortcrust or pecan pastry
  • 400 g pumpkin or potimarron purée (roasted and blended)
  • 3 eggs
  • 150 ml maple syrup or honey
  • 100 ml double cream
  • 1 tsp ground cinnamon
  • 1/2 tsp ground ginger
  • 1/4 tsp ground nutmeg
  • Pinch of cloves
  • 150 g whole pecans for topping

Instructions

  1. Preheat oven to 180°C (360°F). Roll out pastry and line a 24cm pie dish. Blind bake for 15 minutes.
  2. Roast the pumpkin at 200°C until soft, then blend to a smooth purée.
  3. Beat together the pumpkin purée, eggs, maple syrup, cream, and all spices until smooth.
  4. Pour the filling into the pre-baked pastry shell.
  5. Arrange whole pecans decoratively over the top of the filling.
  6. Bake at 180°C for 40-45 minutes until set but with a slight wobble in the centre.
  7. Cool completely before slicing. Serve with whipped cream or crème fraîche.

🎃 Happy Thanksgiving! This pie is even better made a day ahead.

Leave a Comment

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

Scroll to Top