mirror of
https://github.com/myronblair/tomsjavajive
synced 2026-06-30 17:50:32 -05:00
Add Google Search Console verification meta tag
This commit is contained in:
+1
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user