Skip to content

Commit 99e12c3

Browse files
authored
update tagline in SEO metadata (#539)
1 parent 8a90e39 commit 99e12c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/svelte.dev/src/routes/(authed)/playground/[id]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<title>{name} • Playground • Svelte</title>
139139

140140
<meta name="twitter:title" content="{data.gist.name} • Playground • Svelte" />
141-
<meta name="twitter:description" content="Web development, but fun" />
141+
<meta name="twitter:description" content="Web development for the rest of us" />
142142
<meta name="Description" content="Interactive Svelte playground" />
143143
</svelte:head>
144144

apps/svelte.dev/src/routes/(authed)/playground/[id]/embed/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<title>{data.gist.name} • Playground • Svelte</title>
4141

4242
<meta name="twitter:title" content="{data.gist.name} • Playground • Svelte" />
43-
<meta name="twitter:description" content="Web development, but fun" />
43+
<meta name="twitter:description" content="Web development for the rest of us" />
4444
<meta name="Description" content="Interactive Svelte playground" />
4545
</svelte:head>
4646

apps/svelte.dev/src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
</script>
1111

1212
<svelte:head>
13-
<title>Svelte • Web development, but fun</title>
13+
<title>Svelte • Web development for the rest of us</title>
1414

1515
<meta name="twitter:title" content="Svelte" />
16-
<meta name="twitter:description" content="Web development, but fun" />
17-
<meta name="Description" content="Web development, but fun" />
16+
<meta name="twitter:description" content="Web development for the rest of us" />
17+
<meta name="Description" content="Web development for the rest of us" />
1818
</svelte:head>
1919

2020
<div class="home">

0 commit comments

Comments
 (0)