Skip to content
https://dailysabah.com Export & share
Scanned
2026-04-22 21:22 UTC
Worker
🇧🇷 Sao Paulo
Duration
1.9m
Vs prev

Audit overview

3 categories need attention: Security, and 2 others.

Fix Priority Matrix

5 findings

Quick Wins

1

High impact, low effort — start here.

Strategic

4

High impact, requires investment.

Easy Improvements

0

Small gains, minimal effort.

Nothing in this quadrant — good news.

Deprioritize

0

Low impact, high effort — do last.

Nothing in this quadrant — good news.

← Low effort High effort →

Screenshots

DESKTOP + MOBILE
Desktop
Desktop screenshot
Mobile
Mobile screenshot

Top Priorities (5)

Sorted by impact
Critical: 1

Content-Security-Policy header is missing

Without a CSP, a single XSS bug can exfiltrate everything your users type — including credentials.

Security › Security Headers
Critical: 2

No Content-Security-Policy header found

Without a CSP, a single XSS bug can exfiltrate everything users type — credentials, payment data, session tokens.

Security › Content Security Policy
Critical: 3

2 image(s) missing alt attribute

Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.

Accessibility › Alt Text Quality
Critical: 4

7 control(s) without accessible label

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Accessibility › Form Accessibility
Critical: 5

7 link(s) with no accessible text

Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.

Accessibility › Link & Button Quality
What fixing these means. 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.
2 security gaps detected — browsers may warn visitors about your site.
3 accessibility issues exclude users who rely on assistive technology.

Business case

What fixing the audit's findings is worth -- and what ignoring them keeps costing.

Return on investment

€765 investment → €7,571/month returns + EUR 20,500,000 risk avoided

Investment
€765
9.0 h · 5 findings
Monthly returns
€7.571
€90.852/yr
Payback
0.1 mo
+11776% Y1
Regulatory risk avoided EUR 20.500.000
Or — fix only the top 3 findings
€6380.1 mo payback · +14151% Y1
Optimistic scenario assuming the top 3 capture most of the upside. Real-world recovery typically falls between this projection and the full-fix ROI above.
€43 — 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.

Conversion barriers

9 barrier(s) likely increasing bounce by ~34%.

Barriers
9
4 crit 5 warn
Bounce delta
+34pp
added vs baseline
Score
45
D
Speed
2
Trust
2
Usability
1
Content
1
Nav
3
  • Page takes 6.4s to load
    Users abandon at ~3s — you're 3.9s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 3.3s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • 7 form field(s) without a label
    Screen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
    → Associate every input with a visible <label for="…">; add autocomplete attributes
  • 5 broken link(s) on the page
    Clicks land on 404s — trust drops and the session often ends
    → Fix or remove the broken destinations surfaced on the Content tab
  • No HSTS header
    Returning visitors are briefly exposed to downgrade attacks on first request
    → Set Strict-Transport-Security: max-age=31536000; includeSubDomains

Preliminary CRO audit — each barrier links to the tab with detailed analysis.

Remediation cost

€765 9.0 developer hours at €85/hr
Quick wins
€43 1 fixes in ~30 minutes

Start here for the best return on investment

Cost by category

Cost by effort level

Adjust assumptions

Team composition

Multiplier applied to dev hours to reflect QA, design, and PM overhead. Use Dev only for solo work; Full team for projects with formal review processes.

/hr

Rates reflect fully-loaded developer cost including overhead

How developer rates are sourced

Warning:Cost of inaction

€3.642 / month at risk ~€43.702 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Compliance Risk

€20.500.000

GDPREAA
  • 8 advertising/retargeting trackers detected
    GDPR: EUR 10.000 – EUR 20.000.000
  • No <main> landmark found
    EAA: EUR 1.000 – EUR 500.000
  • Skip navigation link is missing (WCAG 2.4.1)
    EAA: EUR 1.000 – EUR 500.000

Bounce-Rate Cost

€3.641 /mo

+33.9pp bounce · ~3,390 lost visitors/mo

CPC: EUR 1.07

Bandwidth Waste

€0,53 /mo

7216.1 MB/mo × 0.074 EUR/GB

  • Optimize transfer: save ~722 KB per page load
    Saves €0,53/mo

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.

Compliance methodology · SEO assumptions · Bandwidth model

Your performance is already good — improvements may show diminishing returns

Unique monthly visitors from your analytics

Purchases, signups, or key actions

Optional — for revenue estimation

additional conversions/month

more engaged visitors from reduced bounce

potential monthly revenue
Current bounce (est.)
After fixes (est.)
Estimated bounce reduction

Fix 5 critical issues to capture this value

How this is calculated

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

Bounce-rate model & assumptions

Your data stays in your browser — nothing is sent to our servers

Lighthouse

Mobile

29
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
79
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

5.77 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

6.38 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

3.30 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.006

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

11.34 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.

21.18 s

Desktop

39
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
79
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.91 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.02 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

420 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.184

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.20 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.

7.23 s

Categories

8
Avg score 75.9

How you compare

Where this site stands against peers running the same stack.

Cart Functionality · 554 peers
You 72
·
Avg 73
At average
0 50 100
SEO P95Compliance P81Accessibility P21Sustainability P27Security P28Content P62Performance P41Infrastructure P50

Top 10% of Cart Functionality sites score 73+ on Accessibility; you're at 52 — closing this gap is the highest-leverage improvement.

Better than 33% of Cart Functionality sites See full Cart Functionality benchmark →
Amazon Route 53 · 1003 peers
You 72
·
Avg 72
At average
0 50 100
SEO P95Accessibility P17Compliance P79Security P24Sustainability P35Content P62Performance P45Infrastructure P46

Top 10% of Amazon Route 53 sites score 68+ on Accessibility; you're at 52 — closing this gap is the highest-leverage improvement.

Better than 34% of Amazon Route 53 sites See full Amazon Route 53 benchmark →

Technology stack

AOS, hosted on AWS, with AWS CloudFront CDN

39 technologies detected 5 stack layers 3 with CPE identifier Enterprise

Stack Architecture

Analytics
ADFOX Amazon Advertising Criteo DoubleClick Floodlight Gemius Google Analytics Google Publisher Tag Google Tag Manager OpenX Prebid 9.23.0 Twitter Ads Yandex.Metrika
Ecommerce
Cart Functionality
Framework
AOS Amazon Route 53 Cookie Control Cookiebot 1 Cybot FancyBox 3.5.7 Font Awesome Funding Choices Google Font API Google Search Console HSTS HTTP/3 Onsen UI Open Graph Priority Hints jQuery 3.7.1
CDN
AWS CloudFront Akamai Amazon CloudFront Envoy Unpkg
Hosting
AWS Akamai Connected Cloud Amazon Web Services F5 Distributed Cloud Services Snowplow Analytics

All Detected Technologies (39)

Categories CDN Website https://aws.amazon.com/cloudfront Detected by BeaverCheck Evidence x-amz-cf-id: sk4fZlSpK4faKr6q8UzqAfphvZEuRycfCM_lS_lJ26t7Sv31SxzrFA==

Akamai is global content delivery network (CDN) services provider for media and software delivery, and cloud security solutions.

Categories CDN Website https://akamai.com Detected by BeaverCheck

Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds.

Categories CDN Website https://aws.amazon.com/cloudfront/ Detected by BeaverCheck

Envoy is an open-source edge and service proxy, designed for cloud-native applications.

Categories Reverse proxies Website https://www.envoyproxy.io/ Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Unpkg is a content delivery network for everything on npm.

Categories CDN Website https://unpkg.com Detected by BeaverCheck Evidence Script URL contains unpkg.com: https://unpkg.com/aos@next/dist/aos.js
Categories Hosting Website https://aws.amazon.com Detected by BeaverCheck · Medium Evidence Header: X-Amz-Cf-Pop

Akamai Connected Cloud is a distributed cloud platform that combines core compute, edge services, and security to run applications at global scale.

Categories PaaS Website https://www.akamai.com/solutions/cloud-computing Detected by BeaverCheck

Amazon Web Services (AWS) is a comprehensive cloud services platform offering compute power, database storage, content delivery and other functionality.

Categories PaaS Website https://aws.amazon.com/ Detected by BeaverCheck

F5 Distributed Cloud Services is a SaaS platform providing security, networking, and application management to deploy, secure, and operate applications in cloud-native environments.

Categories PaaS Website https://www.f5.com/products/distributed-cloud-services Detected by BeaverCheck

Snowplow is an open-source behavioral data management platform for businesses.

Categories Analytics, IaaS Website https://snowplowanalytics.com Detected by BeaverCheck

Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.

Categories Ecommerce Website https://www.wappalyzer.com/technologies/ecommerce/cart-functionality Detected by BeaverCheck

JavaScript library to animate elements on your page as you scroll.

Categories JavaScript libraries Website https://michalsnik.github.io/aos/ Detected by BeaverCheck
Categories DNS Detected by BeaverCheck Evidence NS record: ns-1172.awsdns-18.org
Categories Cookie compliance Website https://www.civicuk.com/cookie-control Detected by BeaverCheck

Cookiebot is a cloud-driven solution that automatically controls cookies and trackers, enabling full GDPR/ePrivacy and CCPA compliance for websites.

Categories Cookie compliance Website https://www.cookiebot.com Detected by BeaverCheck

Cybot is a tool that facilitates compliance with data privacy laws for website operators and marketers.

Categories Cookie compliance Website https://www.cybot.com/ Detected by BeaverCheck

FancyBox is a tool for displaying images, html content and multi-media in a Mac-style 'lightbox' that floats overtop of web page.

Categories JavaScript libraries Website https://fancyapps.com/fancybox Detected by BeaverCheck

Font Awesome is a font and icon toolkit based on CSS and Less.

Categories Font scripts Website https://fontawesome.com/ Detected by BeaverCheck

Funding Choices is a messaging tool that can help you comply with the EU General Data Protection Regulation (GDPR), and recover lost revenue from ad blocking users.

Categories Cookie compliance Website https://developers.google.com/funding-choices Detected by BeaverCheck

Google Font API is a web service that supports open-source font files that can be used on your web designs.

Categories Font scripts Website https://fonts.google.com/ Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=BFeR87I2sTU020ZEaNTVE1h5zN9rJY2ZSD-6G7Js1LQ

HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.

Categories Security Website https://www.rfc-editor.org/rfc/rfc6797#section-6.1 Detected by BeaverCheck

HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.

Categories Miscellaneous Website https://httpwg.org/ Detected by BeaverCheck

Onsen UI is an open-source HTML5 hybrid app framework offering mobile UI components for PhoneGap and Cordova development.

Categories Mobile frameworks Website https://onsen.io Detected by BeaverCheck

Open Graph is a protocol that is used to integrate any web page into the social graph.

Categories Miscellaneous Website https://ogp.me Detected by BeaverCheck

Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.

Categories Performance Website https://wicg.github.io/priority-hints/ Detected by BeaverCheck

jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.

Categories JavaScript libraries Website https://jquery.com Detected by BeaverCheck Evidence Script URL: https://idsb.tmgrup.com.tr/ly/theme_dailysabah/js/jquery-3.7.1.min.js
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

ADFOX is an advertising management platform for media publishers.

Categories Advertising Website https://adfox.yandex.ru Detected by BeaverCheck

Amazon Advertising (formerly AMS or Amazon Marketing Services) is a service that works in a similar way to pay-per-click ads on Google.

Categories Advertising Website https://advertising.amazon.com Detected by BeaverCheck

Criteo provides personalised retargeting that works with Internet retailers to serve personalised online display advertisements to consumers who have previously visited the advertiser's website.

Categories Advertising, Retargeting Website https://criteo.com Detected by BeaverCheck
Categories Advertising Website https://support.google.com/ds/answer/6029713?hl=en Detected by BeaverCheck
Categories Analytics Website https://www.gemius.com Detected by BeaverCheck

Google Analytics is a free web analytics service that tracks and reports website traffic.

Categories Analytics Website https://google.com/analytics Detected by BeaverCheck

Google Publisher Tag (GPT) is an ad tagging library for Google Ad Manager which is used to dynamically build ad requests.

Categories Advertising Website https://developers.google.com/publisher-tag/guides/get-started Detected by BeaverCheck

Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.

Categories Tag managers Website https://www.google.com/tagmanager Detected by BeaverCheck Evidence Script URL contains www.googletagmanager.com: https://www.googletagmanager.com/gtag/js?id=G-YL2LDSR749

OpenX is a programmatic advertising technology company.

Categories Advertising Website https://openx.com Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Prebid is an open-source header bidding wrapper. It forms the core of our Nucleus ad platform, helping maximize revenue and performance for publishers.

Categories Advertising Website https://prebid.org Detected by BeaverCheck

Twitter Ads is an advertising platform for Twitter 'microblogging' system.

Categories Advertising Website https://ads.twitter.com Detected by BeaverCheck

Yandex.Metrica is a free web analytics service that tracks and reports website traffic.

Categories Analytics Website https://metrika.yandex.com Detected by BeaverCheck

Observations (2)

No build tool detected

A framework (AOS) was detected but no bundler was identified. The build tool may not be detectable from output patterns, or the site may use the framework's built-in bundler.

Complex technology stack detected

39 technologies identified. A complex stack increases maintenance burden and attack surface. Consider whether all components are actively needed.

Show your score

Drop this badge on your README, marketing site, or status page. It auto-updates every time the audit re-runs and links back to this report.

BeaverCheck badge

This badge auto-updates with your latest scan result.

[![BeaverCheck](https://beavercheck.com/badge?url=https%3A%2F%2Fdailysabah.com)](https://beavercheck.com/results/f2c489fb-21d8-403d-9d72-0dc07dfde0e3)
<a href="https://beavercheck.com/results/f2c489fb-21d8-403d-9d72-0dc07dfde0e3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdailysabah.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fdailysabah.com

Export & share

Download the audit, share with your team, or grab a fix plan ready to copy into your tracker.

Share

Copies markdown to clipboard

Export
Download Markdown Report Download JSON

Fix Plan

Three-week roadmap to ship the audit's findings, with one-click copy targets for your tracker.

Three-week fix plan

2 sprints · 9h total → projected B (81)

Sprint 1: Quick Wins

+2

Highest ROI — low effort, high impact

1 findings 0h → C (74)
  • · 7 link(s) with no accessible text

Sprint 2: Core Fixes

+7

Medium effort, high structural impact

4 findings 8h → B (81)
  • · 7 control(s) without accessible label
  • · 2 image(s) missing alt attribute
  • · Content-Security-Policy header is missing
  • · No Content-Security-Policy header found

Send Feedback