File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,23 @@ class Index extends React.Component {
34
34
< Helmet >
35
35
36
36
{ /*<!-- Primary Meta Tags -->*/ }
37
- < meta name = "title" content = "Matty Trice Design" />
37
+ < title > Matt Trice Design | UX Design, UI Design</ title >
38
+ < meta name = "title" content = "Matt Trice Design | UX Design, UI Design" />
38
39
< meta name = "description" content = "I'm a UX Designer in the ATL area. I love to make really cool things with really cool people." />
39
40
< link rel = "canonical" href = "https://trice.design" />
40
41
{ /*<!-- Open Graph / Facebook -->*/ }
41
42
< meta property = "og:type" content = "website" />
42
43
< meta property = "og:url" content = "https://trice.design/" />
43
44
< meta property = "og:title" content = "Matt Trice Design" />
44
45
< meta property = "og:description" content = "I'm a UX Designer in the ATL area. I love to make really cool things with really cool people." />
45
- < meta property = "og:image" content = "https://trice.design/static/trice-headshot-marmal-c79461adf7ab24d1f0414ceaab88311c.jpg " />
46
+ < meta property = "og:image" content = "https://trice.design/static/trice-design-share.png " />
46
47
47
48
{ /*<!-- Twitter -->*/ }
48
49
< meta property = "twitter:card" content = "summary_large_image" />
49
50
< meta property = "twitter:url" content = "https://trice.design/" />
50
51
< meta property = "twitter:title" content = "Matt Trice Design" />
51
52
< meta property = "twitter:description" content = "I'm a UX Designer in the ATL area. I love to make really cool things with really cool people." />
52
- < meta property = "twitter:image" content = "https://trice.design/static/trice-headshot-marmal-c79461adf7ab24d1f0414ceaab88311c.jpg " />
53
+ < meta property = "twitter:image" content = "https://trice.design/static/trice-design-share.png " />
53
54
</ Helmet >
54
55
55
56
< Header />
You can’t perform that action at this time.
0 commit comments