|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 6 | <title>Audio Spectrum Analyzer</title> |
7 | 7 |
|
8 | | - <!-- Chrome, Firefox OS and Opera --> |
| 8 | + <!-- Theme color --> |
9 | 9 | <meta name="theme-color" content="#000000" /> |
10 | | - |
11 | | - <!-- Windows Phone --> |
12 | 10 | <meta name="msapplication-navbutton-color" content="#000000" /> |
13 | | - |
14 | | - <!-- iOS Safari --> |
15 | 11 | <meta name="apple-mobile-web-app-status-bar-style" content="#000000" /> |
16 | 12 |
|
17 | | - <!-- Favicons --> |
18 | | - <link rel="icon" href="favicon.svg" /> |
19 | | - <link rel="fluid-icon" href="favicon.svg" /> |
20 | | - <link rel="apple-touch-icon" href="favicon.svg" /> |
21 | | - |
22 | 13 | <!-- SEO --> |
23 | 14 | <meta name="audience" lang="en" content="all" /> |
| 15 | + <meta name="topic" content="Application, Audio, Visualizer, PWA"> |
| 16 | + <meta name="summary" content="Portfolio from Simon Reinisch"> |
24 | 17 | <meta name="expires" content="7 days" /> |
25 | | - <meta name="robots" content="follow" /> |
26 | 18 | <meta name="revisit-after" content="7 days" /> |
27 | 19 | <meta name="page-topic" content="Audio Spectrum Analyzer" /> |
28 | | - <meta name="copyright" content="Simon Reinisch" /> |
29 | | - <meta name="author" content="Simon Reinisch" /> |
30 | | - <meta name="description" content="" /> |
31 | | - <meta name="keywords" content="audio, fft, spectrum, analyzer, pwa, web-app" /> |
32 | | - |
33 | | - <!-- Open Graph / Facebook --> |
34 | | - <meta property="og:image" content="favicon.co" /> |
| 20 | + <meta name="copyright" content="Simon Reinisch"> |
| 21 | + <meta name="owner" content="Simon Reinisch"> |
| 22 | + <meta name="author" content="Simon Reinisch"> |
| 23 | + <meta name="robots" content="index, follow" /> |
| 24 | + <meta name="description" content="Simple audio spectrum analyzer, can analyze audio input from the microphone as well as audio files." /> |
| 25 | + <meta name="keywords" content="audio, spectrum, visualizer, analyzer, pwa, web-app, fft" /> |
| 26 | + |
| 27 | + <!-- Open Graph --> |
35 | 28 | <meta property="og:type" content="website" /> |
36 | 29 | <meta property="og:url" content="https://spectrum.reinisch.io" /> |
37 | 30 | <meta property="og:site_name" content="Audio Spectrum Analyzer" /> |
38 | 31 | <meta property="og:title" content="Audio Spectrum Analyzer" /> |
39 | | - <meta property="og:description" content="A small audio spectrum visualizer." /> |
| 32 | + <meta property="og:description" content="Simple audio spectrum analyzer, can analyze audio input from the microphone as well as audio files." /> |
| 33 | + <meta property="og:description" content="Portfolio of an software architect with a drive for perfection." /> |
40 | 34 |
|
41 | | - <!-- Twitter --> |
42 | | - <meta property="twitter:url" content="https://spectrum.reinisch.io"> |
43 | | - <meta property="twitter:title" content="Audio Spectrum Analyzer"> |
44 | | - <meta property="twitter:description" content="A small audio spectrum visualizer."> |
45 | | - <meta property="twitter:image" content="favicon.png"> |
| 35 | + <!-- Icons --> |
| 36 | + <link rel="icon" href="/favicon.ico" sizes="32x32"> |
| 37 | + <link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml"> |
| 38 | + <link rel="apple-touch-icon" href="/apple-touch-icon.png"> |
46 | 39 |
|
47 | 40 | <!-- Analytics --> |
48 | | - <script async src="https://ackee.reinisch.io/tracker.js" data-ackee-server="https://ackee.reinisch.io" data-ackee-domain-id="b0c5af46-63e4-46ba-afb0-95b2cea6072b" data-ackee-opts='{"detailed": true}'></script> |
49 | | - </head> |
50 | | - |
| 41 | + <script defer src="https://numai.reinisch.io/script.js" data-website-id="87a8f46b-ea2c-4630-a42e-05aa89a05de4"></script> </head> |
51 | 42 | <body> |
52 | 43 | <div id="app"></div> |
53 | 44 | <script type="module" src="/src/main.tsx"></script> |
|
0 commit comments