RTÜK’ten iki kanala yayın ihlali cezası

RTÜK’ten iki kanala yayın ihlali cezası

{
“@context”: “https://schema. org”,
“@type”: “NewsArticle”,
“mainEntityOfPage”: {
“@t…

RTÜK’ten iki kanala yayın ihlali cezası
Yayınlama: 11.02.2026
A+
A-

RTÜK’ten iki kanala yayın ihlali cezası

{
“@context”: “https://schema.org”,
“@type”: “NewsArticle”,
“mainEntityOfPage”: {
“@type”: “WebPage”,
“@id”: ” https://bha.net.tr/gundem/rtukten-iki-kanala-yayin-ihlali-cezasi/452534 ”
},
“headline”: “”,
“description”: “”,
“image”: “/uploads/rtukten-iki-kanala-yayin-ihlali-cezasi-1770826139.webp”,
“author”: {
“@type”: “Organization”,
“name”: ” 333 ”
},
“publisher”: {
“@type”: “Organization”,
“name”: “Birlik Haber Ajansı – Türkiye'nin Haber Ağı”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https://bha.net.tr/uploads/logo-1770988054.jpg”
}
},
“datePublished”: “2026-02-11”,
“dateModified”: “2026-02-11”
}

{
“@context”: “https://schema.org”,
“@type”: “BreadcrumbList”,
“itemListElement”: [{
“@type”: “ListItem”,
“position”: 1,
“name”: “Gündem”,
“item”: “https://bha.net.tr/gundem”
},{
“@type”: “ListItem”,
“position”: 2,
“name”: “RTÜK’ten iki kanala yayın ihlali cezası”,
“item”: ” https://bha.net.tr/gundem/rtukten-iki-kanala-yayin-ihlali-cezasi/452534 ”
}]
}

:root {
–color-bg: #ffffff;
–color-surface: #f7f8fb;
–color-card: #ffffff;
–color-border: #e5e7eb;
–color-text: #0f172a;
–color-muted: #475569;
–color-primary: #00499c;
–color-primary-600: #013570;
–color-primary-50: #b8d9ff;
–color-success: #16a34a;
–color-warning: #d97706;
–color-danger: #dc2626;
–color-info: #0284c7;
}

[data-theme=”dark”] {
–color-bg: #0b1220;
–color-surface: #151c2c;
–color-card: #0f172a;
–color-border: #1f2937;
–color-text: #e5e7eb;
–color-muted: #94a3b8;
–color-primary: #60a5fa;
–color-primary-600: #3b82f6;
–color-primary-50: #1e3a8a;
–color-success: #22c55e;
–color-warning: #f59e0b;
–color-danger: #ef4444;
–color-info: #38bdf8;
}

>

window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());

gtag(‘config’, ‘G-YYGF111P6Z’);

.lite-video-embed iframe {
width: 100% !important;
height: 100% !important;
}

.article-content {
font-family: ‘Roboto’, sans-serif;
line-height: 1.9;
color: var(–color-text);
}

.article-content img {
width: 100% !important;
max-width: 100%;
height: auto !important;
border-radius: 1rem;
margin: 2.5rem auto;
display: block;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.article-content p {
font-size: 1.125rem;
line-height: 1.9;
color: var(–color-text);
margin-bottom: 1.75rem;
font-weight: 400;
}

.article-content h1 {
font-size: 2.25rem;
font-weight: 800;
color: var(–color-text);
margin-top: 3rem;
margin-bottom: 1.5rem;
line-height: 1.3;
letter-spacing: -0.02em;
}

.article-content h2 {
font-size: 1.875rem;
font-weight: 700;
color: var(–color-text);
margin-top: 2.5rem;
margin-bottom: 1.25rem;
line-height: 1.4;
padding-bottom: 0.5rem;
border-bottom: 2px solid var(–color-border);
}

.article-content h3 {
font-size: 1.5rem;
font-weight: 700;
color: var(–color-text);
margin-top: 2rem;
margin-bottom: 1rem;
line-height: 1.5;
}

.article-content h4 {
font-size: 1.25rem;
font-weight: 600;
color: var(–color-text);
margin-top: 1.75rem;
margin-bottom: 0.875rem;
}

.article-content h5 {
font-size: 1.125rem;
font-weight: 600;
color: var(–color-text);
margin-top: 1.5rem;
margin-bottom: 0.75rem;
}

.article-content h6 {
font-size: 1rem;
font-weight: 600;
color: var(–color-text);
margin-top: 1.25rem;
margin-bottom: 0.5rem;
}

.article-content strong {
font-weight: 700;
color: var(–color-text);
}

.article-content a {
color: var(–color-primary);
text-decoration: underline;
text-underline-offset: 3px;
transition: color 0.2s;
}

.article-content a:hover {
color: var(–color-primary-600);
}

.article-content ul,
.article-content ol {
margin: 1.5rem 0;
padding-left: 2rem;
}

.article-content li {
margin-bottom: 0.75rem;
line-height: 1.8;
}

.article-content blockquote {
border-left: 4px solid var(–color-primary);
padding-left: 1.5rem;
margin: 2rem 0;
font-style: italic;
color: var(–color-muted);
background: var(–color-surface);
padding: 1.5rem;
border-radius: 0.5rem;
}

.article-content code {
background: var(–color-surface);
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
font-size: 0.9em;
color: var(–color-primary);
}

.article-content pre {
background: var(–color-surface);
padding: 1.5rem;
border-radius: 0.5rem;
overflow-x: auto;
margin: 1.5rem 0;
}

.article-content iframe {
width: 100%;
height: 500px;
border-radius: 1rem;
margin: 2rem 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#liteArticleContent iframe {
width: 100%;
height: 100%;
border-radius: 1rem;
margin: 2rem 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
.article-content iframe {
height: 300px;
}

.article-content p {
font-size: 1rem;
}

.article-content h1 {
font-size: 1.75rem;
}

.article-content h2 {
font-size: 1.5rem;
}
}

(function() { var rootScript = ‘https://cdn.jsdelivr.net/npm/@flasher/flasher@1.3.2/dist/flasher.min.js’; var FLASHER_FLASH_BAG_PLACE_HOLDER = {}; var options = mergeOptions([], FLASHER_FLASH_BAG_PLACE_HOLDER); function mergeOptions(first, second) { return { context: merge(first.context || {}, second.context || {}), envelopes: merge(first.envelopes || [], second.envelopes || []), options: merge(first.options || {}, second.options || {}), scripts: merge(first.scripts || [], second.scripts || []), styles: merge(first.styles || [], second.styles || []), }; } function merge(first, second) { if (Array.isArray(first) && Array.isArray(second)) { return first.concat(second).filter(function(item, index, array) { return array.indexOf(item) === index; }); } return Object.assign({}, first, second); } function renderOptions(options) { if(!window.hasOwnProperty(‘flasher’)) { console.error(‘Flasher is not loaded’); return; } requestAnimationFrame(function () { window.flasher.render(options); }); } function render(options) { if (‘loading’ !== document.readyState) { renderOptions(options); return; } document.addEventListener(‘DOMContentLoaded’, function() { renderOptions(options); }); } if (1 === document.querySelectorAll(‘script.flasher-js’).length) { document.addEventListener(‘flasher:render’, function (event) { render(event.detail); }); } if (window.hasOwnProperty(‘flasher’) || !rootScript || document.querySelector(‘script[src=”‘ + rootScript + ‘”]’)) { render(options); } else { var tag = document.createElement(‘script’); tag.setAttribute(‘src’, rootScript); tag.setAttribute(‘type’, ‘text/javascript’); tag.onload = function () { render(options); }; document.head.appendChild(tag); }})();

>

>

>

>

>

>



Gündem

>

RTÜK’ten iki kanala yayın ihlali cezası

>

Radyo ve Televizyon Üst Kurulu (RTÜK), yayın ilkelerine aykırılık gerekçesiyle iki televizyon kanalına idari para cezası verdi.

>

>

>

>

>

Nazlı Öngören

Nazlı Öngören
Editör

Yayınlanma:



11 Şubat 2026

19:08

Güncellenme:



13 Şubat 2026

16:03

>

ANKARA – BHA 

RTÜK’ün açıklamasına göre Üst Kurul, gündemindeki yayın ihlallerini değerlendirmek üzere yaptığı toplantıda küfür ve argo ifadeler ile aile kurumunu zedelediği değerlendirilen içeriklere yaptırım uygulanmasına karar verdi.

Halk TV’de yayınlanan, sunuculuğunu Ebru Baki’nin yaptığı “Para Siyaset” programında Gazeteci Uğur Dündar’ın, CHP Genel Başkanı Özgür Özel ile CHP’den istifa eden Keçiören Belediye Başkanı Mesut Özarslan arasında geçtiği belirtilen küfürlü konuşmaları aktarırken kaba ve argo ifadeler kullandığı tespit edildi.

Söz konusu ifadelerin herhangi bir sansür

Söz konusu ifadelerin herhangi bir sansür uygulanmadan yayımlandığını belirleyen Üst Kurul, kanala 6112 sayılı Kanun’un 8’inci maddesinin ihlali gerekçesiyle yüzde 2 idari para cezası verdi.

Üst Kurul toplantısında NOW TV’de yayınlanan “Kıskanmak” dizisi de gündeme alındı. Dizide yer alan bazı sahne ve temaların aile kurumuna zarar verdiği, evlilik dışı ilişkilerin ve evli bireylerin başkalarından çocuk sahibi olmasının olağan ve olumlu gösterildiği, bunun da genç izleyiciler açısından olumsuz örnek oluşturduğu değerlendirildi.

RTÜK, izleyicilerden gelen şikayetleri de dikkate alarak NOW TV’ye aynı kanun maddesi kapsamında yüzde 3 idari para cezası uygulanmasına hükmetti.

>

>

Yorum Yap

Düşüncelerinizi bizimle paylaşın



E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Yorumlar

0 yorum

Henüz yorum yapılmamış.

İlk

İlk
yorumu
siz
yapın!

>

>


function copyTikTokShare(url) {
navigator.clipboard.writeText(url);
alert(“Link panoya kopyalandı!”);
}

>

if (‘serviceWorker’ in navigator) {
window.addEventListener(‘load’, () => {
navigator.serviceWorker
.register(‘/service-worker.js’)

.catch(err => console.log(‘❌ Service Worker failed:’, err));
});
}

>

window.AppConfig = {
routeName: “post”,
csrfToken: document.querySelector(‘meta[name=”csrf-token”]’).getAttribute(‘content’),
isGuest: true,
magicbox: {“title”:”Birlik Haber Ajansu0131 – Tu00fcrkiyeu0027nin Haber Au011fu0131″,”description”:”Birlik Haber Ajansu0131 (BHA), Tu00fcrkiyeu0027nin her kentinden ve du00fcnyadan geliu015fmeleri en dou011fru u015fekilde okurlaru0131na ve abonelerine ulau015ftu0131rmayu0131 hedefler”,”keywords”:”Haber Ajansu0131, Birlik Haber Ajansu0131, Ajans Haberleri”,”refresh”:null,”email”:null,”phone”:”0″,”address”:null,”copyright”:null,”maintenance”:”0″,”noindex”:”0″,”live_stream_name”:null,”live_stream_link”:null,”fb”:null,”in”:”https://www.instagram.com/bhanettr”,”tw”:”https://x.com/bhanettr”,”yt”:”https://www.youtube.com/@birlikhaberajansi”,”ln”:”https://tr.linkedin.com/company/birlik-haber-ajansi”,”headcode”:”u003Cmeta name=u0022google-site-verificationu0022 content=u00224lFhaWrfcRCYktSW1sdlyUJyh8c1HJLXYrZScarnbPwu0022 /u003Ernu003C!– Google tag (gtag.js) –u003Ernu003Cscript async src=u0022https://www.googletagmanager.com/gtag/js?id=G-YYGF111P6Zu0022u003Eu003C/scriptu003Ernu003Cscriptu003Ern window.dataLayer = window.dataLayer || [];rn function gtag(){dataLayer.push(arguments);}rn gtag(u0027jsu0027, new Date());rnrn gtag(u0027configu0027, u0027G-YYGF111P6Zu0027);rnu003C/scriptu003E”,”bodycode”:null,”googlenews”:null,”yandexmetricaid”:null,”googleanalytics”:null,”google_property_id”:”524016844″,”gemini_api_key”:null,”google_client_id”:”895493903254-hlce2g17s02maeailclhvi9eai83l594.apps.googleusercontent.com”,”google_client_secret”:”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”,”google_redirect_url”:”https://bha.net.tr/secure/google/callback”,”google_recaptcha_site_key”:null,”google_recaptcha_secret_key”:null,”yandexanalytics”:null,”adstext”:”ads text icerisi gu00fcncelliyorum”,”footercode”:null,”iha_user_code”:null,”iha_user_name”:null,”iha_user_password”:null,”hibya_rss_link”:null,”smtpserver”:”mail.cihan.com”,”smtpuser”:”spam@cihan.com”,”smtppassword”:”123455″,”smtpport”:”25″,”sitetheme”:”agent-theme”,”generalcomment”:”0″,”incomingnews”:”0″,”generalhitshow”:”0″,”externallink”:”1″,”rightclick”:”0″,”generalfont”:”0″,”mansetlimit”:”20″,”mansetbaslik”:”0″,”mansetaciklama”:”0″,”mansetsabitreklamno”:”6″,”archive_recording_time”:”365″,”thintopbar”:”0″,”notifynewsbox”:”0″,”playstoreurl”:”bbbb”,”appstoreurl”:”aaa”,”weather_link”:null,”pharmacy_link”:null,”deceased_link”:null,”traffic_link”:null,”keyword1″:null,”keyword2″:null,”keyword3″:null,”keyword4″:null,”keyword5″:null,”keyword6″:null,”headercolor”:”#000000″,”headercolortext”:”#000000″,”sondakikacolor”:”#000000″,”sondakikacolortext”:”#000000″,”mansetnumaracolor”:”#000000″,”mansetnumaracolortext”:”#000000″,”parapiyasacolor”:”#000000″,”parapiyasacolortext”:”#000000″,”apiservicestatus”:”1″,”pharmacy_status”:”0″,”author_status”:”1″,”currency_status”:”0″,”weather_status”:”0″,”weather_city”:”u0130stanbul”,”prayer_status”:”0″,”prayer_city”:”u0130stanbul”,”weateher_token”:”68f8444c3c38a23ab4f38b329f3f01b5″,”social_media_link1″:null,”social_media_link2″:null,”logo”:[]},
baseUrl: “https://bha.net.tr”,
routes: {
login: “https://bha.net.tr/uye-girisi”,
register: “https://bha.net.tr/uye-kayit”,
profile: “https://bha.net.tr/profilim”,
},
session: {
success: null,
error: null,
}
};

$(document).ready(function() {
const backButton = $(‘#backButton’);
const scrollToTopButton = $(‘.scroll-to-top-btn’);

$(window).on(‘scroll’, function() {
const scrollTop = $(window).scrollTop();

// Back button: hide when scrolled down
// if (scrollTop > 100) {
// backButton.fadeOut(300);
// } else {
// backButton.fadeIn(300);
// }

// Scroll to top button: show when scrolled down
if (scrollTop > 300) {
scrollToTopButton.fadeIn(300);
} else {
scrollToTopButton.fadeOut(300);
}
});

});

// Scroll to top function
function scrollToTop() {
$(‘html, body’).animate({
scrollTop: 0
}, 500, ‘swing’);
}

let isLoading = false;

$(window).on(‘scroll’, function() {
if (isLoading) return;

const windowWidth = $(window).width();

let scrollOffset;
if (windowWidth = $(document).height()) {
const nextUrl = $(‘#gopostinfinite’).attr(‘href’);
if (nextUrl) {
isLoading = true; // 👈 Scroll kilidi
$.get(nextUrl, function(data) {
$(‘#infiniteBox’).append($(data).find(‘.infiniteContent’));

// Yeni next URL’yi al
const newNext = $(data).find(‘#gopostinfinite’).attr(‘href’);
if (newNext) {
$(‘#gopostinfinite’).attr(‘href’, newNext);
} else {
$(‘#gopostinfinite’).remove(); // 👈 Son sayfaysa linki sil
}

isLoading = false; // 👈 AJAX bittiğinde kilidi aç
});
}
}
});

$(document).ready(function() {
const relatedBox = `

`;
insertBoxAfterParagraph(‘#liteArticleContent’, relatedBox, 6);
});

function insertBoxAfterParagraph(selector, htmlToInsert, afterParagraph = null) {
const $container = $(selector);
const paragraphs = $container.find(‘p’);

if (paragraphs.length === 0) {
$container.append(htmlToInsert);
return;
}

const indexToInsert = afterParagraph !== null . Math.min(afterParagraph, paragraphs.length – 1) :
Math.floor(paragraphs.length / 2);

$(paragraphs[indexToInsert]).after(htmlToInsert);
}

.

Kaynak: Bha
REKLAM VERMEK İÇİN ARAYIN
0532 659 8130