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.
2 parents 560c0b5 + 47f8ae2 commit 1f32056Copy full SHA for 1f32056
.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