Skip to content

Commit

Permalink
opengraph meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Sep 24, 2023
1 parent e9ab774 commit fb3376e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/jsMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
<title>Rankquest Studio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Rankquest Studio" />
<meta property="og:description" content="Rankquest Studio is a web based tool that you can use to benchmark search query metrics for your search APIs." />
<meta property="og:image" content="https://rankquest.jillesvangurp.com/rankquest_logo.png" />
<meta property="og:url" content="https://rankquest.jillesvangurp.com" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="target"></div>
<script>
// redefine window.console to shut up the ktor client trace logging
window.console = (function (origConsole) {

if (!window.console || !origConsole) {
Expand Down

0 comments on commit fb3376e

Please sign in to comment.