www.nigella.com Open in urlscan Pro
2606:4700:10::6814:490b  Public Scan

Submitted URL: https://17f8bj87.r.eu-west-1.awstrack.me/L0/https:%2F%2Fwww.nigella.com%2Frecipes%2Fhoney-semifreddo%3Futm_source=mailer_rotd%26utm_mediu...
Effective URL: https://www.nigella.com/recipes/honey-semifreddo?utm_source=mailer_rotd&utm_medium=email&utm_campaign=Honey_Semifreddo_2...
Submission: On May 20 via manual from GB — Scanned from GB

Form analysis 5 forms found in the DOM

<form>
  <p class="message error" style="display: none;">false</p>
  <div class="field">
    <p class="message error" style="display: none;"></p>
    <textarea placeholder="Write a comment"></textarea>
  </div>
  <button type="submit" class="button interaction enlarged">
    <span>Add your comment</span>
  </button>
</form>

GET /recipes/search

<form action="/recipes/search" method="get" class="search search-form">
  <section class="term">
    <label for="term">Find a Recipe for</label>
    <input type="text" id="term" name="term" placeholder="Search recipe or ingredient name" autocomplete="off">
    <a class="more-button search-toggle-filters">More search options</a>
  </section>
  <section class="filters">
    <section class="check-filters">
      <ul>
        <li>
          <input type="checkbox" name="tags[]" value="Express" id="express-recipes">
          <label for="express-recipes">
            <i class="recipe-tag tag-express"></i>
            <span>Express</span>
          </label>
        </li>
        <li>
          <input type="checkbox" name="tags[]" value="Baking" id="baking-recipes">
          <label for="baking-recipes">
            <i class="recipe-tag tag-baking"></i>
            <span>Baking</span>
          </label>
        </li>
        <li>
          <input type="checkbox" name="tags[]" value="Sweet" id="sweet-recipes">
          <label for="sweet-recipes">
            <i class="recipe-tag tag-sweet"></i>
            <span>Sweet</span>
          </label>
        </li>
        <li>
          <input type="checkbox" name="tags[]" value="Vegetarian" id="vegetarian-recipes">
          <label for="vegetarian-recipes">
            <i class="recipe-tag tag-vegetarian"></i>
            <span>Vegetarian</span>
          </label>
        </li>
        <li>
          <input type="checkbox" name="tags[]" value="Vegan" id="vegan-recipes">
          <label for="vegan-recipes">
            <i class="recipe-tag tag-vegan"></i>
            <span>Vegan</span>
          </label>
        </li>
        <li>
          <input type="checkbox" name="tags[]" value="Gluten Free" id="gluten-free-recipes">
          <label for="gluten-free-recipes">
            <i class="recipe-tag tag-gluten-free"></i>
            <span>Gluten Free</span>
          </label>
        </li>
        <li>
          <input type="checkbox" name="tags[]" value="Nut Free" id="nut-free-recipes">
          <label for="nut-free-recipes">
            <i class="recipe-tag tag-nut-free"></i>
            <span>Nut Free</span>
          </label>
        </li>
        <li>
          <input type="checkbox" name="tags[]" value="Egg Free" id="egg-free-recipes">
          <label for="egg-free-recipes">
            <i class="recipe-tag tag-egg-free"></i>
            <span>Egg Free</span>
          </label>
        </li>
        <li>
          <input type="checkbox" name="tags[]" value="Dairy Free" id="dairy-free-recipes">
          <label for="dairy-free-recipes">
            <i class="recipe-tag tag-dairy-free"></i>
            <span>Dairy Free</span>
          </label>
        </li>
      </ul>
    </section>
    <section class="drop-filters">
      <div class="occasion">
        <p>Occasion</p>
        <div class="styled-select labelled-select">
          <label for="occasion">Select one</label>
          <svg>
            <use xlink:href="#chevron-down"></use>
          </svg>
          <select name="occasion" id="occasion">
            <option value="">Select one</option>
            <option value="Autumnal">Autumnal</option>
            <option value="Birthdays">Birthdays</option>
            <option value="Breakfast">Breakfast</option>
            <option value="Brunch">Brunch</option>
            <option value="Easter">Easter</option>
            <option value="Halloween">Halloween</option>
            <option value="Partytime">Partytime</option>
            <option value="Passover">Passover</option>
            <option value="Solitary Treats">Solitary Treats</option>
            <option value="Summer">Summer</option>
            <option value="Christmas">Christmas</option>
            <option value="Thanksgiving">Thanksgiving</option>
            <option value="Valentine's Day">Valentine's Day</option>
          </select>
        </div>
      </div>
      <div class="theme">
        <p>Theme</p>
        <div class="styled-select labelled-select">
          <label for="theme">Select one</label>
          <svg>
            <use xlink:href="#chevron-down"></use>
          </svg>
          <select name="theme" id="theme">
            <option value="">Select one</option>
            <option value="Comfort">Comfort</option>
            <option value="Fun">Fun</option>
            <option value="Impatient">Impatient</option>
            <option value="Indulgent">Indulgent</option>
            <option value="Nibbly">Nibbly</option>
            <option value="Romantic">Romantic</option>
            <option value="Sociable">Sociable</option>
          </select>
        </div>
      </div>
    </section>
  </section>
  <section class="member">
    <input type="checkbox" name="members" value="yes" id="include-member">
    <label for="include-member">
      <span>Include community recipes?</span>
    </label>
  </section>
  <section class="guest">
    <input type="checkbox" name="guests" value="yes" id="include-guest">
    <label for="include-guest">
      <span>Include guest recipes?</span>
    </label>
  </section>
  <section class="submit">
    <button type="submit" class="button nigella enlarged">Search</button>
  </section>
</form>

<form class="sign-up nigella" style="display: none;">
  <p class="intro">We need only a few details.</p>
  <fieldset>
    <h3>Your Information</h3>
    <div class="field">
      <label for="first_name">First name <span class="req">*</span></label>
      <p class="message error" style="display: none;"></p>
      <input type="text" name="first_name" id="first_name">
    </div>
    <div class="field">
      <label for="last_name">Last name <span class="req">*</span></label>
      <p class="message error" style="display: none;"></p>
      <input type="text" name="last_name" id="last_name">
    </div>
    <div class="field input-reveal">
      <label for="password">Password <span class="req">*</span></label>
      <p class="message error" style="display: none;"></p>
      <div class="strength-meter" style="display: none;">
        <div class="weak">25% Cocoa</div>
        <div class="medium">50% Cocoa</div>
        <div class="strong">75% Cocoa</div>
      </div>
      <div class="input">
        <input type="password" name="password" id="password" placeholder="Please enter a strong password">
        <a class="toggle">Show</a>
      </div>
      <p class="instruction">Your password must be a minimum of 8 characters long.</p>
    </div>
    <div class="field nickname">
      <label for="nickname">Choose username <span class="req">*</span></label>
      <p class="message error" style="display: none;"></p>
      <div class="input loadable">
        <input type="text" name="nickname" id="nickname" placeholder="Alphanumeric characters only">
        <span class="loading" style="display: none;"></span>
      </div>
      <p class="instruction">5 characters minimum. Letters, numbers, dashes and underscores only.</p>
      <p class="instruction" style="max-width: 400px; margin-left: auto; margin-right: auto">If you submit content to Nigella.com your username will be published, so please choose carefully and avoid revealing any personal information.</p>
      <p class="feedback" style="display: none;"></p>
    </div>
  </fieldset>
  <fieldset>
    <h3>Your Dietary Interests</h3>
    <div class="field dietary">
      <ul>
        <li>
          <input type="checkbox" name="dietary[]" id="nigella-vegetarian" value="vegetarian">
          <label for="nigella-vegetarian">Vegetarian</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="nigella-vegan" value="vegan">
          <label for="nigella-vegan">Vegan</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="nigella-gluten-free" value="gluten-free">
          <label for="nigella-gluten-free">Gluten Free</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="nigella-nut-free" value="nut-free">
          <label for="nigella-nut-free">Nut Free</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="nigella-egg-free" value="egg-free">
          <label for="nigella-egg-free">Egg Free</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="nigella-dairy-free" value="dairy-free">
          <label for="nigella-dairy-free">Dairy Free</label>
        </li>
      </ul>
      <p class="instruction">We'll use this to make informed decisions about future website improvements.</p>
    </div>
  </fieldset>
  <fieldset>
    <h3>Communication</h3>
    <div class="field --left-align-checkbox">
      <input type="checkbox" name="email-updates" id="nigella-email-updates">
      <label for="nigella-email-updates">
        <span>I want to receive newsletter, competition and content emails from Nigella.com</span>
      </label>
    </div>
    <div class="field --left-align-checkbox --terms">
      <input type="checkbox" name="accept-terms" id="nigella-accept-terms">
      <label for="nigella-accept-terms">
        <span>I agree to the Nigella.com <a href="/terms-and-conditions" target="_blank">terms of service</a> and <a href="/privacy-policy" target="_blank">privacy statement</a></span>
      </label>
      <p class="message error" style="display: none;"></p>
    </div>
  </fieldset>
  <div class="field">
    <button type="submit" class="button nigella cta enlarged">
      <span>Complete sign up</span>
    </button>
  </div>
</form>

<form class="forgot-password" style="display: none;">
  <div style="display: none;">
    <p>In the meantime, where would you like to go?</p>
    <div class="where-next">
      <a href="/" class="button nigella enlarged">Back to home page</a> <span>or</span> <a href="/recipes" class="button nigella enlarged">Discover recipes</a>
    </div>
  </div>
  <div>
    <p class="intro">Just enter your email address below and we'll send instructions to reset your password.</p>
    <div class="field">
      <label for="forgot-email">Email address <span class="req">*</span></label>
      <p class="message error" style="display: none;"></p>
      <input type="email" name="email" id="forgot-email" placeholder="Your Email Address">
    </div>
    <div class="field">
      <button type="submit" class="button nigella cta enlarged">
        <span>Send help</span>
      </button>
    </div>
  </div>
</form>

<form class="sign-up" style="display: none;">
  <fieldset>
    <h3>Your Dietary Interests</h3>
    <div class="field dietary">
      <ul>
        <li>
          <input type="checkbox" name="dietary[]" id="vegetarian" value="vegetarian">
          <label for="vegetarian">Vegetarian</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="vegan" value="vegan">
          <label for="vegan">Vegan</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="gluten-free" value="gluten-free">
          <label for="gluten-free">Gluten Free</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="nut-free" value="nut-free">
          <label for="nut-free">Nut Free</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="egg-free" value="egg-free">
          <label for="egg-free">Egg Free</label>
        </li>
        <li>
          <input type="checkbox" name="dietary[]" id="dairy-free" value="dairy-free">
          <label for="dairy-free">Dairy Free</label>
        </li>
      </ul>
      <p class="instruction">We'll use this to make informed decisions about future website improvements.</p>
    </div>
  </fieldset>
  <fieldset>
    <h3>Communication</h3>
    <div class="field --left-align-checkbox">
      <input type="checkbox" name="email-updates" id="email-updates">
      <label for="email-updates">
        <span> I want to receive newsletter, competition and content emails from Nigella.com</span>
      </label>
    </div>
    <div class="field --left-align-checkbox --terms">
      <input type="checkbox" name="accept-terms" id="accept-terms">
      <label for="accept-terms">
        <span>I agree to the Nigella.com <a href="/terms-and-conditions" target="_blank">terms of service</a> and <a href="/privacy-policy" target="_blank">privacy statement</a></span>
      </label>
      <p class="message error" style="display: none;"></p>
    </div>
  </fieldset>
  <div class="field">
    <button type="submit" class="button nigella cta enlarged">
      <span>Complete your account</span>
    </button>
  </div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may click to refuse
to consent or access more detailed information and change your preferences
before consenting. Please note that some processing of your personal data may
not require your consent, but you have a right to object to such processing.
Your preferences will apply to this website only. You can change your
preferences at any time by returning to this site or visit our privacy policy.
MORE OPTIONSDISAGREEI AGREE



youtube pinterest twitter facebook instagram vimeo whatsapp Bookmark Entries
BURGER NEW Chevron Down Chevron Left Chevron Right Basket Speech Comment Search
Video Play Icon Nigella Lawson Premium Nigella Lawson Vegan Vegetarian Member
Speech Recipe Email Bookmark Comment Camera Scales Quantity List Reorder Remove
Open book
 * Recipes
 * Ask Nigella.com
 * Tips
 * Cookalong

 * Latest
 * Cookbook Corner
 * Books
 * Videos

 * 
 * 
 * 
 * 
 * 

Hello,

 * Your Account
 * Your Bookmarks
 * Sign out

Menu
 * 
 * 
 * 
 * 
 * 

As part of Nigella’s new partnership with Ocado and Whisk, we have updated the
Privacy Policy on nigella.com.

I understand View updated policy

More Nigella recipes


HONEY SEMIFREDDO

by Nigella. Featured in NIGELLA SUMMER
 * 
 * 

Print me


INTRODUCTION

A semifreddo is not quite an ice cream, as the name — semi-cold, in translation
— suggests. There's no custard to make, and no churning required as it freezes,
which makes life very much easier. What you get is a smooth, soft block of
chilled, almost frozen cream, with a texture of deep, deep velvetiness. This
mellow, honey-flavoured version matches taste to texture. For some reason,
sometimes when I make it, I end up with a block of uniformly buff cream; at
others, I'm left with a honeyed, resin-coloured stripe along the base — or the
top as it stands when you turn it out. But that's cooking for you. Either way,
it works wonderfully. Pour more amber-coloured honey over as you serve, and
scatter with toasted pine nuts, for quite the dreamiest, easiest pudding you
could imagine.

For US cup measures, use the toggle at the top of the ingredients list.

Read more

A semifreddo is not quite an ice cream, as the name — semi-cold, in translation
— suggests. There's no custard to make, and no churning required as it freezes,
which makes life very much easier. What you get is a smooth, soft block of
chilled, almost frozen cream, with a texture of deep, deep velvetiness. This
mellow, honey-flavoured version matches taste to texture. For some reason,
sometimes when I make it, I end up with a block of uniformly buff cream; at
others, I'm left with a honeyed, resin-coloured stripe along the base — or the
top as it stands when you turn it out. But that's cooking for you. Either way,
it works wonderfully. Pour more amber-coloured honey over as you serve, and
scatter with toasted pine nuts, for quite the dreamiest, easiest pudding you
could imagine.

For US cup measures, use the toggle at the top of the ingredients list.

Read more


AS FEATURED IN

 * NIGELLA SUMMER
   
   2002
   
   Buy Now

Photo by Petrina Tinslay


SHARE OR SAVE THIS

 * 
 * 
 * 
 * 
 * Bookmarked Remove Bookmark
   Error
   Bookmark this


AS FEATURED IN

 * NIGELLA SUMMER
   
   2002
   
   Buy Now



(UK only)

Please note that we’ve now introduced a shopping feature with our friends at
Ocado so that you can get your ingredients delivered direct to your door, if
Ocado serves your area - check at ocado.com/postcode. We hope that this will
make shopping for Nigella’s recipe ingredients easier. For any queries related
to your Ocado shop, head to ocado.com/customercare.


INGREDIENTS

Serves: 6-8

Metric Cups
 * 1 large egg
 * 4 large egg yolks
 * 100 grams best-quality honey (plus 3 tablespoons for serving)
 * 300 millilitres double cream
 * 25 grams pinenuts (toasted)

 * 1 large egg
 * 4 large egg yolks
 * ⅓ cup best-quality honey (plus 3 tablespoons for serving)
 * 1¼ cups heavy cream
 * 3 tablespoons pinenuts (toasted)

Please note that nigella.com is not able to accept responsibility for any
substitutions that Ocado may need to make as a result of stock availability or
otherwise. For any queries, head to ocado.com/customercare.

Feel free to use the “swap” feature and adjust brands and quantities as needed.


METHOD

 1. Line a 900g / 2lb / 1 litre loaf tin with clingfilm.
 2. Beat the egg and egg yolks with the honey in a bowl, over a saucepan of
    gently simmering water, until the mixture is pale and thick. I use a wire
    balloon whisk for this, but if you feel like a bit of culinarily aided
    whirring, it will certainly be quicker with a hand-held electric whisk.
 3. Whip the double cream until thick, and then gently fold in the egg and honey
    mixture. Pour into the prepared loaf tin, and cover carefully with clingfilm
    before putting it in the freezer for about 2-3 hours.
 4. When it is ready to serve, turn out the semifreddo on to a suitably sized
    plate and drizzle this manilla-coloured log with honey, and sprinkle with
    the toasted pine nuts, before slicing. It thaws quickly as it stands, but
    that is part of its heavenly-textured charm. If you've got some dark, syrupy
    — indeed, honey-coloured — pudding wine to drink while you eat this, so much
    the better.

 1. Line a 900g / 2lb / 1 litre loaf tin with clingfilm.
 2. Beat the egg and egg yolks with the honey in a bowl, over a saucepan of
    gently simmering water, until the mixture is pale and thick. I use a wire
    balloon whisk for this, but if you feel like a bit of culinarily aided
    whirring, it will certainly be quicker with a hand-held electric whisk.
 3. Whip the heavy cream until thick, and then gently fold in the egg and honey
    mixture. Pour into the prepared loaf tin, and cover carefully with clingfilm
    before putting it in the freezer for about 2-3 hours.
 4. When it is ready to serve, turn out the semifreddo on to a suitably sized
    plate and drizzle this manilla-coloured log with honey, and sprinkle with
    the toasted pine nuts, before slicing. It thaws quickly as it stands, but
    that is part of its heavenly-textured charm. If you've got some dark, syrupy
    — indeed, honey-coloured — pudding wine to drink while you eat this, so much
    the better.


ADDITIONAL INFORMATION

NOTE: this recipe contains lightly cooked eggs, and so may not suitable for
people with compromised or weak immune systems, such as younger children, the
elderly or pregnant women.

MAKE AHEAD / STORE:
Best eaten within 1 week but will keep for up to 1 month in the freezer.

NOTE: this recipe contains lightly cooked eggs, and so may not suitable for
people with compromised or weak immune systems, such as younger children, the
elderly or pregnant women.

MAKE AHEAD / STORE:
Best eaten within 1 week but will keep for up to 1 month in the freezer.


TRY THIS TIP

Dealing With Sticky Stuff

From crazykiwi60
 * 14
 * 2


ASKED AND ANSWERED

Chocolate No Honey Cake

From Karenlizzies
 * 14
 * 2


SHARE OR SAVE THIS

 * 
 * 
 * 
 * 
 * Bookmarked Remove Bookmark
   Error
   Bookmark this




TELL US WHAT YOU THINK

Thank you .
Your comment has been submitted.

Explore more recipes

false



Add your comment


WHAT 10 OTHERS HAVE SAID

 * It is a delicious recipe. Everybody loved it. Make sure to use best quality
   honey as Nigella says. However, I don't know why it never got the thaw
   consistency It melted right after I took it from the freeze
   
   
   Posted by sofiarod70 on 25th December 2017

 * I made this and added some honey bourbon. It was amazing. It did take a while
   longer to freeze as expected due to the alcohol but was well worth it.
   
   
   Posted by JamesF on 10th July 2015

 * The Honey SemiFreddo is delicious, but I added half a teaspoon of vanilla
   which just added to the richness of the dessert.
   
   
   Posted by cpruitt221 on 13th March 2015

 * Absolutely delicious!! And indeed so easy to make. I followed the recipe to
   the letter. The pinenuts add a special delicate fragrance to it. Thank you so
   much! Cristina
   
   
   Posted by Suzica on 18th August 2014

 * dear Nigella, you are the best and this your best dessert, it's perfect and
   always works, my friends love it, so they love you too.
   
   
   Posted by edgar avila on 6th April 2014

 * Hello !! Great recipe, I've made it several times, and must say that my
   family and friends love it. I've also made some variations, adding Port wine,
   like a Sabaglione Semifreddo or dark chocolate. For me, it works as a
   fantastic basic recipe, I can make lots of different combinations. Thank you,
   Nigella. Sandra, Argentina.
   
   
   Posted by Sanmask on 30th March 2014

 * Mmmmmmm Absolutely amazing!! I made this today.. loved it!! Thanks Nigella!!
   
   
   Posted by CarolWilton on 18th March 2012

 * AMAZING!!! So easy. I made this the night before I needed it. Only 15 mins,
   prep for an amazingly positive reaction at a dinner party. Perfect after a
   home made spicy rogan josh!! I served mine with best honey comb choc I could
   find (Haighs Australia) instead of nuts. In fact, because there are so few
   recipes, I recommend sourcing the best of everything. Its worth it, and so
   are you!!!
   
   
   Posted by lathomas71 on 4th February 2012

 * I made this with coconut cream as I am lactose intolerant and, I must say, it
   is still absolutely to die for. I serve it in a thin wedge, drizzled in the
   honey I used to make it (Australian Blue Gum) with a side of banana chips and
   a cup of tea... Delicious!
   
   
   Posted by Edude7 on 4th October 2011

 * This is delicious!! I made this over the bank holiday weekend for my partner
   and I. My ONLY suggestion is to make it a day before you plan the devour it.
   This because I made it Saturday midday and served it for pudding that
   evening, it tasted gorgeous. However, Sunday evening we decided to polished
   it off and it was even more marvelous than the last. I don't know why but it
   was. Make sure you use a honey that you rather like as this Honey Semifreddo
   is honey by name, honey by nature. Thank you Nigella x
   
   
   Posted by nathalie09 on 31st May 2011




OTHER RECIPES YOU MIGHT LIKE

No-Churn Pomegranate Ice Cream Photo by Lis Parsons

NO-CHURN POMEGRANATE ICE CREAM

By Nigella
 * 14
 * 2

Photo by James Merrell

HONEY CHOCOLATE CAKE

By Nigella
 * 14
 * 2

Recipe by kirstendk

HONEY-CAKE

By kirstendk
 * 14
 * 2

Recipe by Bevis

HONEY AND GINGER BISCUIT ICE CREAM

By Bevis
 * 14
 * 2


JOIN IN

Send us your recipe
Ask us a question
Share a tip with us

Close


OTHER RECIPES YOU MIGHT LIKE

No-Churn Pomegranate Ice Cream Photo by Lis Parsons

NO-CHURN POMEGRANATE ICE CREAM

By Nigella
 * 14
 * 2

Photo by James Merrell

HONEY CHOCOLATE CAKE

By Nigella
 * 14
 * 2

Recipe by kirstendk

HONEY-CAKE

By kirstendk
 * 14
 * 2

Recipe by Bevis

HONEY AND GINGER BISCUIT ICE CREAM

By Bevis
 * 14
 * 2


Close search
Find a Recipe for More search options
 * Express
 * Baking
 * Sweet
 * Vegetarian
 * Vegan
 * Gluten Free
 * Nut Free
 * Egg Free
 * Dairy Free

Occasion

Select one Select one Autumnal Birthdays Breakfast Brunch Easter Halloween
Partytime Passover Solitary Treats Summer Christmas Thanksgiving Valentine's Day

Theme

Select one Select one Comfort Fun Impatient Indulgent Nibbly Romantic Sociable
Include community recipes?
Include guest recipes?
Search


Follow Nigella on

 * 
 * 
 * 
 * 
 * 

In partnership with

 * Terms
 * Privacy
 * Cookies
 * Advertisers
 * Contact

Built by Embark. Copyright © 2023 Nigella Lawson

Back Close


GET MORE FROM NIGELLA.COM

Recipes delivered to your inbox daily

Also enter the monthly Cookalong, post recipes, and bookmark your favourites!

Enter the monthly Cookalong competition

Post your own recipes to appear on-site

Bookmark your favourites and post comments

Register/Sign in to Nigella.com
or
Use your Facebook account

Need password help?

We need only a few details.


YOUR INFORMATION

First name *



Last name *



Password *



25% Cocoa
50% Cocoa
75% Cocoa
Show

Your password must be a minimum of 8 characters long.

Choose username *





5 characters minimum. Letters, numbers, dashes and underscores only.

If you submit content to Nigella.com your username will be published, so please
choose carefully and avoid revealing any personal information.




YOUR DIETARY INTERESTS

 * Vegetarian
 * Vegan
 * Gluten Free
 * Nut Free
 * Egg Free
 * Dairy Free

We'll use this to make informed decisions about future website improvements.


COMMUNICATION

I want to receive newsletter, competition and content emails from Nigella.com
I agree to the Nigella.com terms of service and privacy statement



Complete sign up

In the meantime, where would you like to go?

Back to home page or Discover recipes

Just enter your email address below and we'll send instructions to reset your
password.

Email address *



Send help


YOUR DIETARY INTERESTS

 * Vegetarian
 * Vegan
 * Gluten Free
 * Nut Free
 * Egg Free
 * Dairy Free

We'll use this to make informed decisions about future website improvements.


COMMUNICATION

I want to receive newsletter, competition and content emails from Nigella.com
I agree to the Nigella.com terms of service and privacy statement



Complete your account

You can now view premium recipes, enter the cookalong, submit your content and
comment!


WHERE TO NEXT?

Back to where you were Explore Nigella recipes Update your preferences