We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b5653 commit 44b4a56Copy full SHA for 44b4a56
src/site/content/en/measure/index.njk
@@ -32,7 +32,15 @@ pageSpeed:
32
<h1 class="hero__title">{{ pageSpeed.title }}</h1>
33
{{ pageSpeed.summary | md | safe }}
34
<div class="cluster gutter-base flow-space-size-2">
35
- <a class="button" data-type="primary" href="{{ pageSpeed.primaryButtonUrl }}">{{ pageSpeed.primaryButtonText }}</a>
+ <a class="button"
36
+ data-type="primary"
37
+ data-category="web.dev"
38
+ data-label="measure, run audit"
39
+ data-action="click"
40
+ href="{{ pageSpeed.primaryButtonUrl }}"
41
+ >
42
+ {{ pageSpeed.primaryButtonText }}
43
+ </a>
44
<a class="button" data-type="secondary" href="{{ pageSpeed.secondaryButtonUrl }}">{{ pageSpeed.secondaryButtonText }}</a>
45
</div>
46
0 commit comments