# BeaverCheck Audit Report — https://www.ikv.org.tr

**Date:** May 10, 2026  
**URL:** https://www.ikv.org.tr  
**Overall Grade:** C (79/100)  
**Report:** https://beavercheck.com/results/868bfc3f-faec-48c3-b335-862670b9ebab

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** HSTS header is missing — Security > Security Headers
3. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
4. **[CRITICAL]** Page weighs 23.7 MB (22.6 MB transferred) — Performance > Page Weight Budget
5. **[CRITICAL]** 1 button(s) with no accessible text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 52 |
| Accessibility | 100 |
| Best Practices | 92 |
| SEO | 100 |

---

## Security

### Security Headers (F — 0/100)

*0 of 10 headers properly configured*

- **[CRITICAL]** HSTS header is missing — Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[WARNING]** X-Frame-Options header is missing — This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
- **[WARNING]** Referrer-Policy header is missing — Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[WARNING]** X-Powered-By header reveals technology stack — This header discloses server technology (e.g. Express, PHP), helping attackers target known vulnerabilities. Remove it.
- **[WARNING]** Server header reveals version information — The Server header discloses the software version, aiding attackers in targeting known vulnerabilities. Remove the version number.
- **[INFO]** Domain is not in the Chrome HSTS preload list (status: unknown) — Submit your domain to hstspreload.org to close the trust-on-first-use gap. Requires a preload-ready HSTS header (max-age=31536000+, includeSubDomains, preload).

### Content Security Policy (F — 0/100)

*No enforcing CSP policy found*

- **[CRITICAL]** No Content-Security-Policy header found — CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

### TLS & Certificates (A+ — 100/100)

*TLS 1.2, 7 checks passed*

- **[PASS]** TLS 1.2 is used
- **[INFO]** TLS 1.3 is not negotiated — TLS 1.3 offers improved performance and security. Consider enabling it.
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[INFO]** OCSP stapling not enabled — Without stapling, the browser performs a separate OCSP roundtrip on first connection -- adding latency and leaking the visited host to the CA. Enable OCSP stapling on your TLS server.
- **[PASS]** Certificate is valid (expires in 125 days)
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

### Cookie Security (A — 90/100)

*1 cookies analyzed, 1 checks passed*

- **[PASS]** Cookie 'ASPSESSIONIDQQGSBRSS' has the Secure flag
- **[WARNING]** Cookie 'ASPSESSIONIDQQGSBRSS' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie 'ASPSESSIONIDQQGSBRSS' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.

### Cookie Hygiene (A+ — 100/100)

*All 1 cookie(s) pass hygiene checks*

- **[PASS]** All 1 cookie(s) pass hygiene checks

### WAF / Bot Protection (B — 75/100)

*No WAF detected via response headers*

- **[INFO]** No WAF detected — Response headers don't match any known WAF or bot-management product. Sites exposed to abuse (login, signup, payment) typically benefit from a WAF such as Cloudflare, Akamai, AWS WAF, or Imperva.

### security.txt (C — 60/100)

*No security.txt file found*

- **[INFO]** No security.txt file found — security.txt (RFC 9116) provides a standardized way for security researchers to report vulnerabilities. Create one at /.well-known/security.txt with at least a Contact field.

### Cross-Origin Tab Safety (D — 60/100)

*35 of 35 new-tab link(s) missing rel=noopener*

- **[WARNING]** 35 link(s) open in a new tab without rel=noopener — Without rel="noopener", the destination tab can navigate the original tab via window.opener -- a reverse-tabnabbing phishing primitive. Modern browsers default to noopener since Chrome 88 / Firefox 79 / Safari 12.1, but explicit rel="noopener noreferrer" remains the documented best practice for older browsers, in-app webviews, and security scanners.

### CSP Inline-Style Readiness (C — 75/100)

*41 inline style attribute(s) detected*

- **[WARNING]** 41 inline style attribute(s) detected — Each `style=""` attribute forces `style-src 'unsafe-inline'` in any Content-Security-Policy, which negates most of CSP's XSS-mitigation value. 41 inline style(s) is moderate. Affected element types include: mask, div. Move styles to a stylesheet; use CSS custom properties for runtime-dynamic values; or adopt a nonce/hash CSP policy. Most teams take the stylesheet path because it's also a maintainability win.

### Trusted Types (XSS Sink Hardening) (A+ — 100/100)

*No CSP header -- Trusted Types check is N/A*

- **[PASS]** No CSP header found -- Trusted Types check is N/A

### Bot Challenge Detection (A+ — 100/100)

*Scan reached real page content (no bot-protection interstitial)*

- **[PASS]** No bot-protection interstitial detected -- the rest of the report reflects the real page

### Soft-404 Detection (A+ — 100/100)

*No soft-404 patterns detected in page title or headings*

- **[PASS]** No soft-404 patterns detected in page title or headings

### Empty Page Detection (A+ — 100/100)

*Page has substantive body text and no placeholder / template-leak signals*

- **[PASS]** Page has substantive body text and no placeholder / template-leak signals

### Geo-Restriction Detection (A+ — 100/100)

*No geo-restriction signals detected -- scan reached the page from an allowed region*

- **[PASS]** No geo-restriction detected

### Maintenance Mode Detection (A+ — 100/100)

*No maintenance-mode signals detected -- scan reached a normal page*

- **[PASS]** No maintenance-mode signals detected

### Subresource Integrity Adoption (D — 50/100)

*14% SRI adoption (1/7 third-party resources)*

- **[WARNING]** SRI adoption: 1/7 third-party resources protected (14%) — Of 7 third-party `<script>` / `<link rel=stylesheet>` resources, 1 (14%) declare a Subresource Integrity hash via the `integrity=` attribute. SRI binds the page to the exact bytes of the third-party resource: if the CDN is compromised, attacker-modified bytes won't match the declared hash and the browser refuses to execute the resource.

Missing SRI on (first 5 examples):
  - https://buttons-config.sharethis.com/js/5f1ee0442e6e340011504a82.js
  - https://www.googletagmanager.com/gtag/js?id=G-YJ80DB4KH8&cx=c&gtm=4e6562
  - https://www.googletagmanager.com/gtag/js?id=G-K4MB1FG5QN
  - https://www.googletagmanager.com/gtag/js?id=G-YJ80DB4KH8
  - https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block

Fix: add `integrity="sha384-..."` and `crossorigin="anonymous"` attributes. Generators: srihash.org, or in-browser via `await crypto.subtle.digest('SHA-384', bytes)`. Cache-bust the resource URL when you change versions, since the integrity hash will mismatch with old cached bytes.

### CORS Depth (A — 90/100)

*1 CORS depth signal(s) detected*

- **[INFO]** CORS allows any origin (`Access-Control-Allow-Origin: *`) — Any website can fetch this URL via JavaScript and read the response body. Acceptable for genuinely public APIs (e.g. CDN-served static assets). Risky if the URL returns user-specific or session-derived data, since other origins can scrape it via the user's browser without needing credentials. Narrow Allow-Origin to a specific origin allow-list when the response is sensitive.

### Permissions-Policy Granularity (C — 60/100)

*No Permissions-Policy header set -- powerful features (camera / microphone / geolocation / payment / USB) default to allow-on-same-origin*

- **[WARNING]** Permissions-Policy header not set -- features default to allow-on-same-origin — Without a `Permissions-Policy` (or legacy `Feature-Policy`) header, every powerful browser feature defaults to its spec default policy (typically `self`). A third-party iframe injected via XSS or a misconfigured embed can still request access to the user's camera, microphone, geolocation, payment APIs, USB devices, etc. Explicitly deny features the page doesn't need:

```
Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=(), usb=(), accelerometer=(), gyroscope=()
```

Features the page legitimately uses can stay enabled with `feature=(self)`.

### Referrer-Policy Strictness (B — 75/100)

*Referrer-Policy header not set -- browser default applies (modern: strict-origin-when-cross-origin; legacy browsers: no-referrer-when-downgrade)*

- **[INFO]** Referrer-Policy header not set -- browser default applies — Without an explicit `Referrer-Policy` header, the browser falls back to its default policy. Modern browsers (Chrome 85+, Firefox 87+, Safari 15+) default to `strict-origin-when-cross-origin`, which is privacy-safe. Legacy browsers default to the leaky `no-referrer-when-downgrade`, which sends the full URL (including path + query) on cross-origin HTTPS-to-HTTPS requests. Set an explicit header to ensure consistent behavior:

```
Referrer-Policy: strict-origin-when-cross-origin
```

This matches the modern browser default and is privacy-safe without breaking referrer-based same-origin analytics.

### Source Map Exposure (A+ — 100/100)

*No source maps accessible (probed 4 candidate URL(s))*

- **[PASS]** No source maps accessible across 4 probed candidate(s)

### HTML Version Disclosure (A+ — 100/100)

*No software-version disclosures in HTML*

- **[PASS]** No software-version disclosures in HTML

### Open Redirect Surface (A+ — 100/100)

*No redirect-shaped query parameters in DOM links*

- **[PASS]** No redirect-shaped query parameters in DOM links

### Auth Security (A+ — 100/100)

*Page is not a login form -- auth-security checks are N/A*

- **[PASS]** Page does not appear to be a login form

### Subdomain Inventory Exposure (A+ — 100/100)

*No risky subdomain names in certificate SANs*

- **[PASS]** No risky subdomain names in certificate SANs

---

## Advanced Security

### Subresource Integrity (D — 40/100)

*1 of 7 external resources have SRI*

- **[WARNING]** External script from buttons-config.sharethis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from fonts.googleapis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[PASS]** script from cdn.jsdelivr.net has SRI protection
- **[WARNING]** External script from platform-api.sharethis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

### JS Library Vulnerabilities (A+ — 100/100)

*No known vulnerabilities*

- **[PASS]** No known JavaScript library vulnerabilities detected

### Information Leakage (A+ — 100/100)

*No exposures*

- **[INFO]** No security.txt found — Consider adding a security.txt at /.well-known/security.txt.
- **[PASS]** No sensitive files exposed

### Email Security (F — 0/100)

*no DMARC, no SPF*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures. Add a TXT record at _dmarc.<domain> starting with v=DMARC1.
- **[WARNING]** No SPF record found — Without SPF (Sender Policy Framework), receivers can't tell which servers are authorized to send mail for your domain. Add a TXT record at the apex starting with v=spf1, ending in -all.
- **[INFO]** No DKIM detected via common selectors — DKIM signs outbound mail to prove origin. We probed common selectors (default, google, selector1, etc.) without finding a record. If you use a non-standard selector, this is a false negative.
- **[INFO]** MTA-STS not configured — MTA-STS forces inbound mail to use TLS, preventing downgrade attacks. Requires both a TXT record at _mta-sts.<domain> and a policy file at https://mta-sts.<domain>/.well-known/mta-sts.txt.
- **[INFO]** TLS-RPT not configured — TLS-RPT (RFC 8460) lets MTAs report TLS-handshake failures, so you can detect and fix MTA-STS misconfigurations. Add a TXT record at _smtp._tls.<domain>.
- **[INFO]** BIMI not configured — BIMI (Brand Indicators for Message Identification) lets supporting clients (Gmail, Apple Mail, Yahoo) display your verified logo next to your messages. Optional but raises trust signals. Requires DMARC at p=quarantine or p=reject to be honored.

### API Surface (A+ — 100/100)

*No API specs or GraphQL introspection found (probed 11 candidate path(s))*

- **[PASS]** No API specs or GraphQL introspection found (probed 11 path(s))

### Permissions-Policy (D — 40/100)

*No header set*

- **[WARNING]** No Permissions-Policy header — Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

### CORS Configuration (C — 60/100)

*Origin: **

- **[INFO]** Access-Control-Allow-Origin: * — unrestricted — Any website can read this resource's response. Appropriate for public APIs but not for user-specific content.
- **[INFO]** Origin reflection not testable with a single request — Some servers reflect the request Origin header. This requires manual testing with a crafted Origin header.

---

## Performance

### Page Weight Budget (F — 0/100)

*22.6 MB transferred, 102 requests*

- **[CRITICAL]** Page weighs 23.7 MB (22.6 MB transferred)
- **[WARNING]** Images are 17.2 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[INFO]** Fonts are 3.9 MB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[WARNING]** JavaScript is 963 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** CSS is 363 KB — consider purging unused styles — Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
- **[WARNING]** 102 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 4.7 g CO2 per page load

### Third-Party Impact (A+ — 100/100)

*19% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 19% of page weight (4.2 MiB of 22.6 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

### Text Compression (A+ — 100/100)

*All text resources are compressed*

- **[PASS]** All text resources are compressed

### Image Optimization (B — 75/100)

*71 images, 0 KB saveable*

- **[PASS]** All images are well-optimized

### JS Execution Cost (D — 40/100)

*2800ms total JS execution*

- **[WARNING]** https://www.ikv.org.tr/: 1022ms CPU time
- **[WARNING]** Unattributable: 978ms CPU time
- **[INFO]** https://www.googletagmanager.com/gtag/js?id=G-K4MB...: 210ms CPU time
- **[INFO]** https://www.googletagmanager.com/gtag/js?id=G-YJ80...: 194ms CPU time
- **[INFO]** https://www.ikv.org.tr/js/jquery-3.7.1.min.js: 160ms CPU time
- **[WARNING]** Third-party scripts: 1510ms (54% of total)

### Font Loading (A+ — 100/100)

*6 fonts (4045 KB)*

- **[INFO]** 6 font(s) use font-display: swap (FOUT risk but functional)

### JS Bundles (D — 40/100)

*12 scripts, 463 KB unused*

- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-YJ80...: 106 KB unused (73%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.ikv.org.tr/js/home.min.js?v=2801202502: 67 KB unused (53%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-YJ80...: 65 KB unused (45%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-K4MB...: 62 KB unused (43%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.ikv.org.tr/js/jquery-3.7.1.min.js: 47 KB unused (55%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 463 KB

### Resource Caching (A+ — 100/100)

*All resources properly cached*

- **[PASS]** No caching issues found

### Critical Rendering Path (A+ — 100/100)

*No render-blocking resources*

- **[PASS]** No render-blocking resources detected

### Resource Hints (A+ — 95/100)

*19 hints, 0 missing preconnects*

- **[INFO]** 2 URL(s) appear in multiple hints — The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://www.ikv.org.tr/images/fotogaleri/2842026162716_monthly_131_slider.jpg (preload+preload), https://www.ikv.org.tr/images/fotogaleri/1032026112930_ikv_bolat_sirilti.jpg (preload+preload).
- **[PASS]** Page uses 19 resource hint(s)

### HTTP/3 (QUIC) (B — 75/100)

*HTTP/3 not advertised*

- **[INFO]** HTTP/3 (QUIC) is not advertised — HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.

### Compression Algorithm (C — 70/100)

*Main response served uncompressed*

- **[INFO]** Main HTML response has no Content-Encoding (uncompressed) — The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.

### LCP Image Preload (A+ — 100/100)

*LCP preload audit not available*

- **[PASS]** LCP image preload audit not available for this scan

### Main HTML Cache-Control (A+ — 100/100)

*Main HTML uses no-store -- correct for sensitive/dynamic content*

- **[PASS]** Main HTML uses no-store -- correct for sensitive/dynamic content

### Server-Timing Observability (B — 85/100)

*No Server-Timing header found*

- **[INFO]** No Server-Timing header found — Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.

### Server Response Intelligence (A+ — 95/100)

*2 server-response signal(s) detected*

- **[PASS]** `Vary` header declared: Accept-Encoding — The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
- **[INFO]** No `ETag` or `Last-Modified` -- conditional GET not supported — Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.

### Page Weight Inventory (D — 50/100)

*102 resources · 22.6 MB · 463 KB savings available*

- **[WARNING]** Page weight 22.6 MB exceeds 1 MB target by 21.6 MB
- **[INFO]** ~463 KB of savings available
- **[INFO]** 11 third-party resources (19% of weight)
- **[INFO]** 32 resources over 200KB

### Render-Blocking Resources (A+ — 100/100)

*No render-blocking resources detected*

- **[PASS]** No render-blocking resources detected in <head>

### Third-Party Resources (A+ — 100/100)

*No third-party resources detected*


### JavaScript Blocking (A — 94/100)

*1 JS blocking issue(s) detected*

- **[WARNING]** 1 render-blocking <script src> tag(s) without async/defer — Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.

### CSS Performance Depth (A+ — 100/100)

*No CSS performance depth issues detected*

- **[PASS]** No CSS performance depth issues detected

---

## Content Quality

### Links (F — 40/100)

*200 links checked, 134 healthy, 66 broken*

- **[CRITICAL]** 134 of 200 links are healthy
- **[WARNING]** Broken link: https://fonts.googleapis.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://fonts.gstatic.com — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/default.asp?lng=tr — Found in <a href>. Get "https://www.ikv.org.tr/default.asp?lng=tr": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9349&id=10 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9349&id=10": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9349&id=11 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9349&id=11": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9349&id=14 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9349&id=14": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=12&id=17 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=12&id=17": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=12&id=18 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=12&id=18": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=12&id=19 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=12&id=19": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=69 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=69": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=606 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=606": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=1047 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=1047": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=71 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=71": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=9522 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=9522": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=5478 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=5478": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=351 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=351": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=73 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=73": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=782 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9410&id=782": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=7&id=70 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=7&id=70": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=70&id=207 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=70&id=207": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=70&id=208 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=70&id=208": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=67&id=118 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=67&id=118": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=67&id=119 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=67&id=119": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=5122 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=5122": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=52 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=52": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=1291 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=1291": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=1826 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=1826": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=1290 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9411&id=1290": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=48&id=1296 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=48&id=1296": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=1296&id=1790 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=1296&id=1790": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=204&id=53 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=204&id=53": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=204&id=51 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=204&id=51": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=204&id=54 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=204&id=54": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=204&id=55 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=204&id=55": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=8&id=74 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=8&id=74": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=8&id=783 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=8&id=783": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=8&id=76 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=8&id=76": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=84&id=92 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=84&id=92": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=84&id=94 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=84&id=94": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=84&id=9360 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=84&id=9360": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/Default.asp?lng=en — Found in <a href>. Get "https://www.ikv.org.tr/Default.asp?lng=en": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=9968 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=9968": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?ust_id=9878&id=10007&lng=tr — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?ust_id=9878&id=10007&lng=tr": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=9902 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=9902": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=9896 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=9896": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=9913 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=9913": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9285&id=9838 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9285&id=9838": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9285&id=9778 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9285&id=9778": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10022 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10022": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9285&id=9662 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9285&id=9662": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9285&id=9755 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9285&id=9755": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=207&id=9612 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=207&id=9612": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10063 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10063": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10062 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10062": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10061 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10061": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10064 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10064": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10060 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10060": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10059 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10059": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10058 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10058": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10057 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10057": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10056 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878&id=10056": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?lng=tr&ust_id=9878": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?ust_id=7&id=69 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?ust_id=7&id=69": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?ust_id=7&id=606 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?ust_id=7&id=606": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?ust_id=7&id=70 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?ust_id=7&id=70": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.ikv.org.tr/ikv.asp?ust_id=7&id=71 — Found in <a href>. Get "https://www.ikv.org.tr/ikv.asp?ust_id=7&id=71": context deadline exceeded

### Mixed Content (A+ — 100/100)

*No mixed content detected — all resources use HTTPS.*

- **[PASS]** No mixed content detected — all resources use HTTPS

### Open Graph (A — 90/100)

*Open Graph tags are well configured for social sharing.*

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.
- **[INFO]** og:description is short (47 characters) — Ideal length is 55–200 characters for social sharing previews.

### Open Graph / Twitter Card Depth (A+ — 100/100)

*OG image dimensions and Twitter card configuration look healthy*

- **[PASS]** OG/Twitter Card depth is clean -- dimensions, card type, and inheritance all valid

### Structured Data (C — 40/100)

*No structured data (JSON-LD) found.*

- **[INFO]** No structured data (JSON-LD) found — Adding structured data helps search engines understand your content and can enable rich results.

### Rich Results Eligibility (C — 75/100)

*No JSON-LD found -- no rich-result eligibility*

- **[INFO]** No JSON-LD structured data on the page — No `<script type="application/ld+json">` blocks found. Without structured data, search engines fall back to inferring page meaning from raw HTML -- which works but doesn't unlock SERP features (rich snippets, knowledge panel, FAQ accordion, breadcrumb trail). Adding even basic JSON-LD (Organization for the site identity, BreadcrumbList for navigation context) is a low-effort SEO win.

### Image Optimization (F — 25/100)

*7 issues found across 78 images*

- **[WARNING]** 55 images significantly larger than display size — Resizing to display dimensions could save approximately 9823 KB.
- **[INFO]** 62 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[WARNING]** All 77 images use legacy formats (JPEG/PNG/GIF) — WebP offers 25-35% smaller files than JPEG. Use <picture> with <source type="image/webp"> for modern format support.
- **[WARNING]** 60 images missing alt text — Alt text is essential for screen readers and SEO. Every meaningful image needs descriptive alt text.
- **[WARNING]** Total image weight: 15471 KB (15.1 MB) — Consider compressing images, using modern formats, and serving appropriately sized images.
- **[INFO]** 8 image(s) wider than 400px without srcset (no responsive serving) — These images deliver the same asset to every viewport (mobile, tablet, retina). Adding srcset / <picture> lets the browser pick a viewport-appropriate variant and typically saves 40-70% of bytes on mobile. Sample: https://www.ikv.org.tr/images/highlights-bg.jpg, https://www.ikv.org.tr/images/onecikanlar-bg.jpg, https://www.ikv.org.tr/images/fotogaleri/1612025170136_ikv-kutuphanesi-img.jpg (+5 more).
- **[INFO]** 10 image(s) rendered at a different aspect ratio than the source — The displayed dimensions distort the source -- CSS is forcing the image into a container at the wrong ratio, producing visible stretching or squashing. Either crop the source to match or use object-fit: cover (and accept the crop). Sample: https://www.ikv.org.tr/images/fotogaleri/2842026162716_monthly_131_slider.jpg, https://www.ikv.org.tr/images/fotogaleri/1032026112930_ikv_bolat_sirilti.jpg, https://www.ikv.org.tr/images/fotogaleri/1742026111820_bskn_brksl_slider.jpg (+7 more).

### Autoplay Media (A+ — 100/100)

*No autoplay media on the page*

- **[PASS]** No autoplay media on the page

---

## Infrastructure

### DNS Records (A — 85/100)

*1 A records, 129 ms lookup*

- **[PASS]** Resolves to 1 IPv4 address(es)
- **[INFO]** Single A record — no DNS redundancy — Multiple A records provide failover if one server goes down.
- **[INFO]** No IPv6 (AAAA) records
- **[INFO]** No NS records found
- **[INFO]** No MX records — email not configured via DNS
- **[INFO]** No SPF record found in TXT records — SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
- **[PASS]** DNS resolution time: 129 ms

### Subdomain Takeover (A+ — 100/100)

*No subdomain takeover risk detected*

- **[PASS]** No CNAME record present

### DNSSEC (B — 80/100)

*Unsigned (DNSSEC not deployed)*

- **[INFO]** DNSSEC is not deployed — The zone is not DNSSEC-signed. Users on validating resolvers (Cloudflare 1.1.1.1, Quad9 9.9.9.9, growing default in mobile resolvers) get no protection against DNS spoofing for this domain. Most registrars now offer DNSSEC at a single click; consider enabling it for sites where authenticity matters (banking, healthcare, government).

### CAA Records (B — 80/100)

*No CAA records (any CA may issue certificates)*

- **[INFO]** No CAA records published — Without CAA records, any publicly-trusted CA can issue certificates for this domain. Adding a CAA record (`yourdomain. IN CAA 0 issue "letsencrypt.org"`) restricts issuance to CAs you authorize. Required by CAB Forum baseline since 2017; the default of 'any CA' is widely supported but is the broader attack surface for issuance fraud.

### Reverse DNS (A+ — 100/100)

*1/1 IPs match cert SAN*

- **[PASS]** PTR for 212.58.8.151 matches certificate SAN: ikv.org.tr

### Multi-Resolver DNS Speed (B — 80/100)

*Mean 122ms across 3 resolvers (spread 159ms)*

- **[PASS]** Google: 69ms
- **[PASS]** Quad9: 71ms
- **[PASS]** Cloudflare: 228ms

### Redirect Chain (A+ — 100/100)

*No redirects — direct access*

- **[PASS]** No redirects — direct access

### IPv6 Readiness (C — 60/100)

*No IPv6 support*

- **[INFO]** No IPv6 (AAAA) records found — IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

### Crawlability (A+ — 100/100)

*robots.txt present, sitemap with 17198 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 17198 entries
- **[PASS]** robots.txt references sitemap

### URL Variants (A+ — 100/100)

*www/non-www, trailing slash, HTTP→HTTPS*

- **[PASS]** www/non-www redirect configured correctly (preferred: www)
- **[PASS]** HTTP correctly 301-redirects to HTTPS

### Domain Intelligence (A+ — 100/100)

*ikv.org.tr — hosted on DORUKNET, TR*

- **[WARNING]** Registrar lock is NOT enabled — The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
- **[PASS]** Hosting: DORUKNET, TR

---

## Compliance

### WCAG Compliance (A+ — 100/100)

*No testable criteria*


### Cookie Consent & Privacy (C — 60/100)

*No consent signals detected*

- **[WARNING]** No privacy policy link detected — A privacy policy page is recommended for transparency and may be legally required.
- **[INFO]** No terms of service link detected
- **[INFO]** No cookie consent banner detected
- **[CRITICAL]** 1 non-essential cookie(s) set without consent banner — Unrecognized (treated as non-essential): ASPSESSIONIDQQGSBRSS
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

### Consent UX Depth (A+ — 100/100)

*No consent-UX depth issues detected*

- **[PASS]** No consent-UX depth issues detected

### Tracker Inventory (A+ — 100/100)

*No known trackers detected on this page*

- **[PASS]** No known trackers detected on this page

### Language & i18n (A — 90/100)

*Lang attribute present*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[INFO]** No Content-Language HTTP header
- **[INFO]** Language signals are inconsistent — The <html lang> attribute and Content-Language header should agree.

### Hreflang Configuration (A+ — 100/100)

*No hreflang tags on this page*

- **[PASS]** No hreflang tags found (single-language site)

### Internationalization Extras (A+ — 100/100)

*No additional i18n signals detected*

- **[PASS]** No additional i18n signals detected

### Readability & Typography (A+ — 100/100)

*Font sizes and tap targets checked*


### Viewport Configuration (A+ — 100/100)

*Viewport properly configured*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[PASS]** User zooming is allowed

### Accessibility Statement (B — 70/100)

*No accessibility statement detected*

- **[WARNING]** No accessibility statement detected — Sites are increasingly expected to publish an accessibility statement. Required by EU Web Accessibility Directive 2016/2102 for public-sector bodies; recommended best practice elsewhere. Common URLs: /accessibility, /accessibility-statement, /a11y.

### GDPR Article 13 Disclosures (F — 25/100)

*0 / 8 Art. 13 categories matched in homepage body*

- **[WARNING]** GDPR Article 13 disclosure coverage: 0 / 8 categories — Scanned the homepage body text for GDPR Article 13 disclosures. Matched 0 of 8 categories: . Missing: Data Protection Officer contact (where applicable), Data retention period, Data subject rights (access, erasure, rectification, etc.), Identity / contact details of the data controller, International data transfers, Legal basis for processing, Recipients of personal data, Right to lodge a complaint with a supervisory authority. Note: this scan does not fetch the privacy policy sub-page; if Article 13 disclosures live there, they are not visible to this check.

### Third-Party Trackers (C — 55/100)

*2 trackers detected*

- **[INFO]** 2 third-party trackers detected — Found 1 analytics, 0 advertising, 0 marketing, 1 tag manager, 0 session-replay, 0 heatmap trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 2 trackers but no cookie policy was detected. GDPR requires disclosure when using tracking cookies.
- **[WARNING]** Trackers detected but no privacy policy found — Most data protection regulations require a privacy policy when collecting user data via trackers.

### Cookie & Tracker Inventory (A+ — 100/100)

*1 cookies · 2 trackers · 0 pre-consent*

- **[INFO]** 2 third-party tracker(s) detected on page

### Tracking Pixel Inventory (A+ — 100/100)

*No tracking pixels detected*

- **[PASS]** No tracking pixels detected

### Browser Fingerprinting (A+ — 100/100)

*No browser-fingerprinting libraries detected*

- **[PASS]** No browser-fingerprinting libraries detected

### Cross-Site Cookies (SameSite=None) (A+ — 100/100)

*No SameSite=None cookies -- no cross-site travel surface*

- **[PASS]** No cookies opted in to cross-site travel (SameSite=None)

### Beacon Tracking (sendBeacon) (A+ — 100/100)

*No navigator.sendBeacon usage detected in inline scripts*

- **[PASS]** No navigator.sendBeacon usage detected in inline scripts

---

## Legal

### Legal Page Ecosystem (F — 0/100)

*0 of 7 expected legal pages detected*

- **[WARNING]** Privacy Policy not detected — No link matching common Privacy Policy URL patterns or link text was found. Most websites are expected to have a Privacy Policy, especially those collecting user data.
- **[WARNING]** Terms of Service not detected — No link matching common Terms of Service URL patterns or link text was found. Most websites are expected to have a Terms of Service, especially those collecting user data.
- **[INFO]** Cookie Policy not detected — No link matching common Cookie Policy URL patterns or link text was found. Most websites are expected to have a Cookie Policy, especially those collecting user data.
- **[INFO]** Accessibility Statement not detected — No link matching common Accessibility Statement URL patterns or link text was found. Most websites are expected to have a Accessibility Statement, especially those collecting user data.
- **[INFO]** DMCA / Copyright Notice not detected — No link matching common DMCA / Copyright Notice URL patterns or link text was found. Most websites are expected to have a DMCA / Copyright Notice, especially those collecting user data.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

### Copyright Notice (A+ — 100/100)

*Copyright 2026 - İKTİSADİ KALKINMA VAKFI Designed By: OrB…*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: Copyright 2026 - İKTİSADİ KALKINMA VAKFI Designed By: OrBiT
- **[PASS]** Copyright holder: - İKTİSADİ KALKINMA VAKFI Designed By: OrBiT

### Regulatory Indicators

*1 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (moderate confidence) — Indicators suggesting GDPR may be relevant: European TLD detected: .be. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.

### Third-Party Data Sharing

*1 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** 1 third-party services across 1 categories — 1 third-party services detected across 1 categories: Analytics (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Google Analytics (Analytics) — Detected via script URL. Typically collects: Page views, User behavior, Demographics, Device info, IP address. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.

### Compliance Badges (C — 55/100)

*0 compliance badge(s) detected*

- **[INFO]** No compliance badges detected — No recognized compliance certification badges or seals were found. This is common — many sites do not display compliance badges.

---

## Availability

### CDN & Delivery (D — 50/100)

*No CDN detected*

- **[WARNING]** No CDN detected — A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.

### HTTP Caching (D — 40/100)

*no-store (uncacheable)*

- **[INFO]** Cache-Control: no-store prevents all caching — Intentional for dynamic content, but increases server load for every page view.
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

### Operational Status Page (B — 80/100)

*No status page link detected*

- **[INFO]** No operational status page link detected — Status pages communicate planned maintenance and incidents to users -- a hallmark of operationally-mature services. Most SaaS teams publish one via Atlassian Statuspage, Instatus, BetterUptime, or a self-hosted Cachet. Smaller sites legitimately don't need one; flagged as Info, not a failure.

### Transport Security (B — 75/100)

*HTTP/3, HSTS, and TLS version analysis*

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[WARNING]** Missing Strict-Transport-Security header — HSTS tells browsers to only use HTTPS, preventing SSL stripping attacks.

### Health Check Endpoint (B — 80/100)

*No conventional health endpoint found*

- **[INFO]** No conventional health endpoint found — Health endpoints (/health, /healthz, /status, /ping, /api/health) let uptime monitors, load balancers, and orchestration systems (Kubernetes, ECS, Fly.io) verify the service is alive. Marketing sites and small services often skip them legitimately; flagged as Info, not a failure. Probe results: /api/health: 404, /health: 404, /healthz: 404, /ping: 404, /status: 404.

### CDN Cache Observability (B — 85/100)

*No CDN cache-status headers in the response*

- **[INFO]** No CDN cache-status headers in the response — Without an X-Cache / CF-Cache-Status / X-Vercel-Cache / Age header, you can't tell from outside whether a request hit the cache or went to origin. Operationally important: enables debugging stale-content reports and verifying cache rules. Most managed CDN platforms emit at least one of these by default; absence often means the platform's diagnostic headers are stripped at an upstream proxy.

---

## Accessibility

### Landmark Structure (A — 85/100)

*11 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 1 <nav> landmark(s) found
- **[WARNING]** Skip navigation link is missing (WCAG 2.4.1) — Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

### Heading Hierarchy (A+ — 100/100)

*57 headings*

- **[PASS]** Single H1 present

### Heading Text Quality (A+ — 95/100)

*1 heading-text-quality issue(s) detected*

- **[INFO]** 43 heading(s) are all-uppercase (excluding short acronyms) — Headings rendered in all-uppercase are a styling choice that should be done via CSS (`text-transform: uppercase`), not by typing the text in caps. Capitalized text is read letter-by-letter by some screen readers (e.g., "H-E-L-L-O W-O-R-L-D" instead of "hello world"). It's also a soft signal of CMS-migration artifacts where the original lowercase intent was lost.

### Alt Text Quality (A+ — 100/100)

*All 78 images OK*

- **[PASS]** 60 decorative image(s) correctly marked
- **[PASS]** 18 image(s) with good alt text

### Form Accessibility (A — 92/100)

*1 of 1 controls have issues*

- **[WARNING]** 1 control(s) rely on placeholder only — Placeholder text disappears on focus and is not a reliable label.

### Link & Button Quality (C — 58/100)

*69 issue(s) across 223 links and 1 buttons*

- **[WARNING]** 68 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[WARNING]** 10 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 1 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 145 link(s) with descriptive text

### Form Input Types (A+ — 100/100)

*1 form control(s) checked, no type mismatches*

- **[PASS]** No input-type mismatches detected

### Form Input Quality (A+ — 100/100)

*1 form control(s) checked, no input-semantic issues*

- **[PASS]** All form input semantics look correct

### Mobile Keyboard & Autofill (A+ — 100/100)

*No autofill-eligible form controls*

- **[PASS]** No autofill-eligible form controls (no name/email/tel/address fields)

### Document Language (A+ — 100/100)

*Lang attribute set to "tr"*

- **[PASS]** <html lang="tr"> is set and valid

### Tabindex Anti-Patterns (A+ — 100/100)

*19 explicit tabindex attribute(s) checked, no anti-patterns*

- **[PASS]** No tabindex anti-patterns detected

### Iframe Accessibility (A+ — 100/100)

*No iframes on this page*

- **[PASS]** No iframes on this page

### Tap Target Adequacy (A+ — 100/100)

*All tap targets meet WCAG 2.5.5/2.5.8 sizing*

- **[PASS]** All tap targets meet WCAG 2.5.5 (44x44px) sizing

### Mobile-Readable Font Sizes (A+ — 100/100)

*All 106 visible text node(s) render at >= 12 CSS pixels*

- **[PASS]** All text uses legible mobile font sizes (>= 12 CSS px)

---

## UX

### 404 Error Page (C — 55/100)

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page

### Favicon & Branding (B — 80/100)

*30 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** Multiple icon sizes detected

### Web Manifest (A+ — 95/100)

*PWA-ready*

- **[PASS]** Meets PWA install criteria
- **[PASS]** Name present: IKV - İktisadi Kalkınma Vakfı
- **[PASS]** 192x192 icon present
- **[PASS]** 512x512 icon present
- **[PASS]** Display mode: standalone

### PWA Depth (A+ — 100/100)

*1 PWA signal(s) surfaced*

- **[PASS]** Service worker registration detected — The page calls `navigator.serviceWorker.register(...)` -- the prerequisite for any real PWA capability (offline support, push notifications, background sync, Cache API). This is a positive signal; whether the registered worker actually does what you want is a separate question (check DevTools > Application > Service Workers).

### Dark Mode Support (D — 45/100)

*Theme color only*

- **[INFO]** Theme-color present but no dark variant — A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
- **[INFO]** No dark mode signals detected — Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
- **[INFO]** Detection limited to meta tags and inline styles — External CSS files may contain prefers-color-scheme rules not visible to this scan.

### Print Stylesheet (D — 40/100)

*No print styles*

- **[INFO]** No print-specific styles detected — When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.

### Navigation UX (F — 15/100)

*No navigation patterns*

- **[PASS]** 1 navigation landmark(s) detected
- **[INFO]** No breadcrumbs, search, or skip link detected — These navigation aids help users orient themselves and find content efficiently, especially on large sites.

### Mobile UX Depth (A+ — 100/100)

*1 mobile-depth signal(s) detected*

- **[PASS]** Browser-chrome `theme-color` meta tag present — The page sets `<meta name="theme-color" content="...">`, which Android Chrome uses to tint the status bar and iOS Safari uses for the toolbar background. Brand polish that costs nothing and Just Works.

---

## SEO

### Canonical URL (B — 80/100)

*Minor issues*

- **[WARNING]** No canonical tag found — Search engines will determine the canonical URL themselves, which may cause duplicate content issues.

### Meta Tags (A+ — 95/100)

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (33 chars) is optimal
- **[INFO]** Meta description is only 51 characters — too short to be informative
- **[PASS]** Title and H1 are well-aligned

### Title Style Depth (A+ — 100/100)

*Title style is clean -- consistent separator, no stale year, no keyword stuffing*

- **[PASS]** Title style is clean

### Content Depth (B — 80/100)

*981 words, Very Difficult*

- **[PASS]** Page has 981 words of content
- **[INFO]** Reading level: Very Difficult (grade 16)

### Internal Links (A — 85/100)

*180 internal, 43 external*

- **[PASS]** 180 internal links (81%)
- **[PASS]** 70% of links use descriptive anchor text
- **[INFO]** Page has 223 links — consider reducing
- **[INFO]** 180 internal / 43 external links
- **[WARNING]** 16 internal links use generic anchor text

### Image SEO (A+ — 100/100)

*78 images, 78 descriptive filenames*

- **[PASS]** All images have descriptive filenames

### Hreflang

*0 hreflang tags*


### Hreflang URL Quality (A+ — 100/100)

*No hreflang tags on the page*

- **[PASS]** No hreflang tags on the page

### Hreflang Completeness (A+ — 100/100)

*No hreflang tags on this page -- check is N/A (single-language site or unannotated)*

- **[PASS]** No hreflang tags found -- completeness check is N/A

### Sitemap Freshness (D — 50/100)

*Sitemap appears abandoned (no lastmod within 1 year)*

- **[WARNING]** Sitemap appears abandoned -- newest lastmod is 1 years ago — No URL in the sitemap has been updated in the last year. Search engines treat this as a signal the site is no longer maintained and may deprioritize crawling. Either update the sitemap with current lastmod values or remove it entirely if the site is intentionally static.

### Sitemap × Robots Consistency (A+ — 100/100)

*No sitemap-vs-robots conflicts in the URL sample*

- **[PASS]** All 5 sampled sitemap URLs are crawlable per robots.txt

### Sitemap Hygiene (A+ — 100/100)

*Sitemap structure / size look healthy (17198 URLs, 4.4 MB)*

- **[PASS]** Sitemap structure / size look healthy (17198 URLs)

### Markup Quality (A — 92/100)

*1 markup-quality issue(s) detected*

- **[INFO]** `<meta charset>` declared at byte 2550 -- past the 1024-byte spec window — The HTML5 spec requires the encoding declaration to appear in the first 1024 bytes. Browsers that started parsing in a default encoding and discover the real charset later DISCARD parsing state and re-parse from the top -- a measurable hit to First Contentful Paint. Move the `<meta charset>` tag to be the first child of `<head>`.

---

## Sustainability

### CO2 Per Page Load (F — 15/100)

*6.40g CO2 per view*

- **[CRITICAL]** 6.40g CO2 per page view — This page transfers 22.6 MB, producing an estimated 6.40g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 1.19g, network 1.11g, end-user device 4.11g.
- **[INFO]** At 10,000 monthly views: 768.0 kg CO2/year — With 10,000 page views per month, this page would generate approximately 768.0 kg of CO2 annually — equivalent to charging 95994 smartphones.

### Green Hosting (D — 40/100)

*Not green*

- **[INFO]** No confirmed renewable energy commitment detected — Consider providers like Cloudflare, Google Cloud, or Vercel that match 100% of their energy use with renewables.
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

### Repeat Visit Weight (A+ — 100/100)

*100% cached*

- **[PASS]** 100% reduction on repeat visits — Returning visitors download only 98 KB (vs 23140 KB first visit). 101 of 102 resources are served from browser cache, saving 6.37g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.03g CO2 (first visit: 6.40g)

### Carbon Budget (F — 15/100)

*95th percentile*

- **[WARNING]** 6.40g CO2 — above the median website (0.60g) — Heavier than an estimated 5% of websites. Reducing page weight, optimizing images, and removing unused JavaScript would lower the carbon footprint. See the Performance tab.
- **[INFO]** Estimated 95th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

### Transfer Efficiency (A+ — 100/100)

*98% efficient*

- **[PASS]** Transfer efficiency: 98% — Only 462 KB of potential savings identified. Your page is well-optimized for size.

### Web Font Weight Variants (A+ — 100/100)

*1 font weights loaded across 1 famil(y/ies) -- reasonable*

- **[PASS]** 1 font weight(s) loaded across 1 famil(y/ies)

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/868bfc3f-faec-48c3-b335-862670b9ebab*
