Skip to content

Commit

Permalink
Meta tag update 3
Browse files Browse the repository at this point in the history
- Added comments
- Added extra search engine description tag
- Removed :secure_url as apparently it isn't needed
- Updated theme colour
- Added Twitter meta tags
  • Loading branch information
Mangoshi committed Apr 30, 2023
1 parent 5b518d9 commit d3fefa6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@
<head>
<meta charset="UTF-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<!--Search Engines-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="A web-based subtractive synthesizer!">
<meta property="description" content="A web-based subtractive synthesizer!" />
<meta name="keywords" content="Synthesizer, Synthesizers, Audio Synthesis, Music, Web Audio API, Tone.js">
<meta name="author" content="Seán Óg Durack Monks">
<meta name="theme-color" content="#FDBA74">
<!--Open Graph-->
<meta property="og:title" content="MangoSynth24" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ms24.vercel.app/" />
<meta property="og:image:secure_url" content="https://placehold.co/600x400/EEE/31343C" />
<meta property="og:image" content="https://placehold.co/1200x630" />
<meta property="og:description" content="A web-based subtractive synthesizer!" />
<meta name="theme-color" content="#FF0000">
<!--Twitter-->
<meta property="twitter:image" content="https://placehold.co/1200x630">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="MangoSynth24">
<meta property="twitter:description" content="A web-based subtractive synthesizer!">
<!--Favicon-->
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
<!--Styles-->
Expand Down

1 comment on commit d3fefa6

@vercel
Copy link

@vercel vercel bot commented on d3fefa6 May 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ms24 – ./

ms24.vercel.app
ms24-iadt.vercel.app
ms24-git-master-iadt.vercel.app

Please sign in to comment.