mirror of
https://github.com/myronblair/tomsjavajive
synced 2026-06-30 17:50:32 -05:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user