Skip to content

Commit 1798ffa

Browse files
committed
Add meta tags
1 parent 32673d2 commit 1798ffa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

public/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,25 @@
2121
Learn how to configure a non-root public URL by running `npm run build`.
2222
-->
2323

24+
<meta name="keywords" content="graphql apollo guide learn book course">
25+
<meta name="description" content="📖 The complete GraphQL reference. By John Resig and Loren Sands-Ramshaw.">
26+
27+
<meta property="og:type" content="website">
28+
<meta property="og:title" content="The GraphQL Guide">
29+
<meta property="og:site_name" content="The GraphQL Guide">
30+
<meta property="og:description" content="📖 The complete GraphQL reference. By John Resig and Loren Sands-Ramshaw.">
31+
<meta property="og:url" content="https://graphql.guide">
32+
<meta property="og:image" content="https://res.cloudinary.com/graphql/book" />
33+
<meta property="og:image:type" content="image/png" />
34+
<meta property="og:image:width" content="1971" />
35+
<meta property="og:image:height" content="3087" />
36+
<meta property="og:image:alt" content="The GraphQL Guide—book cover" />
37+
38+
<meta name="twitter:card" content="summary">
39+
<meta name="twitter:site" content="@graphqlguide">
40+
<meta name="twitter:title" content="The GraphQL Guide">
41+
<meta name="twitter:description" content="📖 The complete GraphQL reference. By John Resig and Loren Sands-Ramshaw.">
42+
2443
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
2544

2645
<title>The GraphQL Guide</title>

0 commit comments

Comments
 (0)