Added structured data

This commit is contained in:
2017-11-17 14:51:55 +01:00
parent 09c47b7c6d
commit f921e374e6
4 changed files with 43 additions and 3 deletions

26
organization.json Normal file
View File

@ -0,0 +1,26 @@
{
"@context":"http://schema.org",
"@type":"Organization",
"name":"Anime Notifier",
"description":"Anime list, tracker, database and notifier for new anime episodes. Create your own anime list and keep track of your progress as you watch.",
"url":"https://notify.moe",
"email":"support@notify.moe",
"telephone":"",
"faxNumber":"",
"logo":"https://media.notify.moe/images/brand/512.png",
"sameAs":[
"https://www.facebook.com/animenotifier",
"https://twitter.com/animenotifier",
"https://plus.google.com/+AnimeReleaseNotifierOfficial"
],
"address":{
"@type":"PostalAddress",
"addressLocality":"",
"postalCode":"",
"streetAddress":""
},
"founder":{
"@type":"Person",
"name":"Eduard Urbach"
}
}