Olymp Smokinghemden – Eleganz & Stil für festliche Anlässe
Hochwertige Olymp Smokinghemden für einen stilvollen Auftritt
Setzen Sie auf stilvolle Klasse mit den Olymp Smokinghemden bei Hemdenwelt.de! Ob für Hochzeit, Gala oder festliches Event – diese Hemden überzeugen durch edles Design, exzellente Stoffqualität und einen eleganten Schnitt. Mit Details wie verdeckter Knopfleiste, Kläppchenkragen oder Umschlagmanschetten sind Olymp Smokinghemden die ideale Wahl für anspruchsvolle Herren. Jetzt entdecken und Ihren festlichen Look perfektionieren!
(function() {
const productElements = document.querySelectorAll('.owl-item');
const products = [];
productElements.forEach(el => {
const picture = el.querySelector('picture');
const img = picture?.querySelector('img');
const name = img?.getAttribute('alt')?.trim() || '';
const image = picture?.getAttribute('data-iesrc') || '';
// Link & Titel
const linkEl = el.querySelector('.thumb-title');
const url = linkEl?.getAttribute('href') || '';
const title = linkEl?.innerText?.trim() || name;
// Preise
const priceRaw = el.querySelector('.price')?.innerText || '';
const price = priceRaw.replace(/[^\d,]/g, '').replace(',', '.'); // z. B. "ab 74,95 EUR" → "74.95"
// UVP (optional)
const oldPriceRaw = el.querySelector('.crossprice')?.innerText || '';
const oldPrice = oldPriceRaw.replace(/[^\d,]/g, '').replace(',', '.'); // z. B. "UVP 79,95 EUR"
// Marke erkennen
const brand = title.includes('OLYMP') ? 'OLYMP' : title.includes('MARVELIS') ? 'MARVELIS' : 'Marke unbekannt';
// Dummy-Verfügbarkeit – kann erweitert werden
const availability = "http://schema.org/InStock";
if (title && image && price) {
const productJson = {
"@context": "https://schema.org/",
"@type": "Product",
"name": title,
"image": image,
"brand": {
"@type": "Brand",
"name": brand
},
"offers": {
"@type": "Offer",
"priceCurrency": "EUR",
"price": price,
"availability": availability,
"url": url
}
};
// Optional: UVP
if (oldPrice) {
productJson.offers["priceValidUntil"] = "2025-12-31"; // Beispiel: nur für Google wichtig bei Rabatten
productJson.offers["priceSpecification"] = {
"@type": "UnitPriceSpecification",
"priceCurrency": "EUR",
"price": oldPrice
};
}
products.push(productJson);
}
});
// JSON-LD einfügen
if (products.length) {
const script = document.createElement('script');
script.type = 'application/ld+json';
script.textContent = JSON.stringify(products.length === 1 ? products[0] : products);
document.head.appendChild(script);
}
})();
Größe
- OLYMP Luxor Modern Fit Hemd – Weiß, Kläppchenkragen & Umschlagmanschetteab 69,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- OLYMP Luxor Soirée Modern Fit Herrenhemd – Langarm | Weiß
UVP 69,95 EURab 64,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - OLYMP Luxor - Modern fit Hemd 0395/70/21 Umschlagmanschette
UVP 69,95 EUR64,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - OLYMP Level Five Comfort Stretch Body fit Hemd 1276/65/20 Umschlagmanschette creme
UVP 69,95 EURab 62,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Top-ArtikelOLYMP No. 6 Super Slim Fit Herrenhemd – Langarm | Creme mit Umschlagmanschette
UVP 69,95 EURab 64,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - OLYMP Luxor - Modern fit Hemd 0394/65/21 Umschlagmanschette
UVP 69,95 EURab 61,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
