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

Fougasse with Rosemary and Herbs

Fougasse is the stunning Provençal cousin of focaccia — a leaf-shaped flatbread with characteristic decorative slits that allow maximum crunch. Flavoured with herbs, olive oil, and sometimes olives or cheese, it is the bread of the sun-drenched south of France. Beautiful to look at and irresistible to eat.

Ingredients

  • 500 g strong bread flour
  • 7 g instant yeast
  • 300 ml warm water
  • 2 tsp salt
  • 4 tbsp olive oil
  • 2 tbsp fresh rosemary, chopped
  • 1 tbsp herbes de Provence
  • Extra olive oil and sea salt for topping
  • Optional: black olives, sun-dried tomatoes, or cheese

Instructions

  1. Combine flour, yeast, and salt. Add warm water and olive oil. Knead for 10 minutes until smooth and elastic. Incorporate the herbs.
  2. Cover and leave to rise for 1-2 hours until doubled.
  3. Preheat the oven to 220°C (430°F) with a baking stone or heavy tray inside.
  4. On a floured surface, flatten the dough into an oval shape about 1 cm thick.
  5. Using your fingertips and a knife or scissors, make several diagonal cuts through the dough, opening them to create the classic leaf pattern.
  6. Transfer to the hot tray, brush generously with olive oil, and sprinkle with sea salt and extra rosemary.
  7. Bake for 15-20 minutes until golden and crisp.

🌿 Fougasse is best eaten warm, torn apart at the table with good olive oil for dipping!

Leave a Comment

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

Scroll to Top