{"id":13524,"date":"2020-01-23T13:24:00","date_gmt":"2020-01-23T13:24:00","guid":{"rendered":"https:\/\/cats.com\/?page_id=13524"},"modified":"2022-04-15T11:36:03","modified_gmt":"2022-04-15T11:36:03","slug":"cat-food-recalls","status":"publish","type":"page","link":"https:\/\/cats.com\/cat-food-recalls","title":{"rendered":"Cat Food Recalls"},"content":{"rendered":"\r\n        <style>\r\n            .cliverse-recalls { line-height: 1.3; }\r\n            .cliverse-recalls-form { margin: 0 0 40px; }\r\n            label.cliverse-recalls-label { display: block; margin: 0 0 10px; font-weight: bold; }\r\n            input.cliverse-recalls-search { display: block; box-sizing: border-box; margin: 0 0 15px; width: 100%; max-width: 500px; }\r\n            .cliverse-recalls-sort { max-width: 500px; }\r\n            .cliverse-recalls-sort:after { content: \"\"; display: block; clear: both; height: 0; overflow: hidden; }\r\n            .cliverse-recalls-sort-button { cursor: pointer; display: block; float: left; box-sizing: border-box; padding: 6px; width: 50%; box-shadow: none; border: 1px solid #444; border-radius: 0; background: #fff; text-align: center; font-size: 0.8em; font-weight: bold; color: #444; }\r\n            .cliverse-recalls-sort-button.active { cursor: default; background: #444; color: #fff; }\r\n            .cliverse-recalls-items { margin: 0 0 20px; }\r\n            .cliverse-recalls-item { border-bottom: 1px solid #eee; }\r\n            .cliverse-recalls-item-title { cursor: pointer; position: relative; padding: 15px 30px 15px 0; }\r\n            .cliverse-recalls-item-title-icon { transition: all linear 0.2s; position: absolute; right: 0; top: 15px; box-sizing: content-box; width: 16px; height: 16px; border: 1px solid #ccc; border-radius: 50%; vertical-align: middle; text-align: center; line-height: 16px; font-family: \"Courier New\", Courier, monospace; font-size: 12px; color: #ccc; }\r\n            .cliverse-recalls-item-title:hover .cliverse-recalls-item-title-icon { border-color: #888; color: #888; }\r\n            .cliverse-recalls-item:not(.active) .cliverse-recalls-item-title-icon .minus { display: none; }\r\n            .cliverse-recalls-item.active .cliverse-recalls-item-title-icon .plus { display: none; }\r\n            .cliverse-recalls-item-content { display: none; padding: 0 0 15px; }\r\n            .cliverse-recalls-item-content table { margin: 0 0 15px; }\r\n            .cliverse-recalls-item-content th,\r\n            .cliverse-recalls-item-content td { display: table-cell; padding: 8px !important; line-height: 1.3; text-align: left; border: 1px solid #f2f2f2; font-size: 14px; }\r\n            .cliverse-recalls-item-content th { width: 125px; background: #f2f2f2; }\r\n            .cliverse-recalls-item-readmore { padding: 0 9px; font-size: 0.8em; font-weight: bold; }\r\n            .cliverse-recalls-loadmore { padding: 20px 0 0; }\r\n            @media only screen and (min-width: 500px) {\r\n                .cliverse-recalls-item-content th { width: 160px; }\r\n            }\r\n        <\/style>\r\n\r\n        <div class=\"cliverse-recalls\">\r\n            <div class=\"cliverse-recalls-form\">\r\n                <label for=\"cliverse-recalls-search\" class=\"cliverse-recalls-label\">Find Out if Your Brand on the List<\/label>\r\n                <input type=\"text\" id=\"cliverse-recalls-search\" class=\"cliverse-recalls-search form-control\" placeholder=\"Search...\">\r\n                <div class=\"cliverse-recalls-sort\">\r\n                    <button class=\"cliverse-recalls-sort-button active first\" data-orderby=\"date\">Sort by Date<\/button>\r\n                    <button class=\"cliverse-recalls-sort-button\" data-orderby=\"brand\">Sort by Brand<\/button>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"cliverse-recalls-items\">\r\n            <\/div>\r\n        <\/div>\r\n\r\n\r\n        <script>\r\n            document.addEventListener(\"DOMContentLoaded\", function(event) {\r\n\r\n                    var apiUrl = 'https:\/\/cats.com\/api\/recalls\/';\r\n\r\n                    var getItemsHtml = function(response) {\r\n                        var data = JSON.parse(response);\r\n                        var items = data.items;\r\n                        var html = '';\r\n\r\n                        for (var i = 0; i < items.length; i++) {\r\n                            var item = items[i];\r\n\r\n                            html += '<div class=\"cliverse-recalls-item\">';\r\n                            html += '<div class=\"cliverse-recalls-item-title\"><strong>' + item.brand + '<\/strong> - ' + item.product_description + ' (' + item.date + ')<span class=\"cliverse-recalls-item-title-icon\"><span class=\"minus\">-<\/span><span class=\"plus\">+<\/span><\/span><\/div>';\r\n                            html += '<div class=\"cliverse-recalls-item-content\">';\r\n                            html += '<table>';\r\n                            html += '<tbody>';\r\n                            html += '<tr><th>Date:<\/th><td>' + item.date + '<\/td><\/tr>';\r\n                            html += '<tr><th>Company Name:<\/th><td>' + item.company + '<\/td><\/tr>';\r\n                            html += '<tr><th>Product Description:<\/th><td>' + item.product_description + '<\/td><\/tr>';\r\n                            html += '<tr><th>Recall Reason:<\/th><td>' + item.recall_reason_description + '<\/td><\/tr>';\r\n                            html += '<\/tbody>';\r\n                            html += '<\/table>';\r\n                            html += '<div class=\"cliverse-recalls-item-readmore\"><a href=\"' + item.url + '\" target=\"_blank\">Read the Full FDA Report<\/a><\/div>';\r\n                            html += '<\/div>';\r\n                            html += '<\/div>';\r\n                        }\r\n\r\n                        var params = data.loadmore_params;\r\n\r\n                        if (params) {\r\n                            html += '<div class=\"cliverse-recalls-loadmore\"><a href=\"#\" class=\"cliverse-recalls-loadmore-button\" data-search=\"' + params.search + '\" data-orderby=\"' + params.orderby + '\" data-order=\"' + params.order + '\" data-posts_per_page=\"' + params.posts_per_page + '\" data-page=\"' + params.page + '\" data-pet=\"' + params.pet + '\">SHOW MORE<\/a><\/div>';\r\n                        }\r\n\r\n                        return html;\r\n                    };\r\n\r\n                    var updateRecallsList = function(params) {\r\n                        var search = jQuery('.cliverse-recalls-search').val();\r\n                        var activeRecallsButton = jQuery('.cliverse-recalls-sort-button.active');\r\n                        var orderby = activeRecallsButton.attr('data-orderby');\r\n                        var order = 'asc';\r\n\r\n                        if (orderby === 'date') {\r\n                            order = 'desc';\r\n                        }\r\n\r\n                        var params = {\r\n                            search: search,\r\n                            orderby: orderby,\r\n                            order: order,\r\n                            posts_per_page: 50,\r\n                            pet: 'cat'\r\n                        };\r\n\r\n                        jQuery.get(apiUrl, params, function(response) {\r\n                            var html = getItemsHtml(response);\r\n\r\n                            if (!html) {\r\n                                html = '<div class=\"cliverse-recalls-notice\">No items found.<\/div>';\r\n                            }\r\n\r\n                            jQuery('.cliverse-recalls-items').html(html);\r\n                        });\r\n                    };\r\n\r\n                    updateRecallsList();\r\n\r\n                    jQuery('.cliverse-recalls-sort-button').click(function() {\r\n                        var button = jQuery(this);\r\n\r\n                        if (!button.hasClass('active')) {\r\n                            jQuery('.cliverse-recalls-sort-button.active').removeClass('active');\r\n                            button.addClass('active');\r\n                            updateRecallsList();\r\n                        }\r\n                    });\r\n\r\n                    var search = jQuery('.cliverse-recalls-search');\r\n\r\n                    var waiting = false;\r\n\r\n                    search.keyup(function() {\r\n                        if (!waiting) {\r\n                            waiting = true;\r\n\r\n                            setTimeout(function() {\r\n                                updateRecallsList();\r\n\r\n                                waiting = false;\r\n                            }, 300);\r\n                        }\r\n                    });\r\n\r\n                    jQuery(document.body).on('click', '.cliverse-recalls-loadmore-button', function() {\r\n                        var button = jQuery(this);\r\n\r\n                        var params = {\r\n                            search: button.attr('data-search'),\r\n                            orderby: button.attr('data-orderby'),\r\n                            order: button.attr('data-order'),\r\n                            posts_per_page: button.attr('data-posts_per_page'),\r\n                            page: button.attr('data-page'),\r\n                            pet: button.attr('data-pet')\r\n                        };\r\n\r\n                        jQuery('.cliverse-recalls-loadmore').remove();\r\n\r\n                        jQuery.get(apiUrl, params, function(response) {\r\n                            var html = getItemsHtml(response);\r\n\r\n                            jQuery('.cliverse-recalls-items').append(html);\r\n                        });\r\n\r\n                        return false;\r\n                    });\r\n\r\n                jQuery(document.body).on('click', '.cliverse-recalls-item-title', function() {\r\n                        var title = jQuery(this);\r\n                        var item = title.parents('.cliverse-recalls-item');\r\n                        var content = item.find('.cliverse-recalls-item-content');\r\n\r\n                        if (item.hasClass('active')) {\r\n                            content.stop().slideUp('fast');\r\n                            item.removeClass('active');\r\n                        } else {\r\n                            content.stop().slideDown('fast');\r\n                            item.addClass('active');\r\n                        }\r\n                    });\r\n            });\r\n        <\/script>\r\n\r\n        \n<p>Stay aware and up to date with Cats.com\u2019 cat food recall tool. Our database includes recalls of pet food, treats, feed, and supplements dating back to 2017. You\u2019ll find both mandatory and voluntary recalls initiated by the FDA or at the manufacturer\u2019s discretion.<\/p>\n<p>If you\u2019d like to find recalls of a specific brand, use the search tool to find out if it\u2019s on the list. You may sort by date (newest to oldest) or by brand (results are shown in alphabetical order). Click on the recall heading for more details.<\/p>\n<h2>What Should You Do If Your Cat\u2019s Food Is Recalled?<\/h2>\n<p>If you confirm that your cat\u2019s food has been recalled, here are four steps to follow:<\/p>\n<h3><b>Step 1: Stop<\/b>.<\/h3>\n<p>Immediately withdraw the potentially-affected food. Switch to an unaffected lot or a similar product from another brand. Sudden dietary changes are difficult for some cats, but a hard stop is the only prudent choice in this situation.<\/p>\n<h3><b>Step 2: Record and save.<\/b><\/h3>\n<p>Don\u2019t throw everything away just yet.<\/p>\n<p>Instead, take clear photos of the food\u2019s packaging, UPC code, lot number, and best-by date. Additionally, save a small amount of the food and freeze it in an air-tight container. If your cat gets sick, you can submit this sample to a laboratory for testing. Take notes on when your cat last ate the food and, if possible, how much he ate.<\/p>\n<p>Once you\u2019ve collected a sample and taken down all the important details, you may throw away any remaining food and packaging.<\/p>\n<h3><b>Step 3: Report.<\/b><\/h3>\n<p>Contact the company to tell them that you\u2019re in possession of the recalled product. You may be reimbursed for the problem food and, if your cat gets sick, the company will know about it.<\/p>\n<p>Remember that the announcement isn\u2019t the end of the recall story. In the weeks and months after a product is recalled, the FDA and manufacturer will continue to investigate what caused the problem and how many pets were affected. Your report is an important part of that story.<\/p>\n<h3><b>Step 4: Observe.<\/b><\/h3>\n<p>Stay vigilant, watching your cat for any behavioral changes or symptoms of illness. The recall announcement might detail the typical symptoms associated with the problem food, so be particularly aware of those. If you notice any signs of illness, contact your veterinarian immediately.<\/p>\n<h2>Want To Report A Cat Food Complaint?<\/h2>\n<p>If you suspect that your cat\u2019s food or treats are contaminated or unsafe, submit a report to both the manufacturer and FDA. If the FDA receives enough evidence of a problem, it will ask or order the company to recall the affected foods.<\/p>\n<p><a href=\"https:\/\/www.fda.gov\/animal-veterinary\/report-problem\/how-report-pet-food-complaint\" target=\"_blank\" rel=\"noopener noreferrer\"><b>Click here to visit the FDA\u2019s guide to reporting a pet food complaint.<\/b><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Stay aware and up to date with Cats.com\u2019 cat food recall tool. Our database includes recalls of pet food, treats, feed, and supplements dating back to 2017. You\u2019ll find both&#8230; <a href=\"https:\/\/cats.com\/cat-food-recalls\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"_lmt_disableupdate":"no","_lmt_disable":"","footnotes":""},"class_list":["post-13524","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cat Food Recalls (Updated on Daily Basis) - Cats.com<\/title>\n<meta name=\"description\" content=\"We\u2019ve compiled U.S. cat food recalls. Is your cat food on our list? Click to read important recall information.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cats.com\/cat-food-recalls\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cat Food Recalls (Updated on Daily Basis) - Cats.com\" \/>\n<meta property=\"og:description\" content=\"We\u2019ve compiled U.S. cat food recalls. Is your cat food on our list? Click to read important recall information.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cats.com\/cat-food-recalls\" \/>\n<meta property=\"og:site_name\" content=\"Cats.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wwwallaboutcats\/\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-15T11:36:03+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Doron0204\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cats.com\/cat-food-recalls\",\"url\":\"https:\/\/cats.com\/cat-food-recalls\",\"name\":\"Cat Food Recalls (Updated on Daily Basis) - Cats.com\",\"isPartOf\":{\"@id\":\"https:\/\/cats.com\/#website\"},\"datePublished\":\"2020-01-23T13:24:00+00:00\",\"dateModified\":\"2022-04-15T11:36:03+00:00\",\"description\":\"We\u2019ve compiled U.S. cat food recalls. Is your cat food on our list? Click to read important recall information.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cats.com\/cat-food-recalls\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cats.com\/#website\",\"url\":\"https:\/\/cats.com\/\",\"name\":\"Cats.com\",\"description\":\"In-depth cat product reviews, behavior guides, and vet-written education on symptoms, diseases, and more.\",\"publisher\":{\"@id\":\"https:\/\/cats.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cats.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cats.com\/#organization\",\"name\":\"Cats.com\",\"url\":\"https:\/\/cats.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cats.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cats.com\/wp-content\/uploads\/2024\/12\/cats-com-logo.svg\",\"contentUrl\":\"https:\/\/cats.com\/wp-content\/uploads\/2024\/12\/cats-com-logo.svg\",\"width\":115,\"height\":24,\"caption\":\"Cats.com\"},\"image\":{\"@id\":\"https:\/\/cats.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/wwwallaboutcats\/\",\"https:\/\/x.com\/Doron0204\",\"https:\/\/www.pinterest.com\/doronwolffberg\/were-all-about-the-cats\/\",\"https:\/\/www.youtube.com\/channel\/UC2fX-cJNCODSByMC3SpuQSQ\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cat Food Recalls (Updated on Daily Basis) - Cats.com","description":"We\u2019ve compiled U.S. cat food recalls. Is your cat food on our list? Click to read important recall information.","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:\/\/cats.com\/cat-food-recalls","og_locale":"en_US","og_type":"article","og_title":"Cat Food Recalls (Updated on Daily Basis) - Cats.com","og_description":"We\u2019ve compiled U.S. cat food recalls. Is your cat food on our list? Click to read important recall information.","og_url":"https:\/\/cats.com\/cat-food-recalls","og_site_name":"Cats.com","article_publisher":"https:\/\/www.facebook.com\/wwwallaboutcats\/","article_modified_time":"2022-04-15T11:36:03+00:00","twitter_card":"summary_large_image","twitter_site":"@Doron0204","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cats.com\/cat-food-recalls","url":"https:\/\/cats.com\/cat-food-recalls","name":"Cat Food Recalls (Updated on Daily Basis) - Cats.com","isPartOf":{"@id":"https:\/\/cats.com\/#website"},"datePublished":"2020-01-23T13:24:00+00:00","dateModified":"2022-04-15T11:36:03+00:00","description":"We\u2019ve compiled U.S. cat food recalls. Is your cat food on our list? Click to read important recall information.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cats.com\/cat-food-recalls"]}]},{"@type":"WebSite","@id":"https:\/\/cats.com\/#website","url":"https:\/\/cats.com\/","name":"Cats.com","description":"In-depth cat product reviews, behavior guides, and vet-written education on symptoms, diseases, and more.","publisher":{"@id":"https:\/\/cats.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cats.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cats.com\/#organization","name":"Cats.com","url":"https:\/\/cats.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cats.com\/#\/schema\/logo\/image\/","url":"https:\/\/cats.com\/wp-content\/uploads\/2024\/12\/cats-com-logo.svg","contentUrl":"https:\/\/cats.com\/wp-content\/uploads\/2024\/12\/cats-com-logo.svg","width":115,"height":24,"caption":"Cats.com"},"image":{"@id":"https:\/\/cats.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/wwwallaboutcats\/","https:\/\/x.com\/Doron0204","https:\/\/www.pinterest.com\/doronwolffberg\/were-all-about-the-cats\/","https:\/\/www.youtube.com\/channel\/UC2fX-cJNCODSByMC3SpuQSQ"]}]}},"_links":{"self":[{"href":"https:\/\/cats.com\/wp-json\/wp\/v2\/pages\/13524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cats.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cats.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cats.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cats.com\/wp-json\/wp\/v2\/comments?post=13524"}],"version-history":[{"count":0,"href":"https:\/\/cats.com\/wp-json\/wp\/v2\/pages\/13524\/revisions"}],"wp:attachment":[{"href":"https:\/\/cats.com\/wp-json\/wp\/v2\/media?parent=13524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}