Skip to content

Commit 8dfeddd

Browse files
author
Ives van Hoorne
committed
Improve homepage SEO
1 parent fd406bb commit 8dfeddd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/homepage/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7-
<title>CodeSandbox: An online playground for React</title>
7+
<title>CodeSandbox: Online playground for React</title>
8+
<meta property="og:title" content="CodeSandbox: Online playground for React">
9+
<meta property="og:description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects.">
810
<meta name="description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects.">
911
<meta name="keywords" content="react codesandbox editor code javascript playground sharing spa single page application web application frontend front end">
1012
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -55,7 +57,7 @@ <h2 class="subtitle shadow--text">React in one click</h2>
5557
</div>
5658

5759
<div class="getstarted">
58-
<a href="/s/new" class="button">Get started</a>
60+
<a href="/s/new" class="button">Open the editor</a>
5961
</div>
6062

6163
<div class="lines">
@@ -99,7 +101,7 @@ <h3>CodeSandbox is an online editor with a focus on creating, sharing and import
99101
</section>
100102

101103
<section id="examples" class="examples">
102-
<h3>Example projects</h3>
104+
<h3>Example Projects</h3>
103105

104106
<div class="projects">
105107
<a href="/s/9G30GVB4" class="project">

0 commit comments

Comments
 (0)