Skip to content

Commit

Permalink
Attempt to add search bar to google
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 19, 2024
1 parent df58843 commit e4ca70d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@
<meta property="og:image" content="https://cards.ledergames.com/assets/favicon/android-chrome-512x512.png">
<meta property="og:url" content="https://cards.ledergames.com/" />
<meta name="description" content="A powerful search tool for Leder Games cards." />

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://cards.ledergames.com/",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://cards.ledergames.com/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}
}
</script>
</head>

<body>
Expand Down

0 comments on commit e4ca70d

Please sign in to comment.