Yoast / wordpress-seo

Yoast SEO for WordPress
https://yoast.com/wordpress/plugins/seo/
Other
1.77k stars 891 forks source link

Add (opens in a new tab) hidden text to the cornerstone content link #7288

Closed afercia closed 6 years ago

afercia commented 7 years ago

The new cornerstone checkbox has a label with a link to the relevant post on yoast.com:

<a href="https://yoa.st/metabox-help-cornerstone?utm_content=4.9" target="_blank">cornerstone content</a>

screen shot 2017-06-21 at 12 18 16

the link opens a new tab/window and we should inform screen reader users of the context change. .I'd propose to add the same, visually hidden text we're using in other places.

I'd also consider a couple more changes, if no objections:

Maybe something like: [] <label>Mark this post as cornerstone content</label> <link>Learn more about cornerstone content <hidden text>(opens in a new tab)</hidden text><link> ?

afercia commented 6 years ago

The cornerstone checkbox is now reactified, see https://github.com/Yoast/yoast-components/pull/439 will open a new issue.