{"id":17916,"date":"2025-03-04T13:59:22","date_gmt":"2025-03-04T13:59:22","guid":{"rendered":"https:\/\/herdwatch.com\/en-ie\/?p=17916"},"modified":"2025-03-04T17:17:08","modified_gmt":"2025-03-04T17:17:08","slug":"livestock-feed-calculator","status":"publish","type":"post","link":"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/","title":{"rendered":"Transform your farm planning with our free Livestock Feed Calculator"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-1-1024x683.jpeg\" alt=\"\" class=\"wp-image-17920\" srcset=\"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-1-1024x683.jpeg 1024w, https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-1-300x200.jpeg 300w, https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-1-768x512.jpeg 768w, https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-1-1536x1024.jpeg 1536w, https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-1-2048x1365.jpeg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Plan your farm\u2019s feeding strategy with our <strong>free Animal Feed Calculator,<\/strong> designed to help you<strong> know exactly how much feed is needed for your animals to reach their target weight.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Get efficient in your farm planning by <strong>managing your feed costs and ensuring your animals reach optimal market weight.<\/strong> Our Animal Feed Calculator uses current Irish market data to provide you with accurate estimates, helping you streamline your feed budget and improve farm productivity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How It Works<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Input Animal Details:<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>Animal Type:<\/strong> Select whether your animal is a cow or sheep.<\/li>\n\n\n\n<li><strong>Starting Weight:<\/strong> Enter the current weight of your animal.<\/li>\n\n\n\n<li><strong>Target Weight:<\/strong> Enter the weight you expect your animal to reach.<\/li>\n\n\n\n<li><strong>Timeframe:<\/strong> Specify the number of months over which you expect the weight gain to occur.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Instant Calculation:<\/strong><br>Our system calculates:\n<ul class=\"wp-block-list\">\n<li><strong>Weight Gain Needed:<\/strong> The difference between the target and starting weights.<\/li>\n\n\n\n<li><strong>Feed Requirement:<\/strong> Based on standard feed conversion ratios (e.g. 7 kg feed per kg weight gain for cows, 5.5 for sheep).<\/li>\n\n\n\n<li><strong>Estimated Feed Cost:<\/strong> Using the current feed cost (e.g. \u20ac0.30 per kg).<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Personalise Your Results:<\/strong><br>Enter your personal details and secure your results with a free Herdwatch account, enabling you to access a full suite of farm management tools.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Benefits<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Accurate Feed Estimates:<\/strong> Know exactly how much feed you need to achieve your target weight.<\/li>\n\n\n\n<li><strong>Cost Efficiency:<\/strong> Calculate estimated feed costs to better manage your farm\u2019s budget.<\/li>\n\n\n\n<li><strong>Simplified Planning:<\/strong> Plan feeding schedules and purchase decisions well in advance.<\/li>\n\n\n\n<li><strong>Free Herdwatch Account:<\/strong> Get access to a comprehensive app that helps you track livestock performance, manage finances, and streamline farm operations.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Get Started Today!<\/strong><br>Simply fill in your animal and personal details below and discover how much feed you need, along with an estimated cost, to reach your target weight. Take control of your farm\u2019s feed management and optimise your profitability.<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Animal Feed Calculator<\/title>\n  <!-- Google reCAPTCHA v2 script -->\n  <script src=\"https:\/\/www.google.com\/recaptcha\/api.js\" defer><\/script>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      background-color: #F5F5F5;\n      color: #001738;\n      padding: 20px;\n      margin: 0;\n    }\n    #form-container {\n      max-width: 500px;\n      margin: 0 auto;\n      background: white;\n      border-radius: 8px;\n      box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n      overflow: hidden;\n    }\n    .step {\n      display: none;\n      padding: 20px;\n      border-bottom: 5px solid #B5C428;\n    }\n    h2 { color: #007DBF; }\n    label {\n      display: block;\n      font-weight: bold;\n      margin: 10px 0 5px;\n    }\n    input, select, button {\n      width: 100%;\n      padding: 10px;\n      margin: 5px 0 15px;\n      border: 1px solid #ccc;\n      border-radius: 5px;\n    }\n    button {\n      background-color: #007DBF;\n      color: white;\n      border: none;\n      cursor: pointer;\n      font-size: 16px;\n    }\n    button:hover { background-color: #005BBF; }\n    #result { color: #001738; font-size: 16px; }\n    .disclaimer { font-size: 0.85em; color: #666; margin-top: 10px; }\n    .warning { font-size: 0.9em; color: red; font-weight: bold; margin-top: 10px; }\n  <\/style>\n<\/head>\n<body>\n  <div id=\"form-container\">\n    <!-- Step 1: Feed Calculator Inputs -->\n    <div id=\"step1\" class=\"step\" style=\"display: block;\">\n      <h2>Step 1: Feed Calculator<\/h2>\n      <label for=\"animalType\">Animal Type:<\/label>\n      <select id=\"animalType\" required>\n        <option value=\"\">&#8212; Select &#8212;<\/option>\n        <option value=\"cow\">Cow<\/option>\n        <option value=\"sheep\">Sheep<\/option>\n      <\/select>\n      <label for=\"startingWeight\">Starting Weight (kg):<\/label>\n      <input type=\"number\" id=\"startingWeight\" placeholder=\"e.g., 200\" step=\"0.1\" required>\n      <label for=\"targetWeight\">Target Weight (kg):<\/label>\n      <input type=\"number\" id=\"targetWeight\" placeholder=\"e.g., 700\" step=\"0.1\" required>\n      <label for=\"timeframe\">Timeframe (months):<\/label>\n      <input type=\"number\" id=\"timeframe\" placeholder=\"e.g., 10\" step=\"1\" required>\n      <button id=\"nextStepBtn\">Next<\/button>\n    <\/div>\n\n    <!-- Step 2: Personal Details & reCAPTCHA -->\n    <div id=\"step2\" class=\"step\">\n      <h2>Step 2: Enter Your Personal Details<\/h2>\n      <label for=\"name\">Full Name:<\/label>\n      <input type=\"text\" id=\"name\" required>\n      <label for=\"phone\">Phone Number:<\/label>\n      <input type=\"tel\" id=\"phone\" required>\n      <label for=\"email\">Email:<\/label>\n      <input type=\"email\" id=\"email\" required>\n      <label for=\"region\">Region:<\/label>\n      <!-- Default to Ireland -->\n      <select id=\"region\" required>\n        <option value=\"IE\" selected>Ireland<\/option>\n        <option value=\"UK\">United Kingdom<\/option>\n        <option value=\"US\">United States<\/option>\n        <option value=\"EU\">Europe<\/option>\n        <option value=\"AU\">Australia<\/option>\n      <\/select>\n      <!-- Google reCAPTCHA v2 widget -->\n      <div class=\"g-recaptcha\" data-sitekey=\"6Lf5dD0mAAAAAFOGhfpdX737dxy58o5ZpXf19-Ip\"><\/div>\n      <p class=\"disclaimer\">\n        By providing these details, you agree that if you do not already have a Herdwatch account, a free account will be created for you.\n      <\/p>\n      <p class=\"warning\">\n        WARNING: Submitting this form will create a free Herdwatch account if you don&#8217;t already have one.\n      <\/p>\n      <button id=\"submitBtn\">Submit<\/button>\n    <\/div>\n\n    <!-- Step 3: Confirmation & Feed Calculation Result -->\n    <div id=\"step3\" class=\"step\">\n      <h2>Step 3: Thank You!<\/h2>\n      <p id=\"result\"><\/p>\n    <\/div>\n  <\/div>\n\n  <!-- Global Functions -->\n  <script>\n    \/\/ Transition between steps.\n    window.nextStep = function(stepNumber) {\n      const steps = document.querySelectorAll('.step');\n      steps.forEach(function(step) {\n        step.style.display = 'none';\n      });\n      document.getElementById(\"step\" + stepNumber).style.display = 'block';\n    };\n\n    \/\/ Global feed conversion ratios (kg feed per kg weight gain)\n    \/\/ and feed cost per kg in euros.\n    window.feedConversionRatios = {\n      cow: 7.0,\n      sheep: 5.5\n    };\n    window.feedCostPerKg = 0.30; \/\/ \u20ac0.30 per kg feed.\n  <\/script>\n\n  <!-- Custom Encryption Routine (XOR + Base64) -->\n  <script>\n    function keyCharAt(key, i) {\n      return key.charCodeAt(Math.floor(i % key.length));\n    }\n    function doIt(key, data) {\n      return data.map(function(c, i) {\n        return c.charCodeAt(0) ^ keyCharAt(key, i);\n      });\n    }\n    function utfIt(data) {\n      var tbl = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/=\";\n      var i = 0, enc = \"\";\n      while (i < data.length) {\n        var o1 = data[i++];\n        var o2 = data[i++];\n        var o3 = data[i++];\n        var bits = o1 << 16 | o2 << 8 | o3;\n        var h1 = (bits >> 18) & 0x3f;\n        var h2 = (bits >> 12) & 0x3f;\n        var h3 = (bits >> 6) & 0x3f;\n        var h4 = bits & 0x3f;\n        enc += tbl.charAt(h1) + tbl.charAt(h2) + tbl.charAt(h3) + tbl.charAt(h4);\n      }\n      var r = data.length % 3;\n      return (r ? enc.slice(0, r - 3) : enc) + \"===\".slice(r || 3);\n    }\n    function aa_encrypt(key, data) {\n      var dataArr = data.split('');\n      var xorArr = doIt(key, dataArr);\n      return utfIt(xorArr);\n    }\n    window.aa = { aa: aa_encrypt };\n  <\/script>\n\n  <!-- Main JavaScript: captureLead -->\n  <script>\n    window.captureLead = async function() {\n      \/\/ Retrieve Feed Calculator values from Step 1.\n      const animalType = document.getElementById(\"animalType\").value.trim();\n      const startingWeight = document.getElementById(\"startingWeight\").value.trim();\n      const targetWeight = document.getElementById(\"targetWeight\").value.trim();\n      const timeframe = document.getElementById(\"timeframe\").value.trim();\n\n      \/\/ Validate feed calculator fields.\n      if (!animalType || !startingWeight || !targetWeight || !timeframe) {\n        alert(\"Please complete all feed calculator fields.\");\n        return;\n      }\n\n      const startW = parseFloat(startingWeight);\n      const targetW = parseFloat(targetWeight);\n      const months = parseInt(timeframe, 10);\n      if (isNaN(startW) || isNaN(targetW) || isNaN(months) || startW <= 0 || targetW <= startW || months <= 0) {\n        alert(\"Please enter valid numbers: starting weight must be > 0, target weight must be greater than starting weight, and timeframe must be > 0.\");\n        return;\n      }\n\n      \/\/ Calculate weight gain needed.\n      const weightGain = targetW - startW;\n      \/\/ Determine feed conversion ratio based on animal type.\n      const fcr = window.feedConversionRatios[animalType.toLowerCase()] || 7.0;\n      const feedNeeded = weightGain * fcr;\n      \/\/ Estimated feed cost.\n      const estimatedCost = (feedNeeded * window.feedCostPerKg).toFixed(2);\n\n      \/\/ Retrieve personal details from Step 2.\n      const name = document.getElementById(\"name\").value.trim();\n      let phone = document.getElementById(\"phone\").value.trim();\n      const email = document.getElementById(\"email\").value.trim();\n      const recaptchaResponse = grecaptcha.getResponse();\n\n      if (!name || !phone || !email || !recaptchaResponse) {\n        alert(\"Please complete all required personal details fields.\");\n        return;\n      }\n\n      \/\/ Identify region and format phone.\n      function identifyRegion(phone) {\n        if (phone.startsWith(\"0\") || phone.startsWith(\"+353\")) return \"IE\";\n        else if (phone.startsWith(\"+44\")) return \"UK\";\n        else if (phone.startsWith(\"+1\")) return \"US\";\n        else if (phone.startsWith(\"+61\")) return \"AU\";\n        return \"IE\";\n      }\n      function formatPhone(phone, region) {\n        if ((region === \"IE\" || region === \"UK\") && phone.startsWith(\"+\")) {\n          if (phone.startsWith(\"+353\")) return \"0\" + phone.slice(4);\n          else if (phone.startsWith(\"+44\")) return \"0\" + phone.slice(3);\n        }\n        return phone;\n      }\n      let region = identifyRegion(phone);\n      phone = formatPhone(phone, region);\n      console.log(\"Formatted Phone Number:\", phone);\n      if (region === \"IE\" && phone.length !== 10) {\n        alert(\"Please enter a valid Irish phone number (10 digits, starting with 0).\");\n        return;\n      }\n\n      \/\/ Encrypt the phone number.\n      const encryptionKey = '923lkjS!$\"*)_-^*(~#+=ew3284092383280832098409328';\n      const encryptedPhone = aa.aa(encryptionKey, phone);\n      console.log(\"Encrypted Phone:\", encryptedPhone);\n\n      \/\/ Construct API payload.\n      const leadData = {\n        name: name,\n        mobile: encryptedPhone,\n        hubspot: \"2865975\",\n        \"g-recaptcha-response\": recaptchaResponse\n      };\n      console.log(\"Lead Data Before Sending:\", JSON.stringify(leadData, null, 2));\n\n      \/\/ Choose API endpoint based on region.\n      let endpoint;\n      if (region === \"IE\") {\n        endpoint = \"https:\/\/mcie-prod.hwbe.io\/registerhwIE\/VPowQzziZii1yZkYQq9Sx8pY2rHKpkm0Ght\";\n      } else if (region === \"UK\") {\n        endpoint = \"https:\/\/mcuk-prod.hwbe.io\/registerhwuk\/VPowQzziZii1yZkYQq9Sx8pY2rHKpkm0Ght\";\n      } else if (region === \"US\") {\n        endpoint = \"https:\/\/mcus-prod.hwbe.io\/registerhwus\/VPowQzziZii1yZkYQq9Sx8pY2rHKpkm0Ght\";\n      } else {\n        endpoint = \"https:\/\/mcau-prod.hwbe.io\/registerhwau\/VPowQzziZii1yZkYQq9Sx8pY2rHKpkm0Ght\";\n      }\n\n      try {\n        const response = await fetch(endpoint, {\n          method: \"POST\",\n          headers: {\n            \"Content-Type\": \"application\/json\",\n            \"Referer\": \"https:\/\/herdwatch.com\/en-ie\/herdwatch-free-gestation-calculator\/\"\n          },\n          body: JSON.stringify(leadData)\n        });\n        const result = await response.json();\n        console.log(\"API Response:\", JSON.stringify(result, null, 2));\n        if (response.ok || result.error === 32) {\n          \/\/ Display the feed calculation results.\n          document.getElementById(\"result\").innerHTML =\n            \"Your animal needs to gain <strong>\" + weightGain.toFixed(2) + \" kg<\/strong>.<br>\" +\n            \"You will need approximately <strong>\" + feedNeeded.toFixed(2) + \" kg<\/strong> of feed.<br>\" +\n            \"This is estimated to cost <strong>\u20ac\" + estimatedCost + \"<\/strong> over \" + months + \" months.\";\n          nextStep(3);\n        } else {\n          alert(\"An error occurred while submitting your details. Please try again.\");\n        }\n      } catch (error) {\n        alert(\"Failed to connect to the server. Please check your internet connection.\");\n      }\n    };\n\n    document.getElementById(\"nextStepBtn\").addEventListener(\"click\", () => nextStep(2));\n    document.getElementById(\"submitBtn\").addEventListener(\"click\", captureLead);\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Plan your farm\u2019s feeding strategy with our free Animal Feed Calculator, designed to help you know exactly how much feed is needed for your animals to reach their target weight. Get efficient in your farm planning by managing your feed costs and ensuring your animals reach optimal market weight. Our Animal Feed Calculator uses current [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":17919,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","footnotes":""},"categories":[96,97,98,100],"tags":[],"location":[239,245],"class_list":["post-17916","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cattle","category-dairy","category-general","category-sheep","location-general","location-ie"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Transform your farm planning with our free Livestock Feed Calculator - Herdwatch IE<\/title>\n<meta name=\"description\" content=\"Plan your livestock feed with our free Animal Feed Calculator. Get instant estimates on feed required and cost to reach target weight.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transform your farm planning with our free Livestock Feed Calculator - Herdwatch IE\" \/>\n<meta property=\"og:description\" content=\"Plan your livestock feed with our free Animal Feed Calculator. Get instant estimates on feed required and cost to reach target weight.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Herdwatch IE\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-04T13:59:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-04T17:17:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Diarmaid-Herdwatch\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Diarmaid-Herdwatch\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/\",\"url\":\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/\",\"name\":\"Transform your farm planning with our free Livestock Feed Calculator - Herdwatch IE\",\"isPartOf\":{\"@id\":\"https:\/\/herdwatch.com\/en-ie\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-scaled.jpeg\",\"datePublished\":\"2025-03-04T13:59:22+00:00\",\"dateModified\":\"2025-03-04T17:17:08+00:00\",\"author\":{\"@id\":\"https:\/\/herdwatch.com\/en-ie\/#\/schema\/person\/93bf8c56221444b96b118d95af1de1a0\"},\"description\":\"Plan your livestock feed with our free Animal Feed Calculator. Get instant estimates on feed required and cost to reach target weight.\",\"breadcrumb\":{\"@id\":\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#primaryimage\",\"url\":\"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-scaled.jpeg\",\"contentUrl\":\"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-scaled.jpeg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/herdwatch.com\/en-ie\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transform your farm planning with our free Livestock Feed Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/herdwatch.com\/en-ie\/#website\",\"url\":\"https:\/\/herdwatch.com\/en-ie\/\",\"name\":\"Herdwatch IE\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/herdwatch.com\/en-ie\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/herdwatch.com\/en-ie\/#\/schema\/person\/93bf8c56221444b96b118d95af1de1a0\",\"name\":\"Diarmaid-Herdwatch\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/herdwatch.com\/en-ie\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f94f3624808d3bee873d7bb8439edcbaf74ad6207a3ce4b3eef9592d42aa8afd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f94f3624808d3bee873d7bb8439edcbaf74ad6207a3ce4b3eef9592d42aa8afd?s=96&d=mm&r=g\",\"caption\":\"Diarmaid-Herdwatch\"},\"url\":\"https:\/\/herdwatch.com\/en-ie\/author\/diarmaid-herdwatch\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Transform your farm planning with our free Livestock Feed Calculator - Herdwatch IE","description":"Plan your livestock feed with our free Animal Feed Calculator. Get instant estimates on feed required and cost to reach target weight.","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:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Transform your farm planning with our free Livestock Feed Calculator - Herdwatch IE","og_description":"Plan your livestock feed with our free Animal Feed Calculator. Get instant estimates on feed required and cost to reach target weight.","og_url":"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/","og_site_name":"Herdwatch IE","article_published_time":"2025-03-04T13:59:22+00:00","article_modified_time":"2025-03-04T17:17:08+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-scaled.jpeg","type":"image\/jpeg"}],"author":"Diarmaid-Herdwatch","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Diarmaid-Herdwatch","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/","url":"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/","name":"Transform your farm planning with our free Livestock Feed Calculator - Herdwatch IE","isPartOf":{"@id":"https:\/\/herdwatch.com\/en-ie\/#website"},"primaryImageOfPage":{"@id":"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#primaryimage"},"image":{"@id":"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-scaled.jpeg","datePublished":"2025-03-04T13:59:22+00:00","dateModified":"2025-03-04T17:17:08+00:00","author":{"@id":"https:\/\/herdwatch.com\/en-ie\/#\/schema\/person\/93bf8c56221444b96b118d95af1de1a0"},"description":"Plan your livestock feed with our free Animal Feed Calculator. Get instant estimates on feed required and cost to reach target weight.","breadcrumb":{"@id":"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#primaryimage","url":"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-scaled.jpeg","contentUrl":"https:\/\/herdwatch.com\/en-ie\/wp-content\/uploads\/sites\/2\/2025\/03\/AdobeStock_444137277-scaled.jpeg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/herdwatch.com\/en-ie\/livestock-feed-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/herdwatch.com\/en-ie\/"},{"@type":"ListItem","position":2,"name":"Transform your farm planning with our free Livestock Feed Calculator"}]},{"@type":"WebSite","@id":"https:\/\/herdwatch.com\/en-ie\/#website","url":"https:\/\/herdwatch.com\/en-ie\/","name":"Herdwatch IE","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/herdwatch.com\/en-ie\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/herdwatch.com\/en-ie\/#\/schema\/person\/93bf8c56221444b96b118d95af1de1a0","name":"Diarmaid-Herdwatch","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/herdwatch.com\/en-ie\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f94f3624808d3bee873d7bb8439edcbaf74ad6207a3ce4b3eef9592d42aa8afd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f94f3624808d3bee873d7bb8439edcbaf74ad6207a3ce4b3eef9592d42aa8afd?s=96&d=mm&r=g","caption":"Diarmaid-Herdwatch"},"url":"https:\/\/herdwatch.com\/en-ie\/author\/diarmaid-herdwatch\/"}]}},"_links":{"self":[{"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/posts\/17916","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/comments?post=17916"}],"version-history":[{"count":2,"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/posts\/17916\/revisions"}],"predecessor-version":[{"id":17921,"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/posts\/17916\/revisions\/17921"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/media\/17919"}],"wp:attachment":[{"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/media?parent=17916"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/categories?post=17916"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/tags?post=17916"},{"taxonomy":"location","embeddable":true,"href":"https:\/\/herdwatch.com\/en-ie\/wp-json\/wp\/v2\/location?post=17916"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}