Skip to content

Commit

Permalink
Updated SEO meta
Browse files Browse the repository at this point in the history
  • Loading branch information
ajm13 committed May 2, 2019
1 parent 84805c7 commit 78921c8
Showing 1 changed file with 40 additions and 34 deletions.
74 changes: 40 additions & 34 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,43 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="raVe" />
<meta
name="description"
property="og:description"
content="raVe is a real-time audio visualizer experience that shows a song's frequencies and waveforms in a beautiful real-time reactive visualization."
/>
<meta property="og:image" content="https://rave.ajm13.com/preview.jpg" />
<meta property="og:url" content="https://rave.ajm13.com/" />

<meta property="og:title" content="raVe">
<meta property="og:description" content="raVe is a real-time audio visualizer experience that shows a song's frequencies and waveforms in a beautiful real-time reactive visualization.">
<meta property="og:image" content="https://rave.ajm13.com/preview.jpg">
<meta property="og:url" content="https://rave.ajm13.com/">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" href="/favicon.ico?v=2" />

<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" href="/favicon.ico?v=2">
<title>raVe</title>
</head>
<title>raVe</title>
</head>

<body>
<noscript>
<strong>We're sorry but raVe doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<body>
<noscript>
<strong
>We're sorry but raVe doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong
>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://rave.ajm13.com",
"name": "raVe",
"description": "raVe is a real-time audio visualizer experience that shows a song's frequencies and waveforms in a beautiful real-time reactive visualization.",
"image": {
"@type": "ImageObject",
"contentUrl": "/preview.jpg"
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://rave.ajm13.com",
"name": "raVe",
"description": "raVe is a real-time audio visualizer experience that shows a song's frequencies and waveforms in a beautiful real-time reactive visualization.",
"image": {
"@type": "ImageObject",
"contentUrl": "/preview.jpg"
}
}
}
</script>
</body>

</script>
</body>
</html>

0 comments on commit 78921c8

Please sign in to comment.