Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'TS01850b50' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/6c7cf4ff-fde1-4208-b861-5bd2af78e5f7)<a href="https://beavercheck.com/results/6c7cf4ff-fde1-4208-b861-5bd2af78e5f7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Falaska.gov" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Falaska.govThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~37%.
Page takes 9.6s to load
+12% bounceUsers abandon at ~3s — you're 7.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $5,961/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$5,961 /mo
~$71,533 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,504 / year if left unfixed
$157,500
+3 more
$0.33 /mo
4172.1 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.89 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
56 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.221
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.84 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
10.88 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
ul.classic > li > a#governor > span ul.classic > li > a#governor > span | alaska.gov/images/executiveAgencyPanel2022.jpg | 217.1 KiB | 179.9 KiB |
div#tabpanel2 > div#ced > div.logo > img div#tabpanel2 > div#ced > div.logo > img | alaska.gov/images/logos/logos.jpg | 72.0 KiB | 61.1 KiB |
Department, Divisions or State of Alaska logo, color scheme div.title-area > a.site-title-link > span.site-logo > img | webcontent.alaska.gov/style/soa/20180919/images/soa-seal-colored.png | 25.8 KiB | 24.7 KiB |
Alaska Department of Motor Vehicles ul > li > a > img | alaska.gov/images/highlights/dmv-banner.png | 9.6 KiB | 7.2 KiB |
List Servers div#socialMedia > ul > li > a#list | alaska.gov/images/socialMediaBTN.png | 7.2 KiB | 4.4 KiB |
Check the status of the flag div#govLtgov > ul.classic > li > a#flagStatus | alaska.gov/images/flagStatusBTN.png | 5.1 KiB | 4.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /style/soa/20190404/bootstrapAlaskaGovTemplateFullWidth.m... | 42.6 KiB | 2.2 s |
| webcontent.alaska.gov/libs/line-awesome/css/line-awesome-font-awesome.min.css | 8.5 KiB | 1.5 s |
| webcontent.alaska.gov/style/soa/20180919/legacyRequiredGreeting.css | 1.6 KiB | 1.5 s |
| webcontent.alaska.gov/style/soa/20190404/adds.css | 1.2 KiB | 1.5 s |
| alaska.gov/scripts/home-webcontent-20141203.css | 9.2 KiB | 1.1 s |
| alaska.gov/scripts/Economy_css_mu.css | 2.0 KiB | 398 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| alaska.gov/ | 849 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Official Alaska State Website
STATE OF ALASKA
You are here: State of Alaska / H… body.page > div.site-container | 0.165 |
You are here: State of Alaska / Home
The following is a greeting given in one … body.page > div.site-container > div.site-inner | 0.035 |
You are here: State of Alaska / Home
The following is a greeting given in one … body.page > div.site-container > div.site-inner | 0.013 |
Resident
Top Links
More »
Division of Motor Vehicles
Alaska Permanent Fund Divi… div.row > div.col-sm-8 > div#main > div.hero-section | 0.008 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /style/soa/20190404/bootstrapAlaskaGovTemplateFullWidth.m... | 42.0 KiB | 38.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=UA-3580820-1 | 125.1 KiB | 63.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-D7B87BS9XK&cx=c>m=4e64h1h1 | 143.5 KiB | 62.9 KiB |
| webcontent.alaska.gov/libs/jquery/2.2.4/jquery.min.js | 40.8 KiB | 22.7 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| alaska.gov/scripts/home-webcontent-20141203.css | 9.2 KiB | 2.5 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div#tabpanel2 > div#doa > div.logo > img div#tabpanel2 > div#doa > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#ced > div.logo > img div#tabpanel2 > div#ced > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#correct > div.logo > img div#tabpanel2 > div#correct > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#courts > div.logo > img div#tabpanel2 > div#courts > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#eed > div.logo > img div#tabpanel2 > div#eed > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dec > div.logo > img div#tabpanel2 > div#dec > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#adfg > div.logo > img div#tabpanel2 > div#adfg > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#gov > div.logo > img div#tabpanel2 > div#gov > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#labor > div.logo > img div#tabpanel2 > div#labor > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#law > div.logo > img div#tabpanel2 > div#law > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dmva > div.logo > img div#tabpanel2 > div#dmva > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dnr > div.logo > img div#tabpanel2 > div#dnr > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dps > div.logo > img div#tabpanel2 > div#dps > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dor > div.logo > img div#tabpanel2 > div#dor > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#sl > div.logo > img div#tabpanel2 > div#sl > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dot > div.logo > img div#tabpanel2 > div#dot > div.logo > img | alaska.gov/images/logos/logos.jpg |
Alaska Department of Motor Vehicles ul > li > a > img | alaska.gov/images/highlights/dmv-banner.png |
Alaska Division of Elections ul > li > a > img | alaska.gov/images/highlights/elections-banner-24.png |
511 Traveler Information ul > li > a > img | alaska.gov/images/highlights/511_SOA_hm_btn.jpg |
Fish & Game Licenses ul > li > a > img | alaska.gov/images/highlights/adfg_license_icon_SOA.png |
Workplace Alaska ul > li > a > img | alaska.gov/images/highlights/workplace-alaska.png |
Permanent Fund ul > li > a > img | alaska.gov/images/highlights/PFDBanner.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
21 li > a > span.noticeMonth > span.noticeDay |
22 li > a > span.noticeMonth > span.noticeDay |
22 li > a > span.noticeMonth > span.noticeDay |
22 li > a > span.noticeMonth > span.noticeDay |
22 li > a > span.noticeMonth > span.noticeDay |
23 li > a > span.noticeMonth > span.noticeDay |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Popular Links div.wrap > div#department_footer > div.left > h4 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Apply for a Permanent Fund Dividend
File for Unemployment Insurance
Find a Job
… div#services > div#tabpanel > div#how > ul.multi_column |
School District Profiles
Alaska Performance Scholarship
Adequate Yearly Progres… div#services > div#tabpanel > div#education > ul.multi_column |
Birth & Marriage Certificates
Child Care
Child Protection
Denali KidCare
More D… div#services > div#tabpanel > div#healthTab > ul.multi_column |
Jobs in Alaska
Starting a Business
Jobs in State Government
Veteran's Employmen… div#services > div#tabpanel > div#jobs > ul.multi_column |
511 - Traveler Information
Alaska Highway Safety Office
Alaska State Troopers
A… div#services > div#tabpanel > div#safety > ul.multi_column |
Administration
Commissioners
Commerce, Community, and Economic Development
Corr… div.box > div#tabpanel2 > div#mygov > ul |
Facebook
X
Flickr
Vimeo
Youtube
RSS
List Servers
continue to social media page div.col-sm-8 > div#main > div#socialMedia > ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Apply for a Permanent Fund Dividend div#how > ul.multi_column > div.column > li |
File for Unemployment Insurance div#how > ul.multi_column > div.column > li |
Find a Job div#how > ul.multi_column > div.column > li |
Find a State Employee div#how > ul.multi_column > div.column > li |
Find a State Parks Trail div#how > ul.multi_column > div.column > li |
Find State Statutes and Regulations div#how > ul.multi_column > div.column > li |
Find the Status of State Flags div#how > ul.multi_column > div.column > li |
Get a Driver License div#how > ul.multi_column > div.column > li |
Get a Hunting or Fishing License div#how > ul.multi_column > div.column > li |
Plan a Vacation to Alaska div#how > ul.multi_column > div.column > li |
Register to Vote div#how > ul.multi_column > div.column > li |
Start a Business div#how > ul.multi_column > div.column > li |
Get a Verification of State Employment div#how > ul.multi_column > div.column > li |
View Public Notices div#how > ul.multi_column > div.column > li |
More Services » div#how > ul.multi_column > div.column > li |
School District Profiles div#education > ul.multi_column > div.column > li |
Alaska Performance Scholarship div#education > ul.multi_column > div.column > li |
Adequate Yearly Progress div#education > ul.multi_column > div.column > li |
School Districts & Public Colleges div#education > ul.multi_column > div.column > li |
Statewide Correspondence Schools div#education > ul.multi_column > div.column > li |
Charter Schools div#education > ul.multi_column > div.column > li |
School Calendars div#education > ul.multi_column > div.column > li |
AVTEC- Alaska's Institute of Technology div#education > ul.multi_column > div.column > li |
University of Alaska div#education > ul.multi_column > div.column > li |
Libraries, Archives & Museums div#education > ul.multi_column > div.column > li |
Statewide Library Electronic Doorway div#education > ul.multi_column > div.column > li |
ACPE College Financing div#education > ul.multi_column > div.column > li |
No Child Left Behind div#education > ul.multi_column > div.column > li |
Kids Web Stuff div#education > ul.multi_column > div.column > li |
More Dept. of Education & Early Dev. div#education > ul.multi_column > div.column > li |
Birth & Marriage Certificates div#healthTab > ul.multi_column > div.column > li |
Child Care div#healthTab > ul.multi_column > div.column > li |
Child Protection div#healthTab > ul.multi_column > div.column > li |
Denali KidCare div#healthTab > ul.multi_column > div.column > li |
More Dept. of Family and Community Services div#healthTab > ul.multi_column > div.column > li |
Food Stamps div#healthTab > ul.multi_column > div.column > li |
Fresh Start div#healthTab > ul.multi_column > div.column > li |
Poison Control div#healthTab > ul.multi_column > div.column > li |
Seasonal Flu div#healthTab > ul.multi_column > div.column > li |
Immunization Information div#healthTab > ul.multi_column > div.column > li |
Medicaid div#healthTab > ul.multi_column > div.column > li |
Medicare div#healthTab > ul.multi_column > div.column > li |
Public Health Centers div#healthTab > ul.multi_column > div.column > li |
Temporary Cash Assistance div#healthTab > ul.multi_column > div.column > li |
Senior Benefits Program div#healthTab > ul.multi_column > div.column > li |
Substance Abuse div#healthTab > ul.multi_column > div.column > li |
More Dept. of Health div#healthTab > ul.multi_column > div.column > li |
Jobs in Alaska div#jobs > ul.multi_column > div.column > li |
Starting a Business div#jobs > ul.multi_column > div.column > li |
Jobs in State Government div#jobs > ul.multi_column > div.column > li |
Veteran's Employment Services div#jobs > ul.multi_column > div.column > li |
Employer Services div#jobs > ul.multi_column > div.column > li |
Worker Services div#jobs > ul.multi_column > div.column > li |
State Contracts div#jobs > ul.multi_column > div.column > li |
How to Get a Business License div#jobs > ul.multi_column > div.column > li |
Vocational Rehabilitation div#jobs > ul.multi_column > div.column > li |
File for Unemployment Insurance div#jobs > ul.multi_column > div.column > li |
More Dept. of Commerce, Comm... div#jobs > ul.multi_column > div.column > li |
More Dept. of Labor & Workforce Dev. div#jobs > ul.multi_column > div.column > li |
511 - Traveler Information div#safety > ul.multi_column > div.column > li |
Alaska Highway Safety Office div#safety > ul.multi_column > div.column > li |
Alaska State Troopers div#safety > ul.multi_column > div.column > li |
Amber Alert div#safety > ul.multi_column > div.column > li |
Child Protection Services div#safety > ul.multi_column > div.column > li |
Domestic Violence & Sexual Assault div#safety > ul.multi_column > div.column > li |
Emergency Preparedness div#safety > ul.multi_column > div.column > li |
Fire and Life Safety div#safety > ul.multi_column > div.column > li |
Report a Traffic Crash div#safety > ul.multi_column > div.column > li |
Road Weather Information System div#safety > ul.multi_column > div.column > li |
Safe Routes To School div#safety > ul.multi_column > div.column > li |
More Department of Public Safety div#safety > ul.multi_column > div.column > li |
More Military and Veterans Affairs div#safety > ul.multi_column > div.column > li |
Administration div#mygov > ul > div.left > li |
Commissioners div#mygov > ul > div.left > li |
Commerce, Community, and Economic Development div#mygov > ul > div.left > li |
Corrections div#mygov > ul > div.left > li |
Court System div#mygov > ul > div.left > li |
Education and Early Development div#mygov > ul > div.left > li |
Environmental Conservation div#mygov > ul > div.left > li |
Family and Community Services div#mygov > ul > div.left > li |
Fish and Game div#mygov > ul > div.left > li |
Health div#mygov > ul > div.left > li |
Labor and Workforce Development div#mygov > ul > div.right > li |
Law div#mygov > ul > div.right > li |
Military and Veterans Affairs div#mygov > ul > div.right > li |
Natural Resources div#mygov > ul > div.right > li |
Public Safety div#mygov > ul > div.right > li |
Revenue div#mygov > ul > div.right > li |
State Legislature div#mygov > ul > div.right > li |
Transportation and Public Facilities div#mygov > ul > div.right > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Administration ul > div.left > li > a |
Commissioners ul > div.left > li > a |
Corrections ul > div.left > li > a |
Court System ul > div.left > li > a |
Environmental Conservation ul > div.left > li > a |
Family and Community Services ul > div.left > li > a |
Facebook li > ul.gov_socialMedia > li > a#gov_facebook |
X li > ul.gov_socialMedia > li > a#gov_twitter |
Accessibility div.left > ul.menu > li.leaf > a.active |
Court System div.left > ul.menu > li.leaf > a.active |
DMV div.left > ul.menu > li.leaf > a.active |
Employee Directory div.left > ul.menu > li.leaf > a.active |
My Government div.left > ul.menu > li.leaf > a.active |
Report Fraud div.left > ul.menu > li.leaf > a.active |
Visitor div.left > ul.menu > li.leaf > a.active |
Site Map div.left > ul.menu > li > a |
Apply for a Permanent Fund Dividend div.right > ul.menu > li.leaf > a |
Get a Fishing / Hunting License div.right > ul.menu > li.leaf > a |
Find a Job div.right > ul.menu > li.leaf > a |
Find a State Employee div.right > ul.menu > li.leaf > a |
Find a State Parks Trail div.right > ul.menu > li.leaf > a |
My Government div#SOAfooterlinks > ul.menu > li > a |
Resident div#SOAfooterlinks > ul.menu > li > a |
Business in Alaska div#SOAfooterlinks > ul.menu > li > a |
Visiting Alaska div#SOAfooterlinks > ul.menu > li > a |
State Employees div#SOAfooterlinks > ul.menu > li > a |
Site Map div#SOAfooterlinks > ul.menu > li > a |
DEPARTMENT OF ADMINISTRATION div.inline-div > div.copyright > p > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Department of Health Logo div#tabpanel2 > div#health > div.logo > img | alaska.gov/images/logos/logo_deptofhealth.png | 80 x 68 (1.18) | 295 x 261 (1.13) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Refused to execute script from 'https://alaska.gov/app-js/modules/test-to-delete.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <html><head><title>Request Rejected</title></head><body>The requested URL was rejected. Please consult with your administrator.<br><br>Your support ID is: <14905980391983324223><br><br><a href='javascript:history.back();'>[Go Back]</body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.299
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.09 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.98 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /style/soa/20190404/bootstrapAlaskaGovTemplateFullWidth.m... | 42.6 KiB | 1.1 s |
| webcontent.alaska.gov/libs/line-awesome/css/line-awesome-font-awesome.min.css | 8.5 KiB | 920 ms |
| webcontent.alaska.gov/style/soa/20180919/legacyRequiredGreeting.css | 1.6 KiB | 920 ms |
| webcontent.alaska.gov/style/soa/20190404/adds.css | 1.2 KiB | 920 ms |
| alaska.gov/scripts/home-webcontent-20141203.css | 9.2 KiB | 719 ms |
| alaska.gov/scripts/Economy_css_mu.css | 2.0 KiB | 285 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
ul.classic > li > a#governor > span ul.classic > li > a#governor > span | alaska.gov/images/executiveAgencyPanel2022.jpg | 217.1 KiB | 179.9 KiB |
Department, Divisions or State of Alaska logo, color scheme div.title-area > a.site-title-link > span.site-logo > img | webcontent.alaska.gov/style/soa/20180919/images/soa-seal-colored.png | 25.8 KiB | 25.0 KiB |
Alaska Department of Motor Vehicles ul > li > a > img | alaska.gov/images/highlights/dmv-banner.png | 9.6 KiB | 7.2 KiB |
List Servers div#socialMedia > ul > li > a#list | alaska.gov/images/socialMediaBTN.png | 7.2 KiB | 4.4 KiB |
Check the status of the flag div#govLtgov > ul.classic > li > a#flagStatus | alaska.gov/images/flagStatusBTN.png | 5.1 KiB | 4.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| alaska.gov/ | 654 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Official Alaska State Website
STATE OF ALASKA
Search
HOME
Quick Links
Departme… body.page > div.site-container | 0.298 |
HOME
Quick Links
Departments
Commissioners
Employee Whitepages
Services
Public … div.site-container > nav.agency-navigation > div.wrap > ul#agency-navigation-menu | 0.001 |
HOME
Quick Links
Departments
Commissioners
Employee Whitepages
Services
Public … div.site-container > nav.agency-navigation > div.wrap > ul#agency-navigation-menu | 0.000 |
STATE OF ALASKA div.title-area > h1 > a.site-title-link > span.site-description | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /style/soa/20190404/bootstrapAlaskaGovTemplateFullWidth.m... | 42.0 KiB | 37.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-D7B87BS9XK&cx=c>m=4e64h1 | 143.5 KiB | 63.7 KiB |
| www.googletagmanager.com/gtag/js?id=UA-3580820-1 | 125.1 KiB | 63.5 KiB |
| webcontent.alaska.gov/libs/jquery/2.2.4/jquery.min.js | 40.8 KiB | 22.7 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| alaska.gov/scripts/home-webcontent-20141203.css | 9.2 KiB | 2.5 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div#tabpanel2 > div#doa > div.logo > img div#tabpanel2 > div#doa > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#ced > div.logo > img div#tabpanel2 > div#ced > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#correct > div.logo > img div#tabpanel2 > div#correct > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#courts > div.logo > img div#tabpanel2 > div#courts > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#eed > div.logo > img div#tabpanel2 > div#eed > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dec > div.logo > img div#tabpanel2 > div#dec > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#adfg > div.logo > img div#tabpanel2 > div#adfg > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#gov > div.logo > img div#tabpanel2 > div#gov > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#labor > div.logo > img div#tabpanel2 > div#labor > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#law > div.logo > img div#tabpanel2 > div#law > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dmva > div.logo > img div#tabpanel2 > div#dmva > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dnr > div.logo > img div#tabpanel2 > div#dnr > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dps > div.logo > img div#tabpanel2 > div#dps > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dor > div.logo > img div#tabpanel2 > div#dor > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#sl > div.logo > img div#tabpanel2 > div#sl > div.logo > img | alaska.gov/images/logos/logos.jpg |
div#tabpanel2 > div#dot > div.logo > img div#tabpanel2 > div#dot > div.logo > img | alaska.gov/images/logos/logos.jpg |
Alaska Department of Motor Vehicles ul > li > a > img | alaska.gov/images/highlights/dmv-banner.png |
Alaska Division of Elections ul > li > a > img | alaska.gov/images/highlights/elections-banner-24.png |
511 Traveler Information ul > li > a > img | alaska.gov/images/highlights/511_SOA_hm_btn.jpg |
Fish & Game Licenses ul > li > a > img | alaska.gov/images/highlights/adfg_license_icon_SOA.png |
Workplace Alaska ul > li > a > img | alaska.gov/images/highlights/workplace-alaska.png |
Permanent Fund ul > li > a > img | alaska.gov/images/highlights/PFDBanner.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
21 li > a > span.noticeMonth > span.noticeDay |
22 li > a > span.noticeMonth > span.noticeDay |
22 li > a > span.noticeMonth > span.noticeDay |
22 li > a > span.noticeMonth > span.noticeDay |
22 li > a > span.noticeMonth > span.noticeDay |
23 li > a > span.noticeMonth > span.noticeDay |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Quick Links ul#agency-navigation-menu > li.menu-item > ul.sub-menu > h5 |
Popular Links div.wrap > div#department_footer > div.left > h4 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Quick Links
Departments
Commissioners
Employee Whitepages
Services
Public Notic… div.wrap > ul#agency-navigation-menu > li.menu-item > ul.sub-menu |
Working
Finding Work in Alaska
Private Industry Jobs
State Government Jobs
Fede… div.wrap > ul#agency-navigation-menu > li.menu-item > ul.sub-menu |
Starting a Business
Get a Business License
Small Business Assistance Center
Occ… div.wrap > ul#agency-navigation-menu > li.menu-item > ul.sub-menu |
Visiting Alaska
Travel Alaska Website
State Travel Information
Statewide Highwa… div.wrap > ul#agency-navigation-menu > li.menu-item > ul.sub-menu |
Current Employee
State Employee Directory
Check Webmail Office 365
Password Hel… div.wrap > ul#agency-navigation-menu > li.menu-item > ul.sub-menu |
Apply for a Permanent Fund Dividend
File for Unemployment Insurance
Find a Job
… div#services > div#tabpanel > div#how > ul.multi_column |
School District Profiles
Alaska Performance Scholarship
Adequate Yearly Progres… div#services > div#tabpanel > div#education > ul.multi_column |
Birth & Marriage Certificates
Child Care
Child Protection
Denali KidCare
More D… div#services > div#tabpanel > div#healthTab > ul.multi_column |
Jobs in Alaska
Starting a Business
Jobs in State Government
Veteran's Employmen… div#services > div#tabpanel > div#jobs > ul.multi_column |
511 - Traveler Information
Alaska Highway Safety Office
Alaska State Troopers
A… div#services > div#tabpanel > div#safety > ul.multi_column |
Administration
Commissioners
Commerce, Community, and Economic Development
Corr… div.box > div#tabpanel2 > div#mygov > ul |
Facebook
X
Flickr
Vimeo
Youtube
RSS
List Servers
continue to social media page div.col-sm-8 > div#main > div#socialMedia > ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Apply for a Permanent Fund Dividend div#how > ul.multi_column > div.column > li |
File for Unemployment Insurance div#how > ul.multi_column > div.column > li |
Find a Job div#how > ul.multi_column > div.column > li |
Find a State Employee div#how > ul.multi_column > div.column > li |
Find a State Parks Trail div#how > ul.multi_column > div.column > li |
Find State Statutes and Regulations div#how > ul.multi_column > div.column > li |
Find the Status of State Flags div#how > ul.multi_column > div.column > li |
Get a Driver License div#how > ul.multi_column > div.column > li |
Get a Hunting or Fishing License div#how > ul.multi_column > div.column > li |
Plan a Vacation to Alaska div#how > ul.multi_column > div.column > li |
Register to Vote div#how > ul.multi_column > div.column > li |
Start a Business div#how > ul.multi_column > div.column > li |
Get a Verification of State Employment div#how > ul.multi_column > div.column > li |
View Public Notices div#how > ul.multi_column > div.column > li |
More Services » div#how > ul.multi_column > div.column > li |
School District Profiles div#education > ul.multi_column > div.column > li |
Alaska Performance Scholarship div#education > ul.multi_column > div.column > li |
Adequate Yearly Progress div#education > ul.multi_column > div.column > li |
School Districts & Public Colleges div#education > ul.multi_column > div.column > li |
Statewide Correspondence Schools div#education > ul.multi_column > div.column > li |
Charter Schools div#education > ul.multi_column > div.column > li |
School Calendars div#education > ul.multi_column > div.column > li |
AVTEC- Alaska's Institute of Technology div#education > ul.multi_column > div.column > li |
University of Alaska div#education > ul.multi_column > div.column > li |
Libraries, Archives & Museums div#education > ul.multi_column > div.column > li |
Statewide Library Electronic Doorway div#education > ul.multi_column > div.column > li |
ACPE College Financing div#education > ul.multi_column > div.column > li |
No Child Left Behind div#education > ul.multi_column > div.column > li |
Kids Web Stuff div#education > ul.multi_column > div.column > li |
More Dept. of Education & Early Dev. div#education > ul.multi_column > div.column > li |
Birth & Marriage Certificates div#healthTab > ul.multi_column > div.column > li |
Child Care div#healthTab > ul.multi_column > div.column > li |
Child Protection div#healthTab > ul.multi_column > div.column > li |
Denali KidCare div#healthTab > ul.multi_column > div.column > li |
More Dept. of Family and Community Services div#healthTab > ul.multi_column > div.column > li |
Food Stamps div#healthTab > ul.multi_column > div.column > li |
Fresh Start div#healthTab > ul.multi_column > div.column > li |
Poison Control div#healthTab > ul.multi_column > div.column > li |
Seasonal Flu div#healthTab > ul.multi_column > div.column > li |
Immunization Information div#healthTab > ul.multi_column > div.column > li |
Medicaid div#healthTab > ul.multi_column > div.column > li |
Medicare div#healthTab > ul.multi_column > div.column > li |
Public Health Centers div#healthTab > ul.multi_column > div.column > li |
Temporary Cash Assistance div#healthTab > ul.multi_column > div.column > li |
Senior Benefits Program div#healthTab > ul.multi_column > div.column > li |
Substance Abuse div#healthTab > ul.multi_column > div.column > li |
More Dept. of Health div#healthTab > ul.multi_column > div.column > li |
Jobs in Alaska div#jobs > ul.multi_column > div.column > li |
Starting a Business div#jobs > ul.multi_column > div.column > li |
Jobs in State Government div#jobs > ul.multi_column > div.column > li |
Veteran's Employment Services div#jobs > ul.multi_column > div.column > li |
Employer Services div#jobs > ul.multi_column > div.column > li |
Worker Services div#jobs > ul.multi_column > div.column > li |
State Contracts div#jobs > ul.multi_column > div.column > li |
How to Get a Business License div#jobs > ul.multi_column > div.column > li |
Vocational Rehabilitation div#jobs > ul.multi_column > div.column > li |
File for Unemployment Insurance div#jobs > ul.multi_column > div.column > li |
More Dept. of Commerce, Comm... div#jobs > ul.multi_column > div.column > li |
More Dept. of Labor & Workforce Dev. div#jobs > ul.multi_column > div.column > li |
511 - Traveler Information div#safety > ul.multi_column > div.column > li |
Alaska Highway Safety Office div#safety > ul.multi_column > div.column > li |
Alaska State Troopers div#safety > ul.multi_column > div.column > li |
Amber Alert div#safety > ul.multi_column > div.column > li |
Child Protection Services div#safety > ul.multi_column > div.column > li |
Domestic Violence & Sexual Assault div#safety > ul.multi_column > div.column > li |
Emergency Preparedness div#safety > ul.multi_column > div.column > li |
Fire and Life Safety div#safety > ul.multi_column > div.column > li |
Report a Traffic Crash div#safety > ul.multi_column > div.column > li |
Road Weather Information System div#safety > ul.multi_column > div.column > li |
Safe Routes To School div#safety > ul.multi_column > div.column > li |
More Department of Public Safety div#safety > ul.multi_column > div.column > li |
More Military and Veterans Affairs div#safety > ul.multi_column > div.column > li |
Administration div#mygov > ul > div.left > li |
Commissioners div#mygov > ul > div.left > li |
Commerce, Community, and Economic Development div#mygov > ul > div.left > li |
Corrections div#mygov > ul > div.left > li |
Court System div#mygov > ul > div.left > li |
Education and Early Development div#mygov > ul > div.left > li |
Environmental Conservation div#mygov > ul > div.left > li |
Family and Community Services div#mygov > ul > div.left > li |
Fish and Game div#mygov > ul > div.left > li |
Health div#mygov > ul > div.left > li |
Labor and Workforce Development div#mygov > ul > div.right > li |
Law div#mygov > ul > div.right > li |
Military and Veterans Affairs div#mygov > ul > div.right > li |
Natural Resources div#mygov > ul > div.right > li |
Public Safety div#mygov > ul > div.right > li |
Revenue div#mygov > ul > div.right > li |
State Legislature div#mygov > ul > div.right > li |
Transportation and Public Facilities div#mygov > ul > div.right > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Administration ul > div.left > li > a |
Commissioners ul > div.left > li > a |
Corrections ul > div.left > li > a |
Court System ul > div.left > li > a |
Environmental Conservation ul > div.left > li > a |
Family and Community Services ul > div.left > li > a |
Facebook li > ul.gov_socialMedia > li > a#gov_facebook |
X li > ul.gov_socialMedia > li > a#gov_twitter |
Accessibility div.left > ul.menu > li.leaf > a.active |
Court System div.left > ul.menu > li.leaf > a.active |
DMV div.left > ul.menu > li.leaf > a.active |
Employee Directory div.left > ul.menu > li.leaf > a.active |
My Government div.left > ul.menu > li.leaf > a.active |
Report Fraud div.left > ul.menu > li.leaf > a.active |
Visitor div.left > ul.menu > li.leaf > a.active |
Site Map div.left > ul.menu > li > a |
Apply for a Permanent Fund Dividend div.right > ul.menu > li.leaf > a |
Get a Fishing / Hunting License div.right > ul.menu > li.leaf > a |
Find a Job div.right > ul.menu > li.leaf > a |
Find a State Employee div.right > ul.menu > li.leaf > a |
Find a State Parks Trail div.right > ul.menu > li.leaf > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Department of Health Logo div#tabpanel2 > div#health > div.logo > img | alaska.gov/images/logos/logo_deptofhealth.png | 80 x 68 (1.18) | 295 x 261 (1.13) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Refused to execute script from 'https://alaska.gov/app-js/modules/test-to-delete.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <html><head><title>Request Rejected</title></head><body>The requested URL was rejected. Please consult with your administrator.<br><br>Your support ID is: <14905980391966328300><br><br><a href='javascript:history.back();'>[Go Back]</body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
Send Feedback