Notice (8) : Trying to access array offset on value of type null [APP/Controller/AppController.php , line 605 ]Code Context
if ( $result [ "status" ] == 'success' ) {
$addr = '18.188.86.189'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 429
[protected] cookies => null
[protected] reasonPhrase => 'Too Many Requests'
[protected] _xml => null
[protected] _json => null
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Length' => [
[maximum depth reached]
],
'Access-Control-Allow-Origin' => [
[maximum depth reached]
],
'X-Ttl' => [
[maximum depth reached]
],
'X-Rl' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-length' => 'Content-Length',
'access-control-allow-origin' => 'Access-Control-Allow-Origin',
'x-ttl' => 'X-Ttl',
'x-rl' => 'X-Rl'
]
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$result = null App\Controller\AppController::setCountryIpapi() - APP/Controller/AppController.php, line 605
App\Controller\AppController::geolocateUser() - APP/Controller/AppController.php, line 359
App\Controller\AppController::setCountry() - APP/Controller/AppController.php, line 279
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 113
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : trim() expects parameter 1 to be string, array given [APP/Controller/AppController.php , line 933 ]Code Context $addr = '18.188.86.189'
$apikey = 'bdc_0d4c46fd01c1439b8a353d885a12b28e'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 403
[protected] cookies => null
[protected] reasonPhrase => 'Forbidden'
[protected] _xml => null
[protected] _json => [
'status' => (int) 403,
'description' => 'access denied or your quota limit has been exceeded'
]
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Type' => [
[maximum depth reached]
],
'Transfer-Encoding' => [
[maximum depth reached]
],
'Connection' => [
[maximum depth reached]
],
'Access-Control-Allow-Origin' => [
[maximum depth reached]
],
'X-Response-Time-ms' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-type' => 'Content-Type',
'transfer-encoding' => 'Transfer-Encoding',
'connection' => 'Connection',
'access-control-allow-origin' => 'Access-Control-Allow-Origin',
'x-response-time-ms' => 'X-Response-Time-ms'
]
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$result = [
'status' => (int) 403,
'description' => 'access denied or your quota limit has been exceeded'
]
$geo = [
'country_code' => '',
'country_name' => '',
'continent_id' => '',
'continent_name' => '',
'city' => '',
'latitude' => (float) 0,
'longitude' => (float) 0,
'region_code_array' => [
(int) 0 => ''
],
'region_code' => '',
'region_name' => ''
]
$adminLevel2 = null
$adminLevel1 = null
$administrative = []
$regionCode = ''
$regionName = '' trim - [internal], line ??
array_map - [internal], line ??
App\Controller\AppController::setCountryBigdatacloud() - APP/Controller/AppController.php, line 933
App\Controller\AppController::geolocateUser() - APP/Controller/AppController.php, line 363
App\Controller\AppController::setCountry() - APP/Controller/AppController.php, line 279
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 113
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Controller/AppController.php , line 174 ]Code Context true ,
true
);
$cookie_name = 'Config'
$cookie_value = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$cookie_time = (int) 31536000
$session = object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 31536000
[protected] _isCLI => false
}
$session_value = []
$value = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$cookie_value_json = '{"host_country":"","country_id":"","country_name":false,"country_conventional_name":"","region_name":"","region_conventional_name":"","region_iso2":"","region_unique_code":"-","city":"","continent_id":"","continent_name":"","lat":"0","lon":"0","timezone":"","currency_code":"","currency_symbol":"","lang":"spa","web_version":"es","web_version_name":"Espa\u00f1a"}' setcookie - [internal], line ??
App\Controller\AppController::writeCookie() - APP/Controller/AppController.php, line 174
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 119
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Warning (512) : Unable to emit headers. Headers sent in file=/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php , line 51 ]Code Context if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6805c68a2fb32-trace').style.display = (document.getElementById('cakeErr6805c68a2fb32-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr6805c68a2fb32-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6805c68a2fb32-code').style.display = (document.getElementById('cakeErr6805c68a2fb32-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6805c68a2fb32-context').style.display = (document.getElementById('cakeErr6805c68a2fb32-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6805c68a2fb32-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr6805c68a2fb32-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46417,
'ref' => 'the-cruel-truth-about-the-spanish-turkey-farms',
'channel' => (int) 6,
'type' => null,
'title' => 'The cruel truth about the Spanish turkey farms',
'descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals&rsquo; basic needs and their health.</p>
<h2>Turkey&rsquo;s suffering</h2>
<p><em>&ldquo;During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>&rdquo;</em>, explains <strong>Bel&eacute;n Gonz&aacute;lez</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>&ldquo;In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of &ldquo;production&rdquo;, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell&rdquo;</em>, &nbsp;she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn&rsquo;t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>&ldquo;AnimaNaturalis&rsquo; research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment&rdquo;</em>, says Gonz&aacute;lez.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that &ldquo;animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death&rdquo;, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture&rsquo;s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys&rsquo; skin when plucked, which makes&nbsp;the &ldquo;product&rdquo; less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => null,
'location' => 'Madrid',
'address' => '',
'lat' => '40.4167754',
'lon' => '-3.7037902',
'image' => '202212/P21-92045.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => null,
'tag' => null,
'meta_title' => 'The cruel truth about the Spanish turkey farms',
'meta_descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'meta_key' => 'that,turkeys,turkey,farms,they,their,animals,which,this,during',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 35365,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 3451,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [],
'host_address' => '18.188.86.189',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46417,
'ref' => 'the-cruel-truth-about-the-spanish-turkey-farms',
'channel' => (int) 6,
'type' => null,
'title' => 'The cruel truth about the Spanish turkey farms',
'descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals&rsquo; basic needs and their health.</p>
<h2>Turkey&rsquo;s suffering</h2>
<p><em>&ldquo;During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>&rdquo;</em>, explains <strong>Bel&eacute;n Gonz&aacute;lez</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>&ldquo;In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of &ldquo;production&rdquo;, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell&rdquo;</em>, &nbsp;she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn&rsquo;t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>&ldquo;AnimaNaturalis&rsquo; research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment&rdquo;</em>, says Gonz&aacute;lez.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that &ldquo;animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death&rdquo;, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture&rsquo;s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys&rsquo; skin when plucked, which makes&nbsp;the &ldquo;product&rdquo; less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => null,
'location' => 'Madrid',
'address' => '',
'lat' => '40.4167754',
'lon' => '-3.7037902',
'image' => '202212/P21-92045.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => null,
'tag' => null,
'meta_title' => 'The cruel truth about the Spanish turkey farms',
'meta_descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'meta_key' => 'that,turkeys,turkey,farms,they,their,animals,which,this,during',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 35365,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 3451,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>https://vimeo.com/781916406</p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals&rsquo; basic needs and their health.</p>
<h2>Turkey&rsquo;s suffering</h2>
<p><em>&ldquo;During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>&rdquo;</em>, explains <strong>Bel&eacute;n Gonz&aacute;lez</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>&ldquo;In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of &ldquo;production&rdquo;, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell&rdquo;</em>, &nbsp;she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn&rsquo;t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>&ldquo;AnimaNaturalis&rsquo; research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment&rdquo;</em>, says Gonz&aacute;lez.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that &ldquo;animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death&rdquo;, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture&rsquo;s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys&rsquo; skin when plucked, which makes&nbsp;the &ldquo;product&rdquo; less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <btn><a href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></btn></p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = []
$host_address = '18.188.86.189'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
The cruel truth about the Spanish turkey farms | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/posts/display/46417/the-cruel-truth-about-the-spanish-turkey-farms"/>
<meta name="description" content="AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms."/><meta name="keywords" content="that,turkeys,turkey,farms,they,their,animals,which,this,during"/><meta property="og:title" content="The cruel truth about the Spanish turkey farms"/><meta property="og:description" content="AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms."/><meta property="og:url" content="https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202212/P21-92045.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="The cruel truth about the Spanish turkey farms"/><meta name="twitter:description" content="AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202212/P21-92045.jpg"/><meta name="twitter:image:alt" content="The cruel truth about the Spanish turkey farms"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "The cruel truth about the Spanish turkey farms","alternativeHeadline": "AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.","keywords": ["that","turkeys","turkey","farms","they","their","animals","which","this","during"],"image": "https://www.animanaturalis.org/img/posts/med/202212/P21-92045.jpg","author": "AnimaNaturalis","genre": "Granjas Industriales","url": "https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms"},"datePublished": "21/12/22, 12:40","dateCreated": "21/12/22, 12:40","dateModified": "14/1/23, 3:47","description": "AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.","articleBody": "AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-46417" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/alertas" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-4"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/posts/display/46417/the-cruel-truth-about-the-spanish-turkey-farms" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<section class="post-display" itemscope itemtype="http://schema.org/Article">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<nav><ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Inicio</a></li><li class="breadcrumb-item"><a href="/investigaciones">Investigaciones</a></li><li class="breadcrumb-item"><a href="/noticias/animales-en-granjas">Animales en Granjas</a></li><li class="breadcrumb-item"><a href="/noticias/granjas-industriales">Granjas Industriales</a></li><li class="breadcrumb-item active"><span>The cruel truth about the Spanish turkey farms</span></li></ol></nav> </div>
<div class="col-md-10">
<section class="post-header text-center pb-3">
<div class="content-head"><h1 itemprop="name">The cruel truth about the Spanish turkey farms</h1></div><p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p> </section>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12">
<div class="clearfix d-md-block d-none">
<div class="float-start">
<div itemprop="author" itemscope="" itemtype="http://schema.org/Person" rel="author">
<a href="/autor/animanaturalis"><img src="https://www.animanaturalis.org/img/authors/1.jpg" title="AnimaNaturalis" alt="AnimaNaturalis" class="author-avatar rounded-circle float-start me-2"/></a> <div class="author-descr float-start pt-1">
<div class="author-name" itemprop="name"><a href="/autor/animanaturalis">AnimaNaturalis</a></div>
<div class="author-social"><a class="author-social-sn" href="https://twitter.com/animanaturalis" target="_blank"><i class="fab fa-twitter-square"></i>@animanaturalis</a></div>
</div>
</div></div>
<div class="float-end">
<div class="pub-date text-end">21 diciembre 2022</div><div class="pub-location text-end">Madrid, España.</div> </div>
</div>
<article class="content-main">
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals’ basic needs and their health.</p>
<h2>Turkey’s suffering</h2>
<p><em>“During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>”</em>, explains <strong>Belén González</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>“In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of “production”, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell”</em>, she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn’t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>“AnimaNaturalis’ research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment”</em>, says González.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that “animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death”, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture’s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys’ skin when plucked, which makes the “product” less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
<div class="page-tail px-5 py-4 my-4">
<h3>Necesitamos tu apoyo</h3>
<p><strong>AnimaNaturalis</strong> existe porque miles de <strong>millones de animales</strong> sufren en manos humanas. Porque esos animales necesitan soluciones. Porque merecen que alguien alce la voz por ellos. Porque los animales necesitan cambios. Porque en <strong>AnimaNaturalis</strong> queremos construir <strong>un mundo más justo para todos</strong>.</p>
<p>Las <strong>donaciones</strong> puntuales y periódicas de <strong>nuestros socios y socias</strong> son la principal fuente de nuestros fondos.</p>
<div class="submit-button"><a href="/apoyanos" class="btn submit">Apoya a AnimaNaturalis</a></div>
</div> </article>
</div>
</div>
</div>
</section>
<section class="related-posts-section my-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46616/Letter-to-Carlitos-the-brave-rabbit" title="Letter to Carlitos, the brave rabbit" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Letter to Carlitos, the brave rabbit" data-src="/img/posts/med/202401/P20-98989.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46616/Letter-to-Carlitos-the-brave-rabbit" title="Letter to Carlitos, the brave rabbit">Letter to Carlitos, the brave rabbit</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2024-52-20" itemprop="datePublished">2024-52-20</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46605/AnimaNaturalis-rescues-six-rabbits-from-darkness" title="AnimaNaturalis rescues six rabbits from darkness" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="AnimaNaturalis rescues six rabbits from darkness" data-src="/img/posts/med/202312/P11-68152.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46605/AnimaNaturalis-rescues-six-rabbits-from-darkness" title="AnimaNaturalis rescues six rabbits from darkness">AnimaNaturalis rescues six rabbits from darkness</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2023-29-10" itemprop="datePublished">2023-29-10</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46567/We-bring-to-light-the-horror-of-rabbit-factory-farms-in-Spain" title="We bring to light the horror of rabbit factory farms in Spain" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="We bring to light the horror of rabbit factory farms in Spain" data-src="/img/posts/med/202310/P06-81713.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46567/We-bring-to-light-the-horror-of-rabbit-factory-farms-in-Spain" title="We bring to light the horror of rabbit factory farms in Spain">We bring to light the horror of rabbit factory farms in Spain</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2023-56-6" itemprop="datePublished">2023-56-6</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46275/This-is-the-reality-of-pig-fattening-farms-in-Spain" title="This is the reality of pig fattening farms in Spain" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="This is the reality of pig fattening farms in Spain" data-src="/img/posts/med/202206/P20-68245.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46275/This-is-the-reality-of-pig-fattening-farms-in-Spain" title="This is the reality of pig fattening farms in Spain">This is the reality of pig fattening farms in Spain</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2022-32-20" itemprop="datePublished">2022-32-20</time></div></article></div> </div>
</div>
</section>
</main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/alertas" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "0bd2ece55fd4a3f4bd7bfd64ae4d84fbff10c91267c45006fb6313213a7a0b25e389e39b5ce61ca0bc66be277dad40a7b9cd1d84e71a881c45f8a6648198c8aa";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="https://platform.twitter.com/widgets.js"></script><script src="https://www.instagram.com/embed.js" async="async" defer="defer"></script><script src="/js/lazy.js?1742564910"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$maxBufferLength = (int) 8192
$file = '/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 856
$message = 'Unable to emit headers. Headers sent in file=/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php line=856' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 51
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 152 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6805c68a2fb32-trace').style.display = (document.getElementById('cakeErr6805c68a2fb32-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr6805c68a2fb32-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6805c68a2fb32-code').style.display = (document.getElementById('cakeErr6805c68a2fb32-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6805c68a2fb32-context').style.display = (document.getElementById('cakeErr6805c68a2fb32-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6805c68a2fb32-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr6805c68a2fb32-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46417,
'ref' => 'the-cruel-truth-about-the-spanish-turkey-farms',
'channel' => (int) 6,
'type' => null,
'title' => 'The cruel truth about the Spanish turkey farms',
'descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals&rsquo; basic needs and their health.</p>
<h2>Turkey&rsquo;s suffering</h2>
<p><em>&ldquo;During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>&rdquo;</em>, explains <strong>Bel&eacute;n Gonz&aacute;lez</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>&ldquo;In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of &ldquo;production&rdquo;, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell&rdquo;</em>, &nbsp;she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn&rsquo;t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>&ldquo;AnimaNaturalis&rsquo; research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment&rdquo;</em>, says Gonz&aacute;lez.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that &ldquo;animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death&rdquo;, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture&rsquo;s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys&rsquo; skin when plucked, which makes&nbsp;the &ldquo;product&rdquo; less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => null,
'location' => 'Madrid',
'address' => '',
'lat' => '40.4167754',
'lon' => '-3.7037902',
'image' => '202212/P21-92045.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => null,
'tag' => null,
'meta_title' => 'The cruel truth about the Spanish turkey farms',
'meta_descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'meta_key' => 'that,turkeys,turkey,farms,they,their,animals,which,this,during',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 35365,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 3451,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [],
'host_address' => '18.188.86.189',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46417,
'ref' => 'the-cruel-truth-about-the-spanish-turkey-farms',
'channel' => (int) 6,
'type' => null,
'title' => 'The cruel truth about the Spanish turkey farms',
'descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals&rsquo; basic needs and their health.</p>
<h2>Turkey&rsquo;s suffering</h2>
<p><em>&ldquo;During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>&rdquo;</em>, explains <strong>Bel&eacute;n Gonz&aacute;lez</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>&ldquo;In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of &ldquo;production&rdquo;, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell&rdquo;</em>, &nbsp;she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn&rsquo;t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>&ldquo;AnimaNaturalis&rsquo; research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment&rdquo;</em>, says Gonz&aacute;lez.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that &ldquo;animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death&rdquo;, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture&rsquo;s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys&rsquo; skin when plucked, which makes&nbsp;the &ldquo;product&rdquo; less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => null,
'location' => 'Madrid',
'address' => '',
'lat' => '40.4167754',
'lon' => '-3.7037902',
'image' => '202212/P21-92045.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => null,
'tag' => null,
'meta_title' => 'The cruel truth about the Spanish turkey farms',
'meta_descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'meta_key' => 'that,turkeys,turkey,farms,they,their,animals,which,this,during',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 35365,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 3451,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>https://vimeo.com/781916406</p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals&rsquo; basic needs and their health.</p>
<h2>Turkey&rsquo;s suffering</h2>
<p><em>&ldquo;During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>&rdquo;</em>, explains <strong>Bel&eacute;n Gonz&aacute;lez</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>&ldquo;In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of &ldquo;production&rdquo;, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell&rdquo;</em>, &nbsp;she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn&rsquo;t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>&ldquo;AnimaNaturalis&rsquo; research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment&rdquo;</em>, says Gonz&aacute;lez.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that &ldquo;animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death&rdquo;, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture&rsquo;s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys&rsquo; skin when plucked, which makes&nbsp;the &ldquo;product&rdquo; less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <btn><a href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></btn></p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = []
$host_address = '18.188.86.189'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
The cruel truth about the Spanish turkey farms | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/posts/display/46417/the-cruel-truth-about-the-spanish-turkey-farms"/>
<meta name="description" content="AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms."/><meta name="keywords" content="that,turkeys,turkey,farms,they,their,animals,which,this,during"/><meta property="og:title" content="The cruel truth about the Spanish turkey farms"/><meta property="og:description" content="AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms."/><meta property="og:url" content="https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202212/P21-92045.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="The cruel truth about the Spanish turkey farms"/><meta name="twitter:description" content="AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202212/P21-92045.jpg"/><meta name="twitter:image:alt" content="The cruel truth about the Spanish turkey farms"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "The cruel truth about the Spanish turkey farms","alternativeHeadline": "AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.","keywords": ["that","turkeys","turkey","farms","they","their","animals","which","this","during"],"image": "https://www.animanaturalis.org/img/posts/med/202212/P21-92045.jpg","author": "AnimaNaturalis","genre": "Granjas Industriales","url": "https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms"},"datePublished": "21/12/22, 12:40","dateCreated": "21/12/22, 12:40","dateModified": "14/1/23, 3:47","description": "AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.","articleBody": "AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-46417" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/alertas" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-4"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/posts/display/46417/the-cruel-truth-about-the-spanish-turkey-farms" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<section class="post-display" itemscope itemtype="http://schema.org/Article">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<nav><ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Inicio</a></li><li class="breadcrumb-item"><a href="/investigaciones">Investigaciones</a></li><li class="breadcrumb-item"><a href="/noticias/animales-en-granjas">Animales en Granjas</a></li><li class="breadcrumb-item"><a href="/noticias/granjas-industriales">Granjas Industriales</a></li><li class="breadcrumb-item active"><span>The cruel truth about the Spanish turkey farms</span></li></ol></nav> </div>
<div class="col-md-10">
<section class="post-header text-center pb-3">
<div class="content-head"><h1 itemprop="name">The cruel truth about the Spanish turkey farms</h1></div><p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p> </section>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12">
<div class="clearfix d-md-block d-none">
<div class="float-start">
<div itemprop="author" itemscope="" itemtype="http://schema.org/Person" rel="author">
<a href="/autor/animanaturalis"><img src="https://www.animanaturalis.org/img/authors/1.jpg" title="AnimaNaturalis" alt="AnimaNaturalis" class="author-avatar rounded-circle float-start me-2"/></a> <div class="author-descr float-start pt-1">
<div class="author-name" itemprop="name"><a href="/autor/animanaturalis">AnimaNaturalis</a></div>
<div class="author-social"><a class="author-social-sn" href="https://twitter.com/animanaturalis" target="_blank"><i class="fab fa-twitter-square"></i>@animanaturalis</a></div>
</div>
</div></div>
<div class="float-end">
<div class="pub-date text-end">21 diciembre 2022</div><div class="pub-location text-end">Madrid, España.</div> </div>
</div>
<article class="content-main">
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals’ basic needs and their health.</p>
<h2>Turkey’s suffering</h2>
<p><em>“During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>”</em>, explains <strong>Belén González</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>“In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of “production”, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell”</em>, she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn’t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>“AnimaNaturalis’ research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment”</em>, says González.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that “animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death”, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture’s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys’ skin when plucked, which makes the “product” less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
<div class="page-tail px-5 py-4 my-4">
<h3>Necesitamos tu apoyo</h3>
<p><strong>AnimaNaturalis</strong> existe porque miles de <strong>millones de animales</strong> sufren en manos humanas. Porque esos animales necesitan soluciones. Porque merecen que alguien alce la voz por ellos. Porque los animales necesitan cambios. Porque en <strong>AnimaNaturalis</strong> queremos construir <strong>un mundo más justo para todos</strong>.</p>
<p>Las <strong>donaciones</strong> puntuales y periódicas de <strong>nuestros socios y socias</strong> son la principal fuente de nuestros fondos.</p>
<div class="submit-button"><a href="/apoyanos" class="btn submit">Apoya a AnimaNaturalis</a></div>
</div> </article>
</div>
</div>
</div>
</section>
<section class="related-posts-section my-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46616/Letter-to-Carlitos-the-brave-rabbit" title="Letter to Carlitos, the brave rabbit" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Letter to Carlitos, the brave rabbit" data-src="/img/posts/med/202401/P20-98989.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46616/Letter-to-Carlitos-the-brave-rabbit" title="Letter to Carlitos, the brave rabbit">Letter to Carlitos, the brave rabbit</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2024-52-20" itemprop="datePublished">2024-52-20</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46605/AnimaNaturalis-rescues-six-rabbits-from-darkness" title="AnimaNaturalis rescues six rabbits from darkness" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="AnimaNaturalis rescues six rabbits from darkness" data-src="/img/posts/med/202312/P11-68152.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46605/AnimaNaturalis-rescues-six-rabbits-from-darkness" title="AnimaNaturalis rescues six rabbits from darkness">AnimaNaturalis rescues six rabbits from darkness</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2023-29-10" itemprop="datePublished">2023-29-10</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46567/We-bring-to-light-the-horror-of-rabbit-factory-farms-in-Spain" title="We bring to light the horror of rabbit factory farms in Spain" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="We bring to light the horror of rabbit factory farms in Spain" data-src="/img/posts/med/202310/P06-81713.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46567/We-bring-to-light-the-horror-of-rabbit-factory-farms-in-Spain" title="We bring to light the horror of rabbit factory farms in Spain">We bring to light the horror of rabbit factory farms in Spain</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2023-56-6" itemprop="datePublished">2023-56-6</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46275/This-is-the-reality-of-pig-fattening-farms-in-Spain" title="This is the reality of pig fattening farms in Spain" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="This is the reality of pig fattening farms in Spain" data-src="/img/posts/med/202206/P20-68245.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46275/This-is-the-reality-of-pig-fattening-farms-in-Spain" title="This is the reality of pig fattening farms in Spain">This is the reality of pig fattening farms in Spain</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2022-32-20" itemprop="datePublished">2022-32-20</time></div></article></div> </div>
</div>
</section>
</main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/alertas" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "0bd2ece55fd4a3f4bd7bfd64ae4d84fbff10c91267c45006fb6313213a7a0b25e389e39b5ce61ca0bc66be277dad40a7b9cd1d84e71a881c45f8a6648198c8aa";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="https://platform.twitter.com/widgets.js"></script><script src="https://www.instagram.com/embed.js" async="async" defer="defer"></script><script src="/js/lazy.js?1742564910"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$reasonPhrase = 'OK' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 152
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 57
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 181 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6805c68a2fb32-trace').style.display = (document.getElementById('cakeErr6805c68a2fb32-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr6805c68a2fb32-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6805c68a2fb32-code').style.display = (document.getElementById('cakeErr6805c68a2fb32-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6805c68a2fb32-context').style.display = (document.getElementById('cakeErr6805c68a2fb32-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6805c68a2fb32-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr6805c68a2fb32-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46417,
'ref' => 'the-cruel-truth-about-the-spanish-turkey-farms',
'channel' => (int) 6,
'type' => null,
'title' => 'The cruel truth about the Spanish turkey farms',
'descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals&rsquo; basic needs and their health.</p>
<h2>Turkey&rsquo;s suffering</h2>
<p><em>&ldquo;During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>&rdquo;</em>, explains <strong>Bel&eacute;n Gonz&aacute;lez</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>&ldquo;In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of &ldquo;production&rdquo;, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell&rdquo;</em>, &nbsp;she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn&rsquo;t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>&ldquo;AnimaNaturalis&rsquo; research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment&rdquo;</em>, says Gonz&aacute;lez.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that &ldquo;animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death&rdquo;, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture&rsquo;s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys&rsquo; skin when plucked, which makes&nbsp;the &ldquo;product&rdquo; less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => null,
'location' => 'Madrid',
'address' => '',
'lat' => '40.4167754',
'lon' => '-3.7037902',
'image' => '202212/P21-92045.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => null,
'tag' => null,
'meta_title' => 'The cruel truth about the Spanish turkey farms',
'meta_descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'meta_key' => 'that,turkeys,turkey,farms,they,their,animals,which,this,during',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 35365,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 3451,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [],
'host_address' => '18.188.86.189',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46417,
'ref' => 'the-cruel-truth-about-the-spanish-turkey-farms',
'channel' => (int) 6,
'type' => null,
'title' => 'The cruel truth about the Spanish turkey farms',
'descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals&rsquo; basic needs and their health.</p>
<h2>Turkey&rsquo;s suffering</h2>
<p><em>&ldquo;During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>&rdquo;</em>, explains <strong>Bel&eacute;n Gonz&aacute;lez</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>&ldquo;In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of &ldquo;production&rdquo;, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell&rdquo;</em>, &nbsp;she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn&rsquo;t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>&ldquo;AnimaNaturalis&rsquo; research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment&rdquo;</em>, says Gonz&aacute;lez.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that &ldquo;animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death&rdquo;, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture&rsquo;s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys&rsquo; skin when plucked, which makes&nbsp;the &ldquo;product&rdquo; less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => null,
'location' => 'Madrid',
'address' => '',
'lat' => '40.4167754',
'lon' => '-3.7037902',
'image' => '202212/P21-92045.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => null,
'tag' => null,
'meta_title' => 'The cruel truth about the Spanish turkey farms',
'meta_descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'meta_key' => 'that,turkeys,turkey,farms,they,their,animals,which,this,during',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 35365,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 3451,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>https://vimeo.com/781916406</p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals&rsquo; basic needs and their health.</p>
<h2>Turkey&rsquo;s suffering</h2>
<p><em>&ldquo;During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>&rdquo;</em>, explains <strong>Bel&eacute;n Gonz&aacute;lez</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>&ldquo;In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of &ldquo;production&rdquo;, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell&rdquo;</em>, &nbsp;she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn&rsquo;t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>&ldquo;AnimaNaturalis&rsquo; research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment&rdquo;</em>, says Gonz&aacute;lez.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that &ldquo;animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death&rdquo;, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture&rsquo;s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys&rsquo; skin when plucked, which makes&nbsp;the &ldquo;product&rdquo; less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <btn><a href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></btn></p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = []
$host_address = '18.188.86.189'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
The cruel truth about the Spanish turkey farms | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/posts/display/46417/the-cruel-truth-about-the-spanish-turkey-farms"/>
<meta name="description" content="AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms."/><meta name="keywords" content="that,turkeys,turkey,farms,they,their,animals,which,this,during"/><meta property="og:title" content="The cruel truth about the Spanish turkey farms"/><meta property="og:description" content="AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms."/><meta property="og:url" content="https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202212/P21-92045.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="The cruel truth about the Spanish turkey farms"/><meta name="twitter:description" content="AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202212/P21-92045.jpg"/><meta name="twitter:image:alt" content="The cruel truth about the Spanish turkey farms"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "The cruel truth about the Spanish turkey farms","alternativeHeadline": "AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.","keywords": ["that","turkeys","turkey","farms","they","their","animals","which","this","during"],"image": "https://www.animanaturalis.org/img/posts/med/202212/P21-92045.jpg","author": "AnimaNaturalis","genre": "Granjas Industriales","url": "https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/46417/The-cruel-truth-about-the-Spanish-turkey-farms"},"datePublished": "21/12/22, 12:40","dateCreated": "21/12/22, 12:40","dateModified": "14/1/23, 3:47","description": "AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.","articleBody": "AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-46417" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/alertas" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-4"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/posts/display/46417/the-cruel-truth-about-the-spanish-turkey-farms" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<section class="post-display" itemscope itemtype="http://schema.org/Article">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<nav><ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Inicio</a></li><li class="breadcrumb-item"><a href="/investigaciones">Investigaciones</a></li><li class="breadcrumb-item"><a href="/noticias/animales-en-granjas">Animales en Granjas</a></li><li class="breadcrumb-item"><a href="/noticias/granjas-industriales">Granjas Industriales</a></li><li class="breadcrumb-item active"><span>The cruel truth about the Spanish turkey farms</span></li></ol></nav> </div>
<div class="col-md-10">
<section class="post-header text-center pb-3">
<div class="content-head"><h1 itemprop="name">The cruel truth about the Spanish turkey farms</h1></div><p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p> </section>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12">
<div class="clearfix d-md-block d-none">
<div class="float-start">
<div itemprop="author" itemscope="" itemtype="http://schema.org/Person" rel="author">
<a href="/autor/animanaturalis"><img src="https://www.animanaturalis.org/img/authors/1.jpg" title="AnimaNaturalis" alt="AnimaNaturalis" class="author-avatar rounded-circle float-start me-2"/></a> <div class="author-descr float-start pt-1">
<div class="author-name" itemprop="name"><a href="/autor/animanaturalis">AnimaNaturalis</a></div>
<div class="author-social"><a class="author-social-sn" href="https://twitter.com/animanaturalis" target="_blank"><i class="fab fa-twitter-square"></i>@animanaturalis</a></div>
</div>
</div></div>
<div class="float-end">
<div class="pub-date text-end">21 diciembre 2022</div><div class="pub-location text-end">Madrid, España.</div> </div>
</div>
<article class="content-main">
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals’ basic needs and their health.</p>
<h2>Turkey’s suffering</h2>
<p><em>“During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>”</em>, explains <strong>Belén González</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>“In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of “production”, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell”</em>, she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn’t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>“AnimaNaturalis’ research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment”</em>, says González.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that “animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death”, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture’s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys’ skin when plucked, which makes the “product” less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
<div class="page-tail px-5 py-4 my-4">
<h3>Necesitamos tu apoyo</h3>
<p><strong>AnimaNaturalis</strong> existe porque miles de <strong>millones de animales</strong> sufren en manos humanas. Porque esos animales necesitan soluciones. Porque merecen que alguien alce la voz por ellos. Porque los animales necesitan cambios. Porque en <strong>AnimaNaturalis</strong> queremos construir <strong>un mundo más justo para todos</strong>.</p>
<p>Las <strong>donaciones</strong> puntuales y periódicas de <strong>nuestros socios y socias</strong> son la principal fuente de nuestros fondos.</p>
<div class="submit-button"><a href="/apoyanos" class="btn submit">Apoya a AnimaNaturalis</a></div>
</div> </article>
</div>
</div>
</div>
</section>
<section class="related-posts-section my-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46616/Letter-to-Carlitos-the-brave-rabbit" title="Letter to Carlitos, the brave rabbit" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="Letter to Carlitos, the brave rabbit" data-src="/img/posts/med/202401/P20-98989.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46616/Letter-to-Carlitos-the-brave-rabbit" title="Letter to Carlitos, the brave rabbit">Letter to Carlitos, the brave rabbit</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2024-52-20" itemprop="datePublished">2024-52-20</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46605/AnimaNaturalis-rescues-six-rabbits-from-darkness" title="AnimaNaturalis rescues six rabbits from darkness" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="AnimaNaturalis rescues six rabbits from darkness" data-src="/img/posts/med/202312/P11-68152.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46605/AnimaNaturalis-rescues-six-rabbits-from-darkness" title="AnimaNaturalis rescues six rabbits from darkness">AnimaNaturalis rescues six rabbits from darkness</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2023-29-10" itemprop="datePublished">2023-29-10</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46567/We-bring-to-light-the-horror-of-rabbit-factory-farms-in-Spain" title="We bring to light the horror of rabbit factory farms in Spain" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="We bring to light the horror of rabbit factory farms in Spain" data-src="/img/posts/med/202310/P06-81713.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46567/We-bring-to-light-the-horror-of-rabbit-factory-farms-in-Spain" title="We bring to light the horror of rabbit factory farms in Spain">We bring to light the horror of rabbit factory farms in Spain</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2023-56-6" itemprop="datePublished">2023-56-6</time></div></article></div><div class="col-lg-3 col-md-6"><article itemscope="" itemtype="https://schema.org/ItemPage"><picture><a href="/n/46275/This-is-the-reality-of-pig-fattening-farms-in-Spain" title="This is the reality of pig fattening farms in Spain" class="fix-height"><img src="/img/placeholder.svg?1741465023" alt="This is the reality of pig fattening farms in Spain" data-src="/img/posts/med/202206/P20-68245.jpg" class="fluid lazy-img"/></a></picture><div class="summary"><strong class="tag">Granjas Industriales</strong><h5 itemprop="name"><a href="/n/46275/This-is-the-reality-of-pig-fattening-farms-in-Spain" title="This is the reality of pig fattening farms in Spain">This is the reality of pig fattening farms in Spain</a></h5><cite class="contributors d-none"><span class="contributor" itemprop="author">AnimaNaturalis</span></cite><time class="pub-date d-none" datetime="2022-32-20" itemprop="datePublished">2022-32-20</time></div></article></div> </div>
</div>
</section>
</main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/alertas" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "0bd2ece55fd4a3f4bd7bfd64ae4d84fbff10c91267c45006fb6313213a7a0b25e389e39b5ce61ca0bc66be277dad40a7b9cd1d84e71a881c45f8a6648198c8aa";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="https://platform.twitter.com/widgets.js"></script><script src="https://www.instagram.com/embed.js" async="async" defer="defer"></script><script src="/js/lazy.js?1742564910"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '0bd2ece55fd4a3f4bd7bfd64ae4d84fbff10c91267c45006fb6313213a7a0b25e389e39b5ce61ca0bc66be277dad40a7b9cd1d84e71a881c45f8a6648198c8aa',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 210 ]Code Context $cookie [ 'secure' ],
$cookie [ 'httpOnly' ]
);
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '0bd2ece55fd4a3f4bd7bfd64ae4d84fbff10c91267c45006fb6313213a7a0b25e389e39b5ce61ca0bc66be277dad40a7b9cd1d84e71a881c45f8a6648198c8aa',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$cookie = [
'name' => 'csrfToken',
'value' => '0bd2ece55fd4a3f4bd7bfd64ae4d84fbff10c91267c45006fb6313213a7a0b25e389e39b5ce61ca0bc66be277dad40a7b9cd1d84e71a881c45f8a6648198c8aa',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
] setcookie - [internal], line ??
Cake\Http\ResponseEmitter::emitCookies() - CORE/src/Http/ResponseEmitter.php, line 210
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 190
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Template/Layout/default.ctp , line 116 ]Code Context
header ( "Content-Type: text/html;charset=utf-8" );
$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46417,
'ref' => 'the-cruel-truth-about-the-spanish-turkey-farms',
'channel' => (int) 6,
'type' => null,
'title' => 'The cruel truth about the Spanish turkey farms',
'descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals’ basic needs and their health.</p>
<h2>Turkey’s suffering</h2>
<p><em>“During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>”</em>, explains <strong>Belén González</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>“In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of “production”, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell”</em>, she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn’t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>“AnimaNaturalis’ research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment”</em>, says González.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that “animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death”, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture’s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys’ skin when plucked, which makes the “product” less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => null,
'location' => 'Madrid',
'address' => '',
'lat' => '40.4167754',
'lon' => '-3.7037902',
'image' => '202212/P21-92045.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => null,
'tag' => null,
'meta_title' => 'The cruel truth about the Spanish turkey farms',
'meta_descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'meta_key' => 'that,turkeys,turkey,farms,they,their,animals,which,this,during',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 35365,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 3451,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [],
'host_address' => '18.188.86.189',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'landing',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46417,
'ref' => 'the-cruel-truth-about-the-spanish-turkey-farms',
'channel' => (int) 6,
'type' => null,
'title' => 'The cruel truth about the Spanish turkey farms',
'descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://player.vimeo.com/video/781916406" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals’ basic needs and their health.</p>
<h2>Turkey’s suffering</h2>
<p><em>“During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>”</em>, explains <strong>Belén González</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>“In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of “production”, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell”</em>, she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn’t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>“AnimaNaturalis’ research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment”</em>, says González.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that “animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death”, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture’s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys’ skin when plucked, which makes the “product” less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <div class="text-center my-4"><a class="btn btn-lg btn-primary" href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => null,
'location' => 'Madrid',
'address' => '',
'lat' => '40.4167754',
'lon' => '-3.7037902',
'image' => '202212/P21-92045.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => null,
'tag' => null,
'meta_title' => 'The cruel truth about the Spanish turkey farms',
'meta_descr' => 'AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.',
'meta_key' => 'that,turkeys,turkey,farms,they,their,animals,which,this,during',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 35365,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 3451,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>https://vimeo.com/781916406</p>
<p>AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.</p>
<p>Having clandestinely accessed several turkey farms we confirm that, once again,<strong> welfare standards mandated by law are only applied for the benefit of the production</strong>, and therefore, we see a detrimental hedge of animals’ basic needs and their health.</p>
<h2>Turkey’s suffering</h2>
<p><em>“During the investigation, we documented dying animals with <strong>bone malformation and difficulty standing up as well as walking</strong>. Others were carrying <strong>severe wounds</strong>, most likely caused by their partners, with whom they are <strong>obligated to compete for available space as they grow</strong>”</em>, explains <strong>Belén González</strong>, head of investigations at AnimaNaturalis.</p>
<p><em>“In all visited farms, we have found <strong>turkeys living among corpses</strong>. This is common at any stage of “production”, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell”</em>, she adds.</p>
<p>While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.</p>
<p><strong>In 2019 alone, 30.735 turkeys were slaughtered in Spain</strong>, though that number <strong>doesn’t include the animals that die on farms</strong> due to the harsh conditions during their exploitation.</p>
<p>The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to <strong>cutaneous infections </strong>such as plantar dermatosis and skin tears.</p>
<p>Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause <strong>respiratory infections</strong>. Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.</p>
<p><em>“AnimaNaturalis’ research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment”</em>, says González.</p>
<p>When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.</p>
<p>As for the slaughter, turkeys and other <strong>birds are submerged in electrified water</strong> for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that “animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death”, this is difficult to monitor.</p>
<p>Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a <strong>painful and anguishing death.</strong></p>
<h2>Consumption of turkey in Spain</h2>
<p>In 2020 the number of turkeys in Spain was recorded at <strong>13.7 million</strong>. This is <strong>200% more than in 2008</strong>, according to the Ministry of Agriculture’s turkey meat sector report.</p>
<p>In January of this year, there were <strong>1,880 turkey farms</strong> throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.</p>
<p>The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.</p>
<p>Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys’ skin when plucked, which makes the “product” less attractive to consumers.</p>
<p>However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to <strong>1985</strong> shows an average consumption of <strong>0.5 kg per year per inhabitant</strong>. At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.</p>
<p>Of the total 237,337 tons of turkey meat obtained in <strong>2019</strong> -double that only 5 years ago- almost 30% were destined for national consumption, with an average of <strong>4.99 kg per inhabitant.</strong></p>
<p>There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.</p>
<p>Revealing this investigation and the harsh images it contains, we at <strong>AnimaNaturalis</strong> are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.</p>
<p><strong>Please, sign now</strong> <btn><a href="https://www.farmedanimals.org/" target="_blank">FarmedAnimals.org</a></btn></p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {}
]
}
$json = []
$host_address = '18.188.86.189'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'landing'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
] header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
The cruel truth about the Spanish turkey farms | AnimaNaturalis
21 diciembre 2022
Madrid, España.
AnimaNaturalis reveals an undercover investigation that took place between 2021 and 2022, exposing the detrimental conditions turkeys must endure in Spanish factory farms.
Having clandestinely accessed several turkey farms we confirm that, once again, welfare standards mandated by law are only applied for the benefit of the production , and therefore, we see a detrimental hedge of animals’ basic needs and their health.
Turkey’s suffering
“During the investigation, we documented dying animals with bone malformation and difficulty standing up as well as walking . Others were carrying severe wounds , most likely caused by their partners, with whom they are obligated to compete for available space as they grow ” , explains Belén González , head of investigations at AnimaNaturalis.
“In all visited farms, we have found turkeys living among corpses . This is common at any stage of “production”, during the first days of life of the chicks up until their last weeks before slaughter. Their entire existence is a living hell” , she adds.
While a turkey in the wild can live up to 15 years, their life expectancy in these farms is reduced to 16 weeks in the case of the males, and 13 for the females. When they reach the market weight of 15 and 10 kilos respectively, they are sent to the slaughterhouse.
In 2019 alone, 30.735 turkeys were slaughtered in Spain , though that number doesn’t include the animals that die on farms due to the harsh conditions during their exploitation.
The lack of hygiene in such installations also contributes to the proliferation of diseases. Turkeys spend all their lives in the same space, called a bed, which accumulates all the feces and humidity. The constant contact with the bed exposes turkeys to cutaneous infections such as plantar dermatosis and skin tears.
Another problem is the high ammonia concentration, as well as the accumulation of viruses, germs, and fungi, all of which cause respiratory infections . Some of the most common symptoms of such diseases are severe coughing, sneezing, eye and nasal discharges, edema, pneumonia, and joint disorders such as arthritis and tendinitis.
“AnimaNaturalis’ research team has been able to verify these conditions and has suffered first-hand the breathing difficulties and the intense odor inside the modules, even having to use masks and protective equipment” , says González.
When turkeys and other animals get sick on the farm, it is common that, for reasons of profitability, they do not receive veterinary attention. The most productive thing for the farmer is to deprive the animal of treatment and let them die slowly.
As for the slaughter, turkeys and other birds are submerged in electrified water for between 8 and 12 seconds. Then they proceed to cut their throats so that they bleed to death. Although the CEE regulation 1099/2009 indicates that “animals will not show any signs of consciousness or sensitivity in the period between the end of the stunning process and death”, this is difficult to monitor.
Given the number of birds processed each day in slaughterhouses and the speed at which they are executed, there is an unavoidable percentage of animals that still show signs of consciousness during slaughter, resulting in a painful and anguishing death.
Consumption of turkey in Spain
In 2020 the number of turkeys in Spain was recorded at 13.7 million . This is 200% more than in 2008 , according to the Ministry of Agriculture’s turkey meat sector report.
In January of this year, there were 1,880 turkey farms throughout the territory, which is 154% more than in 2007. This significant increase in demand is driven, in large, by the industry propaganda which tries to associate turkey meat with healthy food, since it contains less fat than chicken.
The most common breed in intensive farms is the giant white turkey. This animal is the result of years of genetic selection to increase the muscle mass of its breasts and thighs. Thus, managing to make production much more profitable.
Even the color of its plumage has been completely modified for commercial purposes. The white feathers do not leave marks on the turkeys’ skin when plucked, which makes the “product” less attractive to consumers.
However, raising turkeys for consumption does not have a long tradition in Spain. It began in the 70s when its meat became more popular in other European countries. Data up to 1985 shows an average consumption of 0.5 kg per year per inhabitant . At that time, turkeys were marketed live or whole and were mainly used for Christmas meals.
Of the total 237,337 tons of turkey meat obtained in 2019 -double that only 5 years ago- almost 30% were destined for national consumption, with an average of 4.99 kg per inhabitant.
There is no European animal welfare regulation that applies directly to turkeys, which is why they are one of the most unprotected species, whose inherent needs are not considered during their exploitation.
Revealing this investigation and the harsh images it contains, we at AnimaNaturalis are calling on consumers to consider reducing or avoiding the consumption of animals altogether during the holidays. The work of organizations, activists, and researchers is essential so that the suffering of millions of animals destined for consumption does not go unheard and resonates within society. Only with the support of people like you can we continue to give animals a voice until we achieve the systemic change they deserve.
Please, sign now
Necesitamos tu apoyo
AnimaNaturalis existe porque miles de millones de animales sufren en manos humanas. Porque esos animales necesitan soluciones. Porque merecen que alguien alce la voz por ellos. Porque los animales necesitan cambios. Porque en AnimaNaturalis queremos construir un mundo más justo para todos .
Las donaciones puntuales y periódicas de nuestros socios y socias son la principal fuente de nuestros fondos.
Granjas Industriales AnimaNaturalis 2024-52-20 Granjas Industriales AnimaNaturalis 2023-29-10 Granjas Industriales AnimaNaturalis 2023-56-6 Granjas Industriales AnimaNaturalis 2022-32-20
© 2003- 2025, AnimaNaturalis Internacional , organización iberoamericana para la defensa de los derechos de todos los animales.