Skip to content
Product detailed description
JBC WSST – stand for WS140
The holder for WS140 wire stripping tweezers lets the station detect the parked tool and enter an energy-saving mode.
Technical details
| Manufacturer | JBC |
|---|
| Model / designation | WSST |
|---|
| Compatibility | WS140 |
|---|
| Control unit / station | WS |
|---|
| Capacity | 4 |
|---|
(function(){
(function(){
// BreadcrumbList
var breadcrumbs = document.querySelectorAll('[class*="breadcrumb"] a, .breadcrumbs a, nav[aria-label*="bread"] a');
if(breadcrumbs.length > 0) {
var items = Array.from(breadcrumbs).map(function(a, i) {
return {"@type":"ListItem","position":i+1,"name":a.innerText.trim(),"item":a.href};
});
var h1el = document.querySelector('h1');
if(h1el && h1el.innerText.trim()) items.push({"@type":"ListItem","position":items.length+1,"name":h1el.innerText.trim()});
var s = document.createElement('script');
s.type = 'application/ld+json';
s.text = JSON.stringify({"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":items});
document.head.appendChild(s);
}
// Product schema — jen na produktových stránkách
var productEl = document.querySelector('[itemscope][itemtype*="Product"]');
if(productEl) {
// Název z H1 (spolehlivější než itemprop="name" který zachytí i breadcrumb)
var name = document.querySelector('h1.product-title, h1[class*="product"], .product-name h1, h1')?.innerText?.trim();
var priceEl = productEl.querySelector('[itemprop="price"]');
var price = priceEl?.getAttribute('content') || priceEl?.textContent?.replace(/[^0-9.,]/g,'').replace(',','.');
var currency = productEl.querySelector('[itemprop="priceCurrency"]')?.getAttribute('content') || 'CZK';
var imageEl = productEl.querySelector('[itemprop="image"]');
var image = imageEl?.getAttribute('content') || imageEl?.src;
var sku = productEl.querySelector('[itemprop="sku"]')?.getAttribute('content') || productEl.querySelector('[itemprop="sku"]')?.textContent?.trim();
var desc = document.querySelector('.product-detail-description, [class*="detail-desc"], [class*="product-desc"]')?.innerText?.trim()?.slice(0,300);
if(name && price) {
var product = {
"@context":"https://schema.org",
"@type":"Product",
"name": name,
"url": window.location.href,
"brand": { "@type": "Brand", "name": "EPAshop.cz" },
"mpn": (function(){ var el = document.querySelector('[class*="code-value"], [class*="product-code"], [itemprop="mpn"], [itemprop="sku"]'); if(el) return el.innerText.trim(); var codeEl = document.querySelector('[class*="code"]'); return codeEl ? codeEl.innerText.replace(/[^a-zA-Z0-9._-]/g,'').slice(0,50) : ''; })(),
"description": (function(){ var el = document.querySelector('[itemprop="description"], .product-detail__description, [class*="productDescription"]'); return el ? el.innerText.trim().slice(0,500) : ''; })(),
"offers": {
"@type":"Offer",
"url": window.location.href,
"price": price,
"priceCurrency": currency,
"availability":"https://schema.org/InStock",
"itemCondition":"https://schema.org/NewCondition",
"seller":{"@type":"Organization","name":"EPAshop.cz"}
}
};
if(image) product.image = image;
if(sku) product.sku = sku;
if(desc) product.description = desc;
var s2 = document.createElement('script');
s2.type = 'application/ld+json';
s2.text = JSON.stringify(product);
document.head.appendChild(s2);
}
}
// H1 fix homepage
if(location.pathname === '/' || location.pathname === '/uvod/') {
var h1 = document.querySelector('h1.sr-only');
if(h1) h1.textContent = 'ESD a antistatické vybavení pro pracoviště';
}
})();