← back to Wine Finder Next

SEO_QUICK_REFERENCE.md

503 lines

# SEO Quick Reference Guide
## Red Thunder Wine Membership Platform

---

## FILES CREATED/MODIFIED

### ✅ Created (4 files)
1. `/root/Projects/wine-finder-next/app/membership/layout.tsx` - Page metadata
2. `/root/Projects/wine-finder-next/app/membership/JsonLd.tsx` - Structured data
3. `/root/Projects/wine-finder-next/app/sitemap.ts` - XML sitemap generator
4. `/root/Projects/wine-finder-next/app/robots.ts` - Robots.txt generator

### ✅ Modified (3 files)
1. `/root/Projects/wine-finder-next/app/membership/page.tsx` - SEO-optimized content
2. `/root/Projects/wine-finder-next/app/layout.tsx` - Root metadata
3. `/root/Projects/wine-finder-next/next.config.ts` - Performance headers

---

## TARGET KEYWORDS

### Primary (Featured on page 10+ times)
- tokenized wine
- wine investment
- rare wine shares
- wine membership

### Secondary (Featured 5-10 times)
- wine DAO
- Château Margaux investment
- DRC La Tâche shares
- wine governance
- wine marketplace
- fractional wine ownership

### Product-Specific
- Château Margaux 1996 ($67,500)
- Domaine de la Romanée-Conti La Tâche 2005 ($112,500)

---

## METADATA OVERVIEW

### /membership Page Title
```
Tokenized Wine Membership | Rare Wine Investment & Shares | Wine DAO
```

### /membership Description (235 chars)
```
Invest in tokenized rare wine bottles including Château Margaux 1996 ($67,500)
and Domaine de la Romanée-Conti La Tâche 2005 ($112,500). Own shares in
ultra-premium wines with governance voting rights, sample distribution,
and marketplace trading.
```

### Canonical URL
```
http://45.61.58.125:7250/membership
```

---

## STRUCTURED DATA (Schema.org)

### Implemented Types
1. **Organization** - Company info
2. **WebSite** - Site-wide schema
3. **WebPage** - Page metadata
4. **BreadcrumbList** - Navigation
5. **Service** - Tokenized wine platform
6. **OfferCatalog** - Wine offerings
7. **Product** (×2) - Individual bottles
8. **FAQPage** - 5 common questions

### Rich Snippet Potential
- Product cards in search results
- FAQ accordion in search
- Breadcrumb navigation
- Organization knowledge panel

---

## TESTING URLs

### Live Platform
```
http://45.61.58.125:7250/membership
```

### Sitemap
```
http://45.61.58.125:7250/sitemap.xml
```

### Robots.txt
```
http://45.61.58.125:7250/robots.txt
```

---

## QUICK TEST COMMANDS

### Test Sitemap
```bash
curl http://45.61.58.125:7250/sitemap.xml
```

### Test Robots
```bash
curl http://45.61.58.125:7250/robots.txt
```

### Test Meta Tags
```bash
curl -s http://45.61.58.125:7250/membership | grep '<title>'
```

### Test Headers
```bash
curl -I http://45.61.58.125:7250/membership | grep -E 'X-Frame|X-Content|Referrer'
```

---

## ONLINE TESTING TOOLS

### Google Rich Results Test
https://search.google.com/test/rich-results

### Schema Validator
https://validator.schema.org/

### Facebook Debugger
https://developers.facebook.com/tools/debug/

### PageSpeed Insights
https://pagespeed.web.dev/

### Mobile-Friendly Test
https://search.google.com/test/mobile-friendly

---

## NEXT STEPS (Priority Order)

### Immediate (Do Today)
1. **Test the live site:** http://45.61.58.125:7250/membership
2. **Verify sitemap loads:** http://45.61.58.125:7250/sitemap.xml
3. **Check robots.txt:** http://45.61.58.125:7250/robots.txt
4. **Run Rich Results Test:** Verify structured data

### This Week
1. **Create OG Image:** `/public/og-membership.jpg` (1200×630px)
2. **Google Search Console:** Add property and verify
3. **Bing Webmaster Tools:** Add site and verify
4. **Submit Sitemap:** To both Google and Bing

### This Month
1. **Monitor Rankings:** Track target keywords weekly
2. **Build Backlinks:** Contact wine blogs/sites
3. **Create Content:** Write 2-3 blog posts about wine investment
4. **Add Reviews:** Implement user testimonials

---

## EXPECTED RESULTS

### Week 1
- Pages indexed by Google
- Sitemap processed
- Zero structured data errors

### Month 1
- 5+ branded keywords ranking
- 100+ organic visits
- 10+ backlinks

### Month 3
- Top 20 for 3+ primary keywords
- 500+ organic visits/month
- 50+ quality backlinks

### Month 6
- Top 10 for "tokenized wine"
- 1,000+ organic visits/month
- 100+ backlinks
- 10+ featured snippets

---

## KEYWORD DENSITY (Target)

### Optimal Density: 1-2%
- **tokenized wine:** 1.5%
- **wine investment:** 1.8%
- **rare wine shares:** 0.8%
- **wine DAO:** 0.6%

### Avoid Keyword Stuffing
- Maximum 3% density per keyword
- Use natural language
- Include variations (tokenize, tokenization, tokenized)

---

## HEADING STRUCTURE

### H1 (One per page)
```
Tokenized Wine Investment Platform | Wine Membership DAO
```

### H2 (Multiple allowed)
- About Tokenized Wine Investment
- Investment-Grade Wine Bottles
- Governance & Voting
- Secondary Market Trading
- What is Wine Tokenization?
- Investment Benefits

### H3 (Sub-sections)
- Bottle names (Château Margaux 1996)
- Vote proposals
- Marketplace listings

---

## MOBILE OPTIMIZATION

### Responsive Breakpoints
- **sm:** 640px
- **md:** 768px
- **lg:** 1024px
- **xl:** 1280px

### Touch Targets
- Minimum 44×44px (iOS guidelines)
- All buttons use py-3 px-6 (adequate sizing)

### Font Sizes
- Minimum 16px (prevents iOS auto-zoom)
- Headings scale responsively

---

## PERFORMANCE OPTIMIZATIONS

### Enabled
✅ Gzip compression
✅ Image optimization (AVIF, WebP)
✅ Code splitting (automatic)
✅ Lazy loading
✅ DNS prefetch

### Disabled
✅ X-Powered-By header (security)

---

## SECURITY HEADERS (SEO Trust Signals)

```
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: origin-when-cross-origin
X-DNS-Prefetch-Control: on
```

---

## ANALYTICS SETUP (Recommended)

### Google Analytics 4
1. Create GA4 property
2. Get Measurement ID (G-XXXXXXXXXX)
3. Add to app layout
4. Track events:
   - Page views
   - Share purchases
   - Vote casts
   - Marketplace transactions

### Goals to Track
- Email signups
- Share purchases
- Wallet connections
- Time on page >2 minutes

---

## CONTENT STRATEGY

### Blog Topics (High Priority)
1. "What is Tokenized Wine Investment?"
2. "Top 5 Wines to Invest In 2025"
3. "How Wine DAO Governance Works"
4. "Château Margaux vs. DRC: Investment Guide"

### Internal Linking
- Link from homepage to /membership
- Link from blog posts to /membership
- Link between related wine bottles
- Link to FAQ section

### External Linking
- Link to wine critics (Wine Spectator, Robert Parker)
- Link to provenance verification
- Link to legal compliance info
- Link to storage facilities

---

## COMPETITIVE ADVANTAGES (Highlight in Content)

1. **DAO Governance** - Unique vs. traditional wine investment
2. **10,000 Shares** - Most accessible fractional ownership
3. **Sample Distribution** - Physical wine samples included
4. **Built-in Marketplace** - Secondary trading platform
5. **Licensed Partners** - Legal compliance for fulfillment

---

## CONVERSION OPTIMIZATION

### CTAs (Calls to Action)
- "Buy Wine Shares" (primary CTA)
- "Cast Your Vote" (engagement CTA)
- "Purchase Wine Share" (marketplace CTA)
- "Connect Wallet" (holdings CTA)

### Trust Signals
- Licensed fulfillment partners
- Authenticated provenance
- Secure storage
- Legal compliance
- Democratic governance

---

## FAQ CONTENT (Already in Schema)

1. **What is tokenized wine ownership?**
   - Fractional shares in premium bottles

2. **How does wine governance voting work?**
   - Democratic control via share ownership

3. **Can I trade my wine shares?**
   - Yes, built-in marketplace

4. **How are wine samples distributed?**
   - Licensed partners with age verification

5. **What wines are available for investment?**
   - Château Margaux, DRC La Tâche, others

---

## MONITORING CHECKLIST

### Daily
- [ ] Site uptime (45.61.58.125:7250)
- [ ] Google Search Console errors

### Weekly
- [ ] Keyword rankings (top 5 keywords)
- [ ] Organic traffic trends
- [ ] Backlink growth

### Monthly
- [ ] Comprehensive SEO audit
- [ ] Content performance review
- [ ] Competitor analysis
- [ ] Technical issues check

---

## COMMON ISSUES & FIXES

### Issue: Sitemap not loading
```bash
pm2 restart wine-finder-next
curl http://45.61.58.125:7250/sitemap.xml
```

### Issue: Metadata not updating
1. Clear browser cache
2. Hard refresh (Ctrl+Shift+R)
3. Wait 48 hours for Google re-crawl

### Issue: Structured data errors
1. Test with Rich Results Tool
2. Validate JSON-LD syntax
3. Check for missing required fields

---

## SEO SCORE TARGETS

### Lighthouse SEO Audit
- **Target:** 95-100
- **Minimum:** 90

### Google PageSpeed Insights
- Performance: 85+ (desktop), 75+ (mobile)
- Accessibility: 95+
- Best Practices: 95+
- SEO: 95+

### Core Web Vitals
- **LCP:** <2.5s (Largest Contentful Paint)
- **FID:** <100ms (First Input Delay)
- **CLS:** <0.1 (Cumulative Layout Shift)

---

## RESOURCES

### Documentation
- Next.js SEO: https://nextjs.org/learn/seo/introduction-to-seo
- Schema.org: https://schema.org/docs/schemas.html
- Google Search Central: https://developers.google.com/search

### Tools
- Google Search Console (free)
- Google Analytics (free)
- Screaming Frog (free up to 500 URLs)

### Support
- Next.js Discord: https://discord.gg/nextjs
- SEO Reddit: /r/SEO, /r/bigseo

---

## DEPLOYMENT CHECKLIST

### Pre-Deploy
- [x] All files created/modified
- [x] Code tested locally
- [x] No console errors
- [x] Metadata verified

### Deploy
```bash
cd /root/Projects/wine-finder-next
git pull  # if using Git
npm run build
pm2 restart wine-finder-next
```

### Post-Deploy
- [ ] Test live site
- [ ] Verify sitemap loads
- [ ] Check robots.txt
- [ ] Run Rich Results Test
- [ ] Monitor for errors

---

## SUCCESS METRICS DASHBOARD

### Traffic
| Metric | Week 1 | Month 1 | Month 3 | Month 6 |
|--------|--------|---------|---------|---------|
| Organic Visits | 10+ | 100+ | 500+ | 1,000+ |
| Page Views | 20+ | 200+ | 1,000+ | 2,500+ |
| Avg. Session | 2 min | 2.5 min | 3 min | 3.5 min |

### Rankings
| Keyword | Target Position | Current | Goal |
|---------|-----------------|---------|------|
| tokenized wine | Top 10 | Not ranked | #5 |
| wine investment | Top 20 | Not ranked | #15 |
| rare wine shares | Top 10 | Not ranked | #8 |
| wine DAO | Top 5 | Not ranked | #3 |

### Conversions
| Metric | Month 1 | Month 3 | Month 6 |
|--------|---------|---------|---------|
| Share Purchases | 10+ | 50+ | 100+ |
| Email Signups | 25+ | 100+ | 250+ |
| Marketplace Trades | 5+ | 20+ | 50+ |

---

## CONTACT & UPDATES

**Platform:** Red Thunder Wine Tracker
**URL:** http://45.61.58.125:7250/membership
**Last Updated:** November 15, 2025
**Next Review:** December 15, 2025

**Questions?** Review the comprehensive guides:
- SEO_IMPLEMENTATION_REPORT.md
- SEO_TESTING_GUIDE.md

---

**Remember:** SEO is an ongoing process. Monitor, test, and iterate regularly for best results.