forked from nulang-org/nulang
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStructuredData.astro
More file actions
28 lines (27 loc) · 925 Bytes
/
Copy pathStructuredData.astro
File metadata and controls
28 lines (27 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "Nulang",
"description": "A distributed, actor-based programming language with algebraic effects and row-polymorphic types",
"programmingLanguage": ["Nulang", "Rust"],
"url": "https://nulang.org",
"license": "https://github.com/dporkka/nulang/blob/main/LICENSE",
"codeRepository": "https://github.com/dporkka/nulang",
"version": "0.9.0"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Nulang",
"url": "https://nulang.org",
"description": "A distributed, actor-based programming language with algebraic effects and row-polymorphic types",
"potentialAction": {
"@type": "SearchAction",
"target": "https://nulang.org/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>