Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/271c82d2-c2b1-4d37-96e5-c7a50c05b0b4)<a href="https://beavercheck.com/results/271c82d2-c2b1-4d37-96e5-c7a50c05b0b4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhurriyet.com.tr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhurriyet.com.trThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 7.9s to load
+12% bounceUsers abandon at ~3s — you're 5.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.8s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
14 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₺6,750 investment → ₺17,793/month returns + TRY 10,000,000 risk avoided
₺6,750
4h · 5 findings
₺17,793 /mo
~₺213,520 / year
TRY 10,000,000
if kept compliant
₺2,250 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at ₺1500/hr
Based on Turkey rates (₺1500/hr)
Start here for the best return on investment
₺833,356 / month at risk
~₺10,000,271 / year if left unfixed
TRY 10,000,000
+2 more
₺23 /mo
8739.8 MB/mo × 2.581 TRY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.77 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.107
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.84 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
24.58 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Son dakika... TBMMde kabul edildi: Doğum izni uzatıldı 15 yaş altına sosyal med… div.swiper-wrapper > div.swiper-slide > a.home-carousel__slide > img.swiper-lazy | image.hurimg.com/i/hurriyet/90/647x485/69e92cc7eb422ab0018cead9.jpg | 136.5 KiB | 66.9 KiB |
Son dakika... Ataşehir Belediye Başkanı Onursal Adıgüzel görevden uzaklaştırıldı div.swiper-wrapper > div.swiper-slide > a.home-carousel__slide > img.swiper-lazy | image.hurimg.com/i/hurriyet/90/647x485/69e92f13eb422ab0018ceae8.jpg | 104.5 KiB | 48.1 KiB |
div.container > a > picture > img div.container > a > picture > img | image.hurimg.com/i/hurriyet/100/0x0/69e0b5eb131f7a665140814d.jpg | 22.5 KiB | 5.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| hurriyet.com.tr/ | 1.0 s |
| www.hurriyet.com.tr/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
CANLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 div.col-24 > div.row > div.col-24 > div.home-carousel | 0.077 |
Hürriyet aşağıdakileri yapmak üzere kişisel verilerinizi kullanmak için izniniz… body > div.fc-consent-root > div.fc-dialog-container | 0.029 |
DOLAR
44,92
EURO
52,71
ALTIN
6844,63
BIST 100
14335,49 div.col-24 > div.row > div.col-24 > div.currency | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.hurriyet.com.tr/static/styles/redesign/home.min.css?v=azure-2939 | 36.0 KiB | 28.0 KiB |
| static.hurriyet.com.tr/static/styles/redesign/critical.min.css?v=azure-2939 | 24.7 KiB | 21.3 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 13.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 6.3 s |
| Other | 1.6 s |
| Style & Layout | 1.1 s |
| Script Parsing & Compilation | 610 ms |
| Garbage Collection | 268 ms |
| Rendering | 244 ms |
| Parse HTML & CSS | 227 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.container > a > picture > img div.container > a > picture > img | image.hurimg.com/i/hurriyet/100/0x0/69e0b5eb131f7a665140814d |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
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.
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
| Topics | ad.medyanetads.com/adservice/prebid.js line 11, col 102943 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Attestation check for Protected Audience on https://prebid-eu.creativecdn.com failed. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.page-wrapper > section.republic-day > div.container > a div.page-wrapper > section.republic-day > div.container > a |
PRD
22.04.2026
19:30
BAR
CEL div.swiper-slide > div.item > div.match-area > a.row |
TÜK
23.04.2026
15:45
SAM
TS div.swiper-slide > div.item > div.match-area > a.row |
PRD
23.04.2026
17:00
LEV
SEV div.swiper-slide > div.item > div.match-area > a.row |
TÜK
23.04.2026
17:45
BJK
ALNY div.swiper-slide > div.item > div.match-area > a.row |
PRD
23.04.2026
18:00
RAY
ESP div.swiper-slide > div.item > div.match-area > a.row |
PRD
23.04.2026
19:30
REA
VIL div.swiper-slide > div.item > div.match-area > a.row |
T2L
24.04.2026
12:00
KAR
BUC div.swiper-slide > div.item > div.match-area > a.row |
TSL
24.04.2026
17:00
İBA
KAS div.swiper-slide > div.item > div.match-area > a.row |
BUN
24.04.2026
18:30
RBL
FCU div.swiper-slide > div.item > div.match-area > a.row |
SEA
24.04.2026
18:45
NAP
CRE div.swiper-slide > div.item > div.match-area > a.row |
LI1
24.04.2026
18:45
BRE
RCL div.swiper-slide > div.item > div.match-area > a.row |
EPL
24.04.2026
19:00
SUN
NFO div.swiper-slide > div.item > div.match-area > a.row |
PRD
24.04.2026
19:00
BET
RMA div.swiper-slide > div.item > div.match-area > a.row |
T1L
25.04.2026
10:30
SER
HAT div.swiper-slide > div.item > div.match-area > a.row |
T1L
25.04.2026
10:30
VAN
IST div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
10:30
BAT
KEP div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
11:30
FUL
AVL div.swiper-slide > div.item > div.match-area > a.row |
TSL
25.04.2026
11:30
EYP
GAZ div.swiper-slide > div.item > div.match-area > a.row |
PRD
25.04.2026
12:00
ALA
MLL div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
MAR
FET div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ADE
DER div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
TRB
MEB div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ARN
ISP div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ALI
BUR div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
MUS
ADN div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
SOM
KAH div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
KAS
MUĞ div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ALT
İNE div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ELA
ERZ div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
KAR
TUZ div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
BYÇ
ERB div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ANK
İSK div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ŞAN
ANKS div.swiper-slide > div.item > div.match-area > a.row |
SEA
25.04.2026
13:00
PAR
PIS div.swiper-slide > div.item > div.match-area > a.row |
LI1
25.04.2026
13:00
OL
AUX div.swiper-slide > div.item > div.match-area > a.row |
T1L
25.04.2026
13:00
ADS
ÜMR div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
M05
FCB div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
WOB
BMG div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
FCA
SGE div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
FCH
PAU div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
KOE
LEV div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
14:00
LIV
CRY div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
14:00
WHU
EVE div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
14:00
WOL
TOT div.swiper-slide > div.item > div.match-area > a.row |
TSL
25.04.2026
14:00
KAY
RIZ div.swiper-slide > div.item > div.match-area > a.row |
PRD
25.04.2026
14:15
GET
BAR div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
MS
0 - 3
İİY
KRK div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
MS
0 - 3
YML
AKS div.swiper-slide > div.item > div.match-area > a.row |
SEA
25.04.2026
16:00
BOL
ROM div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
16:30
ARS
NEW div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
16:30
HSV
TSG div.swiper-slide > div.item > div.match-area > a.row |
PRD
25.04.2026
16:30
VAL
GIR div.swiper-slide > div.item > div.match-area > a.row |
LI1
25.04.2026
17:00
SCO
PSG div.swiper-slide > div.item > div.match-area > a.row |
TSL
25.04.2026
17:00
GÖZ
ANT div.swiper-slide > div.item > div.match-area > a.row |
SEA
25.04.2026
18:45
VER
LEC div.swiper-slide > div.item > div.match-area > a.row |
PRD
25.04.2026
19:00
ATM
ATH div.swiper-slide > div.item > div.match-area > a.row |
LI1
25.04.2026
19:05
TFC
ASM div.swiper-slide > div.item > div.match-area > a.row |
SEA
26.04.2026
10:30
FIO
SAS div.swiper-slide > div.item > div.match-area > a.row |
TSL
26.04.2026
11:30
GNÇ
KOC div.swiper-slide > div.item > div.match-area > a.row |
PRD
26.04.2026
12:00
RAY
RSO div.swiper-slide > div.item > div.match-area > a.row |
SEA
26.04.2026
13:00
GEN
COM div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
13:00
FCL
STR div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
SAR
ESE div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
SVS
IFK div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
PEN
BOL div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
EBB
BAN div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
SAK
COR div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
AMD
BDR div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
ANK
MFK div.swiper-slide > div.item > div.match-area > a.row |
BUN
26.04.2026
13:30
VFB
WB div.swiper-slide > div.item > div.match-area > a.row |
PRD
26.04.2026
14:15
REA
ELC div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
15:15
REN
NAN div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
15:15
HAC
MET div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
15:15
PAR
LIL div.swiper-slide > div.item > div.match-area > a.row |
BUN
26.04.2026
15:30
BVB
SCF div.swiper-slide > div.item > div.match-area > a.row |
SEA
26.04.2026
16:00
TOR
INT div.swiper-slide > div.item > div.match-area > a.row |
PRD
26.04.2026
16:30
OSA
SEV div.swiper-slide > div.item > div.match-area > a.row |
TSL
26.04.2026
17:00
GS
FB div.swiper-slide > div.item > div.match-area > a.row |
SEA
26.04.2026
18:45
MIL
JUV div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
18:45
OM
NIC div.swiper-slide > div.item > div.match-area > a.row |
PRD
26.04.2026
19:00
VIL
CEL div.swiper-slide > div.item > div.match-area > a.row |
TSL
27.04.2026
14:00
ALNY
SAM div.swiper-slide > div.item > div.match-area > a.row |
SEA
27.04.2026
16:30
CAG
ATA div.swiper-slide > div.item > div.match-area > a.row |
TSL
27.04.2026
17:00
KON
TS div.swiper-slide > div.item > div.match-area > a.row |
TSL
27.04.2026
17:00
BJK
FKA div.swiper-slide > div.item > div.match-area > a.row |
SEA
27.04.2026
18:45
LAZ
UDI div.swiper-slide > div.item > div.match-area > a.row |
EPL
27.04.2026
19:00
MUN
BRE div.swiper-slide > div.item > div.match-area > a.row |
PRD
27.04.2026
19:00
ESP
LEV div.swiper-slide > div.item > div.match-area > a.row |
To appear in search results, crawlers need access to your app.
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 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
235 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.47 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.67 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
ABDden vatandaşlarına çağrı: İranı terk edin... ABD basını: Trump Tahrana süre … div.swiper-wrapper > div.swiper-slide > a.home-carousel__slide > img.swiper-lazy | image.hurimg.com/i/hurriyet/90/647x485/69e9289eeb422ab0018ceac3.jpg | 167.1 KiB | 115.5 KiB |
Son dakika... Ataşehir Belediye Başkanı Onursal Adıgüzel görevden uzaklaştırıldı div.swiper-wrapper > div.swiper-slide > a.home-carousel__slide > img.swiper-lazy | image.hurimg.com/i/hurriyet/90/647x485/69e92f13eb422ab0018ceae8.jpg | 104.5 KiB | 68.2 KiB |
head > link head > link | medya.ilan.gov.tr/widgets/assets/widget/img/logo-ilan-gov-tr.png | 32.4 KiB | 32.3 KiB |
div.container > a > picture > img div.container > a > picture > img | image.hurimg.com/i/hurriyet/100/0x0/69e0b5ec131f7a6651408153.jpg | 27.1 KiB | 25.3 KiB |
6 il için sarı kodlu alarm Kuvvetli yağışa dikkat... Prof. Dr. Şenden açıklama div.hot-agenda__container > div.hot-agenda__list > a.hot-agenda--link > img | image.hurimg.com/i/hurriyet/90/383x217/69e8a1a5866d2a00cd557dbf.jpg | 54.8 KiB | 20.3 KiB |
Galatasarayda 2 isme ıslıklı protesto: Okan Buruk son düdükle yanına gitti div.hot-agenda__container > div.hot-agenda__list > a.hot-agenda--link > img | image.hurimg.com/i/hurriyet/90/383x217/69e926edeb25bcddea9d306c.jpg | 43.3 KiB | 16.1 KiB |
Son dakika... TBMMde kabul edildi: Doğum izni uzatıldı 15 yaş altına sosyal med… div.hot-agenda__container > div.hot-agenda__list > a.hot-agenda--link > img | image.hurimg.com/i/hurriyet/90/383x217/69e92cc7eb422ab0018cead7.jpg | 34.7 KiB | 12.9 KiB |
Barış Alperden tepkilere cevap div.box-sm > div.box__item > a.box__cover > img.box__cover--img | image.hurimg.com/i/hurriyet/90/218x111/69e92ab3eb25bcddea9d3080.jpg | 10.5 KiB | 8.3 KiB |
Cumhurbaşkanı Erdoğan, Alman mevkidaşıyla görüştü div.box-xl > div.box__item > a.box__cover > img.box__cover--img | image.hurimg.com/i/hurriyet/90/348x195/69e90ed2eb25bcddea9d3033.jpg | 13.1 KiB | 6.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| hurriyet.com.tr/ | 436 ms |
| www.hurriyet.com.tr/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.8 s |
| Other | 527 ms |
| Style & Layout | 399 ms |
| Script Parsing & Compilation | 156 ms |
| Rendering | 105 ms |
| Garbage Collection | 67 ms |
| Parse HTML & CSS | 57 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.hurriyet.com.tr/static/styles/redesign/home.min.css?v=azure-2939 | 36.0 KiB | 28.8 KiB |
| static.hurriyet.com.tr/static/styles/redesign/critical.min.css?v=azure-2939 | 24.7 KiB | 20.4 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.container > a > picture > img div.container > a > picture > img | image.hurimg.com/i/hurriyet/100/0x0/69e0b5ec131f7a6651408153 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
SICAK GÜNDEM div.container > div.hot-agenda__container > h2 > a |
Abdulkadir SELVİ div.swiper-wrapper > div.swiper-slide > a > span.layout4__name |
Fuat BOL div.swiper-wrapper > div.swiper-slide > a > span.layout4__name |
Nedim ŞENER div.swiper-wrapper > div.swiper-slide > a > span.layout4__name |
Yalçın BAYER div.swiper-wrapper > div.swiper-slide > a > span.layout4__name |
Noyan Doğan 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.
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 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.footer__top > div.footer__social > a.footer__social--link div.container > div.footer__top > div.footer__social > a.footer__social--link |
div.container > div.footer__top > div.footer__social > a.footer__social--link div.container > div.footer__top > div.footer__social > a.footer__social--link |
div.container > div.footer__top > div.footer__social > a.footer__social--link div.container > div.footer__top > div.footer__social > a.footer__social--link |
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.
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 |
|---|
#GENÇLERBİRLİĞİ div.col-24 > div.highlights__box-lg-3 > div.box__item > a.box__tag |
#BEŞİKTAŞ GAİN div.col-24 > div.highlights__box-lg-3 > div.box__item > a.box__tag |
#MANAVGAT SORUŞTURMASI div.col-24 > div.highlights__box-lg-3 > div.box__item > a.box__tag |
#CUMHURBAŞKANI ERDOĞAN div.col-24 > div.box-xl > div.box__item > a.box__tag |
#AB div.col-24 > div.box-xl > div.box__item > a.box__tag |
#ILN02451546 div.container > div.box-lg > div#bik-ilan-ILN02451546 > a.box__tag |
#İÇİŞLERİ BAKANLIĞI div.container > div.box-lg > div.box__item > a.box__tag |
#MURAT ÖVÜÇ div.container > div.box-lg > div.box__item > a.box__tag |
#23 NİSAN ULUSAL EGEMENLİK VE ÇOCUK BAYRAMI div.container > div.box-lg > div.box__item > a.box__tag |
#TRUMP div.col-xl-17 > div.layout1__box-lg-3 > div.box__item > a.box__tag |
#SAHA div.col-xl-17 > div.layout1__box-lg-3 > div.box__item > a.box__tag |
#YASADIŞI BAHİS OPERASYONU section.adv > div.medyanet > div#/9927946,22420977938/hurriyet/anasayfa/advertorial_2 > a.box__tag |
#ILN02452478 div.container > div.box-lg > div#bik-ilan-ILN02452478 > a.box__tag |
#NEVŞEHİR div.container > div.box-lg > div.box__item > a.box__tag |
#İZMİR div.container > div.box-lg > div.box__item > a.box__tag |
#ALMANYA ORDU section.adv > div.medyanet > div#/9927946,22420977938/hurriyet/anasayfa/advertorial_3 > a.box__tag |
#TURİZM MERKEZLERİ section.adv > div.medyanet > div#/9927946,22420977938/hurriyet/anasayfa/advertorial_4 > a.box__tag |
#SİVAS div.container > div.box-lg > div.box__item > a.box__tag |
#ANTALYA div.container > div.box-lg > div.box__item > a.box__tag |
#ÖTV İSTİSNASI div.col-md-8 > div.layout2__box-lg-1 > div.box__item > a.box__tag |
#EKONOMİ div.col-md-8 > div.layout2__box-lg-1 > div.box__item > a.box__tag |
#TBMM div.col-xl-17 > div.layout2__box-lg-3 > div.box__item > a.box__tag |
#TRUMP div.col-xl-17 > div.layout2__box-lg-3 > div.box__item > a.box__tag |
#İSTANBUL HAVALİMANI div.col-xl-17 > div.layout2__box-lg-3 > div.box__item > a.box__tag |
#BEŞİKTAŞ GAIN div.container > div.layout3__box-lg > div.box__item > a.box__tag |
#İNGİLTERE PREMİER LİG div.container > div.layout3__box-lg > div.box__item > a.box__tag |
#BEŞİKTAŞ div.container > div.layout3__box-lg > div.box__item > a.box__tag |
#SAMSUNSPOR div.container > div.layout3__box-lg > div.box__item > a.box__tag |
#RİZESPOR div.container > div.layout3__box-lg > div.box__item > a.box__tag |
#TENİS div.container > div.layout3__box-lg > div.box__item > a.box__tag |
#SÜPER LİG div.container > div.layout3__box-lg > div.box__item > a.box__tag |
#HABER div.container > div.layout3__box-lg > div.box__item > a.box__tag |
#ILN02453193 div.layout5-content > div.layout5__box-md-3 > div#bik-ilan-ILN02453193 > a.box__tag |
#MÜJDAT GEZEN div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
#SETTAR TANRIÖĞEN div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
#FATİH ÜREK div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
#EŞREF RÜYA div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
#SEZEN AKSU div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
#ILN02452931 div.layout5-content > div.layout5__box-md-3 > div#bik-ilan-ILN02452931 > a.box__tag |
#PATRİCK SWAYZE div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
#JACK QUAİD div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
#SARAH FERGUSON div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
#MİLA KUNİS div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
#MS HASTALIĞI div.layout5-content > div.layout5__box-md-3 > div.box__item > a.box__tag |
div.container > div.box-lg > div#bik-ilan-ILN02453202 > a.box__tag div.container > div.box-lg > div#bik-ilan-ILN02453202 > a.box__tag |
div.container > div.box-lg > div#bik-ilan-ILN02452358 > a.box__tag div.container > div.box-lg > div#bik-ilan-ILN02452358 > a.box__tag |
div.container > div.box-lg > div#bik-ilan-ILN02453197 > a.box__tag div.container > div.box-lg > div#bik-ilan-ILN02453197 > a.box__tag |
div.container > div.box-lg > div#bik-ilan-ILN02452796 > a.box__tag div.container > div.box-lg > div#bik-ilan-ILN02452796 > a.box__tag |
hurriyet.com.tr/yazarlar div.container > div.line > div.line__container > a.line__link |
#ANNELER GÜNÜ TARİHİ 2026 div.container > div.box-lg > div.box__item > a.box__tag |
#ÇILGIN SAYISAL LOTO ÇEKİLİŞ SONUÇLARI div.container > div.box-lg > div.box__item > a.box__tag |
#ENFLASYON BEKLENTİSİ 2026 NİSAN div.container > div.box-lg > div.box__item > a.box__tag |
#ŞANS TOPU SONUÇLARI section.adv > div.medyanet > div#/9927946,22420977938/hurriyet/anasayfa/advertorial_5 > a.box__tag |
#HAVA DURUMU section.adv > div.medyanet > div#/9927946,22420977938/hurriyet/anasayfa/advertorial_6 > a.box__tag |
#KURBANLIK CANLI HAYVAN KİLOGRAM div.container > div.box-lg > div.box__item > a.box__tag |
#KURBAN BAYRAMI TATİLİ 2026 div.container > div.box-lg > div.box__item > a.box__tag |
#23 NİSAN MESAJLARI 2026 div.container > div.box-lg > div.box__item > a.box__tag |
#TOKİ İSTANBUL KURA ÇEKİMİ TARİHİ div.container > div.box-lg > div.box__item > a.box__tag |
#23 NİSAN div.container > div.box-lg > div.box__item > a.box__tag |
#KADEMELİ EMELİLİK ÇIKACAK MI div.container > div.box-lg > div.box__item > a.box__tag |
#SURVİVOR ELEME ADAYI KİM OLDU div.container > div.box-lg > div.box__item > a.box__tag |
#23 NİSAN div.container > div.box-lg > div.box__item > a.box__tag |
#23 NİSAN ECZANELER div.container > div.box-lg > div.box__item > a.box__tag |
#TCMB PPK TOPLANTISI div.container > div.box-lg > div.box__item > a.box__tag |
#TUS TERCİHLERİ NE ZAMAN div.container > div.box-lg > div.box__item > a.box__tag |
#RIZA KAYAALP BİYOGRAFİSİ div.container > div.box-lg > div.box__item > a.box__tag |
#1 MAYIS RESMİ TATİL Mİ div.container > div.box-lg > div.box__item > a.box__tag |
#ÖSYM 2026 SINAV TAKVİMİ div.container > div.box-lg > div.box__item > a.box__tag |
#23 NİSAN ŞİİRLERİ div.container > div.box-lg > div.box__item > a.box__tag |
#DOĞUM İZNİ ÜCRETİ HESAPLAMA div.container > div.box-lg > div.box__item > a.box__tag |
#EMEKLİYE ÖTV'SİZ ARAÇ ŞARTLARI div.container > div.box-lg > div.box__item > a.box__tag |
#UMUT ALTAŞ div.container > div.box-lg > div.box__item > a.box__tag |
#23 NİSAN TÖRENLERİ İPTAL Mİ div.container > div.box-lg > div.box__item > a.box__tag |
HOPA 2. ASLİYE CEZA MAHKEMESİ div.container > div.box-lg > div#bik-ilan-ILN02451880 > a.box__cover |
ANAMUR SULH HUKUK MAHKEMESİ div.container > div.box-lg > div#bik-ilan-ILN02453185 > a.box__cover |
İSTANBUL GAYRİMENKUL SATIŞ İCRA DAİRESİ MÜDÜRLÜĞÜ div.container > div.box-lg > div#bik-ilan-ILN02453194 > a.box__cover |
MUĞLA 1. SULH HUKUK MAHKEMESİ div.container > div.box-lg > div#bik-ilan-ILN02452336 > a.box__cover |
SEFERİHİSAR SULH HUKUK MAHKEMESİ SATIŞ MEMURLUĞU div.container > div.box-lg > div#bik-ilan-ILN02453349 > a.box__cover |
Orman Meyveli Buharda Brownie div.container > div.box-lg > div.box__item > a.box__cover |
div.container > div.box-lg > div.box__item > a.box__tag div.container > div.box-lg > div.box__item > a.box__tag |
div.container > div.box-lg > div.box__item > a.box__tag div.container > div.box-lg > div.box__item > a.box__tag |
#ILN02453791 div.container > div.box-lg > div#bik-ilan-ILN02453791 > a.box__tag |
#ILN02454003 div.container > div.box-lg > div#bik-ilan-ILN02454003 > a.box__tag |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
| Topics | ad.medyanetads.com/adservice/prebid.js line 11, col 102943 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Attestation check for Protected Audience on https://prebid-eu.creativecdn.com failed. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.page-wrapper > section.republic-day > div.container > a div.page-wrapper > section.republic-day > div.container > a |
PRD
22.04.2026
19:30
BAR
CEL div.swiper-slide > div.item > div.match-area > a.row |
TÜK
23.04.2026
15:45
SAM
TS div.swiper-slide > div.item > div.match-area > a.row |
PRD
23.04.2026
17:00
LEV
SEV div.swiper-slide > div.item > div.match-area > a.row |
TÜK
23.04.2026
17:45
BJK
ALNY div.swiper-slide > div.item > div.match-area > a.row |
PRD
23.04.2026
18:00
RAY
ESP div.swiper-slide > div.item > div.match-area > a.row |
PRD
23.04.2026
19:30
REA
VIL div.swiper-slide > div.item > div.match-area > a.row |
T2L
24.04.2026
12:00
KAR
BUC div.swiper-slide > div.item > div.match-area > a.row |
TSL
24.04.2026
17:00
İBA
KAS div.swiper-slide > div.item > div.match-area > a.row |
BUN
24.04.2026
18:30
RBL
FCU div.swiper-slide > div.item > div.match-area > a.row |
SEA
24.04.2026
18:45
NAP
CRE div.swiper-slide > div.item > div.match-area > a.row |
LI1
24.04.2026
18:45
BRE
RCL div.swiper-slide > div.item > div.match-area > a.row |
EPL
24.04.2026
19:00
SUN
NFO div.swiper-slide > div.item > div.match-area > a.row |
PRD
24.04.2026
19:00
BET
RMA div.swiper-slide > div.item > div.match-area > a.row |
T1L
25.04.2026
10:30
SER
HAT div.swiper-slide > div.item > div.match-area > a.row |
T1L
25.04.2026
10:30
VAN
IST div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
10:30
BAT
KEP div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
11:30
FUL
AVL div.swiper-slide > div.item > div.match-area > a.row |
TSL
25.04.2026
11:30
EYP
GAZ div.swiper-slide > div.item > div.match-area > a.row |
PRD
25.04.2026
12:00
ALA
MLL div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
MAR
FET div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ADE
DER div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
TRB
MEB div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ARN
ISP div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ALI
BUR div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
MUS
ADN div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
SOM
KAH div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
KAS
MUĞ div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ALT
İNE div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ELA
ERZ div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
KAR
TUZ div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
BYÇ
ERB div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ANK
İSK div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
12:00
ŞAN
ANKS div.swiper-slide > div.item > div.match-area > a.row |
SEA
25.04.2026
13:00
PAR
PIS div.swiper-slide > div.item > div.match-area > a.row |
LI1
25.04.2026
13:00
OL
AUX div.swiper-slide > div.item > div.match-area > a.row |
T1L
25.04.2026
13:00
ADS
ÜMR div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
M05
FCB div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
WOB
BMG div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
FCA
SGE div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
FCH
PAU div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
13:30
KOE
LEV div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
14:00
LIV
CRY div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
14:00
WHU
EVE div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
14:00
WOL
TOT div.swiper-slide > div.item > div.match-area > a.row |
TSL
25.04.2026
14:00
KAY
RIZ div.swiper-slide > div.item > div.match-area > a.row |
PRD
25.04.2026
14:15
GET
BAR div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
MS
0 - 3
İİY
KRK div.swiper-slide > div.item > div.match-area > a.row |
T2L
25.04.2026
MS
0 - 3
YML
AKS div.swiper-slide > div.item > div.match-area > a.row |
SEA
25.04.2026
16:00
BOL
ROM div.swiper-slide > div.item > div.match-area > a.row |
EPL
25.04.2026
16:30
ARS
NEW div.swiper-slide > div.item > div.match-area > a.row |
BUN
25.04.2026
16:30
HSV
TSG div.swiper-slide > div.item > div.match-area > a.row |
PRD
25.04.2026
16:30
VAL
GIR div.swiper-slide > div.item > div.match-area > a.row |
LI1
25.04.2026
17:00
SCO
PSG div.swiper-slide > div.item > div.match-area > a.row |
TSL
25.04.2026
17:00
GÖZ
ANT div.swiper-slide > div.item > div.match-area > a.row |
SEA
25.04.2026
18:45
VER
LEC div.swiper-slide > div.item > div.match-area > a.row |
PRD
25.04.2026
19:00
ATM
ATH div.swiper-slide > div.item > div.match-area > a.row |
LI1
25.04.2026
19:05
TFC
ASM div.swiper-slide > div.item > div.match-area > a.row |
SEA
26.04.2026
10:30
FIO
SAS div.swiper-slide > div.item > div.match-area > a.row |
TSL
26.04.2026
11:30
GNÇ
KOC div.swiper-slide > div.item > div.match-area > a.row |
PRD
26.04.2026
12:00
RAY
RSO div.swiper-slide > div.item > div.match-area > a.row |
SEA
26.04.2026
13:00
GEN
COM div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
13:00
FCL
STR div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
SAR
ESE div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
SVS
IFK div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
PEN
BOL div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
EBB
BAN div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
SAK
COR div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
AMD
BDR div.swiper-slide > div.item > div.match-area > a.row |
T1L
26.04.2026
13:00
ANK
MFK div.swiper-slide > div.item > div.match-area > a.row |
BUN
26.04.2026
13:30
VFB
WB div.swiper-slide > div.item > div.match-area > a.row |
PRD
26.04.2026
14:15
REA
ELC div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
15:15
REN
NAN div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
15:15
HAC
MET div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
15:15
PAR
LIL div.swiper-slide > div.item > div.match-area > a.row |
BUN
26.04.2026
15:30
BVB
SCF div.swiper-slide > div.item > div.match-area > a.row |
SEA
26.04.2026
16:00
TOR
INT div.swiper-slide > div.item > div.match-area > a.row |
PRD
26.04.2026
16:30
OSA
SEV div.swiper-slide > div.item > div.match-area > a.row |
TSL
26.04.2026
17:00
GS
FB div.swiper-slide > div.item > div.match-area > a.row |
SEA
26.04.2026
18:45
MIL
JUV div.swiper-slide > div.item > div.match-area > a.row |
LI1
26.04.2026
18:45
OM
NIC div.swiper-slide > div.item > div.match-area > a.row |
PRD
26.04.2026
19:00
VIL
CEL div.swiper-slide > div.item > div.match-area > a.row |
TSL
27.04.2026
14:00
ALNY
SAM div.swiper-slide > div.item > div.match-area > a.row |
SEA
27.04.2026
16:30
CAG
ATA div.swiper-slide > div.item > div.match-area > a.row |
TSL
27.04.2026
17:00
KON
TS div.swiper-slide > div.item > div.match-area > a.row |
TSL
27.04.2026
17:00
BJK
FKA div.swiper-slide > div.item > div.match-area > a.row |
SEA
27.04.2026
18:45
LAZ
UDI div.swiper-slide > div.item > div.match-area > a.row |
EPL
27.04.2026
19:00
MUN
BRE div.swiper-slide > div.item > div.match-area > a.row |
PRD
27.04.2026
19:00
ESP
LEV div.swiper-slide > div.item > div.match-area > a.row |
To appear in search results, crawlers need access to your app.
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 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback