Skip to content

Commit f95b3d2

Browse files
docs(website): improve SEO reusing keyword state all over
1 parent e107d04 commit f95b3d2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/overmind-website/backend/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Overmind - Frictionless state management</title>
5+
<meta
6+
description="Modern javascript state management for frictionless webapp development"
7+
/>
48
<meta charset="UTF-8" />
59
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
610
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
@@ -63,7 +67,6 @@
6367
TianeXo65lXz9HTM6fb5vwEB1kNwNpL0bgAAAABJRU5ErkJggg=="
6468
type="image/x-icon"
6569
/>
66-
<title>Overmind</title>
6770
<style>
6871
html,
6972
body {

packages/overmind-website/src/components/FrontPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const FrontPage: SFC = () => {
3737
)}
3838
>
3939
<Logo />
40-
<h1>frictionless webapp development</h1>
40+
<h1>frictionless state management</h1>
4141
<div className={styles.summary}>
4242
Web application development is about <strong>defining</strong>,{' '}
4343
<strong>changing</strong> and <strong>consuming state</strong> to

0 commit comments

Comments
 (0)