We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c87db3 commit 47f8ae2Copy full SHA for 47f8ae2
.github/styles/UmbracoDocs/LinkTextClarity.yml
@@ -2,10 +2,8 @@
2
extends: existence
3
message: "Avoid generic link text like '%s'. Use descriptive link text instead."
4
description: >
5
- Descriptive link text improves accessibility and SEO.
+ Descriptive link text improves accessibility and SEO by clearly indicating
6
+ where the link leads, rather than using vague terms.
7
level: warning
-tokens:
8
- - 'click here'
9
- - 'read more'
10
- - 'more info'
11
- - '\bhere\b'
+raw:
+ - '(?i)\[(?:click here|here)\]\([^)]*\)'
0 commit comments