Add Google Search Console verification meta tag

This commit is contained in:
2026-06-14 23:10:07 +00:00
parent b504981b89
commit 94d19d27f1
+1 -1
View File
@@ -32,7 +32,7 @@ $customerUser = $isLoggedIn ? CustomerAuth::getUser() : null;
<meta name="keywords" content="<?= htmlspecialchars($metaKeywords ?? "artisan coffee, coffee beans, single origin coffee, fresh roasted coffee, Weatherford Texas coffee, specialty coffee") ?>">
<meta name="robots" content="<?= $metaRobots ?? 'index, follow' ?>">
<!-- Google Search Console verification -->
<meta name="google-site-verification" content="PASTE_GSC_CODE_HERE">
<meta name="google-site-verification" content="8alKRGXrSdoMHfdwDh9sfpfycSbNCIV8HCUcKQtNI_s">
<link rel="canonical" href="<?= $canonicalUrl ?? 'https://tomsjavajive.com' . strtok($_SERVER['REQUEST_URI'], '?') ?>">
<meta property="og:type" content="<?= $ogType ?? 'website' ?>">
<meta property="og:site_name" content="Tom's Java Jive">