|
44 | 44 | /> |
45 | 45 | <meta name="theme-color" content="#000000" /> |
46 | 46 |
|
| 47 | + <title>Audius — Free Music Streaming for Artists, Labels & Fans</title> |
| 48 | + <link rel="canonical" href="https://audius.co/" /> |
| 49 | + <meta property="og:type" content="website" /> |
| 50 | + <meta property="og:url" content="https://audius.co/" /> |
| 51 | + |
47 | 52 | <link rel="manifest" href="/manifest.json" /> |
48 | 53 |
|
49 | 54 | <meta name="application-name" content="Audius" /> |
|
122 | 127 | ></script> |
123 | 128 | <!-- end Optimizely --> |
124 | 129 |
|
| 130 | + <!-- GEO: Organization, WebSite, SoftwareApplication schema for AI engines --> |
| 131 | + <script type="application/ld+json"> |
| 132 | + { |
| 133 | + "@context": "https://schema.org", |
| 134 | + "@graph": [ |
| 135 | + { |
| 136 | + "@type": "Organization", |
| 137 | + "@id": "https://audius.co/#organization", |
| 138 | + "name": "Audius", |
| 139 | + "url": "https://audius.co", |
| 140 | + "logo": "https://og.audius.co/default", |
| 141 | + "sameAs": [ |
| 142 | + "https://twitter.com/audius", |
| 143 | + "https://github.com/audiusproject", |
| 144 | + "https://discord.gg/audius", |
| 145 | + "https://instagram.com/audius" |
| 146 | + ], |
| 147 | + "description": "Audius is a decentralized music streaming and sharing platform that puts power back into the hands of content creators." |
| 148 | + }, |
| 149 | + { |
| 150 | + "@type": "WebSite", |
| 151 | + "@id": "https://audius.co/#website", |
| 152 | + "url": "https://audius.co", |
| 153 | + "name": "Audius", |
| 154 | + "publisher": { "@id": "https://audius.co/#organization" }, |
| 155 | + "description": "Free music streaming for artists, labels, and fans. Stream and share music on the decentralized Audius platform." |
| 156 | + }, |
| 157 | + { |
| 158 | + "@type": "SoftwareApplication", |
| 159 | + "name": "Audius", |
| 160 | + "applicationCategory": "MusicApplication", |
| 161 | + "operatingSystem": "Web, iOS, Android", |
| 162 | + "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }, |
| 163 | + "description": "Free music streaming for artists, labels, and fans. Upload, stream, and share music on the decentralized Audius platform." |
| 164 | + } |
| 165 | + ] |
| 166 | + } |
| 167 | + </script> |
| 168 | + |
125 | 169 | <!-- start Meta Pixel --> |
126 | 170 | <script async type="text/javascript"> |
127 | 171 | !(function (f, b, e, v, n, t, s) { |
|
0 commit comments