Skip to content

Commit 9383aa8

Browse files
Add Google site verification meta tag
Added Google site verification meta tag for SEO.
1 parent e942f1a commit 9383aa8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/_includes/base.njk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<meta name="twitter:title" content="{{ title or site.name + ' — ' + site.fullName }}">
2323
<meta name="twitter:description" content="{{ description or site.description }}">
2424
<meta name="twitter:image" content="{{ site.url }}/images/tripy-og-img.png">
25+
26+
<!-- Google search console -->
27+
<meta name="google-site-verification" content="UKL5MJi4MiCjH8PvvStdp7-Am3M3KixtCLKDTkHh5Tw" />
2528

2629
<!-- Fonts -->
2730
<link rel="preconnect" href="https://fonts.googleapis.com">

0 commit comments

Comments
 (0)