Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
DAlt Text QualityAction2 of 152 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| too long | 20 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction7 issue(s) across 1944 links and 155 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://bigpara.hurriyet.com.tr/ | ANASAYFA | new tab | Add '(opens in new tab)' to text |
| /sporarena/ | ANASAYFA | new tab | Add '(opens in new tab)' to text |
| /sporarena/futbol/ | FUTBOL | new tab | Add '(opens in new tab)' to text |
| /sporarena/basketbol/ | BASKETBOL | new tab | Add '(opens in new tab)' to text |
| /sporarena/voleybol/ | VOLEYBOL | new tab | Add '(opens in new tab)' to text |
| /sporarena/canli-skor/ | CANLI SKOR | new tab | Add '(opens in new tab)' to text |
| /kelebek-magazin/ | ANASAYFA | new tab | Add '(opens in new tab)' to text |
| /yasam/ | ANASAYFA | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/cumartesi/ | CUMARTESİ | new tab | Add '(opens in new tab)' to text |
| /pazar/ | PAZAR | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/lezzetli-hay… | LEZZETLİ HAYAT | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/cocuklu-haya… | ÇOCUKLA HAYAT | new tab | Add '(opens in new tab)' to text |
| /seyahat/ | SEYAHAT | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/ | RESMİ İLANLAR | new tab | Add '(opens in new tab)' to text |
| /kunye/ | KÜNYE | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/kullanim-kos… | Kullanım Koşulları | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/veri-politik… | Gizlilik Politikası | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/bizeulasin/ | İletişim | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/ | RESMİ İLANLAR | new tab | Add '(opens in new tab)' to text |
| /son-dakika-haberleri/ | SON DAKİKA | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/ | RESMİ İLANLAR | new tab | Add '(opens in new tab)' to text |
| /son-dakika-haberleri/ | SON DAKİKA | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| /gundem/ | SICAK GÜNDEM | new tab | Add '(opens in new tab)' to text |
| /gundem/son-dakika-tbmmde-kabul-edildi-d… | Son dakika... TBMMde kabul edi… | new tab | Add '(opens in new tab)' to text |
| /gundem/6-il-icin-sari-kodlu-alarm-kuvve… | 6 il için sarı kodlu alarm K… | new tab | Add '(opens in new tab)' to text |
| /sporarena/galatasarayda-2-isme-islikli-… | Galatasarayda 2 isme ıslıkl… | new tab | Add '(opens in new tab)' to text |
| /gundem/son-dakika-atasehir-belediye-bas… | Son dakika... Ataşehir Beledi… | new tab | Add '(opens in new tab)' to text |
| /dunya/live-trump-iranin-talebini-ilk-ke… | ABD'den vatandaşlarına çağ… | new tab | Add '(opens in new tab)' to text |
| /gundem/son-dakika-agrida-4-3-buyuklugun… | Son dakika... Ağrı'da 4.3 b… | new tab | Add '(opens in new tab)' to text |
| /gundem/cumhurbaskani-erdogan-nato-genel… | Cumhurbaşkanı Erdoğan, NATO… | new tab | Add '(opens in new tab)' to text |
| /sporarena/galatasaray-0-2-genclerbirlig… | Galatasaray 0-2 Gençlerbirli… | new tab | Add '(opens in new tab)' to text |
| /gundem/mhp-lideri-devlet-bahceli-demiro… | MHP lideri Devlet Bahçeli Dem… | new tab | Add '(opens in new tab)' to text |
| /sporarena/okan-buruk-hatali-biri-varsa-… | Okan Buruk: 'Hatalı biri vars… | new tab | Add '(opens in new tab)' to text |
| /gundem/ak-parti-sozcusu-celikten-ozele-… | AK Parti Sözcüsü Çelik'ten… | new tab | Add '(opens in new tab)' to text |
| /gundem/bakan-gurlekten-gulistan-doku-so… | Bakan Gürlek'ten Gülistan Do… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Merkez Bankası faizi yüzde 3… | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/usta-sanatci-ferdi-atuner… | Usta sanatçı Ferdi Atuner ha… | new tab | Add '(opens in new tab)' to text |
| /sporarena/torreira-ve-fred-ayni-takimda… | Torreira ve Fred aynı takımd… | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/ibrahim-tatlisesten-vasiy… | İbrahim Tatlıses'ten vasiyet… | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/unlu-sarkici-kizini-… | Ünlü şarkıcı kızını b… | new tab | Add '(opens in new tab)' to text |
| /gundem/son-dakika-atasehir-belediye-bas… | 1 | new tab | Add '(opens in new tab)' to text |
| /dunya/live-trump-iranin-talebini-ilk-ke… | 2 | new tab | Add '(opens in new tab)' to text |
| /gundem/son-dakika-agrida-4-3-buyuklugun… | 3 | new tab | Add '(opens in new tab)' to text |
| /gundem/cumhurbaskani-erdogan-nato-genel… | 4 | new tab | Add '(opens in new tab)' to text |
| /sporarena/galatasaray-0-2-genclerbirlig… | 5 | new tab | Add '(opens in new tab)' to text |
| /gundem/mhp-lideri-devlet-bahceli-demiro… | 6 | new tab | Add '(opens in new tab)' to text |
| /sporarena/okan-buruk-hatali-biri-varsa-… | 7 | new tab | Add '(opens in new tab)' to text |
| /gundem/ak-parti-sozcusu-celikten-ozele-… | 8 | new tab | Add '(opens in new tab)' to text |
| /gundem/bakan-gurlekten-gulistan-doku-so… | 9 | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | 10 | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/usta-sanatci-ferdi-atuner… | 11 | new tab | Add '(opens in new tab)' to text |
| /sporarena/torreira-ve-fred-ayni-takimda… | 12 | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/ibrahim-tatlisesten-vasiy… | 13 | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/unlu-sarkici-kizini-… | 14 | new tab | Add '(opens in new tab)' to text |
| /sporarena/baris-alper-yilmazdan-tepkile… | Barış Alperden tepkilere cev… | new tab | Add '(opens in new tab)' to text |
| /sporarena/baris-alper-yilmazdan-tepkile… | Barış Alper'den tepkilere ce… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ga… | #Galatasaray | new tab | Add '(opens in new tab)' to text |
| /dunya/abd-nato-hatti-kiriliyor-ulkeler-… | Trump liste hazırlıyor | new tab | Add '(opens in new tab)' to text |
| /dunya/abd-nato-hatti-kiriliyor-ulkeler-… | Trump liste hazırlıyor | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ab… | #ABD | new tab | Add '(opens in new tab)' to text |
| /sporarena/aziz-yildirimdan-baskan-adayi… | Aziz Yıldırımdan iddialara … | new tab | Add '(opens in new tab)' to text |
| /sporarena/aziz-yildirimdan-baskan-adayi… | Aziz Yıldırım'dan iddialara… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/fe… | #Fenerbahçe | new tab | Add '(opens in new tab)' to text |
| /sporarena/volkan-demirelden-galibiyet-a… | Volkan Demirel: Bu maç kırı… | new tab | Add '(opens in new tab)' to text |
| /sporarena/volkan-demirelden-galibiyet-a… | Volkan Demirel: 'Bu maç kır… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ge… | #Gençlerbirliği | new tab | Add '(opens in new tab)' to text |
| /sporarena/besiktas-gain-72-60-jl-bourg-… | Beşiktaş, serinin ilk maçı… | new tab | Add '(opens in new tab)' to text |
| /sporarena/besiktas-gain-72-60-jl-bourg-… | Beşiktaş, serinin ilk maçı… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/be… | #Beşiktaş GAİN | new tab | Add '(opens in new tab)' to text |
| /gundem/manavgat-belediyesine-yonelik-so… | Manavgat Belediyesine yönelik… | new tab | Add '(opens in new tab)' to text |
| /gundem/manavgat-belediyesine-yonelik-so… | Manavgat Belediyesine yönelik… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ma… | #Manavgat Soruşturması | new tab | Add '(opens in new tab)' to text |
| /gundem/cumhurbaskani-erdogan-almanya-cu… | Cumhurbaşkanı Erdoğan, Alma… | new tab | Add '(opens in new tab)' to text |
| /gundem/cumhurbaskani-erdogan-almanya-cu… | Cumhurbaşkanı Erdoğan, Alma… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/cu… | #Cumhurbaşkanı Erdoğan | new tab | Add '(opens in new tab)' to text |
| /dunya/eski-baskandan-von-der-leyene-tur… | Eski başkandan Von der Leyene… | new tab | Add '(opens in new tab)' to text |
| /dunya/eski-baskandan-von-der-leyene-tur… | Eski başkandan Von der Leyen'… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ab | #AB | new tab | Add '(opens in new tab)' to text |
| /lezizz/glutensiz-mermer-kek-tarifi-vide… | Puf puf kabaran enfes bir fiki… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/gl… | #Glutensiz Mermer Kek | new tab | Add '(opens in new tab)' to text |
| /lezizz/glutensiz-mermer-kek-tarifi-vide… | Puf puf kabaran enfes bir fiki… | new tab | Add '(opens in new tab)' to text |
| /lezizz/pankek-tarifi-videolu-42949049 | Kıvamı tam tutan nefis lezze… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/pa… | #Pankek Nasıl Yapılır | new tab | Add '(opens in new tab)' to text |
| /lezizz/pankek-tarifi-videolu-42949049 | Kıvamı tam tutan nefis lezze… | new tab | Add '(opens in new tab)' to text |
| /lezizz/beyti-kebabi-tarifi-videolu-4312… | Lezzeti garantili nefis bir se… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/be… | #Beyti Kebabı Tarifi | new tab | Add '(opens in new tab)' to text |
| /lezizz/beyti-kebabi-tarifi-videolu-4312… | Lezzeti garantili nefis bir se… | new tab | Add '(opens in new tab)' to text |
| /lezizz/pratik-mor-lahana-tursusu-tarifi… | Lokanta usulü pratik lezzet: … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/pr… | #Pratik Mor Lahana Turşusu | new tab | Add '(opens in new tab)' to text |
| /lezizz/pratik-mor-lahana-tursusu-tarifi… | Lokanta usulü pratik lezzet: … | new tab | Add '(opens in new tab)' to text |
| /lezizz/bugun-ne-pisirsem-diyenlere-gunl… | Bugün ne pişirsem diyenlere:… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/bu… | #Bugün Ne Pişirsem? | new tab | Add '(opens in new tab)' to text |
| /lezizz/bugun-ne-pisirsem-diyenlere-gunl… | Bugün ne pişirsem diyenlere:… | new tab | Add '(opens in new tab)' to text |
| /lezizz/glutensiz-mermer-kek-tarifi-vide… | Puf puf kabaran enfes bir fiki… | new tab | Add '(opens in new tab)' to text |
| /lezizz/pankek-tarifi-videolu-42949049 | Kıvamı tam tutan nefis lezze… | new tab | Add '(opens in new tab)' to text |
| /lezizz/beyti-kebabi-tarifi-videolu-4312… | Lezzeti garantili nefis bir se… | new tab | Add '(opens in new tab)' to text |
| /lezizz/pratik-mor-lahana-tursusu-tarifi… | Lokanta usulü pratik lezzet: … | new tab | Add '(opens in new tab)' to text |
| /lezizz/bugun-ne-pisirsem-diyenlere-gunl… | Bugün ne pişirsem diyenlere:… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/akyazi-belediye-baskanlig… | AKYAZI BELEDİYE BAŞKANLIĞI | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/akyazi-belediye-baskanlig… | AKYAZI BELEDİYE BAŞKANLIĞI | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/akyazi-belediye-baskanlig… | #ILN02451546 | new tab | Add '(opens in new tab)' to text |
| /gundem/icisleri-bakanligi-duyurdu-esme-… | Eşme Belediye Başkanı göre… | new tab | Add '(opens in new tab)' to text |
| /gundem/icisleri-bakanligi-duyurdu-esme-… | Eşme Belediye Başkanı göre… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ic… | #İçişleri Bakanlığı | new tab | Add '(opens in new tab)' to text |
| /gundem/sanal-medya-fenomeni-murat-ovuce… | Murat Övüçe 11 ay hapis cez… | new tab | Add '(opens in new tab)' to text |
| /gundem/sanal-medya-fenomeni-murat-ovuce… | Murat Övüç'e 11 ay hapis ce… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/mu… | #Murat Övüç | new tab | Add '(opens in new tab)' to text |
| /gundem/23-nisanda-sinema-coskusu-biletl… | 23 Nisan’da sinema coşkusu … | new tab | Add '(opens in new tab)' to text |
| /gundem/23-nisanda-sinema-coskusu-biletl… | 23 Nisan’da sinema coşkusu!… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/23… | #23 Nisan Ulusal Egemenlik Ve … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/hurriyetekst… | hurriyetekstra | new tab | Add '(opens in new tab)' to text |
| /dunya/yeni-nukleer-yaris-mi-basliyor-ir… | Yeni nükleer yarış mı baş… | new tab | Add '(opens in new tab)' to text |
| /dunya/yeni-nukleer-yaris-mi-basliyor-ir… | Yeni nükleer yarış mı baş… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/nu… | #Nükleer Silahlar | new tab | Add '(opens in new tab)' to text |
| /aile/galeri-depresyon-ilaci-kabusu-yuzu… | Bu hataya dikkat Ölümden dö… | new tab | Add '(opens in new tab)' to text |
| /aile/galeri-depresyon-ilaci-kabusu-yuzu… | Bu hataya dikkat! Ölümden d… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/sa… | #Sağlık | new tab | Add '(opens in new tab)' to text |
| /gundem/soyluyorlar-ama-biz-duymuyoruz-4… | Söylüyorlar ama biz duymuyor… | new tab | Add '(opens in new tab)' to text |
| /gundem/soyluyorlar-ama-biz-duymuyoruz-4… | Söylüyorlar ama biz duymuyor… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ok… | #Okul Saldırıları | new tab | Add '(opens in new tab)' to text |
| /gundem/veri-hirsizlarina-mit-darbesi-43… | Veri hırsızlarına MİT darb… | new tab | Add '(opens in new tab)' to text |
| /gundem/veri-hirsizlarina-mit-darbesi-43… | Veri hırsızlarına MİT darb… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/mi… | #MİT Operasyonu | new tab | Add '(opens in new tab)' to text |
| /yazarlar/gokce-aytulu/yikimin-muteahhit… | Yıkımın müteahhitleri Lüb… | new tab | Add '(opens in new tab)' to text |
| /yazarlar/gokce-aytulu/yikimin-muteahhit… | Yıkımın müteahhitleri Lüb… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/is… | #İsrail-Lübnan | new tab | Add '(opens in new tab)' to text |
| /yazarlar/yunus-paksoy/en-buyuk-dusmani-… | En büyük düşmanı kendisi | new tab | Add '(opens in new tab)' to text |
| /yazarlar/yunus-paksoy/en-buyuk-dusmani-… | En büyük düşmanı kendisi | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/tr… | #TRUMP | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Savunma sanayisinde ‘rekor f… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Savunma sanayisinde ‘rekor f… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/sa… | #SAHA | new tab | Add '(opens in new tab)' to text |
| /gundem/yasadisi-bahis-operasyonu-111-ki… | Yasadışı bahis operasyonu 1… | new tab | Add '(opens in new tab)' to text |
| /gundem/yasadisi-bahis-operasyonu-111-ki… | Yasadışı bahis operasyonu! … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ya… | #Yasadışı Bahis Operasyonu | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/hurriyetekst… | DAHA FAZLA | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/besiktas-belediyesi-basin… | BEŞİKTAŞ BELEDİYESİ BASIN… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/besiktas-belediyesi-basin… | BEŞİKTAŞ BELEDİYESİ BASIN… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/besiktas-belediyesi-basin… | #ILN02452478 | new tab | Add '(opens in new tab)' to text |
| /gundem/nevsehirde-otelde-bogulma-tehlik… | Otel havuzunda facia 11 yaşı… | new tab | Add '(opens in new tab)' to text |
| /gundem/nevsehirde-otelde-bogulma-tehlik… | Otel havuzunda facia! 11 yaş… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ne… | #Nevşehir | new tab | Add '(opens in new tab)' to text |
| /gundem/izmirde-3-otomobilin-karistigi-k… | İzmirde feci kaza: 1 ölü, 3… | new tab | Add '(opens in new tab)' to text |
| /gundem/izmirde-3-otomobilin-karistigi-k… | İzmir'de feci kaza: 1 ölü, … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/iz… | #İzmir | new tab | Add '(opens in new tab)' to text |
| /dunya/almanya-avrupanin-en-guclu-ordusu… | Almanya, Avrupanın en güçl… | new tab | Add '(opens in new tab)' to text |
| /dunya/almanya-avrupanin-en-guclu-ordusu… | Almanya, Avrupa'nın en güçl… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/al… | #Almanya Ordu | new tab | Add '(opens in new tab)' to text |
| /gundem/ayvalik-turkiyenin-en-guzel-20-i… | Türkiyenin en güzel ilçeler… | new tab | Add '(opens in new tab)' to text |
| /gundem/ayvalik-turkiyenin-en-guzel-20-i… | 'Türkiye'nin en güzel ilçel… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/tu… | #Turizm Merkezleri | new tab | Add '(opens in new tab)' to text |
| /gundem/temizlik-gorevlisi-kaldirim-kena… | Temizlik görevlisi buldu, eki… | new tab | Add '(opens in new tab)' to text |
| /gundem/temizlik-gorevlisi-kaldirim-kena… | Temizlik görevlisi buldu, eki… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/si… | #Sivas | new tab | Add '(opens in new tab)' to text |
| /gundem/cumhurbaskanina-hakaret-eden-sah… | Cumhurbaşkanına hakaret eden… | new tab | Add '(opens in new tab)' to text |
| /gundem/cumhurbaskanina-hakaret-eden-sah… | Cumhurbaşkanına hakaret eden… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/an… | #Antalya | new tab | Add '(opens in new tab)' to text |
| https://uzmanpara.milliyet.com.tr/uzmanp… | ‘Peşin kira’ davasında s… | new tab | Add '(opens in new tab)' to text |
| https://uzmanpara.milliyet.com.tr/uzmanp… | ‘Peşin kira’ davasında s… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/ | bigpara.hurriyet.com.tr | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Türkiye Kosova ticaret hacmi … | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | 'Türkiye Kosova ticaret hacmi… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ti… | #Ticaret | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Engelli araç alımında ÖTV … | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Engelli araç alımında ÖTV … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ot… | #Ötv İstisnası | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Piyasalar TCBMnin faiz kararı… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Piyasalar TCBM'nin faiz karar… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ek… | #Ekonomi | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Doğum izni düzenlemesi Mecli… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Doğum izni düzenlemesi Mecli… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/tb… | #TBMM | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Trumptan İran iddiası: Günd… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | Trump'tan İran iddiası: Gün… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/tr… | #Trump | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | İstanbul havalimanına yeni t… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/haberler… | İstanbul havalimanına yeni t… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/is… | #İstanbul Havalimanı | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/kesfet/ | hurriyet.com.tr/kesfet | new tab | Add '(opens in new tab)' to text |
| /advertorial/doganin-izinde-tasarlanan-s… | Doğanın izinde tasarlanan so… | new tab | Add '(opens in new tab)' to text |
| /advertorial/doganin-izinde-tasarlanan-s… | Doğanın izinde tasarlanan so… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/sp… | #Sponsorlu İçerik | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Alabaş Çorbası Tarifi | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Alabaş Çorbası Tarifi | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/al… | #Alabaş Çorbası | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Çikolata Kaplı Portakallı H… | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Çikolata Kaplı Portakallı H… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ci… | #Çikolata Kaplı Portakallı … | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Köpoğlu Tarifi | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Köpoğlu Tarifi | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ko… | #Köpoğlu | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/sporarena/ | hurriyet.com.tr/sporarena | new tab | Add '(opens in new tab)' to text |
| /sporarena/dusan-alimpijevicten-taraftar… | Dusan Alimpijevicten taraftara… | new tab | Add '(opens in new tab)' to text |
| /sporarena/dusan-alimpijevicten-taraftar… | Dusan Alimpijevic'ten taraftar… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/be… | #Beşiktaş GAIN | new tab | Add '(opens in new tab)' to text |
| /sporarena/chelseade-liam-rosenior-donem… | Chelseade Liam Rosenior dönem… | new tab | Add '(opens in new tab)' to text |
| /sporarena/chelseade-liam-rosenior-donem… | Chelsea'de Liam Rosenior döne… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/in… | #İngiltere Premier Lig | new tab | Add '(opens in new tab)' to text |
| /sporarena/besiktas-ceyrek-finale-hazir-… | Beşiktaş, çeyrek finale haz… | new tab | Add '(opens in new tab)' to text |
| /sporarena/besiktas-ceyrek-finale-hazir-… | Beşiktaş, çeyrek finale haz… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/be… | #Beşiktaş | new tab | Add '(opens in new tab)' to text |
| /sporarena/samsunspordan-hakem-tepkisi-k… | Samsunspordan hakem tepkisi: K… | new tab | Add '(opens in new tab)' to text |
| /sporarena/samsunspordan-hakem-tepkisi-k… | Samsunspor'dan hakem tepkisi: … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/sa… | #Samsunspor | new tab | Add '(opens in new tab)' to text |
| /sporarena/recep-ucar-en-az-fenerbahce-m… | Recep Uçar: En az Fenerbahçe… | new tab | Add '(opens in new tab)' to text |
| /sporarena/recep-ucar-en-az-fenerbahce-m… | Recep Uçar: 'En az Fenerbahç… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ri… | #Rizespor | new tab | Add '(opens in new tab)' to text |
| /sporarena/zeynep-sonmez-madrid-acikta-2… | Zeynep Sönmez, Madrid Açıkt… | new tab | Add '(opens in new tab)' to text |
| /sporarena/zeynep-sonmez-madrid-acikta-2… | Zeynep Sönmez, Madrid Açık'… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/te… | #Tenis | new tab | Add '(opens in new tab)' to text |
| /sporarena/gaziantep-fkde-mirel-radoi-do… | Gaziantep FKde Mirel Radoi dö… | new tab | Add '(opens in new tab)' to text |
| /sporarena/gaziantep-fkde-mirel-radoi-do… | Gaziantep FK'de Mirel Radoi d… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/su… | #Süper Lig | new tab | Add '(opens in new tab)' to text |
| https://ajansspor.com/haber/besiktasta-s… | Altay Bayındır transferinde … | new tab | Add '(opens in new tab)' to text |
| https://ajansspor.com/haber/besiktasta-s… | Altay Bayındır transferinde … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ha… | #HABER | new tab | Add '(opens in new tab)' to text |
| /kelebek-magazin/ | /kelebek-magazin | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/selahattin-pasali-ve-lara… | Zorlu bir süreçten geçiyoru… | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/selahattin-pasali-ve-lara… | Zorlu bir süreçten geçiyoru… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/se… | #Selahattin Paşalı | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/lapseki-sulh-hukuk-mahkem… | LAPSEKİ SULH HUKUK MAHKEMESİ… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/lapseki-sulh-hukuk-mahkem… | LAPSEKİ SULH HUKUK MAHKEMESİ… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/il… | #ILN02453193 | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/mujdat-gezen-hastaneye-ka… | Müjdat Gezen hastaneye kaldı… | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/mujdat-gezen-hastaneye-ka… | Müjdat Gezen hastaneye kaldı… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/mu… | #Müjdat Gezen | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/settar-tanriogen-dah… | Settar Tanrıöğen: Daha iyiy… | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/settar-tanriogen-dah… | Settar Tanrıöğen: Daha iyiy… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/se… | #Settar Tanrıöğen | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/fatih-urekin-ablasi-selvi… | Mirası dört eşit paya böl… | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/fatih-urekin-ablasi-selvi… | Mirası dört eşit paya böl… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/fa… | #Fatih Ürek | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/bebekle-gelen-bahar-… | Bebekle gelen bahar | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/bebekle-gelen-bahar-… | Bebekle gelen bahar | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/es… | #Eşref Rüya | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/anne-ve-oglun-dava-zaferi… | Anne ve oğlun dava zaferi | new tab | Add '(opens in new tab)' to text |
| /kelebek/hayat/anne-ve-oglun-dava-zaferi… | Anne ve oğlun dava zaferi | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/se… | #Sezen Aksu | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/yasam/ | hurriyet.com.tr/yasam | new tab | Add '(opens in new tab)' to text |
| /kelebek/magazin/onlar-aylardir-sevgili-… | ‘Onlar aylardır sevgili, si… | new tab | Add '(opens in new tab)' to text |
| /kelebek/magazin/onlar-aylardir-sevgili-… | ‘Onlar aylardır sevgili, si… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ke… | #Kendall Jenner | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/sile-sulh-hukuk-mahkemesi… | ŞİLE SULH HUKUK MAHKEMESİ S… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/sile-sulh-hukuk-mahkemesi… | ŞİLE SULH HUKUK MAHKEMESİ S… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/il… | #ILN02452931 | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/baskasiyla-evlendi-a… | Başkasıyla evlendi, ama eski… | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/baskasiyla-evlendi-a… | Başkasıyla evlendi, ama eski… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/pa… | #Patrick Swayze | new tab | Add '(opens in new tab)' to text |
| /kelebek/magazin/unlu-ciftin-oglu-dizi-a… | Ünlü çiftin oğlu dizi aşk… | new tab | Add '(opens in new tab)' to text |
| /kelebek/magazin/unlu-ciftin-oglu-dizi-a… | Ünlü çiftin oğlu dizi aşk… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ja… | #Jack Quaid | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/skandal-gelin-yuzu-k… | Skandal gelin yüzü kızarmad… | new tab | Add '(opens in new tab)' to text |
| /kelebek/televizyon/skandal-gelin-yuzu-k… | Skandal gelin yüzü kızarmad… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/sa… | #Sarah Ferguson | new tab | Add '(opens in new tab)' to text |
| /kelebek/magazin/onlar-da-yillar-once-se… | Onlar da yıllar önce sette t… | new tab | Add '(opens in new tab)' to text |
| /kelebek/magazin/onlar-da-yillar-once-se… | Onlar da yıllar önce sette t… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/mi… | #Mila Kunis | new tab | Add '(opens in new tab)' to text |
| /kelebek/magazin/yillardir-ms-hastaligiy… | Yıllardır MS hastalığıyla… | new tab | Add '(opens in new tab)' to text |
| /kelebek/magazin/yillardir-ms-hastaligiy… | Yıllardır MS hastalığıyla… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ms… | #MS Hastalığı | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | hurriyet.com.tr/mahmure/astrol… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | KOÇ | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | BOĞA | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | İKİZLER | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | YENGEÇ | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | ASLAN | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | BAŞAK | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | TERAZİ | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | AKREP | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | YAY | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | OĞLAK | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | KOVA | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/mahmure/astr… | BALIK | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/istanbul-gayrimenkul-sati… | İSTANBUL GAYRİMENKUL SATIŞ … | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/istanbul-gayrimenkul-sati… | İSTANBUL GAYRİMENKUL SATIŞ … | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/istanbul-gayrimenkul-sati… | #ILN02453202 | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/torbali-2-asliye-hukuk-ma… | TORBALI 2. ASLİYE HUKUK MAHKE… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/torbali-2-asliye-hukuk-ma… | TORBALI 2. ASLİYE HUKUK MAHKE… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/torbali-2-asliye-hukuk-ma… | #ILN02452358 | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/sakarya-sulh-hukuk-mahkem… | SAKARYA SULH HUKUK MAHKEMESİ | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/sakarya-sulh-hukuk-mahkem… | SAKARYA SULH HUKUK MAHKEMESİ | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/sakarya-sulh-hukuk-mahkem… | #ILN02453197 | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/alanya-2-asliye-hukuk-mah… | ALANYA 2. ASLİYE HUKUK MAHKEM… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/alanya-2-asliye-hukuk-mah… | ALANYA 2. ASLİYE HUKUK MAHKEM… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/alanya-2-asliye-hukuk-mah… | #ILN02452796 | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/yazarlar/ | hurriyet.com.tr/yazarlar | new tab | Add '(opens in new tab)' to text |
| /yazarlar/abdulkadir-selvi/ozele-samimiy… | Abdulkadir SELVİ | new tab | Add '(opens in new tab)' to text |
| /yazarlar/abdulkadir-selvi/ozele-samimiy… | Özel’e: Samimiysen CHP mill… | new tab | Add '(opens in new tab)' to text |
| /yazarlar/fuat-bol/egitimin-bam-teli-431… | Fuat BOL | new tab | Add '(opens in new tab)' to text |
| /yazarlar/fuat-bol/egitimin-bam-teli-431… | Eğitimin bam teli | new tab | Add '(opens in new tab)' to text |
| /yazarlar/nedim-sener/ozgur-ozelin-rusve… | Nedim ŞENER | new tab | Add '(opens in new tab)' to text |
| /yazarlar/nedim-sener/ozgur-ozelin-rusve… | Özgür Özel’in rüşvet sa… | new tab | Add '(opens in new tab)' to text |
| /yazarlar/yalcin-bayer/okullarda-yasanan… | Yalçın BAYER | new tab | Add '(opens in new tab)' to text |
| /yazarlar/yalcin-bayer/okullarda-yasanan… | Okullarda yaşanan vakalara ka… | new tab | Add '(opens in new tab)' to text |
| /yazarlar/noyan-dogan/kademeli-emeklilik… | Noyan Doğan | new tab | Add '(opens in new tab)' to text |
| /yazarlar/noyan-dogan/kademeli-emeklilik… | Kademeli emeklilik çıkacak m… | new tab | Add '(opens in new tab)' to text |
| /yazarlar/ugur-cebeci/havalimanlarinda-y… | Uğur CEBECİ | new tab | Add '(opens in new tab)' to text |
| /yazarlar/ugur-cebeci/havalimanlarinda-y… | Havalimanlarında yakıt kriti… | new tab | Add '(opens in new tab)' to text |
| /yazarlar/hande-firat/dunyanin-yeni-duze… | Hande FIRAT | new tab | Add '(opens in new tab)' to text |
| /yazarlar/hande-firat/dunyanin-yeni-duze… | Dünyanın yeni düzeni düzen… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/anneler-gunu-ne-zaman-2026… | Anneler Günü ne zaman 2026 |… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/anneler-gunu-ne-zaman-2026… | Anneler Günü ne zaman 2026? … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/an… | #Anneler Günü Tarihi 2026 | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/cilgin-sayisal-loto-sonucl… | ÇILGIN SAYISAL LOTO SONUÇLAR… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/cilgin-sayisal-loto-sonucl… | ÇILGIN SAYISAL LOTO SONUÇLAR… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ci… | #Çılgın Sayısal Loto Çeki… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr//ekonomi… | NİSAN AYI ENFLASYON BEKLENTİ… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr//ekonomi… | NİSAN AYI ENFLASYON BEKLENTİ… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/en… | #Enflasyon Beklentisi 2026 Nis… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/22-nisan-sans-topu-cekilis… | 22 Nisan Şans Topu Çekiliş … | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/22-nisan-sans-topu-cekilis… | 22 Nisan Şans Topu Çekiliş … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/sa… | #Şans Topu Sonuçları | new tab | Add '(opens in new tab)' to text |
| /bilgi/son-dakika-hava-durumu-tahminleri… | SON DAKİKA HAVA DURUMU TAHMİ… | new tab | Add '(opens in new tab)' to text |
| /bilgi/son-dakika-hava-durumu-tahminleri… | SON DAKİKA HAVA DURUMU TAHMİ… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ha… | #Hava Durumu | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr//ekonomi… | KURBANLIK FİYATLARI CANLI HAY… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr//ekonomi… | KURBANLIK FİYATLARI CANLI HAY… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ku… | #Kurbanlık Canlı Hayvan Kilo… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/kurban-bayrami-2026-tatil-… | KURBAN BAYRAMI 2026 TATİL GÜ… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/kurban-bayrami-2026-tatil-… | KURBAN BAYRAMI 2026 TATİL GÜ… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ku… | #Kurban Bayramı Tatili 2026 | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/23-nisan-mesajlari-ve-sozl… | 23 Nisan mesajları ve sözler… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/23-nisan-mesajlari-ve-sozl… | 23 Nisan mesajları ve sözler… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/23… | #23 Nisan Mesajları 2026 | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/ekonomi-… | TOKİ İSTANBUL ÇEKİLİŞİ … | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/ekonomi-… | TOKİ İSTANBUL ÇEKİLİŞİ … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/to… | #TOKİ İstanbul Kura Çekimi … | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/23-nisan-toplu-tasima-ucre… | 23 Nisan toplu taşıma ücret… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/23-nisan-toplu-tasima-ucre… | 23 Nisan toplu taşıma ücret… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/23… | #23 Nisan | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/ekonomi-… | KADEMELİ (ERKEN) EMEKLİLİK … | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/ekonomi-… | KADEMELİ (ERKEN) EMEKLİLİK … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ka… | #Kademeli Emelilik Çıkacak M… | new tab | Add '(opens in new tab)' to text |
| /galeri-survivor-2-eleme-adayi-kim-oldu-… | SURVİVOR 2. ELEME ADAYI KİM … | new tab | Add '(opens in new tab)' to text |
| /galeri-survivor-2-eleme-adayi-kim-oldu-… | SURVİVOR 2. ELEME ADAYI KİM … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/su… | #Survivor Eleme Adayı Kim Old… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/kargolar-yarin-calisiyor-m… | Kargolar yarın çalışıyor … | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/kargolar-yarin-calisiyor-m… | Kargolar yarın çalışıyor … | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/23… | #23 Nisan | new tab | Add '(opens in new tab)' to text |
| /bilgi/23-nisan-aile-hekimleri-ve-hastan… | 23 Nisan Aile Hekimleri ve has… | new tab | Add '(opens in new tab)' to text |
| /bilgi/23-nisan-aile-hekimleri-ve-hastan… | 23 Nisan Aile Hekimleri ve has… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/23… | #23 Nisan Eczaneler | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/ekonomi-… | MERKEZ BANKASI FAİZ KARARI N… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/ekonomi-… | MERKEZ BANKASI FAİZ KARARI N… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/tc… | #TCMB PPK Toplantısı | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/tus-tercih-tarihleri-2026-… | TUS tercih tarihleri 2026 ÖSY… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/tus-tercih-tarihleri-2026-… | TUS tercih tarihleri 2026 ÖSY… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/tu… | #TUS Tercihleri Ne Zaman | new tab | Add '(opens in new tab)' to text |
| /sporarena/galeri-riza-kayaalp-kimdir-mi… | RIZA KAYAALP KİMDİR Milli g… | new tab | Add '(opens in new tab)' to text |
| /sporarena/galeri-riza-kayaalp-kimdir-mi… | RIZA KAYAALP KİMDİR? Milli g… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/ri… | #Rıza Kayaalp Biyografisi | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/1-mayis-resmi-tatil-mi-1-m… | 1 Mayıs resmi tatil mi 1 May… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/1-mayis-resmi-tatil-mi-1-m… | 1 Mayıs resmi tatil mi? 1 May… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/1-… | #1 Mayıs Resmi Tatil Mi | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/dgs-2026-ne-zaman-hangi-ta… | DGS 2026 ne zaman, hangi tarih… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/dgs-2026-ne-zaman-hangi-ta… | DGS 2026 ne zaman, hangi tarih… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/os… | #ÖSYM 2026 Sınav Takvimi | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/23-nisan-siirleri-kisa-ve-… | 23 NİSAN ŞİİRLERİ KISA VE… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/23-nisan-siirleri-kisa-ve-… | 23 NİSAN ŞİİRLERİ KISA VE… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/23… | #23 Nisan Şiirleri | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/ekonomi-… | DOĞUM İZNİ ÜCRETİ YENİ T… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/ekonomi-… | DOĞUM İZNİ ÜCRETİ YENİ T… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/do… | #Doğum İzni Ücreti Hesaplam… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr//ekonomi… | EMEKLİYE ÖTVSİZ ARAÇ ŞART… | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr//ekonomi… | EMEKLİYE ÖTV'SİZ ARAÇ ŞAR… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/em… | #Emekliye ÖTV'siz Araç Şart… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/umut-altas-kimdir-nereli-k… | Umut Altaş kimdir, nereli Kı… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/umut-altas-kimdir-nereli-k… | Umut Altaş kimdir, nereli? K… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/um… | #Umut Altaş | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/23-nisan-gosterileri-iptal… | 23 Nisan gösterileri iptal mi… | new tab | Add '(opens in new tab)' to text |
| /bilgi/galeri/23-nisan-gosterileri-iptal… | 23 Nisan gösterileri iptal mi… | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/23… | #23 Nisan Törenleri İptal Mi | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/hopa-2-asliye-ceza-mahkem… | HOPA 2. ASLİYE CEZA MAHKEMES… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/hopa-2-asliye-ceza-mahkem… | HOPA 2. ASLİYE CEZA MAHKEMES… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/hopa-2-asliye-ceza-mahkem… | #ILN02451880 | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/anamur-sulh-hukuk-mahkeme… | ANAMUR SULH HUKUK MAHKEMESİ | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/anamur-sulh-hukuk-mahkeme… | ANAMUR SULH HUKUK MAHKEMESİ | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/anamur-sulh-hukuk-mahkeme… | #ILN02453185 | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/istanbul-gayrimenkul-sati… | İSTANBUL GAYRİMENKUL SATIŞ … | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/istanbul-gayrimenkul-sati… | İSTANBUL GAYRİMENKUL SATIŞ … | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/istanbul-gayrimenkul-sati… | #ILN02453194 | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/mugla-1-sulh-hukuk-mahkem… | MUĞLA 1. SULH HUKUK MAHKEMES… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/mugla-1-sulh-hukuk-mahkem… | MUĞLA 1. SULH HUKUK MAHKEMES… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/mugla-1-sulh-hukuk-mahkem… | #ILN02452336 | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/seferihisar-sulh-hukuk-ma… | SEFERİHİSAR SULH HUKUK MAHKE… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/seferihisar-sulh-hukuk-ma… | SEFERİHİSAR SULH HUKUK MAHKE… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/seferihisar-sulh-hukuk-ma… | #ILN02453349 | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Orman Meyveli Buharda Brownie | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Orman Meyveli Buharda Brownie | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/sp… | #Sponsorlu İçerik | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Enginarlı Pizza | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Enginarlı Pizza | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/sp… | #Sponsorlu İçerik | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Alabaş Çorbası | new tab | Add '(opens in new tab)' to text |
| /kelebek/fakir-hausgerate-ile-lezzetli-t… | Alabaş Çorbası | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/haberleri/sp… | #Sponsorlu İçerik | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/manisa-2-asliye-hukuk-mah… | MANİSA 2. ASLİYE HUKUK MAHKE… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/manisa-2-asliye-hukuk-mah… | MANİSA 2. ASLİYE HUKUK MAHKE… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/manisa-2-asliye-hukuk-mah… | #ILN02453791 | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/umraniye-egitim-ve-arasti… | ÜMRANİYE EĞİTİM VE ARAŞT… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/umraniye-egitim-ve-arasti… | ÜMRANİYE EĞİTİM VE ARAŞT… | new tab | Add '(opens in new tab)' to text |
| /resmi-ilanlar/umraniye-egitim-ve-arasti… | #ILN02454003 | new tab | Add '(opens in new tab)' to text |
| https://sosyal.teknofest.app/@hurriyet | Next Sosyal | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/hurriyet/ | new tab | Add '(opens in new tab)' to text | |
| https://x.com/Hurriyet | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/hurriyetcomtr/ | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/hurriye… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/c/hurriyet | (empty) | empty | Add link text or aria-label |
| https://bigpara.hurriyet.com.tr/doviz/eu… | Euro TL | new tab | Add '(opens in new tab)' to text |
| /galeri-ayetel-kursi-okunusu-ayetel-kurs… | Ayetel Kürsi | new tab | Add '(opens in new tab)' to text |
| https://bigpara.hurriyet.com.tr/altin/ | Altın Fiyatları | new tab | Add '(opens in new tab)' to text |
| /mahmure/ruya-tabirleri/ | Rüya Tabirleri | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/yerel-haberl… | Yerel Haberler | new tab | Add '(opens in new tab)' to text |
| https://secim.hurriyet.com.tr/ | Seçim Sonuçları | new tab | Add '(opens in new tab)' to text |
| /galeri-guzel-sozler-2023-ozlu-sozler-il… | Güzel Sözler | new tab | Add '(opens in new tab)' to text |
| /ramazan/istanbul-imsakiye/ | İstanbul İmsakiye | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/galeri-erkek… | Erkek İsimleri | new tab | Add '(opens in new tab)' to text |
| /ramazan/ankara-imsakiye/ | Ankara İmsakiye | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/galeri-en-gu… | Kız İsimleri | new tab | Add '(opens in new tab)' to text |
| /ramazan-ozel/namaz-sureleri/yasin-sures… | Yasin Suresi | new tab | Add '(opens in new tab)' to text |
| https://www.hurriyet.com.tr/galeri-dogum… | Doğum Günü Mesajları | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a (#427 on page); https://www.instagram.com/hurriyetcomtr/; https://www.linkedin.com/company/hurriyet/; https://www.youtube.com/c/hurriyet
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://sosyal.teknofest.app/@hurriyet"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://bigpara.hurriyet.com.tr/; /sporarena/; /sporarena/futbol/; /sporarena/basketbol/; /sporarena/voleybol/; /sporarena/canli-skor/; /kelebek-magazin/; /yasam/; https://www.hurriyet.com.tr/cumartesi/ ; /pazar/ (+407 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.header__external--search (#342 on page); button.search-btn (#355 on page); button.search-close (#359 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DFavicon & BrandingAction3 icon(s) detectedFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy574 headingsREVIEW
- H1 (empty)
- H2 Bugün neler oldu?
- H2 SICAK GÜNDEM
- H2 Gözden Kaçmasın
- H2 Bigpara
- H2 Sponsorlu İçerikler
- H2 Sporarena
- H2 Kelebek
- H2 LAPSEKİ SULH HUKUK MAHKEMESİ SATIŞ MEMURLUĞU
- H2 Müjdat Gezen hastaneye kaldırıldı, oyun iptal edildi!
- H2 Settar Tanrıöğen: Daha iyiyim her şey yolunda
- H2 Mirası dört eşit paya bölünecek!
- H2 Bebekle gelen bahar
- H2 Anne ve oğlun dava zaferi
- H2 Yaşam
- H2 ŞİLE SULH HUKUK MAHKEMESİ SATIŞ MEMURLUĞU
- H2 Başkasıyla evlendi, ama eski kocasına aşkı hiç dinmedi: Onun sesini duyuyorum, onu hissediyorum!
- H2 Ünlü çiftin oğlu dizi aşkıyla evlendi
- H2 Skandal gelin yüzü kızarmadan yeni geçim yolu peşinde: Her şeyimi kaybettim, bana zengin bir sevgili bulur musun!
- H2 Onlar da yıllar önce sette tanışmıştı… Karısını rol arkadaşından kıskanmaktan deliye döndü!
- H2 Yıllardır MS hastalığıyla boğuşuyor… Hastaneye yatan ünlü oyuncudan haber geldi
- H2 Astroloji
- H2 Yazarlar
- H1 Hürriyet aşağıdakileri yapmak üzere kişisel verilerinizi kullanmak için izninizi istiyor: duplicate H1
- H1 Verilerinizi yönetin duplicate H1
- H2 Bilgileri bir cihazda depolamak ve/veya onlara cihazdan erişmek
- H2 Reklam seçmek için sınırlı veri kullanmak
- H2 Kişiselleştirilmiş reklam için profiller oluşturmak
- H2 Kişiselleştirilmiş reklam seçmek için profilleri kullanmak
- H2 İçeriği kişiselleştirmek için profiller oluşturmak
- H2 Kişiselleştirilmiş içerik seçmek için profilleri kullanmak
- H2 Reklam performansını ölçmek
- H2 İçerik performansını ölçmek
- H2 İstatistikler veya farklı kaynaklardan gelen verilerin bileşimleri yoluyla hedef kitleleri anlamak
- H2 Hizmetleri geliştirmek ve iyileştirmek
- H2 İçerik seçmek için sınırlı veri kullanmak
- H2 Güvenlik sağlamak, yolsuzluğu önlemek ve saptamak ve hataları düzeltmek
- H2 Reklam ve içerik sağlamak ve sunmak
- H2 Gizlilik seçimlerini kaydedin ve iletin
- H2 Diğer veri kaynaklarından gelen verileri eşleştirmek ve birleştirmek
- H2 Farklı cihazlar arasında bağlantı kurmak
- H2 Cihazları otomatik olarak iletilen bilgiler temelinde tanımlamak
- H2 Kesin coğrafi konum verilerini kullanmak
- H2 Bilgileri bir cihazda depolamak ve/veya onlara cihazdan erişmek
- H2 Reklam seçmek için sınırlı veri kullanmak
- H2 Kişiselleştirilmiş reklam için profiller oluşturmak
- H2 Kişiselleştirilmiş reklam seçmek için profilleri kullanmak
- H2 İçeriği kişiselleştirmek için profiller oluşturmak
- H2 Kişiselleştirilmiş içerik seçmek için profilleri kullanmak
- H2 Reklam performansını ölçmek
- H2 İçerik performansını ölçmek
- H2 İstatistikler veya farklı kaynaklardan gelen verilerin bileşimleri yoluyla hedef kitleleri anlamak
- H2 Hizmetleri geliştirmek ve iyileştirmek
- H2 Saklama, süre ve kullanım ayrıntıları
- H1 Tedarikçilerimizi onaylama duplicate H1
- H2 Exponential Interactive, Inc d/b/a VDX.tv
- H2 Index Exchange Inc.
- H2 Quantcast
- H2 BeeswaxIO Corporation
- H2 Sovrn, Inc.
- H2 Adkernel LLC
- H2 Adikteev
- H2 RTB House S.A.
- H2 The UK Trade Desk Ltd
- H2 Nexxen Inc.
- H2 Epsilon
- H2 Yahoo EMEA Limited
- H2 ADventori SAS
- H2 Triple Lift, Inc.
- H2 BidTheatre AB
- H2 Ogury Ltd
- H2 Xandr, Inc.
- H2 Nexxen Group LLC
- H2 NEURAL.ONE
- H2 ADITION (Virtual Minds GmbH)
- H2 Active Agent (Virtual Minds GmbH)
- H2 Taboola Europe Limited
- H2 Adex (Virtual Minds GmbH)
- H2 Equativ
- H2 Adform A/S
- H2 Magnite, Inc.
- H2 RATEGAIN ADARA INC
- H2 33Across
- H2 Sift Media, Inc
- H2 Rakuten Marketing LLC
- H2 GumGum, Inc.
- H2 Lumen Research Limited
- H2 LifeStreet Corporation
- H2 OpenX
- H2 Yieldlab (Virtual Minds GmbH)
- H2 Simplifi Holdings LLC
- H2 PubMatic, Inc
- H2 Comscore B.V.
- H2 Flashtalking
- H2 Sharethrough, Inc
- H2 PulsePoint, Inc.
- H2 Smaato, Inc.
- H2 Crimtan Holdings Limited
- H2 Criteo SA
- H2 SCOPE3 SAS
- H2 Blis Global Limited
- H2 Epsilon (Lotame)
- H2 LiveRamp
- H2 WPP Media
- H2 Sonobi, Inc
- H2 Rich Audience Technologies SLU
- H2 LoopMe Limited
- H2 Dynata LLC
- H2 Ask Locala
- H2 Azira
- H2 DoubleVerify Inc.
- H2 PIXIMEDIA
- H2 BIDSWITCH GmbH
- H2 IPONWEB GmbH
- H2 NextRoll, Inc.
- H2 ID5 Technology SAS
- H2 Teads France SAS
- H2 digitalAudience B.V.
- H2 Ströer SSP GmbH (SSP)
- H2 OS Data Solutions GmbH
- H2 ConnectAd Demand GmbH
- H2 Media.net Advertising FZ-LLC
- H2 Connatix Native Exchange Inc.
- H2 LiveIntent Inc.
- H2 Basis Global Technologies, Inc.
- H2 Seedtag Advertising S.L
- H2 Underdog Media LLC
- H2 Audience Solutions S.A.
- H2 SMADEX, S.L.U.
- H2 Bombora Inc.
- H2 Outbrain UK.
- H2 Yieldmo, Inc.
- H2 A Million Ads
- H2 Remerge GmbH
- H2 Affle Iberia SL
- H2 AdElement Media Solutions Pvt Ltd
- H2 Magnite CTV, Inc.
- H2 Revcontent, LLC
- H2 Hybrid Adtech GmbH
- H2 Delta Projects AB
- H2 Zemanta Inc.
- H2 Publicis Media GmbH
- H2 Opt Out Advertising B.V.
- H2 M.D. Primis Technologies Ltd.
- H2 AcuityAds Inc.
- H2 Rockerbox, Inc
- H2 Bucksense Inc
- H2 StackAdapt Inc.
- H2 OneTag Limited
- H2 twiago GmbH
- H2 Smartology Limited
- H2 Splicky GmbH
- H2 Improve Digital
- H2 DT Exchange (Digital Turbine (IL) Ltd.)
- H2 Adobe Advertising Cloud
- H2 Bannerflow AB
- H2 TabMo SAS
- H2 Integral Ad Science (incorporating ADmantX)
- H2 Open Web Technologies Ltd
- H2 Wizaly
- H2 Weborama
- H2 Comcast International France SAS/FreeWheel Media
- H2 Readpeak Oy
- H2 SpringServe, LLC
- H2 Jivox Corporation
- H2 Sojern, Inc.
- H2 Polar Mobile Group Inc.
- H2 On Device Research Limited
- H2 Mobfox US LLC
- H2 Exactag GmbH
- H2 Celtra Inc.
- H2 Ziff Davis LLC
- H2 Knorex
- H2 ADTIMING TECHNOLOGY PTE. LTD
- H2 Gemius SA
- H2 Browsi
- H2 InMobi Pte Ltd
- H2 Telecoming S.A.
- H2 The Kantar Group Limited
- H2 Ezoic Inc.
- H2 Samba TV UK Limited
- H2 MGID Inc.
- H2 Permutive Limited
- H2 Seeding Alliance GmbH
- H2 Nielsen Media Research Ltd.
- H2 RevX
- H2 Vidoomy Media SL
- H2 Solocal SA
- H2 Pixalate, Inc.
- H2 Triapodi Ltd. d/b/a Digital Turbine
- H2 AudienceProject A/S
- H2 Adtelligent Inc.
- H2 Piano Software Inc.
- H2 Eulerian Technologies
- H2 Seenthis AB
- H2 PROXISTORE
- H2 travel audience GmbH
- H2 HUMAN
- H2 Streamwise srl
- H2 Innovid LLC
- H2 Zeta Global Corp.
- H2 TAPTAP Digital SL
- H2 Madington
- H2 Opinary (Affinity Global GmbH)
- H2 GumGum, Inc.
- H2 Magnite, Inc. (Carbon AI Limited)
- H2 Cint USA, Inc.
- H2 Admixer EU GmbH
- H2 Verve Group Europe GmbH
- H2 SunMedia
- H2 Newsroom AI Ltd
- H2 Jampp LTD
- H2 Realtime Technologies GmbH
- H2 SmartyAds Inc.
- H2 DeepIntent, Inc.
- H2 Happydemics
- H2 turkticaret.net Yazılım Hiz. San. Tic.A.Ş.
- H2 Otto GmbH & Co. KGaA
- H2 Adobe Audience Manager, Adobe Experience Platform
- H2 Next Different SpA
- H2 CHEQ AI TECHNOLOGIES
- H2 Dailymotion Video Player and Ad Products
- H2 Localsensor B.V.
- H2 Consumable, Inc
- H2 InsurAds Technologies SA.
- H2 Adjust Digital A/S
- H2 Azerion Holding B.V.
- H2 Adnami Aps
- H2 Blue
- H2 : Tappx
- H2 Contact Impact GmbH/Axel Springer Teaser Ad GmbH
- H2 Relay42 Netherlands B.V.
- H2 Smile Wanted Group
- H2 Axel Springer Teaser Ad GmbH
- H2 Smartme Analytics
- H2 BLIINK SAS
- H2 SoundCast
- H2 Mobsuccess
- H2 Digital East GmbH
- H2 Liftoff Monetize and Vungle Exchange
- H2 Turk Telekom
- H2 The MediaGrid Inc.
- H2 Go.pl sp. z o.o.
- H2 HyperTV, Inc.
- H2 VRTCAL Markets Inc
- H2 Dentsu Italia SpA
- H2 OneFootball GmbH
- H2 Dataseat Ltd
- H2 OnAudience Ltd
- H2 Audience Network
- H2 Appier PTE Ltd
- H2 BidMachine Inc.
- H2 6Sense Insights, Inc.
- H2 Kiosked Ltd
- H2 Google Advertising Products
- H2 GfK GmbH
- H2 Firstlead GmbH (ADCELL)
- H2 Clinch Labs LTD
- H2 Mars Media Group
- H2 Discover-Tech ltd
- H2 Adtarget Teknoloji A.S.
- H2 Audienzz AG
- H2 Samsung Ads
- H2 Amazon Ads
- H2 Factor Eleven GmbH
- H2 Adpone SL
- H2 ZMATICOO INC
- H2 LinkedIn Ireland Unlimited Company
- H2 Aarki, Inc.
- H2 Moloco, Inc.
- H2 Nielsen International SA
- H2 Blockthrough, Inc.
- H2 EDGE NPD Sp. z o.o.
- H2 United Internet Media GmbH
- H2 Jetpack Digital LLC
- H2 PixFuture Media Inc.
- H2 SPICY MOBILE Karczewski Zawadzki Spółka Jawna
- H2 GeoEdge
- H2 Epom
- H2 Publisher First, Inc.
- H2 Adnuntius AS
- H2 Truvid Inc.
- H2 Mintegral International Limited
- H2 PRECISO SRL
- H2 3Q GmbH
- H2 Appush Technologies
- H2 IPSOS MORI UK LTD
- H2 IQM CORPORATION
- H2 Marfeel Solutions, SL (Compass)
- H2 Caroda s.r.o.
- H2 Tangoo S.R.L.
- H2 Nexx360
- H2 Kargo Global Inc.
- H2 Pelmorex Corp.
- H2 Netpoint Media GmbH
- H2 TikTok Ad Network
- H2 Luna Media Group LLC
- H2 Extreme Reach, Inc
- H2 VUUKLE DMCC
- H2 Somplo Ltd
- H2 Adelaide Metrics Inc
- H2 Baidu (Hong Kong) Limited
- H2 Dentsu A/S
- H2 Havas Media (Artemis Alliance S.L.U.)
- H2 Project Agora Ltd
- H2 VIADS ADVERTISING S.L.
- H2 UniCredit S.p.A.
- H2 JWP, Inc.
- H2 Ströer Media Solutions GmbH
- H2 Next Millennium Media INC
- H2 Arpeely Ltd.
- H2 Clever Advertising
- H2 Adventure Media SARL
- H2 ADMAX
- H2 Annonsera SUNT AB
- H2 Relevant Digital Oy
- H2 Better Ads GmbH
- H2 152 Media LLC
- H2 Novatiq limited
- H2 Microsoft Advertising
- H2 Playwire LLC
- H2 Lupon Media
- H2 Bidmatic Inc
- H2 Opera Software Ireland Limited
- H2 Infolinks Media, LLC
- H2 xpln.ai SAS
- H2 Unicredit BankAustria AG
- H2 Arcanor Bilgi Teknolojileri ve Hizmetleri A.Ş.
- H2 Synamedia
- H2 Gameloft SE
- H2 Edge226 Ltd
- H2 Start.io Inc
- H2 Clickagy LLC
- H2 SIA Setupad
- H2 Empower AdTech
- H2 YIELDBIRD SP. Z O.O.
- H2 Publicis One Spain S.L.
- H2 Opensignal Limited
- H2 Optima Network SL
- H2 OneLog AG
- H2 ABCS INSIGHTS
- H2 BIDSCUBE SP. Z O.O
- H2 Sunday Market Media Inc
- H2 Adwatch S.L.
- H2 Admatic GMBH
- H2 Sabio London Limited
- H2 Advertising.Tech FZ-LLC
- H2 Airtory Inc
- H2 TOPON PTE. LTD.
- H2 Archon Programmatic House FZC
- H2 Intent IQ LLC
- H2 Inspigroup s.r.o.
- H2 Voise Tech Limited
- H2 Affle Inc
- H2 Telekom Deutschland GmbH
- H2 TAURUSX INTERNATIONAL PTE. LTD.
- H2 Carbonatix LTD
- H2 App Samurai Inc
- H2 UAB Xeworks
- H2 Ad-Shield, Inc
- H2 Admaster Private Limited
- H2 Bidease Inc
- H2 AnyClip Inc.
- H2 Pubstack
- H2 Intango Ltd
- H2 THEADX YAZILIM HİZMETLERİ SAN.VE TİC.A.Ş
- H2 GEMINI DIRECT marketing solutions GmbH
- H2 NEXT MEDIA SOLUTIONS
- H2 Pixels AI Ltd
- H2 Carty Nexus Inc.
- H2 Greeter Holdings Ltd Adipolo
- H2 Playable ApS
- H2 Persona.ly
- H2 DATAMOIRE BILISIM A.S.
- H2 Yahoo International Limited
- H2 PayPal Inc.
- H2 TTG International LLC
- H2 PULSEBRIDGE PTE. LTD.
- H2 Adtelligence
- H2 Artsai
- H2 Akamai
- H2 Meta
- H2 Booking.com
- H2 C3 Metrics
- H2 IBM
- H2 Roku Advertising Services
- H2 eBay
- H2 Evidon
- H2 Forbes
- H2 GroovinAds
- H2 iProspect
- H2 MediaMath
- H2 Sizmek
- H2 Equativ
- H2 SMN Corporation
- H2 Tapad
- H2 TravelClick
- H2 TrustArc
- H2 Travel Data Collective
- H2 CyberAgent
- H2 MicroAd
- H2 MainADV
- H2 AdMaxim
- H2 LivelyImpact
- H2 adTarget.me
- H2 Vodafone GmbH
- H2 LiquidM
- H2 KPI Solutions
- H2 Magnite
- H2 MoPub (a division of Twitter, Inc.)
- H2 Yango
- H2 Singular Labs Inc.
- H2 Neustar
- H2 Netquest
- H2 Mail.ru
- H2 Walmart
- H2 Cloudflare
- H2 Salesforce DMP
- H2 Bridgewell
- H2 Netflix
- H2 GetIntent
- H2 Ligatus
- H2 AppLovin Corp.
- H2 AdTheorent, Inc.
- H2 CrossInstall, Inc
- H2 Rackspace
- H2 Signal
- H2 Chocolate Platform
- H2 Exposebox
- H2 TripAdvisor
- H2 Kochava
- H2 Domob
- H2 IGAWorks
- H2 Aidata
- H2 OneDigitalAd Technologies
- H2 Unitymedia
- H2 Clickagy
- H2 ADEX
- H2 Placed
- H2 Aarki
- H2 F@N communications
- H2 DynAd
- H2 Housing.com
- H2 ChannelAdvisor
- H2 Bonzai
- H2 Tealium
- H2 Vpon
- H2 NinthDecimal
- H2 TenMax
- H2 TreSensa
- H2 LotLinx®
- H2 Bigabid
- H2 Ad2iction
- H2 Kadam
- H2 Optimize LCC D.B.A Genius Monkey
- H2 gskinner
- H2 Yahoo! Japan
- H2 Chalk Digital
- H2 AdTile
- H2 DeltaX
- H2 OpenJS Foundation
- H2 jsdelivr
- H2 HockeyCurve
- H2 Upwave
- H2 IQM
- H2 Softcube
- H2 iBILLBOARD
- H2 StartApp
- H2 fluct
- H2 Zucks
- H2 Cauly
- H2 Dentsu Aegis Network
- H2 ProData Media
- H2 UNICORN
- H2 Smart.bid ltd
- H2 Fiverr
- H2 Twinpine
- H2 GroundhogTech
- H2 AdFalcon
- H2 KAYAK
- H2 NativeAds.com
- H2 DynAdmic Corporation
- H2 Supership
- H2 Marketing Science Consulting Group, Inc.
- H2 Reactive
- H2 DENTSU
- H2 Snap Inc.
- H2 Kobler
- H2 AppsFlyer
- H2 Nexus Soft
- H2 Native Touch
- H2 Delta Air Lines
- H2 Sape
- H2 AdPlay
- H2 Tapklik
- H2 Vertoz
- H2 Adstra
- H2 Vimeo
- H2 Persona.ly
- H2 Hotels.com L. P.
- H2 Oracle Data Cloud
- H2 Yabbi
- H2 Adjust GmbH
- H2 Dable
- H2 Butlers GmbH & Co. KG
- H2 Throtle
- H2 Tchibo GmbH
- H2 ironSource Mobile
- H2 Calzedonia
- H2 Uber Technologies Inc.
- H2 Chartboost
- H2 Admost
- H2 MediaPal
- H2 Next Level – Affiliate Marketing
- H2 Tuky Data
- H2 Shutterstock, Inc.
- H2 CONTXTFUL
- H2 AdButler
- H2 Carrefour
- H2 Logiq Digital Marketing
- H2 FLYWHEEL
- H2 MarketCast LLC
- H2 Stream
- H2 Boston Consulting Group
- H2 Go Mobile
- H2 Next
- H2 LeadsRx
- H2 AdPlayer.Pro
- H2 Quiet Media
- H2 Kwanza DSP
- H2 Buzzoola
- H2 clean.io
- H2 MI DSP
- H2 ScaleMonk
- H2 Adwatch
- H2 Datablocks, Inc
- H2 Kaden
- H2 Kubient
- H2 LIDL SUPERMERCADOS, S.A.U.
- H2 LINE
- H2 Melvad
- H2 Unity Ads
- H2 Loblaw Media
- H2 Ad Lightning
- H2 Porsche AG
- H2 IAB Tech Lab
- H2 YSO Corp
- H2 Bliss Point Media
- H2 Sabio, Inc
- H2 Lacuna
- H2 Go Mobile Inc
- H2 Xiaomi DSP
- H2 MetaAds
- H2 Coupang
- H2 Indeed
- H2 Playable Factory
- H2 Prism Partner
- H2 Consumable
- H2 TemuDSP
- H2 Bidmachine
- H2 DISQO
- H2 BIGOAds
- H2 AZURE TECH PTY LTD
- H2 Synamedia
- H2 Octillion
- H2 AccuWeather
- H2 Admedia Services LLC
- H2 Mercado Livre
- H2 Madopi Media
- H2 TouchTown Media
- H2 IKEA
- H2 Satori Ads
- H2 Logiq Digital
- H1 (empty)
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
C404 Error PageActionHTTP 404, custom pageREVIEW
BWeb ManifestPWA-readyREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Hürriyet aşağıda… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h1 Verilerinizi yöneti… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h1 Tedarikçilerimizi o… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Bugün neler oldu? | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Gözden Kaçmasın | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Bigpara | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Sponsorlu İçerikle… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Sporarena | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Kelebek | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 LAPSEKİ SULH HUKUK … | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Müjdat Gezen hastan… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Settar Tanrıöğen:… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Mirası dört eşit … | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Bebekle gelen bahar | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Anne ve oğlun dava … | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Yaşam | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 ŞİLE SULH HUKUK MA… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Başkasıyla evlendi… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Ünlü çiftin oğlu… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 Skandal gelin yüzü… | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 80/100 — 5 failing, 25 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Abdulkadir SELVİ div.swiper-wrapper > div.swiper-slide > a > span.layout4__name |
Fuat BOL div.swiper-wrapper > div.swiper-slide > a > span.layout4__name |
Daha fazla bilgi edinin div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
İş ortaklarının listesi div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > a > picture > img div.container > a > picture > img |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TÜM LİGLER
Türkiye Süper Ligi
UEFA Şampiyonlar Ligi
UEFA Avrupa Ligi
Avrupa Şam… div.live-match-statuses-horizontal > div.live-score-slider > div.live-score-dropdown > select |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-xl-7 > div.right-content > div.ads-new-widget > iframe div.col-xl-7 > div.right-content > div.ads-new-widget > iframe |
body > iframe body > iframe |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
2 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
3 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
4 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
5 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
6 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
7 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
8 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
9 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
10 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
11 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
12 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
13 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
14 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
15 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
16 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
17 div.home-carousel > div.home-carousel__dots > span.swiper-pagination-bullet > a |
div.current-news__scroll > div.current-news__item > div > a.current-news__title div.current-news__scroll > div.current-news__item > div > a.current-news__title |
Lokanta usulü pratik lezzet: Mor lahana turşusu div.current-news__list > div.current-news__scroll > div.current-news__item > a.img-link |
div.container > div.layout3__box-lg > div.box__item > a.box__tag div.container > div.layout3__box-lg > div.box__item > a.box__tag |
div.container > div.layout3__box-lg > div.box__item > a.box__tag div.container > div.layout3__box-lg > div.box__item > a.box__tag |
div.container > div.layout3__box-lg > div.box__item > a.box__tag div.container > div.layout3__box-lg > div.box__item > a.box__tag |
div.container > div.layout3__box-lg > div.box__item > a.box__tag div.container > div.layout3__box-lg > div.box__item > a.box__tag |
div.container > div.box-lg > div#bik-ilan-ILN02453202 > a.box__content div.container > div.box-lg > div#bik-ilan-ILN02453202 > a.box__content |
div.container > div.box-lg > div#bik-ilan-ILN02452358 > a.box__content div.container > div.box-lg > div#bik-ilan-ILN02452358 > a.box__content |
div.container > div.box-lg > div#bik-ilan-ILN02453349 > a.box__tag div.container > div.box-lg > div#bik-ilan-ILN02453349 > a.box__tag |
These items highlight common accessibility best practices.
AForm Accessibility1 of 653 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | İzin (278 tedarikçi) | none |
| input | checkbox | İzin (189 tedarikçi) | none |
| #fc-preference-slider-purpose-2 | checkbox | Meşru menfaat (79 tedarikçi) | none |
| input | checkbox | İzin (225 tedarikçi) | none |
| input | checkbox | İzin (227 tedarikçi) | none |
| input | checkbox | İzin (85 tedarikçi) | none |
| input | checkbox | İzin (77 tedarikçi) | none |
| input | checkbox | İzin (189 tedarikçi) | none |
| #fc-preference-slider-purpose-7 | checkbox | Meşru menfaat (101 tedarikçi) | none |
| input | checkbox | İzin (87 tedarikçi) | none |
| #fc-preference-slider-purpose-8 | checkbox | Meşru menfaat (37 tedarikçi) | none |
| input | checkbox | İzin (137 tedarikçi) | none |
| #fc-preference-slider-purpose-9 | checkbox | Meşru menfaat (56 tedarikçi) | none |
| input | checkbox | İzin (146 tedarikçi) | none |
| #fc-preference-slider-purpose-10 | checkbox | Meşru menfaat (95 tedarikçi) | none |
| input | checkbox | İzin (42 tedarikçi) | none |
| #fc-preference-slider-purpose-11 | checkbox | Meşru menfaat (14 tedarikçi) | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-11 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-14 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-15 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-21 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-23 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-28 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-30 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-32 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-36 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-42 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-50 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-52 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-60 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-67 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-69 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-76 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-85 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-93 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-98 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-104 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-124 | checkbox | Meşru menfaat | none |
| #fc-preference-slider-gvl-vendor-126 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-132 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-136 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-137 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-142 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-156 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-163 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-173 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-192 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-202 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-203 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-209 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-228 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-231 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-232 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-238 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-246 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-252 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-253 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-264 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-278 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-280 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-284 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-285 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-290 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-293 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-294 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-297 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-321 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-336 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-371 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-394 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-418 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-431 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-452 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-475 | checkbox | Meşru menfaat | none |
| #fc-preference-slider-gvl-vendor-486 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-493 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-511 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-527 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-528 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-541 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-559 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-573 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-610 | checkbox | Meşru menfaat | none |
| #fc-preference-slider-gvl-vendor-612 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-630 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-647 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-667 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-673 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-690 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-699 | checkbox | Meşru menfaat | none |
| #fc-preference-slider-gvl-vendor-706 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-708 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-728 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-736 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-740 | checkbox | Meşru menfaat | none |
| #fc-preference-slider-gvl-vendor-751 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-755 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-767 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-790 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-803 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-804 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-806 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-807 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-812 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-825 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-838 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-845 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-855 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-862 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-867 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-876 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-879 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-965 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-986 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-998 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1005 | checkbox | Meşru menfaat | none |
| #fc-preference-slider-gvl-vendor-1019 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1036 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1057 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1067 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1070 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1071 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1100 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1131 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1135 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1142 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1173 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1216 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1253 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1281 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1287 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1305 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1318 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1385 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1391 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1412 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1419 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1453 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1456 | checkbox | Meşru menfaat | none |
| #fc-preference-slider-gvl-vendor-1495 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1508 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1540 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| #fc-preference-slider-gvl-vendor-1564 | checkbox | Meşru menfaat | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | checkbox | İzin | none |
| input | text | (hurriyet.com.tr'de arayın...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman