Introducing Hack Athletics Performance Knee Wraps - 2M & 2.5M - Unleash the beast within with our competition-level knee wraps in 2m and 2.5m lengths! Elevate your lifting game to superhero status as these wraps provide unparalleled support and energy to crush your personal bests. Say goodbye to limits, embrace invincible knees, and dominate every lift with unbridled confidence. Don't just compete, conquer with our premium knee wraps and unleash the true champion in you! { "@context": "https://schema.org", "@type": "Product", "@id": {{ shop.url | append: product.url | append: "#product" | json }}, "name": {{ product.title | strip_html | json }}, "description": {{ product.description | strip_html | json }}, "brand": { "@type": "Brand", "name": {{ product.vendor | default: shop.name | json }} }, "image": [ {% for image in product.images %} {{ image | image_url: width: 800 | prepend: "https:" | json }}{% unless forloop.last %},{% endunless %} {% endfor %} ], "sku": {{ product.selected_or_first_available_variant.sku | json }}, "mpn": {{ product.selected_or_first_available_variant.sku | json }}, "offers": { "@type": "Offer", "url": {{ shop.url | append: product.url | json }}, "priceCurrency": {{ shop.currency | json }}, "price": {{ product.selected_or_first_available_variant.price | money_without_currency | replace: ',', '' | json }}, "availability": "https://schema.org/{% if product.available %}InStock{% else %}OutOfStock{% endif %}", "itemCondition": "https://schema.org/NewCondition" } {% if product.metafields.reviews.rating.value != blank %} , "aggregateRating": { "@type": "AggregateRating", "ratingValue": {{ product.metafields.reviews.rating.value | json }}, "reviewCount": {{ product.metafields.reviews.rating_count | default: 1 | json }} } {% endif %} } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What are knee sleeves used for?", "acceptedAnswer": { "@type": "Answer", "text": "Knee sleeves provide compression, warmth, and support during exercises like squats and lunges." } }, { "@type": "Question", "name": "Are knee sleeves good for injury prevention?", "acceptedAnswer": { "@type": "Answer", "text": "They can help reduce strain and support joints, lowering the risk of injury." } }, { "@type": "Question", "name": "How do I choose the right size?", "acceptedAnswer": { "@type": "Answer", "text": "Measure around your knee joint and refer to the size chart provided for the best fit." } } ] }