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

Feuilleté Apéritif à la Tapenade (Tapenade Puff Pastry Rolls)

These crispy puff pastry rolls filled with tapenade are the perfect Provençal aperitif bite. Golden, flaky, and intensely flavoured with black olive paste and herbs, they disappear in seconds at any gathering. Quick to make and impossible to resist!

Ingredients (makes about 20-24 rolls)

  • 1 sheet of ready-made puff pastry
  • 4-5 tbsp tapenade (homemade or store-bought)
  • 50 g grated Parmesan or Gruyère (optional)
  • 1 egg, beaten (for egg wash)
  • Sesame seeds or poppy seeds for topping
  • Fresh thyme leaves

Instructions

  1. Preheat the oven to 200°C (390°F). Line a baking tray with parchment paper.
  2. Unroll the puff pastry on a lightly floured surface.
  3. Spread the tapenade evenly over the pastry, leaving a 1 cm border around the edges.
  4. Sprinkle with cheese if using and add fresh thyme leaves.
  5. Roll up tightly from the long side into a log. Refrigerate for 15 minutes to firm up.
  6. Cut into rounds about 1 cm thick. Place on the baking tray cut-side up.
  7. Brush with egg wash and sprinkle with seeds.
  8. Bake for 15-18 minutes until puffed and golden brown.

🫒🥂 Serve warm as an apéritif with a chilled glass of rosé!

Leave a Comment

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

Scroll to Top