www.nigella.com Open in urlscan Pro
2606:4700:10::6814:4a0b  Public Scan

Submitted URL: http://nigella.com/
Effective URL: https://www.nigella.com/
Submission Tags: tranco_l324
Submission: On November 02 via api from DE — Scanned from DE

Form analysis 5 forms found in the DOM

/recipes/search

<form action="/recipes/search" class="search">
  <div class="lead">
    <a href="/recipes" class="image --image-1"></a>
    <div class="input">
      <section class="term">
        <label for="term">Find a Recipe for</label>
        <input type="text" name="term" placeholder="Search recipe or ingredient name">
      </section>
    </div>
  </div>
  <a href="/recipes" class="button soft-pinline">Browse Nigella’s recipes</a>
  <a href="/recipes/members" class="button member soft-pinline">Browse Community recipes</a>
  <a href="/recipes/guests" class="button cookbook soft-pinline">Browse Guest recipes</a>
</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="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.
DISAGREEMORE OPTIONSI 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
 * Products

 * 
 * 
 * 
 * 
 * 

Hello,

 * Your Account
 * Your Bookmarks
 * Sign out

Menu
 * 
 * 
 * 
 * 
 * 


Find a Recipe for
Browse Nigella’s recipes Browse Community recipes Browse Guest recipes



RECIPE OF THE DAY

Photo by Jonathan Lovekin

MOROCCAN VEGETABLE POT AND COUSCOUS WITH PINE NUTS AND DILL

By Nigella
 * 14
 * 2




LATEST

Photo by Laura Edwards

YOUR HOME IZAKAYA BY TIM ANDERSON

By Nigella



INSTAGRAM

There was a problem loading the Instagram image


Visit Nigella on Instagram



GUEST RECIPE FROM THE ARCHIVE

BACON CHEDDAR BISCUITS

By Michael Anthony
 * 14
 * 2

> We make these mini-biscuits as a snack in the Tavern, but I'll make them
> anywhere, anytime.


AS FEATURED IN

 * THE GRAMERCY TAVERN COOKBOOK





NEW IN ASK NIGELLA.COM

Storing Black Pudding Meatballs

From BANDT
 * 14
 * 2

Type Of Sugar In Brownies

From Muggz
 * 14
 * 2

Chocolate Fudge Traybake

From annarcowin
 * 14
 * 2

More answers
Photo by Jonathan Lovekin

> This is amazing! Anyone who looks at it and thinks "eww anchovies" should just
> try it - they melt and disappear into the recipe entirely, just becoming a
> mouthwatering piquant glaze that coats every single iota of the pasta. It's
> unbelievably delicious!

By Eadred about Gemelli with Anchovies, Tomatoes and Mascarpone
View the Recipe


RECENT TIPS

Cooked onions ready-to-go in cubes

From elizabethdavid
 * 14
 * 2

Firming biscuit base

From aalong
 * 14
 * 2

Handling sticky marshmallow krispie mixture

From MrsBake
 * 14
 * 2

More tips


NEW COMMUNITY RECIPES

bkweinroth

TOMATO BRUSCHETTA

By bkweinroth
 * 14
 * 2

Bevis

RHUBARB AND GINGER BUNS

By Bevis
 * 14
 * 2

cloud9point1

CHOCOLATE ORANGE CHEESECAKE BROWNIE

By cloud9point1
 * 14
 * 2

More community recipes


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 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

 * 
 * 
 * 
 * 
 * 

 * Terms
 * Privacy
 * Cookies
 * Advertisers

Built by Embark. Copyright © 2021 Nigella Lawson

Back Close


GET MORE FROM NIGELLA.COM

Access exclusive premium recipes

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


HOW WOULD YOU LIKE TO SIGN IN?

Use/create Nigella.com account
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 or Explore Nigella recipes