Skip to content

Commit

Permalink
metatags to improve seo...
Browse files Browse the repository at this point in the history
  • Loading branch information
bandinopla committed Nov 24, 2024
1 parent 4c9f541 commit 03fe708
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Binary file added public/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
name="description"
content="Weight for reps is a training journal logging tool to help you keep track of your weight training."
/>
<meta property="og:title" content="Weight For Reps">
<meta property="og:description" content="Be fit. Track your workouts!">
<meta property="og:image" content="https://weightxreps.net/cover.png">
<meta property="og:image:alt" content="Website's cover">
<meta property="og:url" content="https://weightxreps.net">
<meta property="og:type" content="website">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Weight For Reps">
<meta name="twitter:description" content="Be fit. Track your workouts!">
<meta name="twitter:image" content="https://weightxreps.net/cover.png">
<meta name="twitter:site" content="@weight_x_reps">

<!--<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Bebas+Neue|Azeret+Mono&display=swap" />
<!--
Expand Down Expand Up @@ -90,7 +103,7 @@
<title>Weight For Reps</title>
</head>
<body>
<div class="init">
<div class="init" data-nosnippet>
<span class="loader"></span>
<span id="sys-error">
<h1>↯ Oops!</h1>
Expand Down

0 comments on commit 03fe708

Please sign in to comment.