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

Easy Homemade Hummus Recipe – Better Than Store-Bought

Homemade hummus is one of those revelatory cooking experiences. Once you make it from scratch, you will never go back to the store-bought version. Silkier, fresher and endlessly customizable, real hummus is a life-changer.

Why Make Your Own Hummus?

Commercial hummus is often made with low-quality tahini, too much citric acid and stabilizers. Homemade hummus uses proper tahini, fresh lemon and good olive oil — and the result is incomparably better. It takes about 15 minutes.

The Secret to Ultra-Smooth Hummus

The key to silky-smooth hummus is removing the skins from the chickpeas. After draining canned chickpeas, rub them between two towels to slip the skins off, or use dried chickpeas cooked with baking soda, which makes the skins slide off easily. Then blend for a full 5 minutes — much longer than you think necessary.

Classic Hummus Recipe

Ingredients (serves 4-6):

  • 400g canned chickpeas, drained (keep liquid)
  • 60ml tahini (good quality)
  • 3 tbsp fresh lemon juice
  • 1 garlic clove, minced
  • 1 tsp salt
  • 3-4 tbsp ice cold water
  • 4 tbsp olive oil, plus extra for serving

Instructions

Blend the tahini and lemon juice together first for 1 minute until it lightens. Add the garlic and salt, blend for 30 seconds. Add the chickpeas and blend for 1 minute. Slowly drizzle in cold water with the machine running until you reach your desired consistency. Blend for 3-4 more minutes for maximum smoothness. Taste and adjust seasoning.

How to Serve Hummus the Right Way

Spread the hummus in a wide bowl with the back of a spoon, creating a well in the center. Fill with good olive oil, a sprinkle of paprika, toasted pine nuts, fresh parsley and a few whole chickpeas. Serve with warm flatbread or pita.

Hummus Variations from Around the World

In Israel, hummus is served warm, topped with whole chickpeas and lamb. In Lebanon, it is served with extra olive oil and mint. Across North Africa, harissa is drizzled on top for heat. Try adding roasted red peppers, beet, avocado or sun-dried tomatoes to create your own signature version.

Leave a Comment

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

Scroll to Top