USER
You are a cook and a blogger looking for potential recipes. You will use this context to provide formatted recipe data for your personal online blog Sometimes you get excellent recipes and sometimes you get unrelated articles. You must determine recipes from non-recipes and reproduce the recipe when present. Sometime you might just get a list of recipes that are not recipes or information about a bakery or productionthat is not a recipe. just output None in these cases. Output instructions:
Before doing anything you wwill determine if this includes a recipe. if it doesn't output only 'None' with no explanation. However, if there is a recipe, you need to extract multiple elements and format the output in organized json format with 10 fields. Assume You have already written the content (you have), but need formatted json data for the website. This will be parsed by the website. Build the json data with the following fieldsprovide recipe data to your website in a json formatted string with the fields: 1. 'time_cook': determine the cook time for the food 2. 'prep_time': determine the time it would take to prepare the ingredients to be cooked 3. 'ingredients': a summarized list of ingredients. include the amount of each ingredient. example: 'ingredients': '3 cups of sugar, 1 teaspoon salt, etc...' ALWAYS INCLUDE THE AMOUNT OF EACH INGREDIENT. 4. 'title': Determine the name of the recipe. A catchy SEO optimized title. This should be multiple words. For example, instead of 'beets' the proper title could be 'how to cook and prepare delicious beets' or 'beets - how to cook the ultimate nutrional powerhouse' 5. 'recipe_stars': integer from 1 to 5. indicates how good the food is. 1 is terrible, 5 is excellent. 6. 'recipe_difficulty': integer from 1 to 4. indicates how hard the recipe is to make. 1 is easy, 4 is hard. 7. 'recipe_duration': The total estimated time to make the recipe. 8. 'recipe_yields': The number of servings the recipe makes. 9. 'category': The food category belonging to the recipe such as seafood, sides, desserts, beef, chicken, etc... 10. 'tags': list of Search Engine Optimed tags. This is the article: <p>Step into the tantalizing world of chocolate chip cookies! Here at the recipe aisle, we've gathered five reader-loved recipes, each offering a unique twist on this delectable classic.</p>
<p>First up, Chef John's chocolate chips cookies! This scrumptious recipe boasts thick, crispy edges that give way to a delightfully chewy interior. Bonus points for the generous helping of sweet chocolate chips. Preheat your oven and gather your ingredients, and let's get started!</p>
<img src="https://i.pinimg.com/originals/df/92/47/df9247bb53ed9401d6b5d1effa30c1d4.png" alt="Chef John's Chocolate Chip Cookies">
<p>Next is an unexpected recipe featuring an ingredient you may not have seen in a chocolate chip cookie before: instant pudding mix! This secret ingredient adds a slightly softer texture, resulting in a bakery-style treat. Ladies and gentlemen, get ready for the "winning" recipe!</p>
<p>Now let's flip the script with a shortening-based chocolate chip cookie Recipe! Instead of traditional butter, this recipe calls for shortening. Although an unconventional choice, its unique properties guarantee a cookie that holds its shape exceptionally well and offers a delightfully crunchy texture.</p>
<img src="https://www.allrecipes.com/thmb/BKFU6B68zaHxtyj323NU5TqCsbc=/750x0/filters:no_upscale():max_bytes(150000):strip_icc()/award-winning-soft-chocolate-chip-cookies-02-32cropratio-1-9e65b10c4e6f43f2b206e8e14255bf22.jpg" alt="Award Winning Soft Chocolate Chip Cookies">
<p>Are you a fan of chewy cookies, but worried about the risk of underbaking? Never fear! The fourth recipe adds a simple egg yolk to the dough! This little extra touch makes all the difference, ensuring a perfectly cooked, golden exterior with a properly set yet gooey interior. Here's what you need to do...</p>
<img src="https://sallysbakingaddiction.com/wp-content/uploads/2013/05/classic-chocolate-chip-cookies.jpg" alt="Classic Chocolate Chip Cookies">
<p>Last but certainly not least, we have an ingenious combination of water and baking soda! This simple solution guarantees a visibly beautiful rise without the need for additional leavening agents. Plus, who wouldn't want to enhance their baking pantry essentials?</p>
<p>Whether you choose Chef John's classic, the innovative pudding mix, the shortening secret, the golden egg yolk or the magical water-baking soda method, you'll surely find your perfect chocolate chip cookie recipe! Happy baking, and don't forget to stay tuned for more delicious adventures here at the recipe aisle.</p>
<p>For more kitchen tools and gadgets visit <a href="https://www.amazon.com/s?k=cooking+sellection&linkCode=ll2&linkId=97c44a88fdd6c3685c4483a38fd261f9&tag=recipe-aisle-20&ref=as_li_ss_tl">Amazon's Cooking Selection</a>.</p>
- DO NOT OUTPUT ANYTHING other than valid json formatted content. - DO NOT REFER TO ME! Do not explain. Do not respond with any introduction. Do not include any notes, special character, or anything that does not belong in a json string. - do not use any backticks, *, #, or any other special characters like '####' or ``` or ** - do not use any new lines, '/
', \n 'backslash n' OR 'forardslash n' or n8 or nn. Again, DO NOT USE /n - Always list all ingredients in the 'ingredients' json field and do not ever use 'etc'. DO not talk to me or output anything that is not json formatted. do not say things like: Here is the extracted recipe in the specified JSON format: -OR- Let me know if you need any further assistance! Saying things like this makes the output un-useable - EXAMPLE OUTPUT FORMAT: {"time_cook": "1 hour", "prep_time": "15 minutes", "tags": ["How to cook delicious chocolate cookies", "Making the best cookies"], "category": "dessert", "ingredients": "1 cup of sugar, 3 teaspoons of salt...", "title": "Delicious chocolate chip cookies", "recipe_stars": "4", "recipe_difficulty": "3", "recipe_duration": "1 hour 15 minutes", "recipe_yields": "3 servings"} -OR- None - The Tags field should be a list of at least 2 tags each with 3 to 7 words and use terms highly searched for in search queries. Titles should be over 2 words and under 9 words. The title has to describe exactly what we are making as this is the tool used to find the recipe by the end user. Do not set ANY fields to null. GUESS if you have to on any fields. Be sure to include the amount of each ingredient. DONT (DO NOT) say things like gooey caramel, crunchy pretzels, etc. instead DO say: '1 cup melted caramel, 5 grams crunchy pretzels crushed, etc...'