We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4488cb4 commit 176f7f0Copy full SHA for 176f7f0
1 file changed
_includes/head.liquid
@@ -80,7 +80,8 @@
80
"@context": "https://schema.org",
81
"@type": "WebSite",
82
"url": "{{ canonical }}",
83
- "name": "{{ site.title | escape }}"
+ "name": "{{ site.title | escape }}",
84
+ "alternateName": ["Lack Laboratory", "lacklab.org"]
85
}
86
</script>
87
{% endif %}
0 commit comments