aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-12-21 10:30:23 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-21 10:32:57 -0800
commitda4200141a5fa04a9e83e39fa1f01c444f228dfc (patch)
tree6fb2554ab7f5b9fbd60b19dbb2bd46b3440a2e31 /site/_includes
parentdecca2bd97f6a7eb6b2ca0412ddc792d57f0f424 (diff)
Add META tag to support Google search console validation
RELNOTES: none PiperOrigin-RevId: 179830085
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/head.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/_includes/head.html b/site/_includes/head.html
index ceef1ccfef..7c4f0dadc4 100644
--- a/site/_includes/head.html
+++ b/site/_includes/head.html
@@ -28,4 +28,7 @@
<!-- metadata -->
<meta name="og:title" content="{{ page.title }}"/>
<meta name="og:image" content="/images/bazel-og-image.png"/>
+
+ <!-- google search console verification -->
+ <meta name="google-site-verification" content="ftWLOiP2hnDW4Cw3LUGEaXU83RVIpiyxwaXFFhoakzs" />
</head>