Skip to content

Commit c631cab

Browse files
author
mmiscool
committed
Add nice SEO tags for screenCap.me
1 parent cf75ce4 commit c631cab

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

index.html

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,46 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<title>Browser Screen Recorder + Editor</title>
6+
<title>Free Browser Screen Recorder & Editor (No Install or Signup) | ChromeOS, Linux, Windows</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<meta name="description" content="Free browser screen recorder and editor that runs entirely online. Capture screen and mic with no install or signup on ChromeOS, Linux, and Windows, then trim and export instantly." />
9+
<meta name="keywords" content="free screen recorder,no install screen capture,no signup screen recorder,chrome os screen recorder,linux screen recorder,windows screen recorder,browser video editor,screen recording web app" />
10+
<meta name="robots" content="index,follow" />
11+
<link rel="canonical" href="https://screencap.me/" />
12+
<meta property="og:type" content="website" />
13+
<meta property="og:title" content="Free Screen Recorder & Editor in Your Browser" />
14+
<meta property="og:description" content="Record your screen and mic for free with no install or signup. Works on ChromeOS, Linux, and Windows, with in-browser trimming and export." />
15+
<meta property="og:url" content="https://screencap.me/" />
16+
<meta property="og:image" content="https://screencap.me/screenshot.png" />
17+
<meta name="twitter:card" content="summary_large_image" />
18+
<meta name="twitter:title" content="Free Screen Recorder & Editor in Your Browser" />
19+
<meta name="twitter:description" content="Free, no-install, no-signup screen recorder that runs online and works on ChromeOS, Linux, and Windows." />
20+
<meta name="twitter:image" content="https://screencap.me/screenshot.png" />
821
<link rel="icon" href="./favicon.svg" />
922
<link rel="stylesheet" href="./styles.css" />
1023
<meta name="color-scheme" content="light dark" />
24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "WebApplication",
28+
"name": "screencap.me - Free Screen Recorder & Editor",
29+
"operatingSystem": "ChromeOS, Linux, Windows",
30+
"applicationCategory": "MultimediaApplication",
31+
"browserRequirements": "Works in modern Chromium-based browsers; no install needed.",
32+
"offers": {
33+
"@type": "Offer",
34+
"price": "0",
35+
"priceCurrency": "USD"
36+
},
37+
"featureList": [
38+
"Records screen and microphone in the browser",
39+
"No install or signup required on ChromeOS, Linux, or Windows",
40+
"Trim, merge, and export clips instantly",
41+
"Supports webcam picture-in-picture overlays"
42+
],
43+
"url": "https://screencap.me/"
44+
}
45+
</script>
1146
</head>
1247

1348
<body>

0 commit comments

Comments
 (0)