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

What is sumac and how should I use it in cooking?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3351
    agenceideo
    Keymaster

    I keep seeing sumac mentioned in Middle Eastern recipes but I’ve never used it. I found some at a specialty store and bought it, but I have no idea how to use it. It has a beautiful dark red color and a slightly fruity, tart smell.

    What dishes traditionally use sumac? Can I substitute it for anything? And what quantities should I use — is it strong like chili powder or milder?

    #3353
    agenceideo
    Keymaster

    Sumac is one of my absolute favorite spices — you’re going to love it! Here’s everything you need to know:

    What it tastes like: Sumac has a deep, tart, fruity sourness — like a lemony, slightly smoky astringency. It’s often used as a souring agent in Middle Eastern cooking, the same way you’d use lemon juice but with more complexity.

    Classic uses:

    • Fattoush salad — sumac is mixed into the dressing, giving it that characteristic tangy-purple hue
    • Za’atar spice blend — sumac is one of the key components alongside thyme and sesame
    • Musakhan (Palestinian roasted chicken with caramelized onions) — sumac is the star spice here, used generously
    • Grilled meats — sprinkle over lamb kebabs or chicken just before serving
    • Hummus topping — a sprinkle of sumac and good olive oil is the traditional garnish

    How to use it: Unlike chili, sumac is mild in heat. It’s more like a seasoning — use it quite generously (1-2 teaspoons in a dish). It can be sprinkled raw over dishes at the end for a burst of color and tang, or cooked into sauces and marinades.

    Substitution: In a pinch, a combination of lemon zest + a tiny bit of tamarind can approximate the flavor, but there’s really no perfect substitute. It’s worth seeking out!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Scroll to Top