Skip to content

Commit 98e655e

Browse files
Added software version schema property
Signed-off-by: Ihor Aleksandrychiev <[email protected]>
1 parent 9162de5 commit 98e655e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{{ if not .Site.Params.isLTS }}
22
<link rel="canonical" href="https://{{ .Site.Params.domain }}/docs/lts{{ .RelPermalink }}" />
33
{{ end }}
4+
5+
<script type="application/ld+json">
6+
{
7+
"@context": "https://schema.org",
8+
"@type": "SoftwareApplication",
9+
"name": "CFEngine",
10+
"softwareVersion": "{{ .Site.Params.branch }}",
11+
}
12+
</script>

0 commit comments

Comments
 (0)