Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding meta tag for google search console #19

Merged
merged 1 commit into from
Jan 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: Adding meta tag for goolge search console
  • Loading branch information
gonstoll committed Jan 5, 2023
commit 1cddd2db061f28c81302de98d92b405e4f3e8c19
4 changes: 4 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ export default function Document() {
<Html lang="en">
<Head>
<link rel="icon" href="/favicon.ico" />
<meta
name="google-site-verification"
content="piMpZyWPcXzMqrBx9_0BslPAo9D6-eNrJWRmMn45b1M"
/>
<meta name="author" content="Gonzalo Stoll" />
<meta
name="description"
Expand Down