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

French Apple Tart (Tarte aux Pommes)

The French apple tart is a true masterpiece of simplicity — a crisp, buttery pastry base topped with perfectly arranged thin apple slices, brushed with a golden apricot glaze. This classic tarte aux pommes lets the quality of the ingredients shine, making it both impressive and deeply satisfying. A staple of every French pâtisserie!

Ingredients (serves 6-8)

  • For the pastry: 250 g flour, 125 g cold butter (cubed), 50 g icing sugar, 1 egg, pinch of salt
  • For the filling: 4 eating apples (Cox, Gala, or Golden Delicious)
  • 30 g butter, melted
  • 2 tbsp caster sugar
  • 1 tsp ground cinnamon (optional)
  • For the glaze: 4 tbsp apricot jam, 1 tbsp water

Instructions

  1. Make the pastry: rub butter into flour and icing sugar until breadcrumb-like. Add egg and work into a dough. Wrap and refrigerate for 30 minutes.
  2. Roll out the pastry and line a 24cm tart tin. Blind bake at 180°C for 15 minutes.
  3. Peel, core, and very thinly slice the apples. Arrange in overlapping concentric circles over the pastry.
  4. Brush with melted butter and sprinkle with sugar and cinnamon.
  5. Bake at 180°C (360°F) for 35-40 minutes until the apples are tender and the pastry is golden.
  6. Heat the apricot jam with the water until runny. Brush over the hot tart for a beautiful glaze.
  7. Serve warm or at room temperature, with crème fraîche or vanilla ice cream.

🍎 Bon appétit! This classic tart is the perfect ending to any French meal.

Leave a Comment

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

Scroll to Top