prefers-color-scheme: darkFocus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | QualWeb | Total Unique | Page Title |
|---|---|---|---|---|---|---|---|
| View Page | 8 | 19 | 46 | 2 | 0 | 75 | Find Equity and Accessibility Resources for Disability Services | Georgia.gov |
| View Page | 8 | 19 | 37 | 2 | 0 | 66 | Find Equity and Accessibility Resources for Consumer Services | Georgia.gov |
| View Page | 2 | 31 | 6 | 2 | 2 | 43 | Just a moment... |
| View Page | 2 | 2 | 6 | 3 | 2 | 15 | Just a moment... |
| View Page | 2 | 2 | 6 | 3 | 2 | 15 | Just a moment... |
| View Page | 2 | 2 | 6 | 3 | 2 | 15 | Just a moment... |
| View Page | 2 | 2 | 6 | 3 | 2 | 15 | Just a moment... |
| View Page | 2 | 2 | 6 | 2 | 2 | 14 | Just a moment... |
| View Page | 2 | 2 | 6 | 2 | 2 | 14 | Just a moment... |
| View Page | 2 | 2 | 6 | 2 | 2 | 14 | Just a moment... |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R9 | 97 of 100 | View Rule |
| SIA-R96 | 97 of 100 | View Rule |
| SIA-R111: Interactive elements have a sufficient target size | 3 of 100 | View Rule |
| SIA-R56: Landmarks with the same role are distinguishable | 3 of 100 | View Rule |
| SIA-R57: Landmarks don't repeat the same content | 3 of 100 | View Rule |
| SIA-R61 | 3 of 100 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 3 of 100 | View Rule |
| SIA-R87: First focusable element is a skip link | 3 of 100 | View Rule |
| SIA-R113 | 1 of 100 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue.
These axe accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| meta-refresh | 98 of 100 | View Rule |
| landmark-no-duplicate-banner | 2 of 100 | View Rule |
| landmark-unique | 2 of 100 | View Rule |
| region | 2 of 100 | View Rule |
| tabindex | 2 of 100 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).
These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!
``html
<meta http-equiv="refresh" content="360">
XPath (use in browser DevTools):
`
meta[http-equiv="refresh"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('meta[http-equiv="refresh"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-services
- https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resources
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programs
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parenting
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-corrections
- ...and 93 more page(s)
---
Pattern 2: Affects 97 page(s) - 97 occurrence(s)
Scanner: ALFA
Rule: SIA-R9: No description
Issue: The refresh or redirect is delayed
HTML Pattern:
`html
<meta http-equiv="refresh" content="360" />
`
XPath (use in browser DevTools):
`
/meta
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/meta')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-services
- https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resources
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programs
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parenting
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-corrections
- ...and 92 more page(s)
---
Pattern 3: Affects 97 page(s) - 97 occurrence(s)
Scanner: ALFA
Rule: SIA-R96: No description
Issue: The refresh or redirect is delayed
HTML Pattern:
`html
<meta http-equiv="refresh" content="360" />
`
XPath (use in browser DevTools):
`
/meta
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/meta')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-services
- https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resources
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programs
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parenting
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-corrections
- ...and 92 more page(s)
---
Pattern 4: Affects 3 page(s) - 4 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<button class="header-search-trigger__button header-search-trigger__button--open js-search-open" type="button">...</button>
`
XPath (use in browser DevTools):
`
/button[@class="header-search-trigger__button header-search-trigger__button--open js-search-open"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/button[@class="header-search-trigger__button header-search-trigger__button--open js-search-open"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 5: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<button aria-label="Close chat" tabindex="0" aria-hidden="false" class="ivy-chat-icon ivy-chat-icon-cancel ivy-chat-close">...</button>
`
XPath (use in browser DevTools):
`
/button[@class="ivy-chat-icon ivy-chat-icon-cancel ivy-chat-close"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/button[@class="ivy-chat-icon ivy-chat-icon-cancel ivy-chat-close"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 6: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a class="header-utility-wide__agency-selector" href="https://georgia.gov/state-organizations">...</a>
`
XPath (use in browser DevTools):
`
/a[@class="header-utility-wide__agency-selector"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="header-utility-wide__agency-selector"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 7: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/" class="breadcrumb__link">...</a>
`
XPath (use in browser DevTools):
`
/a[@class="breadcrumb__link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="breadcrumb__link"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 8: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="http://www.facebook.com/pages/georgiagov/29760668054" class="footer-social__icon-link" title="Facebook page for Georgia.gov">...</a>
`
XPath (use in browser DevTools):
`
/a[@class="footer-social__icon-link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="footer-social__icon-link"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 9: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="http://x.com/georgiagov" class="footer-social__icon-link" title="X (Twitter) page for Georgia.gov">...</a>
`
XPath (use in browser DevTools):
`
/a[@class="footer-social__icon-link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="footer-social__icon-link"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 10: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="tel:1-800-436-7442">...</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 11: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="https://georgia.gov/contact-georgiagov">Send a Message</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 12: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a class="footer-link-group__list-item-link" href="https://georgia.gov/state-organizations">
State Organizations
...</a>
`
XPath (use in browser DevTools):
`
/a[@class="footer-link-group__list-item-link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="footer-link-group__list-item-link"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 13: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a class="footer-link-group__list-item-link" href="https://georgia.gov/elected-officials">
Elected Officials
...</a>
`
XPath (use in browser DevTools):
`
/a[@class="footer-link-group__list-item-link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="footer-link-group__list-item-link"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 14: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a class="footer-link-group__list-item-link" href="https://dol.georgia.gov/state-local-and-federal-government-jobs">
State Jobs
</a>
`
XPath (use in browser DevTools):
`
/a[@class="footer-link-group__list-item-link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="footer-link-group__list-item-link"]')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
Pattern 15: Affects 3 page(s) - 3 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="https://georgia.gov/">...</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
- https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
- https://georgia.gov/how-do-i-collect-child-support
---
💡 Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.
📊 Detailed Results
Complete scan results for all tested pages:
Submitted URL Final URL Status HTTP Redirected Time (ms) axe Unique ALFA Unique Equal Access Unique AccessLint Unique Duplicates Notes
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services OK 200 no 15323 8 19 37 2 17 Find Equity and Accessibility Resources for Consumer Services | Georgia.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, landmark-unique, region, tabindex
Equal Access failed rules: aria_banner_label_unique, aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_ref_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-unique, landmarks/no-duplicate-banner
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services OK 200 no 12240 8 19 46 2 23 Find Equity and Accessibility Resources for Disability Services | Georgia.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, landmark-unique, region, tabindex
Equal Access failed rules: aria_banner_label_unique, aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_ref_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled
AccessLint failed rules: landmarks/landmark-unique, landmarks/no-duplicate-banner
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-services https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-services FAIL 403 no 7742 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resources https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resources FAIL 403 no 8366 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programs https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programs FAIL 403 no 7644 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parenting https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parenting FAIL 403 no 7694 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-corrections https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-corrections FAIL 403 no 8288 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-education-and-teaching https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-education-and-teaching FAIL 403 no 7843 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/ https://georgia.gov/ FAIL 403 no 7934 2 2 6 3 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one
https://georgia.gov/accessibility https://georgia.gov/accessibility FAIL 403 no 7780 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/child-support-services https://georgia.gov/contacts/child-support-services FAIL 403 no 7870 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/georgia-department-human-services-division-child-support-services https://georgia.gov/organization/georgia-department-human-services-division-child-support-services FAIL 403 no 8094 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/find-a-job-in-georgia https://georgia.gov/find-a-job-in-georgia FAIL 403 no 7901 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-job-georgia https://georgia.gov/how-do-i-find-job-georgia FAIL 403 no 7806 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/12000-findley-rd-ste-400 https://georgia.gov/locations/12000-findley-rd-ste-400 FAIL 403 no 7850 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/aging-services https://georgia.gov/aging-services FAIL 403 no 7822 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/disability-services https://georgia.gov/disability-services FAIL 403 no 7739 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/faqs-motor-vehicle-reports https://georgia.gov/faqs-motor-vehicle-reports FAIL 403 no 7787 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-childcare-and-parent-services-caps-program https://georgia.gov/how-do-i-apply-childcare-and-parent-services-caps-program FAIL 403 no 8317 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-drivers-license https://georgia.gov/how-do-i-apply-drivers-license FAIL 403 no 7815 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-exemption-window-tint-law https://georgia.gov/how-do-i-apply-exemption-window-tint-law FAIL 403 no 7633 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-georgia-dream-homeownership-program https://georgia.gov/how-do-i-apply-georgia-dream-homeownership-program FAIL 403 no 7713 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-housing-choice-voucher-program https://georgia.gov/how-do-i-apply-housing-choice-voucher-program FAIL 403 no 7793 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-independent-care-waiver-program-icwp https://georgia.gov/how-do-i-apply-independent-care-waiver-program-icwp FAIL 403 no 7805 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-medicaid https://georgia.gov/how-do-i-apply-medicaid FAIL 403 no 7742 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-my-georgia-drivers-license https://georgia.gov/how-do-i-apply-my-georgia-drivers-license FAIL 403 no 7693 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-snap https://georgia.gov/how-do-i-apply-snap FAIL 403 no 7686 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-state-id-card https://georgia.gov/how-do-i-apply-state-id-card FAIL 403 no 7766 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-tanf https://georgia.gov/how-do-i-apply-tanf FAIL 403 no 7753 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-weapons-carry-license-wcl https://georgia.gov/how-do-i-apply-weapons-carry-license-wcl FAIL 403 no 7747 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-get-or-renew-professional-certification-or-license https://georgia.gov/how-do-i-get-or-renew-professional-certification-or-license FAIL 403 no 7771 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-pay-estimated-tax https://georgia.gov/how-do-i-pay-estimated-tax FAIL 403 no 7855 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-pay-traffic-ticket https://georgia.gov/how-do-i-pay-traffic-ticket FAIL 403 no 7816 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-boat https://georgia.gov/how-do-i-register-boat FAIL 403 no 7625 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-business-dol https://georgia.gov/how-do-i-register-business-dol FAIL 403 no 7979 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-business-dor https://georgia.gov/how-do-i-register-business-dor FAIL 403 no 7638 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-corporation https://georgia.gov/how-do-i-register-corporation FAIL 403 no 7683 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-llc https://georgia.gov/how-do-i-register-llc FAIL 403 no 7612 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-lp-hdi https://georgia.gov/how-do-i-register-lp-hdi FAIL 403 no 7625 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-vehicle https://georgia.gov/how-do-i-register-vehicle FAIL 403 no 7718 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-vote https://georgia.gov/how-do-i-register-vote FAIL 403 no 7739 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-boat-registration https://georgia.gov/how-do-i-renew-boat-registration FAIL 403 no 7768 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-corporation https://georgia.gov/how-do-i-renew-corporation FAIL 403 no 7727 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-drivers-license https://georgia.gov/how-do-i-renew-drivers-license FAIL 403 no 7819 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-limited-partnership-lp https://georgia.gov/how-do-i-renew-limited-partnership-lp FAIL 403 no 7605 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-my-llc https://georgia.gov/how-do-i-renew-my-llc FAIL 403 no 7643 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-my-medicaid-benefits https://georgia.gov/how-do-i-renew-my-medicaid-benefits FAIL 403 no 7778 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-my-snap-benefits https://georgia.gov/how-do-i-renew-my-snap-benefits FAIL 403 no 7764 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-my-vehicle-registration https://georgia.gov/how-do-i-renew-my-vehicle-registration FAIL 403 no 7758 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-report-elder-abuse https://georgia.gov/how-do-i-report-elder-abuse FAIL 403 no 7750 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-request-and-vote-absentee-ballot https://georgia.gov/how-do-i-request-and-vote-absentee-ballot FAIL 403 no 7703 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-request-copy-my-immunization-records https://georgia.gov/how-do-i-request-copy-my-immunization-records FAIL 403 no 7679 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-request-criminal-background-check https://georgia.gov/how-do-i-request-criminal-background-check FAIL 403 no 7670 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-request-vital-records https://georgia.gov/how-do-i-request-vital-records FAIL 403 no 7676 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/motor-vehicle-reports https://georgia.gov/motor-vehicle-reports FAIL 403 no 7637 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/public-service-commissioner-chuck-eaton https://georgia.gov/public-service-commissioner-chuck-eaton FAIL 403 no 7850 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/renewing-business https://georgia.gov/renewing-business FAIL 403 no 7606 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/child-protective-services https://georgia.gov/contacts/child-protective-services FAIL 403 no 7725 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/customer-service https://georgia.gov/contacts/customer-service FAIL 403 no 7855 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/customer-service-0 https://georgia.gov/contacts/customer-service-0 FAIL 403 no 7719 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/customer-service-call-center https://georgia.gov/contacts/customer-service-call-center FAIL 403 no 7683 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/dcss-customer-service https://georgia.gov/contacts/dcss-customer-service FAIL 403 no 7814 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/department-administrative-services-contact https://georgia.gov/contacts/department-administrative-services-contact FAIL 403 no 7732 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/department-human-services https://georgia.gov/contacts/department-human-services FAIL 403 no 7754 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/department-human-services-division-family-and-children-services https://georgia.gov/contacts/department-human-services-division-family-and-children-services FAIL 403 no 7810 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/department-veterans-service https://georgia.gov/contacts/department-veterans-service FAIL 403 no 7363 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/department-administrative-services https://georgia.gov/locations/department-administrative-services FAIL 403 no 7634 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/department-human-services-division-family-and-children-services-location https://georgia.gov/locations/department-human-services-division-family-and-children-services-location FAIL 403 no 7922 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/georgia-department-driver-services-dds https://georgia.gov/locations/georgia-department-driver-services-dds FAIL 403 no 7641 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/georgia-dhs-division-aging-services https://georgia.gov/locations/georgia-dhs-division-aging-services FAIL 403 no 7832 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/georgia-dhs-division-aging-services-0 https://georgia.gov/locations/georgia-dhs-division-aging-services-0 FAIL 403 no 7698 2 2 6 3 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one
https://georgia.gov/locations/public-service-commission-location https://georgia.gov/locations/public-service-commission-location FAIL 403 no 7934 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/department-administrative-services https://georgia.gov/organization/department-administrative-services FAIL 403 no 7733 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/department-human-services https://georgia.gov/organization/department-human-services FAIL 403 no 7732 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/department-human-services-division-family-and-children-services https://georgia.gov/organization/department-human-services-division-family-and-children-services FAIL 403 no 8368 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/division-aging-services https://georgia.gov/organization/division-aging-services FAIL 403 no 7879 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/georgia-department-driver-services https://georgia.gov/organization/georgia-department-driver-services FAIL 403 no 7800 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/georgia-department-veterans-service https://georgia.gov/organization/georgia-department-veterans-service OK 200 no 8174 2 2 6 2 0 Georgia Department of Veterans Service | Georgia.gov
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/governors-office-disability-services-ombudsman https://georgia.gov/organization/governors-office-disability-services-ombudsman FAIL 403 no 7714 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/public-service-commission https://georgia.gov/organization/public-service-commission FAIL 403 no 7807 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/child-support https://georgia.gov/child-support FAIL 403 no 7778 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/events/2024-09-16/first-day-request-absentee-ballots-december-runoff https://georgia.gov/events/2024-09-16/first-day-request-absentee-ballots-december-runoff FAIL 403 no 7842 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/events/2024-10-07/last-day-registered-voters-change-address https://georgia.gov/events/2024-10-07/last-day-registered-voters-change-address FAIL 403 no 7767 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-collect-child-support https://georgia.gov/how-do-i-collect-child-support FAIL 403 no 10318 2 31 6 2 91 Just a moment...
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-get-support-my-child-special-needs https://georgia.gov/how-do-i-get-support-my-child-special-needs FAIL 403 no 7737 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/2022-calendario-electoral-intermedia https://georgia.gov/2022-calendario-electoral-intermedia FAIL 403 no 7828 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/abby-cox-0 https://georgia.gov/abby-cox-0 FAIL 403 no 7897 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/access-public-information https://georgia.gov/access-public-information FAIL 403 no 7667 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/affordable-housing https://georgia.gov/affordable-housing FAIL 403 no 7764 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/alicia-m-johnson https://georgia.gov/alicia-m-johnson FAIL 403 no 7725 2 2 6 3 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one
https://georgia.gov/barbara-rivera-holmes https://georgia.gov/barbara-rivera-holmes FAIL 403 no 7570 2 2 6 3 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one
https://georgia.gov/brad-raffensperger https://georgia.gov/brad-raffensperger FAIL 403 no 7822 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/brian-kemp https://georgia.gov/brian-kemp FAIL 403 no 7885 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/bulk-corporations-data https://georgia.gov/bulk-corporations-data FAIL 403 no 7716 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/burt-jones https://georgia.gov/burt-jones FAIL 403 no 7770 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/business-taxes https://georgia.gov/business-taxes FAIL 403 no 7662 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/call https://georgia.gov/call FAIL 403 no 7775 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/chat https://georgia.gov/chat FAIL 403 no 7753 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/child-care https://georgia.gov/child-care FAIL 403 no 7942 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/children-and-parenting https://georgia.gov/children-and-parenting FAIL 403 no 7805 2 2 6 2 0 Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
Detailed Failure Information (ALFA)
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="ivy-chat-icon ivy-chat-icon-cancel ivy-chat-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@id="block-ga-bloom-googletranslator"]
Failure 3:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="header-utility-wide__agency-selector"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="header-search-trigger__button header-search-trigger__button--open js-search-open"]
Failure 5:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="breadcrumb__link"]
... and 4 more failures for this rule
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
I'm a virtual assistant and I can help answer your...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: ...
XPath: /p[@class="header-official-site__description-text"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: That Text Is Not From Us
XPath: /p[@class="alert__title"]
Failure 4:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: We'll never request payment or info through unsoli...
XPath: /p[@class="alert__body"]
Failure 5:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: How Do I …
XPath: /p[@class="heading-lockup__label"]
... and 1 more failures for this rule
Rule: SIA-R87: First focusable element is a skip link
Failure 1:
- Message: The first tabbable element in the document is not a semantic link
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="ivy-chat-icon ivy-chat-icon-cancel ivy-chat-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@id="block-ga-bloom-googletranslator"]
Failure 3:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="header-utility-wide__agency-selector"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="header-search-trigger__button header-search-trigger__button--open js-search-open"]
Failure 5:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="breadcrumb__link"]
... and 4 more failures for this rule
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
I'm a virtual assistant and I can help answer your...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: ...
XPath: /p[@class="header-official-site__description-text"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: That Text Is Not From Us
XPath: /p[@class="alert__title"]
Failure 4:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: We'll never request payment or info through unsoli...
XPath: /p[@class="alert__body"]
Failure 5:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: How Do I …
XPath: /p[@class="heading-lockup__label"]
... and 1 more failures for this rule
Rule: SIA-R87: First focusable element is a skip link
Failure 1:
- Message: The first tabbable element in the document is not a semantic link
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resources
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programs
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parenting
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-corrections
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-education-and-teaching
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/accessibility
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/child-support-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/organization/georgia-department-human-services-division-child-support-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/find-a-job-in-georgia
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-find-job-georgia
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/locations/12000-findley-rd-ste-400
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/aging-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/disability-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/faqs-motor-vehicle-reports
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-childcare-and-parent-services-caps-program
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-drivers-license
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-exemption-window-tint-law
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-georgia-dream-homeownership-program
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-housing-choice-voucher-program
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-independent-care-waiver-program-icwp
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-medicaid
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-my-georgia-drivers-license
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-snap
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-state-id-card
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-tanf
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-apply-weapons-carry-license-wcl
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-get-or-renew-professional-certification-or-license
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-pay-estimated-tax
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-pay-traffic-ticket
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-register-boat
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-register-business-dol
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-register-business-dor
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-register-corporation
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-register-llc
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-register-lp-hdi
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-register-vehicle
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-register-vote
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-renew-boat-registration
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-renew-corporation
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-renew-drivers-license
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-renew-limited-partnership-lp
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-renew-my-llc
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-renew-my-medicaid-benefits
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-renew-my-snap-benefits
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-renew-my-vehicle-registration
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-report-elder-abuse
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-request-and-vote-absentee-ballot
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-request-copy-my-immunization-records
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-request-criminal-background-check
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-request-vital-records
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/motor-vehicle-reports
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/public-service-commissioner-chuck-eaton
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/renewing-business
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/child-protective-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/customer-service
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/customer-service-0
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/customer-service-call-center
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/dcss-customer-service
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/department-administrative-services-contact
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/department-human-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/department-human-services-division-family-and-children-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/contacts/department-veterans-service
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/locations/department-administrative-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/locations/department-human-services-division-family-and-children-services-location
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/locations/georgia-department-driver-services-dds
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/locations/georgia-dhs-division-aging-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/locations/georgia-dhs-division-aging-services-0
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/locations/public-service-commission-location
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/organization/department-administrative-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/organization/department-human-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/organization/department-human-services-division-family-and-children-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/organization/division-aging-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/organization/georgia-department-driver-services
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/organization/georgia-department-veterans-service
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/organization/governors-office-disability-services-ombudsman
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/organization/public-service-commission
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/child-support
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/events/2024-09-16/first-day-request-absentee-ballots-december-runoff
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/events/2024-10-07/last-day-registered-voters-change-address
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/how-do-i-collect-child-support
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="ivy-chat-icon ivy-chat-icon-cancel ivy-chat-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@id="block-ga-bloom-googletranslator"]
Failure 3:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="header-utility-wide__agency-selector"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="header-search-trigger__button header-search-trigger__button--open js-search-open"]
Failure 5:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="mobile-nav-button"]
... and 10 more failures for this rule
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
XPath: /button[@class="mobile-nav-button"]
Failure 2:
- Message: Target has insufficient size and spacing
- HTML:
...
XPath: /a[@class="primary-nav__menu-link primary-nav__menu-link--link primary-nav__menu-link--level-1"]
Failure 3:
- Message: Target has insufficient size and spacing
- HTML:
Mission Statement
XPath: /a[@class="header-search-form__popular-choice-link"]
Failure 4:
- Message: Target has insufficient size and spacing
- HTML:
Get Prepared
XPath: /a[@class="how-do-i-step-links__list-item-link"]
Failure 5:
- Message: Target has insufficient size and spacing
- HTML:
State Organizations ...
XPath: /a[@class="footer-link-group__list-item-link"]
... and 1 more failures for this rule
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
I'm a virtual assistant and I can help answer your...
XPath: /p
Failure 2:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: ...
XPath: /p[@class="header-official-site__description-text"]
Failure 3:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: That Text Is Not From Us
XPath: /p[@class="alert__title"]
Failure 4:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: We'll never request payment or info through unsoli...
XPath: /p[@class="alert__body"]
Failure 5:
- Message: The line height of the paragraph is
normal which will result in a line height of less than 1.5
HTML: How Do I …
XPath: /p[@class="heading-lockup__label"]
... and 1 more failures for this rule
Rule: SIA-R87: First focusable element is a skip link
Failure 1:
- Message: The first tabbable element in the document is not a semantic link
https://georgia.gov/how-do-i-get-support-my-child-special-needs
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/2022-calendario-electoral-intermedia
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/abby-cox-0
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/access-public-information
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/affordable-housing
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/alicia-m-johnson
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/barbara-rivera-holmes
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/brad-raffensperger
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/brian-kemp
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/bulk-corporations-data
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/burt-jones
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/business-taxes
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/call
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/chat
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/child-care
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
https://georgia.gov/children-and-parenting
Rule: SIA-R9
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Rule: SIA-R96
Failure 1:
- Message: The refresh or redirect is delayed
- HTML:
XPath: /meta
Detailed Failure Information (axe)
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services
Rule: landmark-no-duplicate-banner
Impact: moderate
Failure 1:
- Message: Document should not have more than one banner landmark
- HTML:
XPath: #header
Rule: landmark-unique
Impact: moderate
Failure 1:
- Message: Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
- HTML:
XPath: #header
Rule: region
Impact: moderate
Failure 1:
- Message: All page content should be contained by landmarks
- HTML:
That Text Is Not From Us
XPath: .alert__title
Failure 2:
- Message: All page content should be contained by landmarks
- HTML:
We'll never request payment or info through unsolicited text
XPath: .alert__body
Failure 3:
- Message: All page content should be contained by landmarks
- HTML:
XPath: #upper-feedback-content > h2
Failure 4:
- Message: All page content should be contained by landmarks
- HTML:
XPath: label[for="feedback-yes-button-33466"]
Failure 5:
- Message: All page content should be contained by landmarks
- HTML:
XPath: label[for="feedback-no-button-33466"]
Rule: tabindex
Impact: serious
Failure 1:
- Message: Elements should not have tabindex greater than zero
- HTML:
XPath: #ivy-bot
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services
Rule: landmark-no-duplicate-banner
Impact: moderate
Failure 1:
- Message: Document should not have more than one banner landmark
- HTML:
XPath: #header
Rule: landmark-unique
Impact: moderate
Failure 1:
- Message: Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
- HTML:
XPath: #header
Rule: region
Impact: moderate
Failure 1:
- Message: All page content should be contained by landmarks
- HTML:
That Text Is Not From Us
XPath: .alert__title
Failure 2:
- Message: All page content should be contained by landmarks
- HTML:
We'll never request payment or info through unsolicited text
XPath: .alert__body
Failure 3:
- Message: All page content should be contained by landmarks
- HTML:
XPath: #upper-feedback-content > h2
Failure 4:
- Message: All page content should be contained by landmarks
- HTML:
XPath: label[for="feedback-yes-button-33486"]
Failure 5:
- Message: All page content should be contained by landmarks
- HTML:
XPath: label[for="feedback-no-button-33486"]
Rule: tabindex
Impact: serious
Failure 1:
- Message: Elements should not have tabindex greater than zero
- HTML:
XPath: #ivy-bot
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resources
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programs
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parenting
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-corrections
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-education-and-teaching
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/accessibility
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/child-support-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/organization/georgia-department-human-services-division-child-support-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/find-a-job-in-georgia
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-find-job-georgia
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/locations/12000-findley-rd-ste-400
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/aging-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/disability-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/faqs-motor-vehicle-reports
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-childcare-and-parent-services-caps-program
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-drivers-license
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-exemption-window-tint-law
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-georgia-dream-homeownership-program
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-housing-choice-voucher-program
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-independent-care-waiver-program-icwp
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-medicaid
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-my-georgia-drivers-license
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-snap
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-state-id-card
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-tanf
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-apply-weapons-carry-license-wcl
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-get-or-renew-professional-certification-or-license
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-pay-estimated-tax
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-pay-traffic-ticket
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-register-boat
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-register-business-dol
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-register-business-dor
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-register-corporation
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-register-llc
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-register-lp-hdi
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-register-vehicle
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-register-vote
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-renew-boat-registration
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-renew-corporation
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-renew-drivers-license
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-renew-limited-partnership-lp
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-renew-my-llc
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-renew-my-medicaid-benefits
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-renew-my-snap-benefits
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-renew-my-vehicle-registration
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-report-elder-abuse
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-request-and-vote-absentee-ballot
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-request-copy-my-immunization-records
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-request-criminal-background-check
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-request-vital-records
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/motor-vehicle-reports
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/public-service-commissioner-chuck-eaton
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/renewing-business
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/child-protective-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/customer-service
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/customer-service-0
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/customer-service-call-center
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/dcss-customer-service
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/department-administrative-services-contact
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/department-human-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/department-human-services-division-family-and-children-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/contacts/department-veterans-service
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/locations/department-administrative-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/locations/department-human-services-division-family-and-children-services-location
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/locations/georgia-department-driver-services-dds
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/locations/georgia-dhs-division-aging-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/locations/georgia-dhs-division-aging-services-0
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/locations/public-service-commission-location
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/organization/department-administrative-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/organization/department-human-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/organization/department-human-services-division-family-and-children-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/organization/division-aging-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/organization/georgia-department-driver-services
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/organization/georgia-department-veterans-service
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/organization/governors-office-disability-services-ombudsman
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/organization/public-service-commission
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/child-support
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/events/2024-09-16/first-day-request-absentee-ballots-december-runoff
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/events/2024-10-07/last-day-registered-voters-change-address
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-collect-child-support
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/how-do-i-get-support-my-child-special-needs
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/2022-calendario-electoral-intermedia
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/abby-cox-0
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/access-public-information
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/affordable-housing
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/alicia-m-johnson
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/barbara-rivera-holmes
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/brad-raffensperger
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/brian-kemp
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/bulk-corporations-data
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/burt-jones
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/business-taxes
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/call
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/chat
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/child-care
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
https://georgia.gov/children-and-parenting
Rule: meta-refresh
Impact: critical
Failure 1:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]
Failure 2:
- Message: Delayed refresh under 20 hours must not be used
- HTML:
XPath: meta[http-equiv="refresh"]`