add schema data for site name
This commit is contained in:
@@ -56,7 +56,15 @@
|
||||
}]
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "<%= Danbooru.config.app_name %>",
|
||||
"alternateName": "<%= Danbooru.config.description %>",
|
||||
"url" : "http://<%= Danbooru.config.hostname %>"
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body lang="en">
|
||||
<header id="top">
|
||||
|
||||
Reference in New Issue
Block a user