Skip to content

Commit

Permalink
Adding website structured data to home page, so as to set site name f…
Browse files Browse the repository at this point in the history
…or Google.
  • Loading branch information
lanceewing committed Sep 22, 2024
1 parent 491f2e1 commit 5e8ed18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions html/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
<meta name="theme-color" content="#000000">
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
<link href="/styles.css" rel="stylesheet" type="text/css">
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "AGI Sierra Games",
"url" : "https://agi.sierra.games/"
}
</script>
</head>

<body>
Expand Down

0 comments on commit 5e8ed18

Please sign in to comment.