Skip to content

Commit 3c3ae5c

Browse files
authored
add meta
1 parent 6cf3b44 commit 3c3ae5c

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

terms.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66

7+
<!-- HTML Meta Tags -->
78
<title>Terms of Service | is-a.dev</title>
9+
<meta name="description" content="By using our service, you agree to the following Terms of Service." />
10+
11+
<!-- Google / Search Engine Tags -->
12+
<meta itemprop="name" content="Terms of Service | is-a.dev" />
13+
<meta itemprop="description" content="By using our service, you agree to the following Terms of Service." />
14+
15+
<!-- Facebook Meta Tags -->
16+
<meta property="og:url" content="https://is-a.dev/terms" />
17+
<meta property="og:type" content="website" />
18+
<meta property="og:title" content="Terms of Service | is-a.dev" />
19+
<meta property="og:description" content="By using our service, you agree to the following Terms of Service." />
20+
21+
<!-- Twitter Meta Tags -->
22+
<meta name="twitter:card" content="summary_large_image" />
23+
<meta name="twitter:title" content="Terms of Service | is-a.dev" />
24+
<meta name="twitter:description" content="By using our service, you agree to the following Terms of Service." />
825

926
<!-- Stylesheets -->
10-
<link rel="stylesheet"
11-
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.8.1/github-markdown.min.css">
27+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.8.1/github-markdown.min.css">
1228

1329
<!-- Scripts -->
1430
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>

0 commit comments

Comments
 (0)