|
12 | 12 | </script> |
13 | 13 |
|
14 | 14 | <svelte:head> |
15 | | - <title>vid.sh - Simple video editor</title> |
16 | | - <meta property="og:title" content="Vid.sh - Suckless video editor" /> |
17 | | - <meta |
18 | | - property="og:description" |
19 | | - content="Edit your videos right in your browser, store them securely in the cloud, and share them anywhere. All for free and open source. No downloads, no ads, no spying and no bullshit." /> |
| 15 | + <title>Vid.sh - Online Video Editor</title> |
| 16 | + <meta property="og:title" content="Vid.sh - Online Video Editor" /> |
| 17 | + <meta name="description" content="Vid.sh is a free online video editor. Crop, trim, compress, convert, and share videos securely in the cloud, with no downloads or ads." /> |
| 18 | + <meta name="keywords" content="online video editor, video cropping, video trimming, video conversion, free video editor, cloud video editor" /> |
20 | 19 | <meta property="og:url" content="https://bitwise0x.dev" /> |
| 20 | + <meta property="og:type" content="website" /> |
| 21 | + <meta name="twitter:title" content="Vid.sh - Online Video Editor" /> |
| 22 | + <meta name="twitter:description" content="Edit your videos directly in the browser, store them securely in the cloud, and share anywhere." /> |
21 | 23 | <meta property="theme-color" content="#5733E7" /> |
| 24 | + <link rel="canonical" href="https://bitwise0x.dev/" /> |
| 25 | + |
| 26 | + <script type="application/ld+json"> |
| 27 | + { |
| 28 | + "@context": "https://schema.org", |
| 29 | + "@type": "SoftwareApplication", |
| 30 | + "name": "Vid.sh", |
| 31 | + "url": "https://bitwise0x.dev", |
| 32 | + "applicationCategory": "Multimedia", |
| 33 | + "operatingSystem": "Web", |
| 34 | + "offers": { |
| 35 | + "@type": "Offer", |
| 36 | + "price": "0", |
| 37 | + "priceCurrency": "USD" |
| 38 | + }, |
| 39 | + "description": "Vid.sh is a free online video editor. Crop, trim, compress, convert, and share videos in the cloud with no ads." |
| 40 | + } |
| 41 | + </script> |
22 | 42 | </svelte:head> |
23 | 43 |
|
24 | 44 | <div class="d-flex flex-column min-vh-100"> |
|
0 commit comments