Skip to content

Commit d7fac95

Browse files
committed
Add WebSite structured data
Closes #108
1 parent a80e69e commit d7fac95

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_quarto.yml

+11
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@ format:
6868
smooth-scroll: true
6969
code-overflow: wrap
7070
output-block-background: true
71+
include-in-header:
72+
- text: |
73+
<script type="application/ld+json">
74+
{
75+
"@context" : "https://schema.org",
76+
"@type" : "WebSite",
77+
"name" : "Turing.jl",
78+
"alternateName": "The Turing Language",
79+
"url" : "https://turinglang.org/",
80+
}
81+
</script>
7182
7283
# Global Variables to use in any qmd files using:
7384
# {{< meta site-url >}}

0 commit comments

Comments
 (0)