# BeaverCheck Audit Report — https://govtrank.com

**Date:** July 14, 2026  
**URL:** https://govtrank.com  
**Overall Grade:** B (84/100)  
**Report:** https://beavercheck.com/results/7245ae18-89f9-41c7-9ffd-72185439fa45

## 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]** 2 control(s) without accessible label — Accessibility > Form Accessibility
5. **[CRITICAL]** 2 image(s) missing alt attribute — Accessibility > Alt Text Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 95 |
| Accessibility | 82 |
| Best Practices | 96 |
| SEO | 100 |

---

## Security

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

*2 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.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info
- **[INFO]** HSTS preload list check failed — Could not query hstspreload.org for inclusion status: Get "https://hstspreload.org/api/v2/status?domain=govtrank.com": context deadline exceeded

### 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.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.
- **[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 75 days)
- **[PASS]** Certificate chain has 4 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)

*No cookies set — no cookie security risks*

- **[PASS]** No cookies set — no cookie security risks

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

*No cookies set -- cookie-hygiene check is N/A*

- **[PASS]** No cookies set

### WAF / Bot Protection (A — 90/100)

*Cloudflare*

- **[PASS]** Cloudflare detected — Detected via: cf-ray: a1b0b1506e20aa89-GRU

### 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 (C — 75/100)

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

- **[WARNING]** 2 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 (D — 60/100)

*289 inline style attribute(s) detected*

- **[WARNING]** 289 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. 289 inline style(s) is high. Affected element types include: span, a, td, div, ins. 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 (A+ — 100/100)

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

- **[PASS]** SRI adoption: 1/1 third-party resources protected (100%) — Of 1 third-party `<script>` / `<link rel=stylesheet>` resources, 1 (100%) 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.

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

*No CORS response headers -- the resource is same-origin-only by browser default*

- **[PASS]** No CORS response headers -- the resource is same-origin-only by browser default

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

*Source-map probe didn't run on this scan*

- **[PASS]** Source-map probe didn't run on this scan

### HTML Version Disclosure (D — 60/100)

*2 software version(s) disclosed in HTML*

- **[WARNING]** 2 software version(s) disclosed in HTML: Elementor 3.35.5; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap, WordPress 7.0.1 — Each disclosed version enables direct CVE lookup -- an attacker who knows you run WordPress 6.4.2 (or whatever specific version) can search the CVE database for known exploits and target accordingly. Remove via your CMS config: WordPress (`remove_action('wp_head', 'wp_generator')`); Drupal (System / Reports / Status report -> Hide generator); Joomla (Global Configuration -> Hide generator); Hugo/Jekyll (delete or override the {{ .Site.Generator }} template hook). For HTML comments, audit your template files directly.

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

*1 of 1 external resources have SRI*

- **[PASS]** script from static.cloudflareinsights.com has SRI protection

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

*No CORS headers*

- **[PASS]** No CORS headers present — secure default

---

## Performance

### Page Weight Budget (B — 83/100)

*1.1 MB transferred, 72 requests*

- **[PASS]** Page weighs 4.2 MB (1.1 MB transferred)
- **[INFO]** Fonts are 347 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 72 HTTP requests
- **[INFO]** Estimated 0.23 g CO2 per page load

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

*27% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 27% of page weight (295.4 KiB of 1.1 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 (A+ — 100/100)

*4 images, 0 KB saveable*

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

### JS Execution Cost (C — 60/100)

*1792ms total JS execution*

- **[WARNING]** https://govtrank.com/: 1398ms CPU time
- **[WARNING]** Unattributable: 319ms CPU time
- **[INFO]** https://static.cloudflareinsights.com/beacon.min.j...: 76ms CPU time
- **[INFO]** Third-party scripts: 76ms (4% of total)

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

*11 fonts (347 KB)*

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

### JS Bundles (A+ — 100/100)

*33 scripts, 0 KB unused*


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

*1 hints, 0 missing preconnects*

- **[PASS]** Page uses 1 resource hint(s)

### HTTP/3 (QUIC) (A+ — 100/100)

*HTTP/3 advertised via Alt-Svc*

- **[PASS]** HTTP/3 (QUIC) is supported — First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.

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

*Main response uses brotli*

- **[PASS]** Main HTML response uses brotli (Content-Encoding: br) — Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.

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

*No Cache-Control header on main HTML response*

- **[INFO]** Main HTML response has no Cache-Control header — Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.

### Server-Timing Observability (A+ — 100/100)

*3 Server-Timing entries advertised*

- **[PASS]** Server-Timing header advertises 3 timing entries

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

*2 server-response signal(s) detected*

- **[PASS]** `Vary` header declared: Accept-Encoding,User-Agent — 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).
- **[PASS]** `Last-Modified` present -- timestamp-based conditional GET supported — Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.

### Page Weight Inventory (A+ — 95/100)

*72 resources · 1.1 MB · 0 KB savings available*

- **[WARNING]** Page weight 1.1 MB exceeds 1 MB target by 81 KB
- **[INFO]** 16 third-party resources (27% of weight)

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

*No render-blocking JS or document.write usage detected*

- **[PASS]** No JavaScript blocking issues detected

### 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, 89 healthy, 111 broken*

- **[CRITICAL]** 89 of 200 links are healthy
- **[WARNING]** Broken link: https://fonts.googleapis.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://govtrank.com/wp-json/wp/v2/pages/95 — Found in <link href>. Get "https://govtrank.com/wp-json/wp/v2/pages/95": context deadline exceeded
- **[WARNING]** Broken link: https://govtrank.com/xmlrpc.php?rsd — Found in <link href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/medical-health-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/medical-health-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/police-defense-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/police-defense-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/railway-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/railway-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/banking-finance-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/banking-finance-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/teaching-faculty-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/teaching-faculty-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/pharmacy/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/pharmacy/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/engineering-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/engineering-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/scientist-research-j... — Found in <a href>. Get "https://govtrank.com/latest-govt-job/scientist-research-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/contract-clerk-assis... — Found in <a href>. Get "https://govtrank.com/latest-govt-job/contract-clerk-assistant-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/sports-quota-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/sports-quota-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/apprentice-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/apprentice-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/offline-form/ — Found in <a href>. Get "https://govtrank.com/offline-form/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/air-force/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/air-force/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/army/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/army/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/science-research-org/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/science-research-org/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/court-jobs/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/court-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/ibps/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/ibps/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/navy/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/navy/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/paramilitary-forces/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/paramilitary-forces/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/post-office-jobs/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/post-office-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/railway-rrb-rrc/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/railway-rrb-rrc/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/rbi/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/rbi/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/sbi/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/sbi/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/ssc/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/ssc/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/central-govt-jobs/upsc/ — Found in <a href>. Get "https://govtrank.com/central-govt-jobs/upsc/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/andhra-pradesh-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/andhra-pradesh-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/assam-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/assam-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/bihar-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/bihar-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/chhattisgarh-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/chhattisgarh-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/delhi-ncr-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/delhi-ncr-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/gujarat-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/gujarat-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/haryana-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/haryana-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/jammu-kashmir-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/jammu-kashmir-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/jharkhand-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/jharkhand-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/karnataka-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/karnataka-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/kerala-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/kerala-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/meghalaya-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/meghalaya-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/punjab-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/punjab-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/rajasthan-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/rajasthan-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/tamil-nadu-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/tamil-nadu-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/telangana-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/telangana-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/tripura-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/tripura-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/uttar-pradesh-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/uttar-pradesh-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/uttarakhand-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/uttarakhand-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/west-bengal-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/west-bengal-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/state-govt-jobs/union-territories-jobs/ — Found in <a href>. Get "https://govtrank.com/state-govt-jobs/union-territories-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/results/ — Found in <a href>. Get "https://govtrank.com/results/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/nursing/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/nursing/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/law-judiciary-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/law-judiciary-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/latest-govt-job/agriculture-jobs/ — Found in <a href>. Get "https://govtrank.com/latest-govt-job/agriculture-jobs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/bastille-day-2026/ — Found in <a href>. Get "https://govtrank.com/bastille-day-2026/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/oled-screen/ — Found in <a href>. Get "https://govtrank.com/tag/oled-screen/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/phone-warranty/ — Found in <a href>. Get "https://govtrank.com/tag/phone-warranty/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/red-tint/ — Found in <a href>. Get "https://govtrank.com/tag/red-tint/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/samsung-display/ — Found in <a href>. Get "https://govtrank.com/tag/samsung-display/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/technology-news/ — Found in <a href>. Get "https://govtrank.com/tag/technology-news/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/saint-lucia-advisory/ — Found in <a href>. Get "https://govtrank.com/saint-lucia-advisory/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/caribbean-travel/ — Found in <a href>. Get "https://govtrank.com/tag/caribbean-travel/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/level-2-advisory/ — Found in <a href>. Get "https://govtrank.com/tag/level-2-advisory/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/saint-lucia/ — Found in <a href>. Get "https://govtrank.com/tag/saint-lucia/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/travel-advisory/ — Found in <a href>. Get "https://govtrank.com/tag/travel-advisory/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/travel-safety/ — Found in <a href>. Get "https://govtrank.com/tag/travel-safety/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/usa-travelers/ — Found in <a href>. Get "https://govtrank.com/tag/usa-travelers/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/business-news/ — Found in <a href>. Get "https://govtrank.com/tag/business-news/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/ibm/ — Found in <a href>. Get "https://govtrank.com/tag/ibm/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/technology-stocks/ — Found in <a href>. Get "https://govtrank.com/tag/technology-stocks/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/usa-markets/ — Found in <a href>. Get "https://govtrank.com/tag/usa-markets/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/cpi-report/ — Found in <a href>. Get "https://govtrank.com/tag/cpi-report/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/inflation/ — Found in <a href>. Get "https://govtrank.com/tag/inflation/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/marine-science/ — Found in <a href>. Get "https://govtrank.com/tag/marine-science/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/fda/ — Found in <a href>. Get "https://govtrank.com/tag/fda/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/infant-botulism/ — Found in <a href>. Get "https://govtrank.com/tag/infant-botulism/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/infant-formula-recall/ — Found in <a href>. Get "https://govtrank.com/tag/infant-formula-recall/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/recall-2026/ — Found in <a href>. Get "https://govtrank.com/tag/recall-2026/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/listeria-cheese-recall/ — Found in <a href>. Get "https://govtrank.com/listeria-cheese-recall/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/cheese-recall/ — Found in <a href>. Get "https://govtrank.com/tag/cheese-recall/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/ecoli-outbreak-2026/ — Found in <a href>. Get "https://govtrank.com/ecoli-outbreak-2026/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/e-coli/ — Found in <a href>. Get "https://govtrank.com/tag/e-coli/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/fda-investigation/ — Found in <a href>. Get "https://govtrank.com/tag/fda-investigation/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/foodborne-illness/ — Found in <a href>. Get "https://govtrank.com/tag/foodborne-illness/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/health-alert/ — Found in <a href>. Get "https://govtrank.com/tag/health-alert/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/outbreak-news/ — Found in <a href>. Get "https://govtrank.com/tag/outbreak-news/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/berdly-deltarune/ — Found in <a href>. Get "https://govtrank.com/berdly-deltarune/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/berdly/ — Found in <a href>. Get "https://govtrank.com/tag/berdly/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/deltarune/ — Found in <a href>. Get "https://govtrank.com/tag/deltarune/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/deltarune-chapter-5/ — Found in <a href>. Get "https://govtrank.com/tag/deltarune-chapter-5/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/gaming-news/ — Found in <a href>. Get "https://govtrank.com/tag/gaming-news/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/toby-fox/ — Found in <a href>. Get "https://govtrank.com/tag/toby-fox/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/spacex-launch-july-14/ — Found in <a href>. Get "https://govtrank.com/spacex-launch-july-14/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/falcon-9/ — Found in <a href>. Get "https://govtrank.com/tag/falcon-9/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/weather-alert/ — Found in <a href>. Get "https://govtrank.com/tag/weather-alert/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/heat-index-explained/ — Found in <a href>. Get "https://govtrank.com/heat-index-explained/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/heat-index/ — Found in <a href>. Get "https://govtrank.com/tag/heat-index/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/heat-safety/ — Found in <a href>. Get "https://govtrank.com/tag/heat-safety/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/humidity/ — Found in <a href>. Get "https://govtrank.com/tag/humidity/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/national-weather-service/ — Found in <a href>. Get "https://govtrank.com/tag/national-weather-service/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/summer-weather/ — Found in <a href>. Get "https://govtrank.com/tag/summer-weather/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/weather-explained/ — Found in <a href>. Get "https://govtrank.com/tag/weather-explained/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/trump-irs-ruling/ — Found in <a href>. Get "https://govtrank.com/trump-irs-ruling/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/breaking-news/ — Found in <a href>. Get "https://govtrank.com/tag/breaking-news/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/donald-trump/ — Found in <a href>. Get "https://govtrank.com/tag/donald-trump/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/federal-court/ — Found in <a href>. Get "https://govtrank.com/tag/federal-court/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/irs/ — Found in <a href>. Get "https://govtrank.com/tag/irs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/kathleen-williams/ — Found in <a href>. Get "https://govtrank.com/tag/kathleen-williams/": context deadline exceeded
- **[CRITICAL]** Broken link: https://govtrank.com/tag/us-law/ — Found in <a href>. Get "https://govtrank.com/tag/us-law/": 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:title is short (15 characters) — Ideal length is 25–60 characters for social sharing previews.
- **[INFO]** og:description is short (12 characters) — Ideal length is 55–200 characters for social sharing previews.

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

*1 OG/Twitter depth issue(s) detected*

- **[INFO]** og:image aspect ratio 3.43:1 (1600×467) is outside Facebook's recommended ~1.91:1 — Facebook's recommended OG image is 1200×630 (1.91:1 aspect ratio). The declared dimensions 1600×467 give a ratio of 3.43:1, which Facebook will crop center-to-fit; the result often clips important content from the top/bottom or sides. Use a wider/taller image close to 1.91:1, or accept the cropping consequences.

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

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

- **[WARNING]** Missing required property "name" for Organization — The "name" property is required for the Organization schema type.
- **[INFO]** Missing recommended property "url" for Organization — Adding "url" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "sameAs" for Organization — Adding "sameAs" can improve how search engines display your content.

### Rich Results Eligibility (A+ — 100/100)

*1 JSON-LD block(s) declaring 6 schema type(s)*

- **[PASS]** SiteLinks Search Box markup detected — The page declares a `WebSite` schema with a `potentialAction` of `SearchAction`. This makes the homepage eligible for Google's in-SERP search box -- a high-visibility SERP feature for branded queries.
- **[PASS]** 6 rich-result schema type(s) declared — Inventory of structured-data types on the page (each may unlock a different SERP feature):

Article, ImageObject, Organization, Person, WebPage, WebSite

Search engines decide whether to render rich results based on content quality + page-level signals; declaring the schema is necessary but not sufficient.

### Image Optimization (D — 60/100)

*4 issues found across 8 images*

- **[WARNING]** 6 images missing explicit width/height — Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
- **[INFO]** 8 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[WARNING]** 2 images missing alt text — Alt text is essential for screen readers and SEO. Every meaningful image needs descriptive alt text.
- **[INFO]** 1 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: data:.

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

*No autoplay media on the page*

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

---

## Infrastructure

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

*2 A records, 15 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 1 mail exchanger(s) configured
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 15 ms

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

*No subdomain takeover risk detected*

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

### DNSSEC (C — 50/100)

*DNSSEC posture not checked*

- **[INFO]** DNSSEC posture not checked — Could not query the validating resolver for DNSSEC status. Network or resolver outage.

### CAA Records (C — 50/100)

*CAA posture not checked*

- **[INFO]** CAA records not checked — Could not query the resolver for CAA records. Network or resolver outage.

### Reverse DNS (C — 60/100)

*0/4 IPs match cert SAN*

- **[INFO]** PTR lookup failed for 172.67.174.88: lookup 172.67.174.88: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
- **[INFO]** PTR lookup failed for 104.21.80.49: lookup 104.21.80.49: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
- **[INFO]** PTR lookup failed for 2606:4700:3030::ac43:ae58: lookup 2606:4700:3030::ac43:ae58: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
- **[INFO]** PTR lookup failed for 2606:4700:3030::6815:5031: lookup 2606:4700:3030::6815:5031: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.

### Multi-Resolver DNS Speed (F — 25/100)

*All public resolvers failed to resolve the domain*

- **[CRITICAL]** DNS resolution failed against all public resolvers — 1.1.1.1, 8.8.8.8, and 9.9.9.9 all failed to resolve this domain. Almost always means the domain is delegated incorrectly, the authoritative servers are unreachable, or the resolution returned NXDOMAIN/SERVFAIL across the board.

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

*No redirect data available*

- **[INFO]** No redirect data captured

### IPv6 Readiness (A+ — 100/100)

*IPv6 reachable (3 ms)*

- **[PASS]** IPv6 is configured and reachable at 2606:4700:3030::ac43:ae58, 2606:4700:3030::6815:5031

### Crawlability (B — 75/100)

*no robots.txt, no sitemap*

- **[INFO]** No robots.txt found — robots.txt is optional but recommended. It tells search engine crawlers which pages to index.
- **[INFO]** No sitemap.xml found — A sitemap helps search engines discover and index your pages more efficiently.

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

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

- **[CRITICAL]** HTTP version does not redirect to HTTPS

### Domain Intelligence

*Domain intelligence data not available*


---

## Compliance

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

*No testable criteria*


### Cookie Consent & Privacy (A+ — 100/100)

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[PASS]** Terms of service link found
- **[INFO]** No cookie consent banner detected
- **[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 AND the linked /privacy page 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: only the FIRST same-origin privacy-policy link is followed; deeper sub-pages (e.g. /legal/data-subject-rights) are not fetched.

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

*No third-party trackers detected*

- **[PASS]** No third-party trackers detected

### 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 cookies on the page*

- **[PASS]** No cookies set on the page response

### 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 (C — 60/100)

*2 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://govtrank.com/privacy-policy/, linked from footer.
- **[PASS]** Terms of Service detected — Found at https://govtrank.com/terms-conditions/, linked from footer.
- **[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)

*© 2026 GovtRank*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 GovtRank
- **[PASS]** Copyright holder: GovtRank

### Regulatory Indicators

*2 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: Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

*0 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]** No recognized third-party data-sharing services detected — This page does not appear to load external tracking, analytics, or advertising scripts.

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

*Cloudflare (DYNAMIC)*

- **[PASS]** Site is served via Cloudflare CDN (edge: GRU)
- **[INFO]** CDN cache status: DYNAMIC

### HTTP Caching (F — 35/100)

*No cache headers*

- **[WARNING]** No Cache-Control header found — Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
- **[PASS]** Last-Modified header present

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

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

- **[PASS]** HTTP/3 (QUIC) supported — The server advertises HTTP/3 via Alt-Svc for faster connections on mobile networks.
- **[WARNING]** Missing Strict-Transport-Security header — HSTS tells browsers to only use HTTPS, preventing SSL stripping attacks.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

### 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: connection error, /health: connection error, /healthz: connection error, /ping: connection error, /status: connection error.

### CDN Cache Observability (A+ — 100/100)

*Cache state: DYNAMIC*

- **[PASS]** CDN cache state observable via 1 header(s)

---

## Accessibility

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

*5 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 1 <nav> landmark(s) found
- **[PASS]** Skip navigation link present
- **[WARNING]** Skip link target(s) don't exist on page: #content — The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.

### Heading Hierarchy (B — 75/100)

*81 headings, 1 skip(s)*

- **[WARNING]** Multiple H1 headings (2 found) — A page should have only one H1. Multiple H1s dilute the document outline.
- **[WARNING]** Heading level skipped: H1 → H3 (missing H2) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

### Heading Text Quality (A — 85/100)

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

- **[INFO]** 3 heading(s) are too short (≤2 characters) to convey meaning — Headings with 2 or fewer characters are almost always emoji / typos / alignment hacks rather than real headings. Screen readers announce the heading level ("heading 2") and then read the content -- a single-character heading conveys no information. Affected:
  - H3: "0"
  - H3: "0"
  - H3: "0"
- **[INFO]** 2 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 (B — 80/100)

*2 of 8 images have issues*

- **[CRITICAL]** 2 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[PASS]** 6 image(s) with good alt text

### Form Accessibility (C — 62/100)

*3 of 8 controls have issues*

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

### Link & Button Quality (B — 74/100)

*4 issue(s) across 455 links and 15 buttons*

- **[WARNING]** 2 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]** 453 link(s) with descriptive text

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

*1 input(s) using type=text where a specific type would help*

- **[INFO]** Input "s" should use type="search" (currently type="text") — Field name "s" suggests type="search". Wrong type loses mobile keyboard hints, browser autofill, and free format validation. Change to <input type="search">.

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

*8 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 "en-US"*

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

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

*No explicit tabindex attributes found*

- **[PASS]** No explicit tabindex attributes found

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

*No iframes on this page*

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

### Tap Target Adequacy (B — 90/100)

*1 tap target(s) too small or too close together*

- **[INFO]** 1 tap target(s) too small or too close to neighbors — WCAG 2.5.5 (Level AAA) requires interactive targets to be at least 44x44 CSS pixels; WCAG 2.5.8 (Level AA, added in 2.2) requires 24x24 minimum. Failing targets cause mis-taps for users with motor impairments, large fingers, or shaky hands -- and are a major bounce-rate driver on mobile commerce flows. Lighthouse measures rendered rects + adjacent-element spacing; the failing list is in the Lighthouse 'tap-targets' audit detail panel.

### Mobile-Readable Font Sizes (B — 90/100)

*98% of visible text renders at >= 12 CSS px (4 below threshold)*

- **[INFO]** 4 text node(s) render below 12 CSS pixels on mobile — Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <button> 11.0px ("SEARCH"); <p> 8.5px ("Live Updates"); <p> 8.5px ("Active Vacancies"); <p> 8.5px ("Exam Results").

---

## UX

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

*Could not test*

- **[INFO]** 404 page could not be tested — The 404 page check encountered an error. This may be due to a timeout or network issue.

### Favicon & Branding (C — 55/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
- **[PASS]** Multiple icon sizes detected

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

*Invalid JSON*

- **[WARNING]** Manifest contains invalid JSON — Manifest at https://govtrank.com/pnfpbmanifest.json contains invalid JSON. Browsers cannot parse it.

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

*No PWA depth issues detected*

- **[PASS]** No PWA depth issues detected

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

*2 navigation pattern(s)*

- **[PASS]** Skip navigation link detected
- **[PASS]** Back-to-top link detected
- **[PASS]** 1 navigation landmark(s) detected

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

*1 mobile-depth signal(s) detected*

- **[INFO]** No `<meta name="theme-color">` -- browser chrome falls back to default — Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.

---

## SEO

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

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target reachable (self-referencing)

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

*Title: 15 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 15 characters — consider expanding
- **[INFO]** Meta description is only 12 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 (A — 85/100)

*1752 words, Very Difficult*

- **[PASS]** Page has 1752 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 21)

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

*452 internal, 3 external*

- **[PASS]** 452 internal links (99%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 455 links — consider reducing
- **[INFO]** 452 internal / 3 external links

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

*8 images, 8 descriptive filenames*

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

### 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 (C — 75/100)

*No sitemap.xml found*

- **[INFO]** No sitemap.xml found — Sitemaps help search engines discover and prioritize URLs. Not strictly required for small sites where every page is linked from the homepage, but recommended once a site grows beyond a few dozen URLs.

### Sitemap × Robots Consistency (C — 75/100)

*Sitemap or robots.txt missing -- consistency check skipped*

- **[INFO]** Cross-check skipped (sitemap or robots.txt absent)

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

*No sitemap to evaluate -- depth check is N/A*

- **[PASS]** No sitemap fetched -- depth check skipped

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

*No markup-quality issues detected*

- **[PASS]** No markup-quality issues detected

---

## Sustainability

### CO2 Per Page Load (A — 85/100)

*0.26g CO2 per view*

- **[PASS]** 0.26g CO2 per page view — This page transfers 1.1 MB, producing an estimated 0.26g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.01g, network 0.05g, end-user device 0.20g.
- **[INFO]** At 10,000 monthly views: 30.7 kg CO2/year — With 10,000 page views per month, this page would generate approximately 30.7 kg of CO2 annually — equivalent to charging 3831 smartphones.
- **[PASS]** Green hosting reduces data center emissions

### Green Hosting (A — 85/100)

*Green (cdn)*

- **[PASS]** Cloudflare CDN uses renewable energy — Since most traffic is served through the CDN, the majority of data transfer energy is renewable.
- **[INFO]** Cloudflare: 100% renewable energy for global network since 2019
- **[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)

*91% cached*

- **[PASS]** 91% reduction on repeat visits — Returning visitors download only 96 KB (vs 1105 KB first visit). 71 of 72 resources are served from browser cache, saving 0.23g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 0.26g)

### Carbon Budget (A — 85/100)

*15th percentile*

- **[PASS]** 0.26g CO2 — below the sustainability target of 0.50g — Cleaner than an estimated 85% of websites analyzed. This page meets the Web Sustainability Guidelines target.
- **[INFO]** Estimated 15th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

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

*100% efficient*

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

### Web Font Weight Variants (B — 90/100)

*No detectable Google Fonts weights*

- **[INFO]** No detectable Google Fonts weights — The analyzer detects font weights via Google Fonts URL parameters (~70% of font-using sites). Self-hosted fonts and non-Google CDN fonts aren't visible to URL-based detection. If you self-host fonts, manually audit how many @font-face weights you ship -- 2-3 weights per family is typically enough; 5+ is usually unused payload.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/7245ae18-89f9-41c7-9ffd-72185439fa45*
