Add Google Merchant Center product feed and GSC meta tag placeholder

- merchant-feed.php: RSS 2.0 feed with all active products; includes
  title, description, image_link, price, availability, brand, shipping,
  google_product_category for each item; URL to submit in Merchant Center
- header.php: placeholder GSC meta tag (replace PASTE_GSC_CODE_HERE with
  verification content value from Search Console)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 23:01:53 +00:00
parent 873a0962c6
commit b504981b89
2 changed files with 80 additions and 0 deletions
+2
View File
@@ -31,6 +31,8 @@ $customerUser = $isLoggedIn ? CustomerAuth::getUser() : null;
<meta name="description" content="<?= htmlspecialchars($metaDescription ?? "Premium artisan coffee beans freshly roasted and delivered to your door. Shop single origin, blends, and specialty coffee from Tom's Java Jive.") ?>">
<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">
<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">