Skip to content

Commit d5b7f1c

Browse files
committed
SEO improvements
1 parent 35b5f03 commit d5b7f1c

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

frontend/src/routes/+page.svelte

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,33 @@
1212
</script>
1313

1414
<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" />
2019
<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." />
2123
<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>
2242
</svelte:head>
2343

2444
<div class="d-flex flex-column min-vh-100">

frontend/static/robots.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# https://www.robotstxt.org/robotstxt.html
22
User-agent: *
3-
Disallow:
3+
Disallow: /login
4+
Disallow: /register
5+
Disallow: /forgot-passwd
6+
Disallow: /reset-password
7+
Disallow: /dashboard
8+
Disallow: /settings
9+
Disallow: /verify

0 commit comments

Comments
 (0)