Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97eacf5

Browse files
committed
Add Google Search Console
1 parent cdb742f commit 97eacf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/html.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ module.exports = class HTML extends React.Component {
2929
name="viewport"
3030
content="width=device-width, initial-scale=1, shrink-to-fit=no"
3131
/>
32+
<meta
33+
name="google-site-verification"
34+
content="uzJQKtSCCY7qlSshmk0QWM29o5kGQ_gMGvY3E3QP6oE"
35+
/>
3236
{this.props.headComponents}
3337
{css}
3438
</head>

0 commit comments

Comments
 (0)