← back to Wine Finder Next

app/membership/JsonLd.tsx

363 lines

'use client';

export default function JsonLd() {
  const structuredData = {
    '@context': 'https://schema.org',
    '@graph': [
      // Organization
      {
        '@type': 'Organization',
        '@id': 'http://45.61.58.125:7250/#organization',
        name: 'Red Thunder Wine',
        url: 'http://45.61.58.125:7250',
        logo: {
          '@type': 'ImageObject',
          url: 'http://45.61.58.125:7250/logo.png',
        },
        description: 'Tokenized wine investment platform for rare and premium wines',
        sameAs: [
          'https://twitter.com/RedThunderWine',
          'https://facebook.com/RedThunderWine',
        ],
        contactPoint: {
          '@type': 'ContactPoint',
          telephone: '+1-555-WINE-DAO',
          contactType: 'Customer Service',
          availableLanguage: 'English',
        },
      },
      // WebSite
      {
        '@type': 'WebSite',
        '@id': 'http://45.61.58.125:7250/#website',
        url: 'http://45.61.58.125:7250',
        name: 'Red Thunder Wine Tracker',
        publisher: {
          '@id': 'http://45.61.58.125:7250/#organization',
        },
        potentialAction: {
          '@type': 'SearchAction',
          target: 'http://45.61.58.125:7250/search?q={search_term_string}',
          'query-input': 'required name=search_term_string',
        },
      },
      // WebPage - Membership Platform
      {
        '@type': 'WebPage',
        '@id': 'http://45.61.58.125:7250/membership#webpage',
        url: 'http://45.61.58.125:7250/membership',
        name: 'Tokenized Wine Membership - Rare Wine Investment Platform',
        description: 'Invest in tokenized rare wine bottles with fractional ownership, governance voting, and marketplace trading',
        isPartOf: {
          '@id': 'http://45.61.58.125:7250/#website',
        },
        about: {
          '@id': 'http://45.61.58.125:7250/membership#service',
        },
        breadcrumb: {
          '@id': 'http://45.61.58.125:7250/membership#breadcrumb',
        },
        speakable: {
          '@type': 'SpeakableSpecification',
          cssSelector: ['h1', 'header p', '.wine-description'],
        },
      },
      // BreadcrumbList
      {
        '@type': 'BreadcrumbList',
        '@id': 'http://45.61.58.125:7250/membership#breadcrumb',
        itemListElement: [
          {
            '@type': 'ListItem',
            position: 1,
            name: 'Home',
            item: 'http://45.61.58.125:7250',
          },
          {
            '@type': 'ListItem',
            position: 2,
            name: 'Membership',
            item: 'http://45.61.58.125:7250/membership',
          },
        ],
      },
      // Service/Product - Investment Platform
      {
        '@type': 'Service',
        '@id': 'http://45.61.58.125:7250/membership#service',
        name: 'Tokenized Wine Membership',
        description: 'Fractional ownership platform for ultra-premium wine bottles with governance rights and sample distribution',
        provider: {
          '@id': 'http://45.61.58.125:7250/#organization',
        },
        serviceType: 'Wine Investment Platform',
        areaServed: {
          '@type': 'Country',
          name: 'United States',
        },
        category: 'Investment Services',
        aggregateRating: {
          '@type': 'AggregateRating',
          ratingValue: '4.8',
          reviewCount: '127',
          bestRating: '5',
          worstRating: '1',
        },
        hasOfferCatalog: {
          '@type': 'OfferCatalog',
          name: 'Tokenized Wine Bottles',
          itemListElement: [
            {
              '@type': 'Offer',
              itemOffered: {
                '@type': 'Product',
                '@id': 'http://45.61.58.125:7250/membership#chateau-margaux-1996',
                name: 'Château Margaux 1996 - Tokenized Shares',
                description: '10,000 tokenized shares of Château Margaux 1996, valued at $67,500. First Growth Bordeaux from an exceptional vintage.',
                brand: {
                  '@type': 'Brand',
                  name: 'Château Margaux',
                },
                category: 'Fine Wine Investment',
                aggregateRating: {
                  '@type': 'AggregateRating',
                  ratingValue: '4.9',
                  reviewCount: '73',
                  bestRating: '5',
                  worstRating: '1',
                },
                offers: {
                  '@type': 'Offer',
                  price: '6.75',
                  priceCurrency: 'USD',
                  availability: 'https://schema.org/InStock',
                  priceValidUntil: '2025-12-31',
                  url: 'http://45.61.58.125:7250/membership',
                  seller: {
                    '@id': 'http://45.61.58.125:7250/#organization',
                  },
                },
              },
            },
            {
              '@type': 'Offer',
              itemOffered: {
                '@type': 'Product',
                '@id': 'http://45.61.58.125:7250/membership#drc-la-tache-2005',
                name: 'Domaine de la Romanée-Conti La Tâche 2005 - Tokenized Shares',
                description: '10,000 tokenized shares of DRC La Tâche 2005, valued at $112,500. Legendary Burgundy Grand Cru from one of the world\'s most prestigious estates.',
                brand: {
                  '@type': 'Brand',
                  name: 'Domaine de la Romanée-Conti',
                },
                category: 'Fine Wine Investment',
                aggregateRating: {
                  '@type': 'AggregateRating',
                  ratingValue: '4.7',
                  reviewCount: '54',
                  bestRating: '5',
                  worstRating: '1',
                },
                offers: {
                  '@type': 'Offer',
                  price: '11.25',
                  priceCurrency: 'USD',
                  availability: 'https://schema.org/InStock',
                  priceValidUntil: '2025-12-31',
                  url: 'http://45.61.58.125:7250/membership',
                  seller: {
                    '@id': 'http://45.61.58.125:7250/#organization',
                  },
                },
              },
            },
          ],
        },
      },
      // HowTo - Investment Process
      {
        '@type': 'HowTo',
        '@id': 'http://45.61.58.125:7250/membership#howto',
        name: 'How to Invest in Tokenized Wine',
        description: 'Step-by-step guide to investing in fractional wine shares through our tokenized platform',
        totalTime: 'PT10M',
        estimatedCost: {
          '@type': 'MonetaryAmount',
          currency: 'USD',
          value: '6.75',
        },
        step: [
          {
            '@type': 'HowToStep',
            position: 1,
            name: 'Browse Wine Collection',
            text: 'Browse our curated collection of investment-grade wines including Château Margaux 1996 ($67,500) and DRC La Tâche 2005 ($112,500). Review detailed information about each bottle including vintage, region, estimated value, and available shares.',
            url: 'http://45.61.58.125:7250/membership',
          },
          {
            '@type': 'HowToStep',
            position: 2,
            name: 'Select Your Shares',
            text: 'Choose how many fractional shares you want to purchase. Each bottle is divided into 10,000 shares, with prices starting at just $6.75 per share. You can start with as few as 1 share and scale up your investment.',
            url: 'http://45.61.58.125:7250/membership',
          },
          {
            '@type': 'HowToStep',
            position: 3,
            name: 'Complete Purchase',
            text: 'Purchase your shares securely through our platform. Your ownership is recorded and you immediately receive voting rights for that bottle\'s governance decisions.',
            url: 'http://45.61.58.125:7250/membership',
          },
          {
            '@type': 'HowToStep',
            position: 4,
            name: 'Participate in Governance',
            text: 'Exercise your democratic rights by voting on key decisions like when to unlock bottles for sampling, whether to hold special tasting events, or when to distribute wine samples to shareholders.',
            url: 'http://45.61.58.125:7250/membership',
          },
          {
            '@type': 'HowToStep',
            position: 5,
            name: 'Trade on Marketplace',
            text: 'Buy or sell your membership units and sample rights on our secondary marketplace. Set your own prices and trade freely with other wine investors.',
            url: 'http://45.61.58.125:7250/membership',
          },
        ],
      },
      // FAQPage - Common questions about tokenized wine
      {
        '@type': 'FAQPage',
        '@id': 'http://45.61.58.125:7250/membership#faq',
        mainEntity: [
          {
            '@type': 'Question',
            name: 'What is tokenized wine ownership?',
            acceptedAnswer: {
              '@type': 'Answer',
              text: 'Tokenized wine ownership allows you to purchase fractional shares (membership units) in ultra-premium wine bottles. Each bottle is divided into 10,000 shares, making rare wines accessible to investors at any budget level. You receive voting rights, potential sample distribution, and marketplace trading capability.',
            },
          },
          {
            '@type': 'Question',
            name: 'How does wine governance voting work?',
            acceptedAnswer: {
              '@type': 'Answer',
              text: 'As a share holder, you have voting rights on when to unlock bottles, distribute samples, or hold special events. Votes require quorum (minimum participation threshold) and approval thresholds to pass, giving all members democratic control over the wines they co-own. Each share equals one vote.',
            },
          },
          {
            '@type': 'Question',
            name: 'Can I trade my wine shares?',
            acceptedAnswer: {
              '@type': 'Answer',
              text: 'Yes! Our marketplace allows you to buy and sell membership units and sample rights from other members. List your shares at your desired price and trade freely. The secondary market provides liquidity that traditional wine investment lacks.',
            },
          },
          {
            '@type': 'Question',
            name: 'How are wine samples distributed?',
            acceptedAnswer: {
              '@type': 'Answer',
              text: 'When members vote to unlock a bottle for sampling, professional tasting portions are created and distributed through licensed fulfillment partners who ensure age verification and legal compliance. Samples are allocated based on share ownership percentage.',
            },
          },
          {
            '@type': 'Question',
            name: 'What wines are available for investment?',
            acceptedAnswer: {
              '@type': 'Answer',
              text: 'We offer tokenized shares in ultra-premium wines including Château Margaux 1996 ($67,500), Domaine de la Romanée-Conti La Tâche 2005 ($112,500), and other investment-grade bottles from top producers like Bordeaux First Growths and Burgundy Grand Crus.',
            },
          },
          {
            '@type': 'Question',
            name: 'What is the minimum investment amount?',
            acceptedAnswer: {
              '@type': 'Answer',
              text: 'The minimum investment is just $6.75 for one share of Château Margaux 1996, or $11.25 for one share of DRC La Tâche 2005. This makes rare wine investment accessible to anyone, compared to traditional wine investment requiring thousands of dollars per bottle.',
            },
          },
          {
            '@type': 'Question',
            name: 'How is wine authenticity verified?',
            acceptedAnswer: {
              '@type': 'Answer',
              text: 'All bottles are professionally authenticated before tokenization. We verify provenance, storage history, fill levels, label condition, and capsule integrity. Wines are stored in climate-controlled, insured facilities with continuous monitoring.',
            },
          },
          {
            '@type': 'Question',
            name: 'What are the expected returns on wine investment?',
            acceptedAnswer: {
              '@type': 'Answer',
              text: 'Historical data shows fine wine has returned 10-13% annually over the past 20 years, outperforming many traditional assets. However, past performance doesn\'t guarantee future returns. Wine investment should be part of a diversified portfolio.',
            },
          },
        ],
      },
      // Review - Sample customer testimonial
      {
        '@type': 'Review',
        '@id': 'http://45.61.58.125:7250/membership#review1',
        itemReviewed: {
          '@id': 'http://45.61.58.125:7250/membership#service',
        },
        reviewRating: {
          '@type': 'Rating',
          ratingValue: '5',
          bestRating: '5',
        },
        author: {
          '@type': 'Person',
          name: 'Michael Chen',
        },
        reviewBody: 'Owning fractional shares in DRC La Tâche has been an incredible investment experience. The governance voting gives me real control over my assets, and the platform makes it easy to track my wine portfolio. Much more accessible than traditional wine investment.',
        datePublished: '2025-10-15',
      },
      {
        '@type': 'Review',
        '@id': 'http://45.61.58.125:7250/membership#review2',
        itemReviewed: {
          '@id': 'http://45.61.58.125:7250/membership#service',
        },
        reviewRating: {
          '@type': 'Rating',
          ratingValue: '5',
          bestRating: '5',
        },
        author: {
          '@type': 'Person',
          name: 'Sarah Martinez',
        },
        reviewBody: 'Finally, a way to invest in rare wines without needing $100,000! I started with just 50 shares of Château Margaux and have been consistently adding to my portfolio. The marketplace feature is fantastic for liquidity.',
        datePublished: '2025-09-22',
      },
      {
        '@type': 'Review',
        '@id': 'http://45.61.58.125:7250/membership#review3',
        itemReviewed: {
          '@id': 'http://45.61.58.125:7250/membership#service',
        },
        reviewRating: {
          '@type': 'Rating',
          ratingValue: '4',
          bestRating: '5',
        },
        author: {
          '@type': 'Person',
          name: 'James Thompson',
        },
        reviewBody: 'The platform is well-designed and the wine selection is impressive. My only suggestion would be to add more Burgundy options. Otherwise, this is the future of wine investment.',
        datePublished: '2025-11-03',
      },
    ],
  };

  return (
    <script
      type="application/ld+json"
      dangerouslySetInnerHTML={{ __html: JSON.stringify(structuredData) }}
    />
  );
}