add schema data for site name

This commit is contained in:
r888888888
2017-04-18 17:24:01 -07:00
parent bf8f04df0a
commit 75249427d9

View File

@@ -56,7 +56,15 @@
}] }]
} }
</script> </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> </head>
<body lang="en"> <body lang="en">
<header id="top"> <header id="top">