Skip to content

Commit 522d1ce

Browse files
authored
Merge pull request #19343 from remyleone/logo_json_types
Add a logo JSON-LD meta information about Kubernetes
2 parents 51e20e9 + 9142d89 commit 522d1ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

layouts/partials/head.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
</script>
1212
<meta charset="utf-8">
1313
<title>{{ if .Title }}{{ .Title }} - {{ end }}{{ site.Title }}</title>
14+
<script type="application/ld+json">
15+
{
16+
"@context": "https://schema.org",
17+
"@type": "Organization",
18+
"url": "https://kubernetes.io",
19+
"logo": "https://kubernetes.io/images/favicon.png"
20+
}
21+
</script>
1422
<meta name="viewport" content="width=device-width, initial-scale=1">
1523
<meta name="theme-color" content="#326ce5">
1624
<link rel="shortcut icon" type="image/png" href="{{ "images/favicon.png" | relURL }}">

0 commit comments

Comments
 (0)