Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Issues
  • #965
Closed
Open
Issue created Jul 16, 2020 by Administrator@rootContributor

Bug: 404 Errors

Created by: michaelspellacy

Ran a link scan on your site and noted that humans.txt is throwing a lot of 404's when you have pages loading from within a sub-directory. Adding a forward slash should globally clear that one right up.

Before: <link rel="author" href="humans.txt">

After: <link rel="author" href="/humans.txt">

Also spotted a few other 404's:

Page: https://www.a11yproject.com/announcements/2020-07-15-2020-redesign/ Dead Link: Contact Us (missing mailto: URI, should be mailto:hello@a11yproject.com)

Page: https://www.a11yproject.com/checklist/ Dead Link: modes such as Windows High Contrast or Inverted Colors (https://www.a11yproject.com/checklist/posts/operating-system-and-browser-accessibility-display-modes/)

Page: https://www.a11yproject.com/posts/2013-05-11-skip-nav-links/ Dead Link: ARIA landmarks (https://www.a11yproject.com/posts/aria-landmark-roles/)

Page: https://www.a11yproject.com/posts/2020-05-13-aria-has-perfect-support/ Dead Link: Accessible Rich Internet Applications (ARIA) (https://www.a11yproject.com/posts/getting-started-aria/)

Page: https://www.a11yproject.com/posts/2013-01-11-navigate-using-just-your-keyboard/
Dead Link: Quick Tip: Safari Keyboard Navigation (https://www.a11yproject.com/posts/safari-keyboard-navigation/)

Page: https://www.a11yproject.com/checklist/ Dead Link: skip link (https://www.a11yproject.com/posts/skip-nav-links/)

Page: https://www.a11yproject.com/posts/2013-01-11-navigate-using-just-your-keyboard/ Dead Link: How–to: Use Skip Navigation links (https://www.a11yproject.com/posts/skip-nav-links/)

Congrats again on new launch!

Assignee
Assign to
Time tracking