You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2022. It is now read-only.
In the assessment results, most (all?) of the results contain links:
These links use target="_blank" but don't use any text to inform users the link is going to open in new browser's tab. Additionally, links that don't point to yoast.com (if any) should use rel="noopener".
Re: the first part, we have PHP utilities (in Yoast SEO) and JS utilities (in yoast-components) to generate the visually hidden text (Opens in a new browser tab). Suggested: add a function to Shortlinker to generate the text and closing </a> tag and replace the hardcoded </a> across the codebase.
The text was updated successfully, but these errors were encountered:
In the assessment results, most (all?) of the results contain links:
These links use
target="_blank"
but don't use any text to inform users the link is going to open in new browser's tab. Additionally, links that don't point to yoast.com (if any) should userel="noopener"
.Re: the first part, we have PHP utilities (in Yoast SEO) and JS utilities (in yoast-components) to generate the visually hidden text
(Opens in a new browser tab)
. Suggested: add a function toShortlinker
to generate the text and closing</a>
tag and replace the hardcoded</a>
across the codebase.The text was updated successfully, but these errors were encountered: