# BeaverCheck Audit Report — https://redalyc.org

**Date:** April 22, 2026  
**URL:** https://redalyc.org  
**Overall Grade:** D (67/100)  
**Report:** https://beavercheck.com/results/40228a37-e878-4c05-9cee-285c1d8271cd

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** Cookie 'JSESSIONID' is missing the Secure flag — Security > Cookie Security
3. **[CRITICAL]** HSTS header is missing — Security > Security Headers
4. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
5. **[CRITICAL]** Page weighs 10.9 MB (6.6 MB transferred) — Performance > Page Weight Budget

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 9 |
| Accessibility | 64 |
| Best Practices | 85 |
| SEO | 83 |

---

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

### 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.
- **[PASS]** Certificate is valid (expires in 272 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 6 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

### Cookie Security (B — 80/100)

*1 cookies analyzed, 1 checks passed*

- **[CRITICAL]** Cookie 'JSESSIONID' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[PASS]** Cookie 'JSESSIONID' has the HttpOnly flag
- **[WARNING]** Cookie 'JSESSIONID' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.

---

## Advanced Security

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

*1 of 3 external resources have SRI*

- **[PASS]** link from use.fontawesome.com has SRI protection
- **[WARNING]** External script from ssl.google-analytics.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.

### 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 — 30/100)

*No DMARC*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures.

### 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 (A — 90/100)

*Origin: https://marcalyc.redalyc.org*

- **[PASS]** CORS restricted to specific origin(s)
- **[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)

*6.6 MB transferred, 171 requests*

- **[CRITICAL]** Page weighs 10.9 MB (6.6 MB transferred)
- **[WARNING]** Images are 4.6 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 1.5 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[WARNING]** 171 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 1.4 g CO2 per page load

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

*18% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 18% of page weight (1.2 MiB of 6.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 (C — 60/100)

*123 images, 0 KB saveable*

- **[WARNING]** https://redalyc.org/img/t2-pais-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/tarjeta-profesionalizacion... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/ic-prduccion%20cientifica.... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/3ic-workflow-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t2-revista.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/scoss-last.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/nuevoHeaderHome/ic_in.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t5-busqa-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/10-Abril%202011%20Universi... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/shuttleworth-foundation.pn... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/educacionCalidad_img.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/5-octubre%202012%20XII%20S... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/4-diciembre%202014%20Premi... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t1-criterios-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/poverty_icon.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/nuevoHeaderHome/logo_redal... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/2ic-tutoriales-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/nuevoHeaderHome/ic_abajo.p... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/UOR_logo.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/clacso-relat-last.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/ic-linked-open%20data.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/hambreCero_img.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/img-consejo%20-asesor.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/fiap-recon-last.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/tarjeta-indice.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/3ic-calidad-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/indian-statistical-institu... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/sv-redalyc.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t3-xml-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/nuevoHeaderHome/banner_OAW... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/4ic-criterios-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/2ic-marcalyc-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/1ic-html-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/img-ancestral.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/climate_icon.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/uvc-recon-last.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/ic-profesionalizacion.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/certamen.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/reduccionDesigualdades_img... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/6-julio%202012%20Consejo%2... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/8-diciembre%202011%20Premi... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/Banner-AcuerdoRedClara-LAR... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/4ic-calidad-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/nuevoHeaderHome/ic_x.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t4-instpais-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t4-pais.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/doaj-last.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/revistas_consolidadas.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/2ic-marcacion-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/9-octubre%202011%20Univers... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/ioi-last.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t4-revistas-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/4ic-practicas-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/img-pandemias.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/clacso-recon-last.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t1-busqueda-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/3ic-capacitaciones-deslect... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/11-julio%202011%20top%20po... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/nuevoHeaderHome/banner_cro... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/nuevoHeaderHome/banner_man... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/tarjeta-indicadores.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/1ic-metodologia-deslect.pn... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/AMERBAC_logo.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/13-septiembre%202009%20Wor... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/1ic-blog-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/modelo-noAPC.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/Icono-evaluacion-2020G.gif is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/ic-indicadores.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/unesco-last.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/tarjeta-produccion.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t3-capacitaciones-deslect.... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/ic-autores-redlayc-orcid.p... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/pop-up-firmas.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/nuevoHeaderHome/icon_fb.pn... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/nuevoHeaderHome/banner_arc... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/tajeta-linked-open-data.pn... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t3-intitucion.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/3ic-calendario-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/modelo-oa.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t1-articulos-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t3-calidad-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t4-areas-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/tajeta-autores.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/4ic-estandares-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/modelo-XML.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/12-septiembre%202009%20Inf... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t1-metodologia.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/img-genero.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/modelo-Calidad.gif is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/7-abril%202012%20Congreso%... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/administracion%202021.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/t2-inst-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://redalyc.org/img/3ic-xml-deslect.png is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

### JS Execution Cost (F — 20/100)

*11128ms total JS execution*

- **[WARNING]** https://redalyc.org/js/core.js: 8262ms CPU time
- **[WARNING]** https://redalyc.org/js/angular.js: 689ms CPU time
- **[WARNING]** Unattributable: 662ms CPU time
- **[WARNING]** https://redalyc.org/js/mapan.js: 615ms CPU time
- **[WARNING]** https://redalyc.org/: 535ms CPU time
- **[INFO]** Third-party scripts: 961ms (9% of total)

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

*2 fonts (95 KB)*

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

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

*22 scripts, 335 KB unused*

- **[WARNING]** https://redalyc.org/js/core.js: 110 KB unused (52%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-PG5D...: 60 KB unused (41%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://redalyc.org/js/charts.js: 49 KB unused (81%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://redalyc.org/js/ammap.js: 45 KB unused (94%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://redalyc.org/js/angular.js: 29 KB unused (44%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 335 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 (C — 55/100)

*171 resources · 6.6 MB · 335 KB savings available*

- **[WARNING]** Page weight 5.6 MB over 1MB target
- **[INFO]** ~335 KB of savings available
- **[INFO]** 25 third-party resources (18% of weight)
- **[INFO]** 8 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 (F — 38/100)

*200 links checked, 138 healthy, 61 broken*

- **[CRITICAL]** 138 of 200 links are healthy
- **[WARNING]** Broken link: https://redalyc.org/js/core.js — Found in <script src>. Get "https://redalyc.org/js/core.js": context deadline exceeded
- **[WARNING]** Broken link: https://redalyc.org/js/maps.js — Found in <script src>. Get "https://redalyc.org/js/maps.js": context deadline exceeded
- **[WARNING]** Broken link: https://redalyc.org/js/worldLow.js — Found in <script src>. Get "https://redalyc.org/js/worldLow.js": context deadline exceeded
- **[INFO]** Long redirect chain: http://marcalyc.redalyc.org/ayuda (3 hops)
- **[CRITICAL]** Broken link: https://redalyc.org/area.oa?id=15&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/area.oa?id=15&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=15992&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=15992&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=16281&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=16281&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=22227&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=22227&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=16825&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=16825&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=19365&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=19365&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=18493&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=18493&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=10945&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=10945&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=15344&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=15344&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=14959&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=14959&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=15083&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=15083&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=18518&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=18518&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=14939&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=14939&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=22587&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=22587&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=11630&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=11630&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=22405&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=22405&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=23339&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=23339&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=11762&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=11762&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=22267&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=22267&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=15407&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=15407&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://redalyc.org/institucion.oa?id=22372&tipo=coleccion — Found in <a href>. Get "https://redalyc.org/institucion.oa?id=22372&tipo=coleccion": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=140&numero=75366 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=140&numero=75366": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=14075366011 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=14075366011": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=413&numero=75362 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=413&numero=75362": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=41375362006 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=41375362006": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=41375362011 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=41375362011": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=1230&numero=75329 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=1230&numero=75329": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=123075329002 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=123075329002": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=1230&numero=75331 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=1230&numero=75331": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=123075331002 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=123075331002": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=869&numero=75367 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=869&numero=75367": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=86975367012 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=86975367012": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=3555&numero=75333 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=3555&numero=75333": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=355575333003 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=355575333003": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=3915&numero=73997 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=3915&numero=73997": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=391573997023 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=391573997023": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/journal/5742/574275303003/ — Found in <a href>. Get "https://www.redalyc.org/journal/5742/574275303003/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=5742&numero=75303 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=5742&numero=75303": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=574275303003 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=574275303003": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/journal/5742/574275303008/ — Found in <a href>. Get "https://www.redalyc.org/journal/5742/574275303008/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=574275303008 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=574275303008": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=5742&numero=75304 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=5742&numero=75304": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=574275304011 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=574275304011": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/journal/5705/570574907013/ — Found in <a href>. Get "https://www.redalyc.org/journal/5705/570574907013/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=5705&numero=74907 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=5705&numero=74907": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=570574907013 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=570574907013": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=7037&numero=75308 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=7037&numero=75308": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=703775308004 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=703775308004": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/journal/7037/703775308008/ — Found in <a href>. Get "https://www.redalyc.org/journal/7037/703775308008/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=2655&numero=70220 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=2655&numero=70220": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=265570220042 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=265570220042": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=5517&numero=74301 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=5517&numero=74301": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=551774301024 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=551774301024": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/journal/5517/551774301028/ — Found in <a href>. Get "https://www.redalyc.org/journal/5517/551774301028/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=551774301028 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=551774301028": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/journal/6338/633869001001/ — Found in <a href>. Get "https://www.redalyc.org/journal/6338/633869001001/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/revista.oa?id=6338&numero=69001 — Found in <a href>. Get "https://www.redalyc.org/revista.oa?id=6338&numero=69001": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.redalyc.org/articulo.oa?id=633869001001 — Found in <a href>. Get "https://www.redalyc.org/articulo.oa?id=633869001001": 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+ — 100/100)

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

- **[INFO]** og:title is long (70 characters) — Titles over 60 characters may be truncated in social sharing previews.

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

---

## Infrastructure

### DNS Records (A+ — 95/100)

*1 A records, 61 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]** 4 nameserver(s) configured
- **[PASS]** 5 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
- **[PASS]** DNS resolution time: 61 ms

### 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 142 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 142 entries
- **[PASS]** Sitemap index with 142 child sitemaps
- **[PASS]** robots.txt references 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)

*redalyc.org — via NameSilo, LLC, 22 years, 10 months old, hosted on Universidad Autonoma del Estado de Mexico, MX*

- **[PASS]** Domain registered until Oct 8, 2029 (3 years, 6 months remaining)
- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: NameSilo, LLC
- **[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: Universidad Autonoma del Estado de Mexico, MX

---

## 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 (F — 10/100)

*Missing <html lang>*

- **[WARNING]** <html lang> attribute is missing — The lang attribute on <html> is required for screen readers and WCAG 3.1.1 compliance.
- **[PASS]** Content-Language header is set
- **[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 (A+ — 100/100)

*Viewport properly configured*

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

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

*3 trackers detected*

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

- **[INFO]** 3 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 (C — 55/100)

*No copyright notice detected*

- **[INFO]** No copyright notice detected — No copyright notice detected in the page content. While not legally required in most jurisdictions (copyright exists automatically), a notice is standard practice and signals site ownership.

### Regulatory Indicators

*0 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]** No specific regulatory indicators detected — No strong signals for GDPR, CCPA, ADA, PCI, HIPAA, or COPPA were found. This does not mean these regulations don't apply — it means we didn't detect common technical indicators.

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

*no-cache="set-cookie, set-cookie2"*

- **[PASS]** Cache-Control header is set
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

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

---

## Accessibility

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

*5 landmarks*

- **[PASS]** <main> landmark present
- **[WARNING]** No <nav> landmark found
- **[INFO]** No banner (header) landmark
- **[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 (B — 75/100)

*44 headings*

- **[CRITICAL]** No H1 heading found — Every page should have one H1 that describes the page content.

### Alt Text Quality (F — 24/100)

*48 of 103 images have issues*

- **[CRITICAL]** 48 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[CRITICAL]** 32 image-in-link without alt text — An image inside a link with no alt creates an empty link.
- **[INFO]** 3 image(s) with alt text over 125 characters
- **[PASS]** 1 decorative image(s) correctly marked
- **[PASS]** 51 image(s) with good alt text

### Form Accessibility (F — 31/100)

*11 of 12 controls have issues*

- **[CRITICAL]** 6 control(s) without accessible label — Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
- **[WARNING]** 5 control(s) rely on placeholder only — Placeholder text disappears on focus and is not a reliable label.
- **[PASS]** 1 control(s) properly labeled

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

*12 issue(s) across 300 links and 1 buttons*

- **[CRITICAL]** 12 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 150 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 138 link(s) with descriptive text

---

## UX

### 404 Error Page (F — 30/100)

*HTTP 404, bare page*

- **[PASS]** Correct 404 status code returned
- **[WARNING]** Bare server default 404 page — The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.

### Favicon & Branding (F — 15/100)

*1 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
- **[INFO]** No apple-touch-icon detected — iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.

### Web Manifest (D — 40/100)

*Not found*

- **[INFO]** No web manifest found — No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

### 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 — 5/100)

*No navigation patterns*

- **[PASS]** Hamburger menu detected (responsive design)
- **[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 (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+ — 100/100)

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (36 chars) is optimal

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

*3677 words, Very Difficult*

- **[PASS]** Page has 3677 words — good depth for search engines
- **[INFO]** Text-to-HTML ratio is 2% — Very low ratio suggests heavy framework overhead or boilerplate.
- **[INFO]** Reading level: Very Difficult (grade 20)

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

*152 internal, 148 external*

- **[PASS]** 152 internal links (51%)
- **[PASS]** 96% of links use descriptive anchor text
- **[INFO]** Page has 300 links — consider reducing
- **[INFO]** 152 internal / 148 external links
- **[WARNING]** 3 internal links have no anchor text

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

*103 images, 103 descriptive filenames*

- **[PASS]** All images have descriptive filenames
- **[INFO]** 48 image(s) missing alt text — see Accessibility tab

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*1.88g CO2 per view*

- **[WARNING]** 1.88g CO2 per page view — This page transfers 6.6 MB, producing an estimated 1.88g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.35g, network 0.33g, end-user device 1.21g.
- **[INFO]** At 10,000 monthly views: 225.8 kg CO2/year — With 10,000 page views per month, this page would generate approximately 225.8 kg of CO2 annually — equivalent to charging 28229 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)

*97% cached*

- **[PASS]** 97% reduction on repeat visits — Returning visitors download only 182 KB (vs 6804 KB first visit). 169 of 171 resources are served from browser cache, saving 1.83g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.05g CO2 (first visit: 1.88g)

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

*86th percentile*

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

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

*95% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/40228a37-e878-4c05-9cee-285c1d8271cd*
