Commit 21aedce5 authored by Amy Qualls's avatar Amy Qualls Committed by Marcel Amirault

Test for semantically unhelpful linking words

Links should use semantically helpful words for both accessibility
and search engine optimization purposes. Test for some common,
terrible linking words.
parent 71e9829d
---
# Error: gitlab.MeaningfulLinkWords
#
# Checks for the presence of semantically unhelpful words in link text.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: existence
message: 'Improve SEO and accessibility by rewriting "%s" in the link text.'
level: warning
scope: link
ignorecase: true
link: https://about.gitlab.com/handbook/communication/#writing-style-guidelines
tokens:
- here
- this page
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment