Skip to content

Commit 144449f

Browse files
authored
SEO improvement (#162)
* SEO improvement * fix
1 parent 5b08f80 commit 144449f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_layouts/base.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{% endif %}
1010
<meta name="author" content="Apple Inc." />
1111
<meta name="viewport" content="width=device-width initial-scale=1" />
12+
{% if page.excerpt %}
13+
<meta name="description" content="{{ page.excerpt | strip_html | escape }}">
14+
{% endif %}
1215
<link rel="license" href="/LICENSE.txt" />
1316
<link rel="stylesheet" media="all" href="/assets/stylesheets/application.css" />
1417
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico" />

server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Swift Server workgroup:
4141
* Defines and run an incubation process for these efforts to reduce duplication of effort, increase compatibility and promote best practices
4242
* Channels feedback for Swift language features needed by the server development community to the Swift Core Team
4343

44-
Read more about the workgroup and server incubator it runs [here]({{site.url}}/sswg).
44+
Read more about the workgroup and server incubator it runs [here]({{site.url}}/sswg "Swift Server Workgroup").
4545

4646
## Development guides
4747

0 commit comments

Comments
 (0)