# BeaverCheck Audit Report — https://snu.ac.kr

**Date:** April 22, 2026  
**URL:** https://snu.ac.kr  
**Overall Grade:** C (74/100)  
**Report:** https://beavercheck.com/results/276d887a-9307-4140-9e62-4f8f0d5022e0

## Top Findings

1. **[CRITICAL]** 'unsafe-eval' found in script source — Security > Content Security Policy
2. **[CRITICAL]** Page weighs 19.5 MB (19.3 MB transferred) — Performance > Page Weight Budget
3. **[CRITICAL]** 1 control(s) without accessible label — Accessibility > Form Accessibility
4. **[CRITICAL]** 4 button(s) with no accessible text — Accessibility > Link & Button Quality
5. **[WARNING]** Cross-Origin-Embedder-Policy header is missing — Security > Security Headers

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 54 |
| Accessibility | 80 |
| Best Practices | 92 |
| SEO | 92 |

---

## Security

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

*7 of 10 headers properly configured*

- **[PASS]** Strict-Transport-Security is properly configured
- **[PASS]** X-Content-Type-Options is properly configured
- **[PASS]** X-Frame-Options is properly configured
- **[PASS]** Referrer-Policy is properly configured
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[PASS]** Content-Security-Policy is present
- **[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.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is not present

### Content Security Policy (C — 60/100)

*4 of 10 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[PASS]** default-src directive is set
- **[PASS]** No 'unsafe-inline' in script source
- **[CRITICAL]** 'unsafe-eval' found in script source — 'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
- **[PASS]** No wildcard in script source
- **[WARNING]** object-src allows plugin content — Set object-src to 'none' to prevent Flash/Java plugin exploits.
- **[WARNING]** base-uri directive is missing — Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
- **[PASS]** frame-ancestors directive is set
- **[WARNING]** form-action directive is missing — form-action restricts where forms can submit data, preventing form hijacking.
- **[INFO]** upgrade-insecure-requests is not set — This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

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

*TLS 1.3, 7 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[PASS]** Certificate is valid (expires in 83 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*1 cookies analyzed, 3 checks passed*

- **[PASS]** Cookie 'THESESSID' has the Secure flag
- **[PASS]** Cookie 'THESESSID' has the HttpOnly flag
- **[PASS]** Cookie 'THESESSID' has SameSite=Strict

---

## Advanced Security

### Subresource Integrity (F — 20/100)

*0 of 3 external resources have SRI*

- **[WARNING]** External script from ssl.pstatic.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from wcs.naver.net 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.

### 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 (D — 50/100)

*DMARC: none*

- **[WARNING]** DMARC policy is none — monitoring only — This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject.

### 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)

*19.3 MB transferred, 92 requests*

- **[CRITICAL]** Page weighs 19.5 MB (19.3 MB transferred)
- **[WARNING]** Images are 7.8 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[INFO]** Fonts are 1.1 MB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[WARNING]** JavaScript is 773 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** CSS is 487 KB — consider purging unused styles — Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
- **[INFO]** 92 HTTP requests
- **[INFO]** Estimated 4.1 g CO2 per page load

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

*1% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 1% of page weight (183.1 KiB of 19.3 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 (C — 60/100)

*63 images, 0 KB saveable*

- **[WARNING]** https://snu.ac.kr/_skin/kor/layout/image/footer-sn... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/konews/4fbzb... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/000z6e6ze1... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/kohighlight/... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/konews/89bze... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/uploads/kor/image/2019/1... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/kohighlight/... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/ff3zec8zf3... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/konews/adfza... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/_skin/kor/layout/image/footer-yo... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/konews/9d2z6... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/fccz595zc5... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/2ddzd68z76... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/konews/4fcz6... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/1d0z29dz08... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/6faz210zd0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/f5bz07dzec... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/kohighlight/... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/2c0z832zf5... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/uploads/kor/media/2026/0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/konews/6a7z4... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/89bzb4fzea... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/uploads/kor/image/2019/1... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/_skin/kor/layout/image/footer-in... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/uploads/kor/image/2025/0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/kohighlight/... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/_skin/kor/layout/image/footer-sn... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/_skin/kor/layout/image/footer-fa... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/uploads/kor/image/2021/0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/konews/1b6zb... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/_skin/kor/layout/image/footer-wa... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/boardimages/konews/c94z5... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://snu.ac.kr/webdata/kor/instanews/c5bze68z98... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*2952ms total JS execution*

- **[WARNING]** Unattributable: 1407ms CPU time
- **[WARNING]** https://snu.ac.kr/: 962ms CPU time
- **[WARNING]** https://snu.ac.kr/js/jquery.js: 258ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-GX37...: 251ms CPU time
- **[INFO]** https://snu.ac.kr/js/jquery-ui-1.10.js: 75ms CPU time
- **[WARNING]** Third-party scripts: 1657ms (56% of total)

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

*7 fonts (1172 KB)*

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

### JS Bundles (F — 30/100)

*11 scripts, 468 KB unused*

- **[WARNING]** https://snu.ac.kr/js/jquery-ui-1.10.js: 370 KB unused (87%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://snu.ac.kr/js/jquery-ui-1.10.js: unminified — 142 KB could be saved
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-GX37...: 64 KB unused (42%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://snu.ac.kr/js/jquery.js: 35 KB unused (41%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 468 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+ — 100/100)

*No optimization needed*

- **[PASS]** No resource hint issues

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

*92 resources · 19.3 MB · 468 KB savings available*

- **[WARNING]** Page weight 18.3 MB over 1MB target
- **[INFO]** ~468 KB of savings available
- **[INFO]** 5 third-party resources (1% of weight)
- **[INFO]** 28 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*


---

## Content Quality

### Links (A — 90/100)

*200 links checked, 198 healthy, 2 broken*

- **[WARNING]** 198 of 200 links are healthy
- **[CRITICAL]** Broken link: https://www.snu.or.kr — Found in <a href>. Get "https://www.snu.or.kr": tls: failed to verify certificate: x509: certificate signed by unknown authority
- **[CRITICAL]** Broken link: https://kyu.snu.ac.kr/ — Found in <a href>. Get "https://kyu.snu.ac.kr/": read tcp 141.227.188.123:34578->147.46.103.79:443: read: connection reset by peer

### 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:title is short (5 characters) — Ideal length is 25–60 characters for social sharing previews.
- **[INFO]** og:description is short (5 characters) — Ideal length is 55–200 characters for social sharing previews.

### Structured Data (A+ — 100/100)

*1 JSON-LD block(s) found — structured data is well configured.*

- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.

---

## Infrastructure

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

*1 A records, 1961 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
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 1 mail exchanger(s) configured
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[PASS]** SPF record present in TXT
- **[WARNING]** DNS resolution is slow (1961 ms) — Slow DNS adds latency to every page load. Consider a faster DNS provider.

### 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 (B — 80/100)

*robots.txt present, no sitemap*

- **[PASS]** robots.txt is present
- **[INFO]** No sitemap.xml found — A sitemap helps search engines discover and index your pages more efficiently.
- **[INFO]** robots.txt does not reference a sitemap — Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

### URL Variants (B — 75/100)

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

- **[CRITICAL]** Both www and non-www versions serve content
- **[PASS]** HTTP correctly 301-redirects to HTTPS

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

*snu.ac.kr — via Megazone(http://HOSTING.KR), hosted on SNU-AS-KR Seoul National University, KR*

- **[PASS]** Registrar: Megazone(http://HOSTING.KR)
- **[PASS]** Registrar lock is enabled — Domain cannot be transferred without explicit unlock from the registrar. This protects against unauthorized transfers.
- **[PASS]** Hosting: SNU-AS-KR Seoul National University, KR

---

## Compliance

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

*No testable criteria*


### Cookie Consent & Privacy (B — 80/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
- **[PASS]** 1 cookie(s) set on initial load (functional)
- **[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.

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

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

*Font sizes and tap targets checked*


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

*Viewport prevents zooming*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[CRITICAL]** Viewport prevents user zooming — user-scalable=no or maximum-scale < 2 prevents users from zooming. This is a WCAG 1.4.4 (Level AA) failure and an accessibility barrier for users with low vision.

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

*4 trackers detected*

- **[INFO]** 4 third-party trackers detected — Found 3 analytics, 0 advertising, 0 marketing, 1 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 4 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 · 4 trackers · 0 pre-consent*

- **[INFO]** 1 cookie(s) could not be classified
- **[INFO]** 4 third-party tracker(s) detected on page

---

## 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 Seoul National University All Rights Reserved*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: Copyright 2026 Seoul National University All Rights Reserved
- **[PASS]** Copyright holder: Seoul National University

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

### Transport Security (A — 90/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.
- **[PASS]** HSTS enabled (includeSubDomains, preload)
- **[PASS]** HSTS preload enabled
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

### Landmark Structure (B — 75/100)

*5 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 2 <nav> landmark(s) found
- **[WARNING]** 2 of 2 <nav> elements are unlabeled — Multiple navigations need aria-label to distinguish them for screen readers.
- **[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 (C — 65/100)

*18 headings*

- **[WARNING]** Multiple H1 headings (11 found) — A page should have only one H1. Multiple H1s dilute the document outline.
- **[WARNING]** 5 empty heading(s) — Empty headings appear in the document outline but provide no information.

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

*All 63 images OK*

- **[INFO]** 1 image(s) with alt text over 125 characters
- **[PASS]** 62 image(s) with good alt text

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

*1 of 3 controls have issues*

- **[CRITICAL]** 1 control(s) without accessible label — Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
- **[PASS]** 2 control(s) properly labeled

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

*4 issue(s) across 411 links and 59 buttons*

- **[WARNING]** 86 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 4 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 325 link(s) with descriptive text

---

## UX

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

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page
- **[PASS]** Homepage link present on 404 page

### Favicon & Branding (D — 40/100)

*3 icon(s) detected*

- **[WARNING]** No favicon.ico at site root — Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present

### Web Manifest (F — 30/100)

*Invalid JSON*

- **[WARNING]** Manifest contains invalid JSON — Manifest at https://snu.ac.kr/site.webmanifest contains invalid JSON. Browsers cannot parse it.

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

*No dark mode signals*

- **[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]** 2 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.

---

## SEO

### Canonical URL (A — 85/100)

*Minor issues*

- **[PASS]** Canonical tag present
- **[WARNING]** Canonical does not match final URL (https://snu.ac.kr)
- **[PASS]** Canonical target returns 200
- **[INFO]** Canonical points to a different domain

### Meta Tags (A — 85/100)

*Title: 15 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 15 characters — consider expanding
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*1279 words, Easy*

- **[PASS]** Page has 1279 words — good depth for search engines
- **[INFO]** Reading level: Easy (grade 8)

### Internal Links (A+ — 95/100)

*21 internal, 390 external*

- **[PASS]** 21 internal links (5%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 411 links — consider reducing
- **[INFO]** 21 internal / 390 external links

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

*63 images, 63 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*5.47g CO2 per view*

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

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

*Unknown*

- **[INFO]** Hosting provider could not be identified — Without knowing the provider, we cannot determine their energy sourcing. Check with your hosting provider about their renewable energy commitments.
- **[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)

*99% cached*

- **[PASS]** 99% reduction on repeat visits — Returning visitors download only 139 KB (vs 19795 KB first visit). 91 of 92 resources are served from browser cache, saving 5.44g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.04g CO2 (first visit: 5.47g)

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

*95th percentile*

- **[WARNING]** 5.47g 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 468 KB of potential savings identified. Your page is well-optimized for size.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/276d887a-9307-4140-9e62-4f8f0d5022e0*
