{"id":1238,"date":"2022-11-05T13:00:13","date_gmt":"2022-11-05T12:00:13","guid":{"rendered":"https:\/\/www.babystuff-blog.com\/de\/?page_id=1238"},"modified":"2022-11-07T14:45:53","modified_gmt":"2022-11-07T13:45:53","slug":"calorie-calculator","status":"publish","type":"page","link":"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/","title":{"rendered":"Calorie Calculator"},"content":{"rendered":"\n\n\n[et_pb_section fb_built=&#187;1&#8243; theme_builder_area=&#187;post_content&#187; _builder_version=&#187;4.18.0&#8243; _module_preset=&#187;default&#187;][et_pb_row _builder_version=&#187;4.18.0&#8243; _module_preset=&#187;default&#187; theme_builder_area=&#187;post_content&#187;][et_pb_column _builder_version=&#187;4.18.0&#8243; _module_preset=&#187;default&#187; type=&#187;4_4&#8243; theme_builder_area=&#187;post_content&#187;][et_pb_text _builder_version=&#187;4.18.0&#8243; _module_preset=&#187;default&#187; theme_builder_area=&#187;post_content&#187; hover_enabled=&#187;0&#8243; sticky_enabled=&#187;0&#8243;]<div style=\"overflow:hidden; margin:5px; padding:11px; border:solid 1px #ccc; font-family:arial;\">\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:100%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<b id=\"label_1\">Your Gender<\/b><br \/>\n\t\t\t\t<label><input type=\"radio\" name=\"gender\" value=\"1\" id=\"gender\" checked> <span id=\"label_2\">Male<\/span><\/label><br \/>\n\t\t\t\t<label><input type=\"radio\" name=\"gender\" value=\"2\" id=\"gender2\"> <span id=\"label_3\">Female<\/span><\/label>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:25%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<b id=\"label_4\">Your Age<\/b>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div style=\"width:75%; float:left;\">\n\t\t\t<input type=\"text\" value=\"\" id=\"age\" style=\"width:90%; padding:5px; border:solid 1px #ccc; background-color:#f5f5f5;\" placeholder=\"In Years\" onkeydown=\"return onlyNumberKey(event)\" \/>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:25%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<b id=\"label_5\">Your Weight<\/b>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div style=\"width:75%; float:left;\">\n\t\t\t<input type=\"text\" value=\"\" id=\"weight\" style=\"width:90%; padding:5px; border:solid 1px #ccc; background-color:#f5f5f5;\" placeholder=\"In Kilograms\" onkeydown=\"return onlyNumberKey(event)\" \/>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:25%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<b id=\"label_6\">Your Size<\/b>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div style=\"width:75%; float:left;\">\n\t\t\t<input type=\"text\" value=\"\" id=\"size\" style=\"width:90%; padding:5px; border:solid 1px #ccc; background-color:#f5f5f5;\" placeholder=\"In Centimeters\" onkeydown=\"return onlyNumberKey(event)\" \/>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:100%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<button id=\"label_7\" onclick=\"generate_result()\">Generate Result<\/button>\n\t\t\t\t<br \/>\n\t\t\t\t<div id=\"result\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div align=\"center\" style=\"padding:11px;\"> <button onclick=\"change_language('eng')\" id=\"eng_ver_\" style=\"display:none;\">English<\/button> <button onclick=\"change_language('ger')\" id=\"ger_ver_\" >Deutsch<\/button><input type=\"hidden\" id=\"_lang_\" value=\"eng\" \/><\/div>\n<script>\nfunction onlyNumberKey(evt) {  \n\t\/\/ Only ASCII character in that range allowed\n\tvar ASCIICode = (evt.which) ? evt.which : evt.keyCode\n\tif (ASCIICode > 31 && (ASCIICode < 48 || ASCIICode > 57))\n\t\treturn false;\n\telse\n\t\treturn true;\n\t\t\/\/calculate_vall();\n}\n\nvar alert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the age.<\/div>';\nvar alert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the weight.<\/div>';\nvar alert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the size.<\/div>';\nvar alert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Result:<b><br \/>Your basal metabolic rate: ';\n\n\n\n\n\nfunction generate_result(){\n\tvar gender='male';\n\tif(document.getElementById('gender').checked==true) gender='male';\n\tif(document.getElementById('gender2').checked==true) gender='female';\n\tvar age=document.getElementById('age').value;\n\tvar weight=document.getElementById('weight').value;\n\tvar size=document.getElementById('size').value;\n\t\n\tif(document.getElementById('_lang_').value==\"eng\"){\n\t    alert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the age.<\/div>';\n\t    alert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the weight.<\/div>';\n\t    alert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the size.<\/div>';\n\t    alert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Result:<b><br \/>Your basal metabolic rate: ';\n\t}else{\n\t    alert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie das Alter ein.<\/div>';\n\t\talert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie das Gewicht ein.<\/div>';\n\t\talert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie die Gr\u00f6\u00dfe ein.<\/div>';\n\t\talert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Ergebnis:<b><br \/>Ihr Grundumsatz: ';\n\t}\n\t\n\tif(age==\"\"){ document.getElementById('result').innerHTML=alert_age; return false; }\n\tif(weight==\"\"){ document.getElementById('result').innerHTML=alert_weight; return false; }\n\tif(size==\"\"){ document.getElementById('result').innerHTML=alert_size; return false; }\n\tvar meta=0;\n\t\n\t\/\/if(gender=='') meta=447.593;\n\tif(gender=='male'){ meta=88.362;\n    \tmeta=(meta-0)+ +((size*4.799)-0);\n    \t\/\/alert(meta);\n    \tmeta=(meta-0)-((age*5.677)-0);\n    \t\/\/alert(meta);\n    \tmeta=(meta-0)+ +((weight*13.397)-0);\n    \t\/\/alert(meta);\n\t}\n\tif(gender=='female'){ meta=447.593;\n    \tmeta=(meta-0)+ +((size*3.098)-0);\n    \t\/\/alert(meta);\n    \tmeta=(meta-0)-((age*4.330)-0);\n    \t\/\/alert(meta);\n    \tmeta=(meta-0)+ +((weight*9.247)-0);\n    \t\/\/alert(meta);\n\t}\n\tdocument.getElementById('result').innerHTML=alert_result+Math.round(meta)+'<\/div>';\n}\n\nfunction change_language(lang){\n\tif(lang==\"ger\"){\n\t\tdocument.getElementById('label_1').innerHTML='Dein Geschlecht';\n\t\tdocument.getElementById('label_2').innerHTML='M\u00e4nnlich';\n\t\tdocument.getElementById('label_3').innerHTML='Weiblich';\n\t\tdocument.getElementById('label_4').innerHTML='Dein Alter';\n\t\tdocument.getElementById('label_5').innerHTML='Dein Gewicht';\n\t\tdocument.getElementById('label_6').innerHTML='Deine Gr\u00f6\u00dfe';\n\t\tdocument.getElementById('label_7').innerHTML='Zur Auswertung';\n\t\tdocument.getElementById('age').placeholder='In Jahren';\n\t\tdocument.getElementById('weight').placeholder='In Kilogramm';\n\t\tdocument.getElementById('size').placeholder='In Zentimetern';\n\t\tdocument.getElementById('eng_ver_').style.display='block';\n\t\tdocument.getElementById('ger_ver_').style.display='none';\n\t\t\n\t\talert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the age.<\/div>';\n\t\talert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the weight.<\/div>';\n\t\talert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the size.<\/div>';\n\t\talert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Result:<b><br \/>Your basal metabolic rate: ';\n\t\tdocument.getElementById('_lang_').value=\"ger\";\n\t}else{\n\t\tdocument.getElementById('label_1').innerHTML='Your Gender';\n\t\tdocument.getElementById('label_2').innerHTML='Male';\n\t\tdocument.getElementById('label_3').innerHTML='Female';\n\t\tdocument.getElementById('label_4').innerHTML='Your Age';\n\t\tdocument.getElementById('label_5').innerHTML='Your Weight';\n\t\tdocument.getElementById('label_6').innerHTML='Your Size';\n\t\tdocument.getElementById('label_7').innerHTML='Generate Result';\n\t\tdocument.getElementById('age').placeholder='In Years';\n\t\tdocument.getElementById('weight').placeholder='In Kg';\n\t\tdocument.getElementById('size').placeholder='In Centimeters';\n\t\tdocument.getElementById('eng_ver_').style.display='none';\n\t\tdocument.getElementById('ger_ver_').style.display='block';\n\t\t\n\t\talert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie das Alter ein.<\/div>';\n\t\talert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie das Gewicht ein.<\/div>';\n\t\talert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie die Gr\u00f6\u00dfe ein.<\/div>';\n\t\talert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Ergebnis:<b><br \/>Ihr Grundumsatz: ';\n\t\tdocument.getElementById('_lang_').value=\"eng\";\n\t}\n\t\n\tif(age!=\"\" || weight!=\"\" || size!=\"\"){ \n\t    generate_result();\n\t}\n\t\n\treturn true;\n}\n\n\/\/change_language('ger');\n\tchange_language('eng');\n<\/script>\n[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]\n\n\n","protected":false},"excerpt":{"rendered":"<div style=\"overflow:hidden; margin:5px; padding:11px; border:solid 1px #ccc; font-family:arial;\">\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:100%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<b id=\"label_1\">Your Gender<\/b><br \/>\n\t\t\t\t<label><input type=\"radio\" name=\"gender\" value=\"1\" id=\"gender\" checked> <span id=\"label_2\">Male<\/span><\/label><br \/>\n\t\t\t\t<label><input type=\"radio\" name=\"gender\" value=\"2\" id=\"gender2\"> <span id=\"label_3\">Female<\/span><\/label>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:25%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<b id=\"label_4\">Your Age<\/b>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div style=\"width:75%; float:left;\">\n\t\t\t<input type=\"text\" value=\"\" id=\"age\" style=\"width:90%; padding:5px; border:solid 1px #ccc; background-color:#f5f5f5;\" placeholder=\"In Years\" onkeydown=\"return onlyNumberKey(event)\" \/>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:25%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<b id=\"label_5\">Your Weight<\/b>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div style=\"width:75%; float:left;\">\n\t\t\t<input type=\"text\" value=\"\" id=\"weight\" style=\"width:90%; padding:5px; border:solid 1px #ccc; background-color:#f5f5f5;\" placeholder=\"In Kilograms\" onkeydown=\"return onlyNumberKey(event)\" \/>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:25%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<b id=\"label_6\">Your Size<\/b>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div style=\"width:75%; float:left;\">\n\t\t\t<input type=\"text\" value=\"\" id=\"size\" style=\"width:90%; padding:5px; border:solid 1px #ccc; background-color:#f5f5f5;\" placeholder=\"In Centimeters\" onkeydown=\"return onlyNumberKey(event)\" \/>\n\t\t<\/div>\n\t<\/div>\n\t\n\t<div style=\"overflow:hidden;\">\n\t\t<div style=\"width:100%; float:left;\">\n\t\t\t<div style=\"padding:11px;\">\n\t\t\t\t<button id=\"label_7\" onclick=\"generate_result()\">Generate Result<\/button>\n\t\t\t\t<br \/>\n\t\t\t\t<div id=\"result\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div align=\"center\" style=\"padding:11px;\"> <button onclick=\"change_language('eng')\" id=\"eng_ver_\" style=\"display:none;\">English<\/button> <button onclick=\"change_language('ger')\" id=\"ger_ver_\" >Deutsch<\/button><input type=\"hidden\" id=\"_lang_\" value=\"eng\" \/><\/div>\n<script>\nfunction onlyNumberKey(evt) {  \n\t\/\/ Only ASCII character in that range allowed\n\tvar ASCIICode = (evt.which) ? evt.which : evt.keyCode\n\tif (ASCIICode > 31 && (ASCIICode < 48 || ASCIICode > 57))\n\t\treturn false;\n\telse\n\t\treturn true;\n\t\t\/\/calculate_vall();\n}\n\nvar alert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the age.<\/div>';\nvar alert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the weight.<\/div>';\nvar alert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the size.<\/div>';\nvar alert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Result:<b><br \/>Your basal metabolic rate: ';\n\n\n\n\n\nfunction generate_result(){\n\tvar gender='male';\n\tif(document.getElementById('gender').checked==true) gender='male';\n\tif(document.getElementById('gender2').checked==true) gender='female';\n\tvar age=document.getElementById('age').value;\n\tvar weight=document.getElementById('weight').value;\n\tvar size=document.getElementById('size').value;\n\t\n\tif(document.getElementById('_lang_').value==\"eng\"){\n\t    alert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the age.<\/div>';\n\t    alert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the weight.<\/div>';\n\t    alert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the size.<\/div>';\n\t    alert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Result:<b><br \/>Your basal metabolic rate: ';\n\t}else{\n\t    alert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie das Alter ein.<\/div>';\n\t\talert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie das Gewicht ein.<\/div>';\n\t\talert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie die Gr\u00f6\u00dfe ein.<\/div>';\n\t\talert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Ergebnis:<b><br \/>Ihr Grundumsatz: ';\n\t}\n\t\n\tif(age==\"\"){ document.getElementById('result').innerHTML=alert_age; return false; }\n\tif(weight==\"\"){ document.getElementById('result').innerHTML=alert_weight; return false; }\n\tif(size==\"\"){ document.getElementById('result').innerHTML=alert_size; return false; }\n\tvar meta=0;\n\t\n\t\/\/if(gender=='') meta=447.593;\n\tif(gender=='male'){ meta=88.362;\n    \tmeta=(meta-0)+ +((size*4.799)-0);\n    \t\/\/alert(meta);\n    \tmeta=(meta-0)-((age*5.677)-0);\n    \t\/\/alert(meta);\n    \tmeta=(meta-0)+ +((weight*13.397)-0);\n    \t\/\/alert(meta);\n\t}\n\tif(gender=='female'){ meta=447.593;\n    \tmeta=(meta-0)+ +((size*3.098)-0);\n    \t\/\/alert(meta);\n    \tmeta=(meta-0)-((age*4.330)-0);\n    \t\/\/alert(meta);\n    \tmeta=(meta-0)+ +((weight*9.247)-0);\n    \t\/\/alert(meta);\n\t}\n\tdocument.getElementById('result').innerHTML=alert_result+Math.round(meta)+'<\/div>';\n}\n\nfunction change_language(lang){\n\tif(lang==\"ger\"){\n\t\tdocument.getElementById('label_1').innerHTML='Dein Geschlecht';\n\t\tdocument.getElementById('label_2').innerHTML='M\u00e4nnlich';\n\t\tdocument.getElementById('label_3').innerHTML='Weiblich';\n\t\tdocument.getElementById('label_4').innerHTML='Dein Alter';\n\t\tdocument.getElementById('label_5').innerHTML='Dein Gewicht';\n\t\tdocument.getElementById('label_6').innerHTML='Deine Gr\u00f6\u00dfe';\n\t\tdocument.getElementById('label_7').innerHTML='Zur Auswertung';\n\t\tdocument.getElementById('age').placeholder='In Jahren';\n\t\tdocument.getElementById('weight').placeholder='In Kilogramm';\n\t\tdocument.getElementById('size').placeholder='In Zentimetern';\n\t\tdocument.getElementById('eng_ver_').style.display='block';\n\t\tdocument.getElementById('ger_ver_').style.display='none';\n\t\t\n\t\talert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the age.<\/div>';\n\t\talert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the weight.<\/div>';\n\t\talert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Please enter the size.<\/div>';\n\t\talert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Result:<b><br \/>Your basal metabolic rate: ';\n\t\tdocument.getElementById('_lang_').value=\"ger\";\n\t}else{\n\t\tdocument.getElementById('label_1').innerHTML='Your Gender';\n\t\tdocument.getElementById('label_2').innerHTML='Male';\n\t\tdocument.getElementById('label_3').innerHTML='Female';\n\t\tdocument.getElementById('label_4').innerHTML='Your Age';\n\t\tdocument.getElementById('label_5').innerHTML='Your Weight';\n\t\tdocument.getElementById('label_6').innerHTML='Your Size';\n\t\tdocument.getElementById('label_7').innerHTML='Generate Result';\n\t\tdocument.getElementById('age').placeholder='In Years';\n\t\tdocument.getElementById('weight').placeholder='In Kg';\n\t\tdocument.getElementById('size').placeholder='In Centimeters';\n\t\tdocument.getElementById('eng_ver_').style.display='none';\n\t\tdocument.getElementById('ger_ver_').style.display='block';\n\t\t\n\t\talert_age='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie das Alter ein.<\/div>';\n\t\talert_weight='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie das Gewicht ein.<\/div>';\n\t\talert_size='<div style=\"padding:11px; font-size:11px; color:red;\">Bitte geben Sie die Gr\u00f6\u00dfe ein.<\/div>';\n\t\talert_result='<div style=\"padding:11px; font-size:12px; color:blue;\"><b>Ergebnis:<b><br \/>Ihr Grundumsatz: ';\n\t\tdocument.getElementById('_lang_').value=\"eng\";\n\t}\n\t\n\tif(age!=\"\" || weight!=\"\" || size!=\"\"){ \n\t    generate_result();\n\t}\n\t\n\treturn true;\n}\n\n\/\/change_language('ger');\n\tchange_language('eng');\n<\/script>\n\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:divi\/placeholder \/-->","_et_gb_content_width":"","sfsi_plus_gutenberg_text_before_share":"","sfsi_plus_gutenberg_show_text_before_share":"","sfsi_plus_gutenberg_icon_type":"","sfsi_plus_gutenberg_icon_alignemt":"","sfsi_plus_gutenburg_max_per_row":"","_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-1238","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Calorie Calculator - Babystuff-Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calorie Calculator - Babystuff-Blog\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Babystuff-Blog\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-07T13:45:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"[baking_calculator_cc_3]\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/\",\"url\":\"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/\",\"name\":\"Calorie Calculator - Babystuff-Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.babystuff-blog.com\/de\/#website\"},\"datePublished\":\"2022-11-05T12:00:13+00:00\",\"dateModified\":\"2022-11-07T13:45:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/#breadcrumb\"},\"inLanguage\":\"de-CH\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/www.babystuff-blog.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calorie Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.babystuff-blog.com\/de\/#website\",\"url\":\"https:\/\/www.babystuff-blog.com\/de\/\",\"name\":\"Babystuff-Blog\",\"description\":\"Neugeborenes Bauchweh\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.babystuff-blog.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-CH\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calorie Calculator - Babystuff-Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/","og_locale":"de_DE","og_type":"article","og_title":"Calorie Calculator - Babystuff-Blog","og_url":"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/","og_site_name":"Babystuff-Blog","article_modified_time":"2022-11-07T13:45:53+00:00","twitter_card":"summary_large_image","twitter_description":"[baking_calculator_cc_3]","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/","url":"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/","name":"Calorie Calculator - Babystuff-Blog","isPartOf":{"@id":"https:\/\/www.babystuff-blog.com\/de\/#website"},"datePublished":"2022-11-05T12:00:13+00:00","dateModified":"2022-11-07T13:45:53+00:00","breadcrumb":{"@id":"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/#breadcrumb"},"inLanguage":"de-CH","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.babystuff-blog.com\/de\/calorie-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.babystuff-blog.com\/de\/"},{"@type":"ListItem","position":2,"name":"Calorie Calculator"}]},{"@type":"WebSite","@id":"https:\/\/www.babystuff-blog.com\/de\/#website","url":"https:\/\/www.babystuff-blog.com\/de\/","name":"Babystuff-Blog","description":"Neugeborenes Bauchweh","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.babystuff-blog.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-CH"}]}},"_links":{"self":[{"href":"https:\/\/www.babystuff-blog.com\/de\/wp-json\/wp\/v2\/pages\/1238","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.babystuff-blog.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.babystuff-blog.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.babystuff-blog.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.babystuff-blog.com\/de\/wp-json\/wp\/v2\/comments?post=1238"}],"version-history":[{"count":5,"href":"https:\/\/www.babystuff-blog.com\/de\/wp-json\/wp\/v2\/pages\/1238\/revisions"}],"predecessor-version":[{"id":1247,"href":"https:\/\/www.babystuff-blog.com\/de\/wp-json\/wp\/v2\/pages\/1238\/revisions\/1247"}],"wp:attachment":[{"href":"https:\/\/www.babystuff-blog.com\/de\/wp-json\/wp\/v2\/media?parent=1238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}