|
3 | 3 |
|
4 | 4 | <head> |
5 | 5 | <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> |
7 | 7 | <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" /> |
8 | 21 | <link rel="icon" href="./favicon.svg" /> |
9 | 22 | <link rel="stylesheet" href="./styles.css" /> |
10 | 23 | <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> |
11 | 46 | </head> |
12 | 47 |
|
13 | 48 | <body> |
|
0 commit comments