Skip to content

Commit 176f7f0

Browse files
committed
Added alternateName to schema
1 parent 4488cb4 commit 176f7f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_includes/head.liquid

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"@context": "https://schema.org",
8181
"@type": "WebSite",
8282
"url": "{{ canonical }}",
83-
"name": "{{ site.title | escape }}"
83+
"name": "{{ site.title | escape }}",
84+
"alternateName": ["Lack Laboratory", "lacklab.org"]
8485
}
8586
</script>
8687
{% endif %}

0 commit comments

Comments
 (0)