product.html

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

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Wireless Noise-Canceling Headphones - TechDeals</title>
  <meta name="description" content="Premium noise-canceling headphones with 30-hour battery life. Compare prices from top retailers and find the best deal.">
  <link rel="canonical" href="https://techdeals.example.com/product.html?id=1">
  <meta name="robots" content="index, follow">

  <!-- Open Graph -->
  <meta property="og:title" content="Wireless Noise-Canceling Headphones - TechDeals">
  <meta property="og:description" content="Premium noise-canceling headphones with 30-hour battery life. Compare prices from top retailers and find the best deal.">
  <meta property="og:image" content="https://techdeals.example.com/assets/images/product-1.jpg">
  <meta property="og:url" content="https://techdeals.example.com/product.html?id=1">
  <meta property="og:type" content="product">

  <!-- Twitter Cards -->
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="Wireless Noise-Canceling Headphones - TechDeals">
  <meta name="twitter:description" content="Premium noise-canceling headphones with 30-hour battery life. Compare prices from top retailers and find the best deal.">
  <meta name="twitter:image" content="https://techdeals.example.com/assets/images/product-1.jpg">

  <!-- Favicon -->
  <link rel="icon" type="image/svg+xml" href="assets/images/logo.png">

  <!-- CSS -->
  <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": "https://techdeals.example.com/"
            },
            {
                "@type": "ListItem",
                "position": 2,
                "name": "Categories",
                "item": "https://techdeals.example.com/category.html"
            },
            {
                "@type": "ListItem",
                "position": 3,
                "name": "Audio",
                "item": "https://techdeals.example.com/category.html?cat=audio"
            },
            {
                "@type": "ListItem",
                "position": 4,
                "name": "Wireless Noise-Canceling Headphones",
                "item": "https://techdeals.example.com/product.html?id=1"
            }
        ]
    }
    </script>

  <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "Product",
        "name": "Wireless Noise-Canceling Headphones",
        "image": [
            "https://techdeals.example.com/assets/images/product-1.jpg"
        ],
        "description": "Premium noise-canceling headphones with 30-hour battery life",
        "sku": "AUDIO-001",
        "mpn": "WNCH-2023",
        "brand": {
            "@type": "Brand",
            "name": "AudioTech"
        },
        "review": {
            "@type": "Review",
            "reviewRating": {
                "@type": "Rating",
                "ratingValue": "4.5",
                "bestRating": "5"
            },
            "author": {
                "@type": "Person",
                "name": "John Smith"
            },
            "reviewBody": "Excellent sound quality and the noise cancellation is incredible. Battery life is as advertised."
        },
        "aggregateRating": {
            "@type": "AggregateRating",
            "ratingValue": "4.6",
            "reviewCount": "328"
        },
        "offers": [
            {
                "@type": "Offer",
                "url": "https://techdeals.example.com/product.html?id=1",
                "priceCurrency": "USD",
                "price": "199.99",
                "priceValidUntil": "2023-12-31",
                "itemCondition": "https://schema.org/NewCondition",
                "availability": "https://schema.org/InStock",
                "seller": {
                    "@type": "Organization",
                    "name": "TechDeals"
                }
            }
        ]
    }
    </script>
</head>

<body>
  <header class="header">
    <div class="container">
      <div class="header-content">
        <div class="logo">
          <a href="index.html">
            <img src="assets/images/logo.png" alt="TechDeals Logo">
          </a>
        </div>
        <nav class="main-nav" id="main-nav">
          <ul>
            <li><a href="index.html">Home</a></li>
            <li><a href="category.html">Categories</a></li>
            <li><a href="about.html">About</a></li>
            <li><a href="contact.html">Contact</a></li>
          </ul>
        </nav>
        <div class="search">
          <form action="search" method="get">
            <input type="search" name="q" placeholder="Search products..." aria-label="Search">
            <button type="submit" aria-label="Submit search">Search</button>
          </form>
        </div>
        <button class="mobile-menu-toggle" id="mobile-menu-toggle" aria-label="Toggle menu">
          <span></span>
          <span></span>
          <span></span>
        </button>
      </div>
    </div>
  </header>

  <main>
    <nav class="breadcrumbs">
      <div class="container">
        <ol>
          <li><a href="index.html">Home</a></li>
          <li><a href="category.html">Categories</a></li>
          <li><a href="category.html?cat=audio">Audio</a></li>
          <li>Wireless Noise-Canceling Headphones</li>
        </ol>
      </div>
    </nav>

    <section class="product-detail">
      <div class="container">
        <div class="product-layout">
          <div class="product-images">
            <div class="main-image">
              <img src="assets/images/product-1.jpg" alt="Wireless Noise-Canceling Headphones" width="600" height="600" id="main-product-image">
            </div>
            <div class="thumbnail-images">
              <img src="assets/images/product-1.jpg" alt="Wireless Noise-Canceling Headphones" width="100" height="100" class="thumbnail active" onclick="changeMainImage(this.src)">
              <img src="assets/images/product-1.jpg" alt="Wireless Noise-Canceling Headphones - Side View" width="100" height="100" class="thumbnail" onclick="changeMainImage(this.src)">
              <img src="assets/images/product-1.jpg" alt="Wireless Noise-Canceling Headphones - Detail" width="100" height="100" class="thumbnail" onclick="changeMainImage(this.src)">
              <img src="assets/images/product-1.jpg" alt="Wireless Noise-Canceling Headphones - Case" width="100" height="100" class="thumbnail" onclick="changeMainImage(this.src)">
            </div>
          </div>

          <div class="product-info">
            <h1>Wireless Noise-Canceling Headphones</h1>
            <div class="rating">
              <span class="stars">★★★★★</span>
              <span class="rating-value">4.6</span>
              <span class="review-count">(328 reviews)</span>
            </div>

            <div class="price-section">
              <p class="price">$199.99</p>
              <p class="price-info">Free shipping on orders over $50</p>
            </div>

            <div class="product-description">
              <p>Experience premium sound quality with our top-of-the-line wireless noise-canceling headphones. Featuring advanced noise cancellation technology, these headphones block out ambient noise so you can focus on your music, podcasts, or calls.</p>

              <p>With an impressive 30-hour battery life, you can enjoy your audio all day without needing to recharge. The comfortable over-ear design and soft ear cushions make these headphones perfect for long listening sessions.</p>
            </div>

            <div class="product-features">
              <h3>Key Features</h3>
              <ul>
                <li>Advanced noise cancellation technology</li>
                <li>30-hour battery life</li>
                <li>Bluetooth 5.0 connectivity</li>
                <li>Comfortable over-ear design</li>
                <li>Built-in microphone for hands-free calls</li>
                <li>Foldable design for easy portability</li>
              </ul>
            </div>

            <div class="retailers">
              <h3>Available From</h3>
              <div class="retailer-options">
                <a href="#" class="retailer-btn" data-retailer="Amazon" data-price="199.99">
                  <span class="retailer-name">Amazon</span>
                  <span class="retailer-price">$199.99</span>
                </a>
                <a href="#" class="retailer-btn" data-retailer="Best Buy" data-price="189.99">
                  <span class="retailer-name">Best Buy</span>
                  <span class="retailer-price">$189.99</span>
                </a>
                <a href="#" class="retailer-btn" data-retailer="Target" data-price="199.99">
                  <span class="retailer-name">Target</span>
                  <span class="retailer-price">$199.99</span>
                </a>
              </div>
            </div>

            <div class="product-meta">
              <p><strong>SKU:</strong> AUDIO-001</p>
              <p><strong>Brand:</strong> AudioTech</p>
              <p><strong>Category:</strong> Audio</p>
            </div>
          </div>
        </div>
      </div>
    </section>

    <section class="product-tabs">
      <div class="container">
        <div class="tabs">
          <button class="tab-btn active" data-tab="description">Description</button>
          <button class="tab-btn" data-tab="specifications">Specifications</button>
          <button class="tab-btn" data-tab="reviews">Reviews</button>
        </div>

        <div class="tab-content active" id="description">
          <h3>Product Description</h3>
          <p>Our wireless noise-canceling headphones are designed for audiophiles who demand the best in sound quality and comfort. Whether you're commuting, working in a noisy office, or just relaxing at home, these headphones provide an immersive listening experience.</p>

          <p>The advanced noise cancellation technology uses multiple microphones to detect and block out ambient noise, allowing you to focus on your audio without distractions. The high-fidelity drivers deliver crisp highs, rich mids, and deep bass for a balanced sound signature.</p>

          <p>With Bluetooth 5.0 connectivity, you'll enjoy stable wireless connections with minimal latency. The built-in microphone ensures clear voice quality for hands-free calls, and the intuitive controls make it easy to adjust volume, skip tracks, and answer calls without reaching for your device.</p>
        </div>

        <div class="tab-content" id="specifications">
          <h3>Technical Specifications</h3>
          <table class="specs-table">
            <tr>
              <th>Driver Size</th>
              <td>40mm</td>
            </tr>
            <tr>
              <th>Frequency Response</th>
              <td>20Hz - 20kHz</td>
            </tr>
            <tr>
              <th>Impedance</th>
              <td>32 Ohms</td>
            </tr>
            <tr>
              <th>Battery Life</th>
              <td>30 hours (ANC on), 40 hours (ANC off)</td>
            </tr>
            <tr>
              <th>Charging Time</th>
              <td>2.5 hours</td>
            </tr>
            <tr>
              <th>Bluetooth Version</th>
              <td>5.0</td>
            </tr>
            <tr>
              <th>Weight</th>
              <td>250g</td>
            </tr>
            <tr>
              <th>Included</th>
              <td>Headphones, carrying case, USB-C cable, 3.5mm audio cable</td>
            </tr>
          </table>
        </div>

        <div class="tab-content" id="reviews">
          <h3>Customer Reviews</h3>
          <div class="reviews-summary">
            <div class="overall-rating">
              <span class="rating-number">4.6</span>
              <div class="stars">★★★★★</div>
              <p>Based on 328 reviews</p>
            </div>
            <div class="rating-bars">
              <div class="rating-bar">
                <span>5 stars</span>
                <div class="bar-container">
                  <div class="bar" style="width: 65%"></div>
                </div>
                <span>65%</span>
              </div>
              <div class="rating-bar">
                <span>4 stars</span>
                <div class="bar-container">
                  <div class="bar" style="width: 20%"></div>
                </div>
                <span>20%</span>
              </div>
              <div class="rating-bar">
                <span>3 stars</span>
                <div class="bar-container">
                  <div class="bar" style="width: 10%"></div>
                </div>
                <span>10%</span>
              </div>
              <div class="rating-bar">
                <span>2 stars</span>
                <div class="bar-container">
                  <div class="bar" style="width: 3%"></div>
                </div>
                <span>3%</span>
              </div>
              <div class="rating-bar">
                <span>1 star</span>
                <div class="bar-container">
                  <div class="bar" style="width: 2%"></div>
                </div>
                <span>2%</span>
              </div>
            </div>
          </div>

          <div class="reviews-list">
            <div class="review">
              <div class="review-header">
                <div class="reviewer-info">
                  <span class="reviewer-name">John Smith</span>
                  <div class="stars">★★★★★</div>
                </div>
                <span class="review-date">October 15, 2023</span>
              </div>
              <div class="review-content">
                <p>Excellent sound quality and the noise cancellation is incredible. Battery life is as advertised. I use these for my daily commute and they've made a huge difference in my listening experience.</p>
              </div>
            </div>

            <div class="review">
              <div class="review-header">
                <div class="reviewer-info">
                  <span class="reviewer-name">Sarah Johnson</span>
                  <div class="stars">★★★★☆</div>
                </div>
                <span class="review-date">October 10, 2023</span>
              </div>
              <div class="review-content">
                <p>Great headphones overall. The sound quality is fantastic and they're very comfortable to wear for long periods. My only complaint is that they can feel a bit warm after extended use, but it's a minor issue.</p>
              </div>
            </div>

            <div class="review">
              <div class="review-header">
                <div class="reviewer-info">
                  <span class="reviewer-name">Michael Chen</span>
                  <div class="stars">★★★★★</div>
                </div>
                <span class="review-date">October 5, 2023</span>
              </div>
              <div class="review-content">
                <p>These headphones are worth every penny. The noise cancellation is top-notch and the battery life is impressive. I've tried other brands in the past, but these are by far the best I've owned.</p>
              </div>
            </div>
          </div>

          <div class="load-more">
            <button class="btn btn-secondary">Load More Reviews</button>
          </div>
        </div>
      </div>
    </section>

    <section class="related-products">
      <div class="container">
        <h2>Related Products</h2>
        <div class="product-grid">
          <article class="product-card">
            <div class="product-image">
              <img src="assets/images/product-7.jpg" alt="Bluetooth Portable Speaker" width="300" height="300" loading="lazy">
            </div>
            <div class="product-info">
              <h3><a href="product.html?id=7">Bluetooth Portable Speaker</a></h3>
              <p class="product-price">$79.99</p>
              <p class="product-description">Waterproof speaker with 360-degree sound</p>
              <a href="product.html?id=7" class="btn btn-secondary">View Details</a>
            </div>
          </article>

          <article class="product-card">
            <div class="product-image">
              <img src="assets/images/product-8.jpg" alt="True Wireless Earbuds" width="300" height="300" loading="lazy">
            </div>
            <div class="product-info">
              <h3><a href="product.html?id=8">True Wireless Earbuds</a></h3>
              <p class="product-price">$149.99</p>
              <p class="product-description">Premium earbuds with active noise cancellation</p>
              <a href="product.html?id=8" class="btn btn-secondary">View Details</a>
            </div>
          </article>

          <article class="product-card">
            <div class="product-image">
              <img src="assets/images/product-9.jpg" alt="Studio Monitor Headphones" width="300" height="300" loading="lazy">
            </div>
            <div class="product-info">
              <h3><a href="product.html?id=9">Studio Monitor Headphones</a></h3>
              <p class="product-price">$129.99</p>
              <p class="product-description">Professional studio headphones with accurate sound</p>
              <a href="product.html?id=9" class="btn btn-secondary">View Details</a>
            </div>
          </article>

          <article class="product-card">
            <div class="product-image">
              <img src="assets/images/product-10.jpg" alt="Gaming Headset with Mic" width="300" height="300" loading="lazy">
            </div>
            <div class="product-info">
              <h3><a href="product.html?id=10">Gaming Headset with Mic</a></h3>
              <p class="product-price">$89.99</p>
              <p class="product-description">7.1 surround sound gaming headset with RGB</p>
              <a href="product.html?id=10" class="btn btn-secondary">View Details</a>
            </div>
          </article>
        </div>
      </div>
    </section>
  </main>

  <footer class="footer">
    <div class="container">
      <div class="footer-content">
        <div class="footer-section">
          <h3>TechDeals</h3>
          <p>Your trusted source for the best deals on electronics and tech gadgets.</p>
          <div class="social-links">
            <a href="#" aria-label="Facebook">Facebook</a>
            <a href="#" aria-label="Twitter">Twitter</a>
            <a href="#" aria-label="Instagram">Instagram</a>
          </div>
        </div>
        <div class="footer-section">
          <h3>Quick Links</h3>
          <ul>
            <li><a href="index.html">Home</a></li>
            <li><a href="category.html">Categories</a></li>
            <li><a href="about.html">About Us</a></li>
            <li><a href="contact.html">Contact</a></li>
          </ul>
        </div>
        <div class="footer-section">
          <h3>Categories</h3>
          <ul>
            <li><a href="category.html?cat=audio">Audio</a></li>
            <li><a href="category.html?cat=smart-home">Smart Home</a></li>
            <li><a href="category.html?cat=computer">Computers</a></li>
            <li><a href="category.html?cat=mobile">Mobile</a></li>
          </ul>
        </div>
        <div class="footer-section">
          <h3>Legal</h3>
          <ul>
            <li><a href="privacy-policy">Privacy Policy</a></li>
            <li><a href="terms-of-service">Terms of Service</a></li>
            <li><a href="affiliate-disclosure">Affiliate Disclosure</a></li>
          </ul>
        </div>
      </div>
      <div class="footer-bottom">
        <p>&copy; 2023 TechDeals. All rights reserved.</p>
      </div>
    </div>
  </footer>

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

</html>