Remove @id, fix structured data, change author

This commit is contained in:
Hans5958 2022-04-23 21:30:18 +07:00
parent 49e7e875ad
commit 9108544006

View file

@ -20,7 +20,7 @@
<meta charset="UTF-8">
<title>The 2022 /r/place Atlas</title>
<meta name="description" content="An interactive map of Reddit's 2022 /r/place, with information to each artwork of the canvas.">
<meta name="author" content="Roland Rytz (2022 by Stefano#7366)">
<meta name="author" content="Place Atlas contributors">
<meta name="application-name" content="The /r/place Atlas 2022">
<meta name="robots" content="index, follow">
@ -57,7 +57,6 @@
"author": [
{
"@type": "Person",
"@id": "#RolandRytz",
"name": "Roland Rytz",
"email": "roland.rytz@gmail.com",
"url": "https://draemm.li",
@ -69,7 +68,6 @@
},
{
"@type": "Person",
"@id": "#Codixer",
"name": "Stefano Haagmans",
"email": "stefano@stefanocoding.me",
"url": "https://stefanocoding.me/",
@ -81,11 +79,10 @@
},
{
"@type": "Organization",
"@id": "#PlaceAtlas",
"name": "Place Atlas",
"alternateName": "r/placeatlas2"
"alternateName": "r/placeatlas2",
"url": "https://github.com/placeAtlas",
"image": "http://place-atlas.stefanocoding.me/_img/logo.png",
"image": "http://place-atlas.stefanocodsing.me/_img/logo.png",
"founder": {
"@type": "Person",
"@id": "#Codixer",
@ -107,7 +104,7 @@
"keywords": "reddit, /r/place, place, experiment",
"thumbnailUrl": "http://place-atlas.stefanocoding.me/_img/logo.png",
"image": "http://place-atlas.stefanocoding.me/_img/logo.png",
"description": "An interactive map of Reddit's /r/place, with information to each artwork of the canvas."
"description": "An interactive map of Reddit's 2022 /r/place, with information to each artwork of the canvas."
}
</script>
</head>