product.html

25.57 KB
14/11/2025 14:17
HTML
product.html
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <!-- Essential SEO Meta Tags -->
  <title>Wireless Bluetooth Headphones - Premium Noise-Canceling | AffiliateHub</title>
  <meta name="description" content="Premium noise-canceling wireless headphones with 30-hour battery life. 4.5★ rating from 1,247 reviews. Best price $79.99 (38% off). Free shipping available.">
  <meta name="keywords" content="wireless headphones, bluetooth headphones, noise canceling, premium audio, 30-hour battery, affiliate, deals">
  <meta name="robots" content="index, follow">
  <meta name="author" content="MiniMax Agent">

  <!-- Canonical URL -->
  <link rel="canonical" href="product/wireless-bluetooth-headphones">

  <!-- Open Graph Tags -->
  <meta property="og:title" content="Wireless Bluetooth Headphones - Premium Noise-Canceling | AffiliateHub">
  <meta property="og:description" content="Premium noise-canceling wireless headphones with 30-hour battery life. 4.5★ rating from 1,247 reviews. Best price $79.99 (38% off).">
  <meta property="og:image" content="assets/images/headphones-detail.jpg">
  <meta property="og:url" content="product/wireless-bluetooth-headphones">
  <meta property="og:type" content="product">
  <meta property="og:site_name" content="Affiliate Products Hub">

  <!-- Twitter Card Tags -->
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="Wireless Bluetooth Headphones - Premium Noise-Canceling | AffiliateHub">
  <meta name="twitter:description" content="Premium noise-canceling wireless headphones with 30-hour battery life. 4.5★ rating from 1,247 reviews. Best price $79.99.">
  <meta name="twitter:image" content="assets/images/headphones-twitter.jpg">

  <!-- Favicon -->
  <link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">

  <!-- Preload Critical Resources -->
  <link rel="preload" href="assets/css/styles.css" as="style">
  <link rel="preload" href="assets/js/app.js" as="script">

  <!-- Stylesheet -->
  <link rel="stylesheet" href="assets/css/styles.css">

  <!-- JSON-LD Structured Data -->
  <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "name": "Home",
                "item": ""
            },
            {
                "@type": "ListItem",
                "position": 2,
                "name": "Electronics",
                "item": "electronics.html"
            },
            {
                "@type": "ListItem",
                "position": 3,
                "name": "Audio",
                "item": "electronics/audio.html"
            },
            {
                "@type": "ListItem",
                "position": 4,
                "name": "Wireless Bluetooth Headphones",
                "item": "product/wireless-bluetooth-headphones"
            }
        ]
    }
    </script>

  <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "Product",
        "name": "Wireless Bluetooth Headphones",
        "description": "Premium noise-canceling wireless headphones with 30-hour battery life and exceptional sound quality. Perfect for music lovers and professionals.",
        "image": [
            "assets/images/headphones-1.jpg",
            "assets/images/headphones-2.jpg",
            "assets/images/headphones-3.jpg"
        ],
        "brand": {
            "@type": "Brand",
            "name": "AudioTech"
        },
        "category": "Electronics > Audio > Headphones",
        "sku": "AT-WBH-2025",
        "gtin13": "1234567890123",
        "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.5",
            "reviewCount": "1247",
            "bestRating": "5",
            "worstRating": "1"
        },
        "offers": {
            "@type": "Offer",
            "url": "product/wireless-bluetooth-headphones",
            "priceCurrency": "USD",
            "price": "79.99",
            "priceValidUntil": "2025-12-31",
            "availability": "https://schema.org/InStock",
            "itemCondition": "https://schema.org/NewCondition",
            "seller": {
                "@type": "Organization",
                "name": "AffiliateHub"
            }
        },
        "review": [
            {
                "@type": "Review",
                "author": {
                    "@type": "Person",
                    "name": "John Smith"
                },
                "datePublished": "2025-11-10",
                "reviewBody": "Excellent headphones with great sound quality and noise cancellation. Battery life is exactly as advertised.",
                "reviewRating": {
                    "@type": "Rating",
                    "ratingValue": "5",
                    "bestRating": "5"
                }
            },
            {
                "@type": "Review",
                "author": {
                    "@type": "Person",
                    "name": "Sarah Johnson"
                },
                "datePublished": "2025-11-08",
                "reviewBody": "Very comfortable for long listening sessions. The sound is crisp and clear.",
                "reviewRating": {
                    "@type": "Rating",
                    "ratingValue": "4",
                    "bestRating": "5"
                }
            }
        ]
    }
    </script>
</head>

<body>
  <!-- Header -->
  <header class="header">
    <div class="header-top">
      <div class="container">
        <span>🎯 Best Deals Updated Daily</span>
        <span>💰 Free Shipping on Orders $50+</span>
      </div>
    </div>

    <div class="header-main">
      <div class="container">
        <div class="flex-between">
          <a href="index.html" class="logo">AffiliateHub</a>

          <nav>
            <ul class="nav">
              <li><a href="index.html">Home</a></li>
              <li><a href="category.html">Categories</a></li>
              <li><a href="electronics.html">Electronics</a></li>
              <li><a href="fashion.html">Fashion</a></li>
              <li><a href="about.html">About</a></li>
              <li><a href="contact.html">Contact</a></li>
            </ul>
          </nav>

          <button class="mobile-menu-toggle" aria-label="Toggle mobile menu">
            <span></span>
            <span></span>
            <span></span>
          </button>
        </div>
      </div>
    </div>
  </header>

  <!-- Main Content -->
  <main>
    <!-- Breadcrumbs -->
    <nav class="breadcrumbs" aria-label="Breadcrumb navigation">
      <div class="container">
        <ol class="breadcrumbs-list">
          <li><a href="index.html">Home</a></li>
          <li><a href="electronics.html">Electronics</a></li>
          <li><a href="electronics/audio.html">Audio</a></li>
          <li class="current" aria-current="page">Wireless Bluetooth Headphones</li>
        </ol>
      </div>
    </nav>

    <!-- Product Detail Section -->
    <section class="section">
      <div class="container">
        <div class="product-detail">
          <!-- Product Images -->
          <div class="product-detail-image">
            <div style="margin-bottom: 1rem;">
              <img src="assets/images/product-1.jpg" alt="Wireless Bluetooth Headphones - Main product image showing premium design" width="600" height="600" style="border-radius: 12px;">
            </div>
            <div class="grid grid-3" style="gap: 0.5rem;">
              <img src="assets/images/product-1.jpg" alt="Headphones side view" width="120" height="120" style="border-radius: 8px; cursor: pointer; opacity: 0.7;">
              <img src="assets/images/product-2.jpg" alt="Headphones top view" width="120" height="120" style="border-radius: 8px; cursor: pointer; opacity: 0.7;">
              <img src="assets/images/product-3.jpg" alt="Headphone cushion detail" width="120" height="120" style="border-radius: 8px; cursor: pointer; opacity: 0.7;">
            </div>
          </div>

          <!-- Product Information -->
          <div class="product-detail-content">
            <h1>Wireless Bluetooth Headphones</h1>

            <div class="product-detail-meta">
              <div class="product-rating">
                <span class="stars">★★★★★</span>
                <span class="rating-count">4.5 (1,247 reviews)</span>
              </div>
              <div class="product-sku" style="color: #666; font-size: 0.875rem;">
                SKU: AT-WBH-2025
              </div>
            </div>

            <div style="margin: 2rem 0;">
              <span class="product-badge" style="background: #DC2626; font-size: 1rem; padding: 0.5rem 1rem;">Best Seller</span>
              <span class="product-badge" style="background: #059669; font-size: 1rem; padding: 0.5rem 1rem; margin-left: 0.5rem;">Editor Choice</span>
            </div>

            <div class="product-detail-description">
              <h3>Premium Noise-Canceling Wireless Headphones</h3>
              <p>Experience exceptional sound quality with our premium wireless Bluetooth headphones featuring advanced noise-canceling technology. With 30-hour battery life and crystal-clear audio, these headphones are perfect for music enthusiasts, professionals, and anyone who demands the best audio experience.</p>

              <h4>Key Features:</h4>
              <ul style="margin-left: 1.5rem; margin-bottom: 1rem;">
                <li>Active Noise Cancellation (ANC) technology</li>
                <li>30-hour battery life with quick charge</li>
                <li>Premium drivers for exceptional sound quality</li>
                <li>Comfortable over-ear design with memory foam</li>
                <li>Built-in microphone for calls</li>
                <li>Bluetooth 5.0 connectivity</li>
                <li>Foldable design for easy storage</li>
              </ul>
            </div>

            <!-- Product Specifications -->
            <div class="product-specs">
              <h3>Specifications</h3>
              <div class="specs-grid">
                <div class="spec-item">
                  <span class="spec-label">Brand</span>
                  <span class="spec-value">AudioTech</span>
                </div>
                <div class="spec-item">
                  <span class="spec-label">Model</span>
                  <span class="spec-value">Premium Wireless Series</span>
                </div>
                <div class="spec-item">
                  <span class="spec-label">Connectivity</span>
                  <span class="spec-value">Bluetooth 5.0</span>
                </div>
                <div class="spec-item">
                  <span class="spec-label">Battery Life</span>
                  <span class="spec-value">30 hours</span>
                </div>
                <div class="spec-item">
                  <span class="spec-label">Charging Time</span>
                  <span class="spec-value">2 hours</span>
                </div>
                <div class="spec-item">
                  <span class="spec-label">Weight</span>
                  <span class="spec-value">280g</span>
                </div>
                <div class="spec-item">
                  <span class="spec-label">Frequency Response</span>
                  <span class="spec-value">20Hz - 20kHz</span>
                </div>
                <div class="spec-item">
                  <span class="spec-label">Warranty</span>
                  <span class="spec-value">2 years</span>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </section>

    <!-- Purchase Section -->
    <section class="section" style="background: #f8f9fa;">
      <div class="container">
        <div class="product-detail">
          <div></div> <!-- Empty div for grid alignment -->

          <div class="product-purchase">
            <div class="purchase-price">
              <div style="display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; justify-content: center;">
                <span class="price-current" style="font-size: 2.5rem;">$79.99</span>
                <div>
                  <span class="price-original" style="font-size: 1.5rem;">$129.99</span>
                  <span class="price-discount" style="display: block;">38% OFF</span>
                </div>
              </div>
              <p style="color: #059669; font-weight: 600;">In Stock - Free Shipping</p>
            </div>

            <div class="form-group">
              <label class="form-label">Quantity</label>
              <input type="number" class="form-input quantity-input" value="1" min="1" max="10" style="text-align: center;">
            </div>

            <button class="purchase-btn affiliate-btn" style="position: relative;">
              <span class="btn-text">Buy Now - Best Price Guaranteed</span>
              <span class="loading" style="display: none;"></span>
            </button>

            <button class="btn btn-secondary" style="width: 100%; margin-bottom: 1rem;">
              Add to Cart
            </button>

            <div class="purchase-guarantee">
              <p>✅ 30-Day Money Back Guarantee</p>
              <p>✅ 2-Year Warranty Included</p>
              <p>✅ Free Shipping on Orders $50+</p>
            </div>

            <div style="margin-top: 2rem; padding: 1rem; background: #FEF3C7; border-radius: 8px; text-align: center;">
              <strong style="color: #92400E;">⚡ Limited Time Offer</strong>
              <p style="color: #92400E; margin: 0.5rem 0 0 0; font-size: 0.875rem;">Free premium carrying case included with purchase</p>
            </div>
          </div>
        </div>
      </div>
    </section>

    <!-- Reviews Section -->
    <section class="section">
      <div class="container">
        <h2>Customer Reviews</h2>
        <p class="section-subtitle">Based on 1,247 verified reviews</p>

        <!-- Review Summary -->
        <div style="background: white; padding: 2rem; border-radius: 12px; margin-bottom: 2rem; box-shadow: 0 4px 15px rgba(0,0,0,0.1);">
          <div class="flex-between" style="align-items: flex-start; flex-wrap: wrap; gap: 2rem;">
            <div style="text-align: center;">
              <div style="font-size: 3rem; font-weight: bold; color: #1a1a1a;">4.5</div>
              <div class="stars" style="font-size: 1.5rem; margin: 0.5rem 0;">★★★★★</div>
              <p style="color: #666;">1,247 reviews</p>
            </div>

            <div style="flex: 1; min-width: 200px;">
              <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem;">
                <span class="stars">★★★★★</span>
                <span style="color: #666; font-size: 0.875rem;">834 reviews</span>
                <div style="background: #E5E7EB; height: 8px; flex: 1; border-radius: 4px;">
                  <div style="background: #FBBF24; height: 100%; width: 67%; border-radius: 4px;"></div>
                </div>
              </div>
              <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem;">
                <span class="stars">★★★★☆</span>
                <span style="color: #666; font-size: 0.875rem;">287 reviews</span>
                <div style="background: #E5E7EB; height: 8px; flex: 1; border-radius: 4px;">
                  <div style="background: #FBBF24; height: 100%; width: 23%; border-radius: 4px;"></div>
                </div>
              </div>
              <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem;">
                <span class="stars">★★★☆☆</span>
                <span style="color: #666; font-size: 0.875rem;">87 reviews</span>
                <div style="background: #E5E7EB; height: 8px; flex: 1; border-radius: 4px;">
                  <div style="background: #FBBF24; height: 100%; width: 7%; border-radius: 4px;"></div>
                </div>
              </div>
              <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem;">
                <span class="stars">★★☆☆☆</span>
                <span style="color: #666; font-size: 0.875rem;">25 reviews</span>
                <div style="background: #E5E7EB; height: 8px; flex: 1; border-radius: 4px;">
                  <div style="background: #FBBF24; height: 100%; width: 2%; border-radius: 4px;"></div>
                </div>
              </div>
              <div style="display: flex; align-items: center; gap: 0.5rem;">
                <span class="stars">★☆☆☆☆</span>
                <span style="color: #666; font-size: 0.875rem;">14 reviews</span>
                <div style="background: #E5E7EB; height: 8px; flex: 1; border-radius: 4px;">
                  <div style="background: #FBBF24; height: 100%; width: 1%; border-radius: 4px;"></div>
                </div>
              </div>
            </div>
          </div>
        </div>

        <!-- Individual Reviews -->
        <div class="grid grid-2" style="gap: 2rem;">
          <article style="background: white; padding: 1.5rem; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);">
            <div class="flex-between mb-2">
              <div>
                <strong>John Smith</strong>
                <div class="stars">★★★★★</div>
              </div>
              <span class="text-small" style="color: #666;">Verified Purchase</span>
            </div>
            <p style="margin-bottom: 1rem;">Excellent headphones with great sound quality and noise cancellation. Battery life is exactly as advertised. I've been using them for 3 months now and they're still going strong.</p>
            <div class="text-small" style="color: #666;">Reviewed on November 10, 2025</div>
          </article>

          <article style="background: white; padding: 1.5rem; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);">
            <div class="flex-between mb-2">
              <div>
                <strong>Sarah Johnson</strong>
                <div class="stars">★★★★☆</div>
              </div>
              <span class="text-small" style="color: #666;">Verified Purchase</span>
            </div>
            <p style="margin-bottom: 1rem;">Very comfortable for long listening sessions. The sound is crisp and clear. The only minor issue is that the ear cups can get a bit warm after extended use.</p>
            <div class="text-small" style="color: #666;">Reviewed on November 8, 2025</div>
          </article>

          <article style="background: white; padding: 1.5rem; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);">
            <div class="flex-between mb-2">
              <div>
                <strong>Mike Chen</strong>
                <div class="stars">★★★★★</div>
              </div>
              <span class="text-small" style="color: #666;">Verified Purchase</span>
            </div>
            <p style="margin-bottom: 1rem;">Best headphones I've ever owned! The noise cancellation is amazing - I can't hear anything when they're on. Perfect for flights and noisy environments.</p>
            <div class="text-small" style="color: #666;">Reviewed on November 5, 2025</div>
          </article>

          <article style="background: white; padding: 1.5rem; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);">
            <div class="flex-between mb-2">
              <div>
                <strong>Emily Davis</strong>
                <div class="stars">★★★★★</div>
              </div>
              <span class="text-small" style="color: #666;">Verified Purchase</span>
            </div>
            <p style="margin-bottom: 1rem;">Fantastic value for money! These headphones compete with much more expensive models. The build quality is excellent and they sound amazing.</p>
            <div class="text-small" style="color: #666;">Reviewed on November 3, 2025</div>
          </article>
        </div>

        <div class="text-center mt-4">
          <button class="btn btn-secondary">Load More Reviews</button>
        </div>
      </div>
    </section>

    <!-- Related Products -->
    <section class="section" style="background: #f8f9fa;">
      <div class="container">
        <div class="section-header">
          <h2>Related Products</h2>
          <p class="section-subtitle">You might also like these products</p>
        </div>

        <div class="product-grid">
          <article class="product-card" data-category="electronics" data-price="199.99" data-base-price="199.99">
            <div class="product-image">
              <img src="assets/images/product-2.jpg" alt="Smart Fitness Watch - Related product" width="400" height="250" loading="lazy">
            </div>
            <div class="product-content">
              <h3 class="product-title">
                <a href="product.html">Smart Fitness Watch</a>
              </h3>
              <div class="product-rating">
                <span class="stars">★★★★★</span>
                <span class="rating-count">(892 reviews)</span>
              </div>
              <div class="product-price">
                <span class="price-current">$199.99</span>
              </div>
              <div class="product-actions">
                <a href="product.html" class="btn btn-primary affiliate-btn">View Details</a>
              </div>
            </div>
          </article>

          <article class="product-card" data-category="electronics" data-price="249.99" data-base-price="249.99">
            <div class="product-image">
              <img src="https://via.placeholder.com/400x250/8B5CF6/FFFFFF?text=Earbuds" alt="Premium Wireless Earbuds - Related product" width="400" height="250" loading="lazy">
            </div>
            <div class="product-content">
              <h3 class="product-title">
                <a href="product.html">Premium Wireless Earbuds</a>
              </h3>
              <div class="product-rating">
                <span class="stars">★★★★★</span>
                <span class="rating-count">(2,034 reviews)</span>
              </div>
              <div class="product-price">
                <span class="price-current">$249.99</span>
              </div>
              <div class="product-actions">
                <a href="product.html" class="btn btn-primary affiliate-btn">View Details</a>
              </div>
            </div>
          </article>

          <article class="product-card" data-category="electronics" data-price="89.99" data-base-price="89.99">
            <div class="product-image">
              <img src="assets/images/product-6.jpg" alt="Bluetooth Speaker - Related product" width="400" height="250" loading="lazy">
            </div>
            <div class="product-content">
              <h3 class="product-title">
                <a href="product.html">Bluetooth Speaker</a>
              </h3>
              <div class="product-rating">
                <span class="stars">★★★★★</span>
                <span class="rating-count">(1,234 reviews)</span>
              </div>
              <div class="product-price">
                <span class="price-current">$89.99</span>
              </div>
              <div class="product-actions">
                <a href="product.html" class="btn btn-primary affiliate-btn">View Details</a>
              </div>
            </div>
          </article>
        </div>
      </div>
    </section>
  </main>

  <!-- Footer -->
  <footer class="footer">
    <div class="container">
      <div class="footer-content">
        <div class="footer-section">
          <h3>AffiliateHub</h3>
          <p>Your trusted source for finding the best affiliate products and deals. We help you make informed purchasing decisions with detailed reviews, price comparisons, and expert recommendations.</p>
        </div>

        <div class="footer-section">
          <h3>Categories</h3>
          <ul>
            <li><a href="electronics.html">Electronics</a></li>
            <li><a href="fashion.html">Fashion</a></li>
            <li><a href="home.html">Home & Garden</a></li>
            <li><a href="sports.html">Sports & Outdoors</a></li>
            <li><a href="books.html">Books & Media</a></li>
            <li><a href="health.html">Health & Beauty</a></li>
          </ul>
        </div>

        <div class="footer-section">
          <h3>Company</h3>
          <ul>
            <li><a href="about.html">About Us</a></li>
            <li><a href="contact.html">Contact</a></li>
            <li><a href="privacy.html">Privacy Policy</a></li>
            <li><a href="terms.html">Terms of Service</a></li>
            <li><a href="affiliate.html">Affiliate Disclosure</a></li>
          </ul>
        </div>

        <div class="footer-section">
          <h3>Connect With Us</h3>
          <p>Follow us for the latest deals and product updates:</p>
          <ul>
            <li><a href="https://facebook.com/affiliatehub" target="_blank" rel="noopener">Facebook</a></li>
            <li><a href="https://twitter.com/affiliatehub" target="_blank" rel="noopener">Twitter</a></li>
            <li><a href="https://instagram.com/affiliatehub" target="_blank" rel="noopener">Instagram</a></li>
            <li><a href="https://youtube.com/affiliatehub" target="_blank" rel="noopener">YouTube</a></li>
          </ul>
        </div>
      </div>

      <div class="footer-bottom">
        <p>&copy; 2025 AffiliateHub. All rights reserved. | Designed and developed by MiniMax Agent</p>
        <p><small>This site contains affiliate links. We may earn a commission from purchases made through these links at no extra cost to you.</small></p>
      </div>
    </div>
  </footer>

  <!-- JavaScript -->
  <script src="assets/js/app.js"></script>
</body>

</html>