Screpy - AI SEO Audit Tool New Screpy is coming 🎉

[accesskey] Values are not Unique

Reproducing the web page actions specified for the buttons on the keyboard may cause users to experience unwanted results and decrease the UX score.

Reviewed by Screpy Editorial Team

Let’s see a caution: Are you building a very complex desktop application? So okay, using multiple access keys is understandable. But if this is not the case, make sure to edit the access key by following the facts below:

  1. Note that not all browsers support your access keys.
  2. The functions of the access keys may not be the same for every browser or device. This may cause confusion.
  3. Users who are not aware of access keys can run functions they do not want.

Lighthouse Detect the Audit

When Lighthouse detects such a situation, the access keys are flagged. Here is an example:

[accesskey] Values are not Unique

Let’s take a look at a code sample. You can see that the two different links below contain the letter G in the access keys. This can create a problem.

Link to Google Link to GitHub

How to pass the audit? – Fixing Duplicated Access Keys

What you have to do is assign a value that is completely unique for each access key. For example, take a look at the code below:

Link to Google Link to GitHub

If the code with the yellow sign is changed, there will be no conflict.

Related tasks

Solve the errors logged to the console

If there are error warnings about your website within the console offered by the browser, you need to follow a few basic steps to resolve them.

Tuesday, December 22, 2020

Title Tags Not Found

Are you encountering the title meta tag not found the issue? You can solve it right away! Here are the causes and importance of the problem in detail.

Sunday, December 20, 2020

Robots.txt Not Found

If you are encountering the Robots.txt not found error, you can create your file immediately by paying attention to the steps below. Discover the details now!

Sunday, December 20, 2020

Not Crawlable Pages

Have the same problem with crawlability issues? Let’s see what you can do for your website to be indexed. Here are the ways and solutions!

Sunday, December 20, 2020

Meta Description Not Found

Are you getting a meta description not found a warning about your web page? Let's figure it out! Why is meta description important, how to pass the audit? Examine!

Sunday, December 20, 2020