I've ran the website pages through https://validator.w3.org/nu/ and made changes for issues that were being raised.
The navigation role isn't needed on a nav element
The Internet Explorer compatible metadata tag should only include IE
The Next.js image components were repeatedly causing errors, this doesn't have an easy fix as its baked into how these components work.
A warning was raised with the use of an aria label for the jobs badge. I'd like to refactor this as a screenreader only text element instead, but I'm not sure if this is necessary.
I've ran the website pages through https://validator.w3.org/nu/ and made changes for issues that were being raised.
The Next.js image components were repeatedly causing errors, this doesn't have an easy fix as its baked into how these components work.
A warning was raised with the use of an aria label for the jobs badge. I'd like to refactor this as a screenreader only text element instead, but I'm not sure if this is necessary.
How to Test
You can test the preview site by putting this URL into the Nu HTML validator
Screenshots
Expand to show more
MR Checklist