cleanup
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 46773,
|
||||
"name": "NA2XS(FL)2Y",
|
||||
"hasAttributes": false,
|
||||
"count": 0,
|
||||
"attributes": []
|
||||
},
|
||||
{
|
||||
"id": 46771,
|
||||
"name": "N2XS(FL)2Y",
|
||||
"hasAttributes": false,
|
||||
"count": 0,
|
||||
"attributes": []
|
||||
},
|
||||
{
|
||||
"id": 46769,
|
||||
"name": "H1Z2Z2-K",
|
||||
"hasAttributes": false,
|
||||
"count": 0,
|
||||
"attributes": []
|
||||
},
|
||||
{
|
||||
"id": 46767,
|
||||
"name": "NA2X(F)K2Y",
|
||||
"hasAttributes": false,
|
||||
"count": 0,
|
||||
"attributes": []
|
||||
},
|
||||
{
|
||||
"id": 46765,
|
||||
"name": "N2X(F)K2Y",
|
||||
"hasAttributes": false,
|
||||
"count": 0,
|
||||
"attributes": []
|
||||
},
|
||||
{
|
||||
"id": 46763,
|
||||
"name": "NA2X(F)KLD2Y",
|
||||
"hasAttributes": false,
|
||||
"count": 0,
|
||||
"attributes": []
|
||||
},
|
||||
{
|
||||
"id": 46761,
|
||||
"name": "N2X(F)KLD2Y",
|
||||
"hasAttributes": false,
|
||||
"count": 0,
|
||||
"attributes": []
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,167 +0,0 @@
|
||||
# WordPress → Next.js Export Summary
|
||||
|
||||
## Export Overview
|
||||
**Date:** 2025-12-27
|
||||
**Target Site:** https://klz-cables.com
|
||||
**Export Timestamp:** 2025-12-27T21-26-12-521Z
|
||||
|
||||
## Data Collected
|
||||
|
||||
### Content Summary
|
||||
| Type | English | German | Total |
|
||||
|------|---------|--------|-------|
|
||||
| **Pages** | 9 | 9 | 18 |
|
||||
| **Posts** | 29 | 30 | 59 |
|
||||
| **Products** | 25 | 25 | 50 |
|
||||
| **Categories** | 7 | 7 | 14 |
|
||||
| **Menus** | 5 | 5 | 10 |
|
||||
| **Media Files** | 50 | - | 50 |
|
||||
| **Redirects** | 59 | - | 59 |
|
||||
|
||||
### File Structure
|
||||
```
|
||||
data/raw/2025-12-27T21-26-12-521Z/
|
||||
├── site-info.json (0.4 KB)
|
||||
├── translation-mapping.json (0.6 KB)
|
||||
├── pages.en.json (220.5 KB)
|
||||
├── pages.de.json (231.3 KB)
|
||||
├── posts.en.json (1,117.0 KB)
|
||||
├── posts.de.json (1,163.5 KB)
|
||||
├── products.en.json (349.2 KB)
|
||||
├── products.de.json (350.2 KB)
|
||||
├── product-categories.en.json (1.7 KB)
|
||||
├── product-categories.de.json (1.7 KB)
|
||||
├── menus.en.json (2.6 KB)
|
||||
├── menus.de.json (2.6 KB)
|
||||
├── redirects.json (13.3 KB)
|
||||
└── media.json (13.2 KB)
|
||||
```
|
||||
|
||||
## Site Information
|
||||
- **Site Title:** KLZ Cables
|
||||
- **Description:** Empowering a sustainable future through innovative and reliable energy solutions.
|
||||
- **Default Language:** English
|
||||
- **Languages:** English, German
|
||||
- **Polylang Detected:** ❌ No (API limitation)
|
||||
- **Permalink Structure:** /%postname%/
|
||||
|
||||
## Key Findings
|
||||
|
||||
### ✅ Successes
|
||||
1. **Complete Content Export:** All pages, posts, products, and categories successfully exported for both languages
|
||||
2. **Media Download:** 50 media files downloaded to `/public/media/`
|
||||
3. **Redirect Generation:** 59 redirect rules created (29 EN + 30 DE)
|
||||
4. **Data Structure:** All files properly formatted with consistent schema
|
||||
|
||||
### ⚠️ Issues & Limitations
|
||||
|
||||
#### 1. Translation Mapping
|
||||
- **Posts:** 0 translation pairs found
|
||||
- **Products:** 7 translation pairs found
|
||||
- **Pages:** 2 translation pairs found
|
||||
- **Categories:** 0 translation pairs found
|
||||
|
||||
**Root Cause:** Posts have completely different slugs between languages:
|
||||
- EN: `focus-on-wind-farm-construction-three-typical-cable-challenges`
|
||||
- DE: `windparkbau-im-fokus-drei-typische-kabelherausforderungen`
|
||||
|
||||
#### 2. Polylang Detection
|
||||
- API shows `polylang: false` in site-info
|
||||
- This may be due to API permissions or Polylang not exposing translation data via REST
|
||||
|
||||
#### 3. Content Differences
|
||||
- **Posts:** 1 extra German post (30 vs 29)
|
||||
- **Pages:** Equal count (9 each)
|
||||
- **Products:** Equal count (25 each)
|
||||
|
||||
## Data Quality Assessment
|
||||
|
||||
### Content Integrity
|
||||
- ✅ All required content types present
|
||||
- ✅ Both languages represented
|
||||
- ✅ HTML content preserved (including WPBakery shortcodes)
|
||||
- ✅ Metadata intact (dates, authors, categories)
|
||||
|
||||
### Media Handling
|
||||
- ✅ 50/50 files downloaded successfully
|
||||
- ✅ Files properly named with IDs
|
||||
- ✅ Manifest created with metadata
|
||||
|
||||
### Routing & Redirects
|
||||
- ✅ 59 redirect rules generated
|
||||
- ✅ Both languages handled
|
||||
- ✅ Post slug → /blog/ prefix applied
|
||||
|
||||
## Next Steps for Implementation
|
||||
|
||||
### 1. Translation Mapping (Manual Review Required)
|
||||
Since automatic mapping failed, you need to:
|
||||
|
||||
**Option A: Manual Mapping**
|
||||
Create a manual translation mapping based on content similarity:
|
||||
```json
|
||||
{
|
||||
"posts": {
|
||||
"wind-farm-construction": {
|
||||
"en": 123,
|
||||
"de": 456
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
**Option B: Content-based Matching**
|
||||
Use post titles or content hashes to find matching pairs programmatically.
|
||||
|
||||
### 2. Polylang Integration
|
||||
- Verify Polylang is active on the WordPress site
|
||||
- Check if REST API endpoints support `?lang=en` and `?lang=de` parameters
|
||||
- Consider using WP-CLI for direct database access to translation data
|
||||
|
||||
### 3. Data Processing Pipeline
|
||||
The export provides raw data that needs processing:
|
||||
1. **HTML Sanitization:** Remove WPBakery shortcodes, normalize classes
|
||||
2. **Asset Mapping:** Update image URLs to local paths
|
||||
3. **Translation Keys:** Generate stable keys for i18n
|
||||
4. **Route Generation:** Create Next.js routes with locale prefixes
|
||||
|
||||
### 4. Missing Data to Address
|
||||
- **Menu Structure:** Menus exported but items not fully populated
|
||||
- **Translation Relationships:** Need manual or enhanced mapping
|
||||
- **Polylang Metadata:** Language-specific settings and relationships
|
||||
|
||||
## File Locations
|
||||
|
||||
### Export Data
|
||||
- **Main Export:** `data/raw/2025-12-27T21-26-12-521Z/`
|
||||
- **Media Files:** `public/media/`
|
||||
|
||||
### Scripts
|
||||
- **Export Script:** `scripts/wordpress-export.js`
|
||||
- **Analysis Script:** `scripts/analyze-export.js`
|
||||
|
||||
## Recommendations
|
||||
|
||||
### Immediate Actions
|
||||
1. ✅ **Verify Export:** Review sample data for accuracy
|
||||
2. ⚠️ **Fix Translation Mapping:** Create manual mapping or enhance script
|
||||
3. ✅ **Check Media:** Verify all images downloaded correctly
|
||||
4. ⚠️ **Polylang Verification:** Confirm Polylang configuration
|
||||
|
||||
### For Next.js Migration
|
||||
1. **Data Processing:** Create pipeline to sanitize and transform data
|
||||
2. **Route Structure:** Implement i18n routing with `/de/` prefix
|
||||
3. **Content Rendering:** Handle WPBakery HTML compatibility
|
||||
4. **SEO Setup:** Generate hreflang tags from translation data
|
||||
|
||||
### WordPress Site Verification
|
||||
1. Confirm Polylang is active and configured
|
||||
2. Check REST API permissions for translation data
|
||||
3. Verify all content is published (not draft)
|
||||
4. Test media file accessibility
|
||||
|
||||
## Conclusion
|
||||
|
||||
The export successfully gathered **all required content** for the static Next.js migration. The main limitation is the **translation mapping** due to different slugs between languages, which is common in multilingual WordPress setups. This can be resolved through manual mapping or enhanced content analysis.
|
||||
|
||||
The data is ready for the Next.js processing pipeline, with 50 media files and complete content for both English and German locales.
|
||||
@@ -1,59 +0,0 @@
|
||||
{
|
||||
"https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T193520.620.webp": "/media/46113-image_fx_-2025-02-20T193520.620.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/10/1759325528650.webp": "/media/47294-1759325528650.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-22T132138.470.webp": "/media/46237-image_fx_-2025-02-22T132138.470.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/08/NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp": "/media/47052-NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T185502.688.webp": "/media/46055-image_fx_-2025-02-20T185502.688.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T191245.537.webp": "/media/46094-image_fx_-2025-02-20T191245.537.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-9.webp": "/media/45685-image_fx_-9.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/04/inter-solar.webp": "/media/46380-inter-solar.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-2.webp": "/media/45692-image_fx_-2.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/03/closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp": "/media/45979-closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-6.webp": "/media/45688-image_fx_-6.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-7.webp": "/media/45687-image_fx_-7.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp": "/media/10797-Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/02/5.webp": "/media/45524-5.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/11/medium-voltage-category.webp": "/media/6517-medium-voltage-category.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/02/1.webp": "/media/45528-1.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp": "/media/27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp": "/media/20928-offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp": "/media/15376-technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp": "/media/11248-business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/11/1234adws21312-scaled.jpg": "/media/6126-1234adws21312-scaled.jpg",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/11/aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg": "/media/6137-aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/mockup_03-copy-scaled.webp": "/media/10801-mockup_03-copy-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/klz-directory-2-scaled.webp": "/media/10863-klz-directory-2-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/11/low-voltage-category.webp": "/media/6521-low-voltage-category.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp": "/media/10816-green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp": "/media/10667-production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp": "/media/10679-large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp": "/media/10988-transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/06/NA2XSFL2Y-3-scaled.webp": "/media/media-1767108208493-NA2XSFL2Y-3-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/06/N2XSFL2Y-3-scaled.webp": "/media/media-1767108208496-N2XSFL2Y-3-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/06/H1Z2Z2-K-scaled.webp": "/media/media-1767108208497-H1Z2Z2-K-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NA2XSFL2Y-3-scaled.webp": "/media/media-1767108208498-NA2XSFL2Y-3-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NA2XSF2Y-3-scaled.webp": "/media/media-1767108208499-NA2XSF2Y-3-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NA2XS2Y-scaled.webp": "/media/media-1767108208499-NA2XS2Y-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NA2XSY-scaled.webp": "/media/media-1767108208500-NA2XSY-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/N2XSFL2Y-2-scaled.webp": "/media/media-1767108208500-N2XSFL2Y-2-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/N2XSF2Y-3-scaled.webp": "/media/media-1767108208501-N2XSF2Y-3-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/N2XS2Y-scaled.webp": "/media/media-1767108208501-N2XS2Y-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/N2XSY-scaled.webp": "/media/media-1767108208502-N2XSY-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NA2X2Y-scaled.webp": "/media/media-1767108208502-NA2X2Y-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NA2XY-scaled.webp": "/media/media-1767108208502-NA2XY-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/N2X2Y-scaled.webp": "/media/media-1767108208503-N2X2Y-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/N2XY-scaled.webp": "/media/media-1767108208503-N2XY-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NAY2Y-scaled.webp": "/media/media-1767108208504-NAY2Y-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NAYCWY-scaled.webp": "/media/media-1767108208504-NAYCWY-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NAYY-scaled.webp": "/media/media-1767108208505-NAYY-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NY2Y-scaled.webp": "/media/media-1767108208505-NY2Y-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NYCWY-scaled.webp": "/media/media-1767108208506-NYCWY-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/01/NYY-scaled.webp": "/media/media-1767108208506-NYY-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/DSC07539-Large.webp": "/media/10432-DSC07539-Large.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/DSC07655-Large.webp": "/media/10440-DSC07655-Large.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/DSC07340-scaled.webp": "/media/10382-DSC07340-scaled.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/1694273920124-copy.webp": "/media/10616-1694273920124-copy.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/1694273920124-copy-2.webp": "/media/10615-1694273920124-copy-2.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2025/02/Still-2025-02-10-104337_1.1.1.webp": "/media/45569-Still-2025-02-10-104337_1.1.1.webp",
|
||||
"https://klz-cables.com/wp-content/uploads/2024/12/DSC08036-Large.webp": "/media/10638-DSC08036-Large.webp"
|
||||
}
|
||||
@@ -1,156 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 44,
|
||||
"translationKey": "equipment",
|
||||
"locale": "en",
|
||||
"slug": "equipment",
|
||||
"name": "Equipment",
|
||||
"path": "/product-category/equipment",
|
||||
"description": "",
|
||||
"count": 0,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"translationKey": "high-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "high-voltage-cables",
|
||||
"name": "High Voltage Cables",
|
||||
"path": "/product-category/high-voltage-cables",
|
||||
"description": "",
|
||||
"count": 2,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"translationKey": "low-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "low-voltage-cables",
|
||||
"name": "Low Voltage Cables",
|
||||
"path": "/product-category/low-voltage-cables",
|
||||
"description": "",
|
||||
"count": 10,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"translationKey": "medium-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "medium-voltage-cables",
|
||||
"name": "Medium Voltage Cables",
|
||||
"path": "/product-category/medium-voltage-cables",
|
||||
"description": "",
|
||||
"count": 8,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"translationKey": "power-cables",
|
||||
"locale": "en",
|
||||
"slug": "power-cables",
|
||||
"name": "Power Cables",
|
||||
"path": "/product-category/power-cables",
|
||||
"description": "",
|
||||
"count": 20,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"translationKey": "solar-cables",
|
||||
"locale": "en",
|
||||
"slug": "solar-cables",
|
||||
"name": "Solar Cables",
|
||||
"path": "/product-category/solar-cables",
|
||||
"description": "",
|
||||
"count": 1,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"translationKey": "uncategorized",
|
||||
"locale": "en",
|
||||
"slug": "uncategorized",
|
||||
"name": "Uncategorized",
|
||||
"path": "/product-category/uncategorized",
|
||||
"description": "",
|
||||
"count": 0,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 115,
|
||||
"translationKey": "ausruestung",
|
||||
"locale": "de",
|
||||
"slug": "ausruestung",
|
||||
"name": "Ausrüstung",
|
||||
"path": "/de/product-category/ausruestung",
|
||||
"description": "",
|
||||
"count": 0,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 107,
|
||||
"translationKey": "hochspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "hochspannungskabel",
|
||||
"name": "Hochspannungskabel",
|
||||
"path": "/de/product-category/hochspannungskabel",
|
||||
"description": "",
|
||||
"count": 2,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 111,
|
||||
"translationKey": "mittelspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "mittelspannungskabel",
|
||||
"name": "Mittelspannungskabel",
|
||||
"path": "/de/product-category/mittelspannungskabel",
|
||||
"description": "",
|
||||
"count": 8,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 109,
|
||||
"translationKey": "niederspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "niederspannungskabel",
|
||||
"name": "Niederspannungskabel",
|
||||
"path": "/de/product-category/niederspannungskabel",
|
||||
"description": "",
|
||||
"count": 10,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 113,
|
||||
"translationKey": "solarkabel",
|
||||
"locale": "de",
|
||||
"slug": "solarkabel",
|
||||
"name": "Solarkabel",
|
||||
"path": "/de/product-category/solarkabel",
|
||||
"description": "",
|
||||
"count": 1,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"translationKey": "stromkabel",
|
||||
"locale": "de",
|
||||
"slug": "stromkabel",
|
||||
"name": "Stromkabel",
|
||||
"path": "/de/product-category/stromkabel",
|
||||
"description": "",
|
||||
"count": 20,
|
||||
"translation": null
|
||||
},
|
||||
{
|
||||
"id": 93,
|
||||
"translationKey": "uncategorized-de",
|
||||
"locale": "de",
|
||||
"slug": "uncategorized-de",
|
||||
"name": "Uncategorized",
|
||||
"path": "/de/product-category/uncategorized-de",
|
||||
"description": "",
|
||||
"count": 0,
|
||||
"translation": null
|
||||
}
|
||||
]
|
||||
@@ -1,572 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 46113,
|
||||
"filename": "46113-image_fx_-2025-02-20T193520.620.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T193520.620.webp",
|
||||
"localPath": "/media/46113-image_fx_-2025-02-20T193520.620.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47294,
|
||||
"filename": "47294-1759325528650.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/10/1759325528650.webp",
|
||||
"localPath": "/media/47294-1759325528650.webp",
|
||||
"alt": "",
|
||||
"width": 2046,
|
||||
"height": 1536,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46237,
|
||||
"filename": "46237-image_fx_-2025-02-22T132138.470.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-22T132138.470.webp",
|
||||
"localPath": "/media/46237-image_fx_-2025-02-22T132138.470.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47052,
|
||||
"filename": "47052-NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/08/NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"localPath": "/media/47052-NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46055,
|
||||
"filename": "46055-image_fx_-2025-02-20T185502.688.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T185502.688.webp",
|
||||
"localPath": "/media/46055-image_fx_-2025-02-20T185502.688.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46094,
|
||||
"filename": "46094-image_fx_-2025-02-20T191245.537.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T191245.537.webp",
|
||||
"localPath": "/media/46094-image_fx_-2025-02-20T191245.537.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45685,
|
||||
"filename": "45685-image_fx_-9.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-9.webp",
|
||||
"localPath": "/media/45685-image_fx_-9.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46380,
|
||||
"filename": "46380-inter-solar.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/inter-solar.webp",
|
||||
"localPath": "/media/46380-inter-solar.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1081,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45692,
|
||||
"filename": "45692-image_fx_-2.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-2.webp",
|
||||
"localPath": "/media/45692-image_fx_-2.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45979,
|
||||
"filename": "45979-closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/03/closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"localPath": "/media/45979-closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45688,
|
||||
"filename": "45688-image_fx_-6.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-6.webp",
|
||||
"localPath": "/media/45688-image_fx_-6.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45687,
|
||||
"filename": "45687-image_fx_-7.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-7.webp",
|
||||
"localPath": "/media/45687-image_fx_-7.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10797,
|
||||
"filename": "10797-Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"localPath": "/media/10797-Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 1193,
|
||||
"height": 2560,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45524,
|
||||
"filename": "45524-5.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/5.webp",
|
||||
"localPath": "/media/45524-5.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6517,
|
||||
"filename": "6517-medium-voltage-category.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/medium-voltage-category.webp",
|
||||
"localPath": "/media/6517-medium-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45528,
|
||||
"filename": "45528-1.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/1.webp",
|
||||
"localPath": "/media/45528-1.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 27158,
|
||||
"filename": "27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"localPath": "/media/27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1440,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 20928,
|
||||
"filename": "20928-offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"localPath": "/media/20928-offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1078,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 15376,
|
||||
"filename": "15376-technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"localPath": "/media/15376-technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 11248,
|
||||
"filename": "11248-business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"localPath": "/media/11248-business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6126,
|
||||
"filename": "6126-1234adws21312-scaled.jpg",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/1234adws21312-scaled.jpg",
|
||||
"localPath": "/media/6126-1234adws21312-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1920,
|
||||
"mimeType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 6137,
|
||||
"filename": "6137-aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"localPath": "/media/6137-aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1919,
|
||||
"mimeType": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 10801,
|
||||
"filename": "10801-mockup_03-copy-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/mockup_03-copy-scaled.webp",
|
||||
"localPath": "/media/10801-mockup_03-copy-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1517,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10863,
|
||||
"filename": "10863-klz-directory-2-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/klz-directory-2-scaled.webp",
|
||||
"localPath": "/media/10863-klz-directory-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1694,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6521,
|
||||
"filename": "6521-low-voltage-category.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/low-voltage-category.webp",
|
||||
"localPath": "/media/6521-low-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10816,
|
||||
"filename": "10816-green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"localPath": "/media/10816-green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1457,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10667,
|
||||
"filename": "10667-production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"localPath": "/media/10667-production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10679,
|
||||
"filename": "10679-large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"localPath": "/media/10679-large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 854,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10988,
|
||||
"filename": "10988-transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"localPath": "/media/10988-transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1914,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208493-NA2XSFL2Y-3-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/NA2XSFL2Y-3-scaled.webp",
|
||||
"localPath": "/media/media-1767108208493-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208496-N2XSFL2Y-3-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/N2XSFL2Y-3-scaled.webp",
|
||||
"localPath": "/media/media-1767108208496-N2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208497-H1Z2Z2-K-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/H1Z2Z2-K-scaled.webp",
|
||||
"localPath": "/media/media-1767108208497-H1Z2Z2-K-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208498-NA2XSFL2Y-3-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSFL2Y-3-scaled.webp",
|
||||
"localPath": "/media/media-1767108208498-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208499-NA2XSF2Y-3-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSF2Y-3-scaled.webp",
|
||||
"localPath": "/media/media-1767108208499-NA2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208499-NA2XS2Y-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XS2Y-scaled.webp",
|
||||
"localPath": "/media/media-1767108208499-NA2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208500-NA2XSY-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSY-scaled.webp",
|
||||
"localPath": "/media/media-1767108208500-NA2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208500-N2XSFL2Y-2-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSFL2Y-2-scaled.webp",
|
||||
"localPath": "/media/media-1767108208500-N2XSFL2Y-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208501-N2XSF2Y-3-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSF2Y-3-scaled.webp",
|
||||
"localPath": "/media/media-1767108208501-N2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208501-N2XS2Y-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XS2Y-scaled.webp",
|
||||
"localPath": "/media/media-1767108208501-N2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208502-N2XSY-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSY-scaled.webp",
|
||||
"localPath": "/media/media-1767108208502-N2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208502-NA2X2Y-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2X2Y-scaled.webp",
|
||||
"localPath": "/media/media-1767108208502-NA2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208502-NA2XY-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XY-scaled.webp",
|
||||
"localPath": "/media/media-1767108208502-NA2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208503-N2X2Y-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2X2Y-scaled.webp",
|
||||
"localPath": "/media/media-1767108208503-N2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208503-N2XY-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XY-scaled.webp",
|
||||
"localPath": "/media/media-1767108208503-N2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208504-NAY2Y-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAY2Y-scaled.webp",
|
||||
"localPath": "/media/media-1767108208504-NAY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208504-NAYCWY-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYCWY-scaled.webp",
|
||||
"localPath": "/media/media-1767108208504-NAYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208505-NAYY-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYY-scaled.webp",
|
||||
"localPath": "/media/media-1767108208505-NAYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208505-NY2Y-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NY2Y-scaled.webp",
|
||||
"localPath": "/media/media-1767108208505-NY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208506-NYCWY-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYCWY-scaled.webp",
|
||||
"localPath": "/media/media-1767108208506-NYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"filename": "media-1767108208506-NYY-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYY-scaled.webp",
|
||||
"localPath": "/media/media-1767108208506-NYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mimeType": null
|
||||
},
|
||||
{
|
||||
"id": 10432,
|
||||
"filename": "10432-DSC07539-Large.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/DSC07539-Large.webp",
|
||||
"localPath": "/media/10432-DSC07539-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10440,
|
||||
"filename": "10440-DSC07655-Large.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/DSC07655-Large.webp",
|
||||
"localPath": "/media/10440-DSC07655-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10382,
|
||||
"filename": "10382-DSC07340-scaled.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/DSC07340-scaled.webp",
|
||||
"localPath": "/media/10382-DSC07340-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10616,
|
||||
"filename": "10616-1694273920124-copy.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/1694273920124-copy.webp",
|
||||
"localPath": "/media/10616-1694273920124-copy.webp",
|
||||
"alt": "",
|
||||
"width": 1101,
|
||||
"height": 624,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10615,
|
||||
"filename": "10615-1694273920124-copy-2.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/1694273920124-copy-2.webp",
|
||||
"localPath": "/media/10615-1694273920124-copy-2.webp",
|
||||
"alt": "",
|
||||
"width": 1100,
|
||||
"height": 401,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45569,
|
||||
"filename": "45569-Still-2025-02-10-104337_1.1.1.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/Still-2025-02-10-104337_1.1.1.webp",
|
||||
"localPath": "/media/45569-Still-2025-02-10-104337_1.1.1.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 800,
|
||||
"mimeType": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10638,
|
||||
"filename": "10638-DSC08036-Large.webp",
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/DSC08036-Large.webp",
|
||||
"localPath": "/media/10638-DSC08036-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mimeType": "image/webp"
|
||||
}
|
||||
]
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,452 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 46113,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T193520.620.webp",
|
||||
"filename": "46113-image_fx_-2025-02-20T193520.620.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47294,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/10/1759325528650.webp",
|
||||
"filename": "47294-1759325528650.webp",
|
||||
"alt": "",
|
||||
"width": 2046,
|
||||
"height": 1536,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46237,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-22T132138.470.webp",
|
||||
"filename": "46237-image_fx_-2025-02-22T132138.470.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47052,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/08/NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"filename": "47052-NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46055,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T185502.688.webp",
|
||||
"filename": "46055-image_fx_-2025-02-20T185502.688.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46094,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T191245.537.webp",
|
||||
"filename": "46094-image_fx_-2025-02-20T191245.537.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45685,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-9.webp",
|
||||
"filename": "45685-image_fx_-9.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46380,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/inter-solar.webp",
|
||||
"filename": "46380-inter-solar.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1081,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45692,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-2.webp",
|
||||
"filename": "45692-image_fx_-2.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45979,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/03/closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"filename": "45979-closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45688,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-6.webp",
|
||||
"filename": "45688-image_fx_-6.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45687,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-7.webp",
|
||||
"filename": "45687-image_fx_-7.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10797,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"filename": "10797-Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 1193,
|
||||
"height": 2560,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45524,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/5.webp",
|
||||
"filename": "45524-5.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6517,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/medium-voltage-category.webp",
|
||||
"filename": "6517-medium-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45528,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/1.webp",
|
||||
"filename": "45528-1.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 27158,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"filename": "27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1440,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 20928,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"filename": "20928-offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1078,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 15376,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"filename": "15376-technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 11248,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"filename": "11248-business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6126,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/1234adws21312-scaled.jpg",
|
||||
"filename": "6126-1234adws21312-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1920,
|
||||
"mime_type": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 6137,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"filename": "6137-aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1919,
|
||||
"mime_type": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 10801,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/mockup_03-copy-scaled.webp",
|
||||
"filename": "10801-mockup_03-copy-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1517,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10863,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/klz-directory-2-scaled.webp",
|
||||
"filename": "10863-klz-directory-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1694,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6521,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/low-voltage-category.webp",
|
||||
"filename": "6521-low-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10816,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"filename": "10816-green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1457,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10667,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"filename": "10667-production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10679,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"filename": "10679-large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 854,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10988,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"filename": "10988-transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1914,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/NA2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1766870855811-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/N2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1766870855811-N2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/H1Z2Z2-K-scaled.webp",
|
||||
"filename": "media-1766870855812-H1Z2Z2-K-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1766870855813-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSF2Y-3-scaled.webp",
|
||||
"filename": "media-1766870855813-NA2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XS2Y-scaled.webp",
|
||||
"filename": "media-1766870855814-NA2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSY-scaled.webp",
|
||||
"filename": "media-1766870855814-NA2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSFL2Y-2-scaled.webp",
|
||||
"filename": "media-1766870855815-N2XSFL2Y-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSF2Y-3-scaled.webp",
|
||||
"filename": "media-1766870855815-N2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XS2Y-scaled.webp",
|
||||
"filename": "media-1766870855816-N2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSY-scaled.webp",
|
||||
"filename": "media-1766870855817-N2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2X2Y-scaled.webp",
|
||||
"filename": "media-1766870855817-NA2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XY-scaled.webp",
|
||||
"filename": "media-1766870855818-NA2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2X2Y-scaled.webp",
|
||||
"filename": "media-1766870855818-N2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XY-scaled.webp",
|
||||
"filename": "media-1766870855820-N2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAY2Y-scaled.webp",
|
||||
"filename": "media-1766870855821-NAY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYCWY-scaled.webp",
|
||||
"filename": "media-1766870855821-NAYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYY-scaled.webp",
|
||||
"filename": "media-1766870855822-NAYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NY2Y-scaled.webp",
|
||||
"filename": "media-1766870855822-NY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYCWY-scaled.webp",
|
||||
"filename": "media-1766870855823-NYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYY-scaled.webp",
|
||||
"filename": "media-1766870855823-NYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
}
|
||||
]
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 115,
|
||||
"translationKey": "product-category-ausruestung",
|
||||
"locale": "de",
|
||||
"slug": "ausruestung",
|
||||
"name": "Ausrüstung",
|
||||
"path": "/de/product-category/ausruestung",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 107,
|
||||
"translationKey": "product-category-hochspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "hochspannungskabel",
|
||||
"name": "Hochspannungskabel",
|
||||
"path": "/de/product-category/hochspannungskabel",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 111,
|
||||
"translationKey": "product-category-mittelspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "mittelspannungskabel",
|
||||
"name": "Mittelspannungskabel",
|
||||
"path": "/de/product-category/mittelspannungskabel",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 109,
|
||||
"translationKey": "product-category-niederspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "niederspannungskabel",
|
||||
"name": "Niederspannungskabel",
|
||||
"path": "/de/product-category/niederspannungskabel",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 113,
|
||||
"translationKey": "product-category-solarkabel",
|
||||
"locale": "de",
|
||||
"slug": "solarkabel",
|
||||
"name": "Solarkabel",
|
||||
"path": "/de/product-category/solarkabel",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"translationKey": "product-category-stromkabel",
|
||||
"locale": "de",
|
||||
"slug": "stromkabel",
|
||||
"name": "Stromkabel",
|
||||
"path": "/de/product-category/stromkabel",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 93,
|
||||
"translationKey": "product-category-uncategorized-de",
|
||||
"locale": "de",
|
||||
"slug": "uncategorized-de",
|
||||
"name": "Uncategorized",
|
||||
"path": "/de/product-category/uncategorized-de",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 44,
|
||||
"translationKey": "product-category-equipment",
|
||||
"locale": "en",
|
||||
"slug": "equipment",
|
||||
"name": "Equipment",
|
||||
"path": "/product-category/equipment",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"translationKey": "product-category-high-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "high-voltage-cables",
|
||||
"name": "High Voltage Cables",
|
||||
"path": "/product-category/high-voltage-cables",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"translationKey": "product-category-low-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "low-voltage-cables",
|
||||
"name": "Low Voltage Cables",
|
||||
"path": "/product-category/low-voltage-cables",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"translationKey": "product-category-medium-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "medium-voltage-cables",
|
||||
"name": "Medium Voltage Cables",
|
||||
"path": "/product-category/medium-voltage-cables",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"translationKey": "product-category-power-cables",
|
||||
"locale": "en",
|
||||
"slug": "power-cables",
|
||||
"name": "Power Cables",
|
||||
"path": "/product-category/power-cables",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"translationKey": "product-category-solar-cables",
|
||||
"locale": "en",
|
||||
"slug": "solar-cables",
|
||||
"name": "Solar Cables",
|
||||
"path": "/product-category/solar-cables",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"translationKey": "product-category-uncategorized",
|
||||
"locale": "en",
|
||||
"slug": "uncategorized",
|
||||
"name": "Uncategorized",
|
||||
"path": "/product-category/uncategorized",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,356 +0,0 @@
|
||||
[
|
||||
{
|
||||
"source": "/focus-on-wind-farm-construction-three-typical-cable-challenges",
|
||||
"destination": "/blog/focus-on-wind-farm-construction-three-typical-cable-challenges",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/why-the-n2xsf2y-is-the-ideal-cable-for-your-energy-project",
|
||||
"destination": "/blog/why-the-n2xsf2y-is-the-ideal-cable-for-your-energy-project",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/na2xsf2y-three-conductor-medium-voltage-cable-available",
|
||||
"destination": "/blog/na2xsf2y-three-conductor-medium-voltage-cable-available",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/which-cables-for-wind-power-differences-from-low-to-extra-high-voltage-explained-2",
|
||||
"destination": "/blog/which-cables-for-wind-power-differences-from-low-to-extra-high-voltage-explained-2",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-best-underground-cables-for-wind-power-and-solar-order-from-us-now",
|
||||
"destination": "/blog/the-best-underground-cables-for-wind-power-and-solar-order-from-us-now",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/green-energy-starts-underground-and-with-a-plan",
|
||||
"destination": "/blog/green-energy-starts-underground-and-with-a-plan",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/securing-the-future-with-h1z2z2-k-our-solar-cable-for-intersolar-2025",
|
||||
"destination": "/blog/securing-the-future-with-h1z2z2-k-our-solar-cable-for-intersolar-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-the-cable-industry-is-driving-sustainability-and-renewable-energies-forward",
|
||||
"destination": "/blog/how-the-cable-industry-is-driving-sustainability-and-renewable-energies-forward",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/billion-euro-package-for-infrastructure-the-cable-boom-is-coming",
|
||||
"destination": "/blog/billion-euro-package-for-infrastructure-the-cable-boom-is-coming",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/100-renewable-energy-only-with-the-right-cable-infrastructure",
|
||||
"destination": "/blog/100-renewable-energy-only-with-the-right-cable-infrastructure",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/from-smart-to-sustainable-this-is-what-the-energy-industry-will-look-like-in-the-near-future",
|
||||
"destination": "/blog/from-smart-to-sustainable-this-is-what-the-energy-industry-will-look-like-in-the-near-future",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-abbreviations-decoded-the-key-to-choosing-the-right-cable",
|
||||
"destination": "/blog/cable-abbreviations-decoded-the-key-to-choosing-the-right-cable",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/why-wind-farm-grid-connection-cables-must-withstand-extreme-loads",
|
||||
"destination": "/blog/why-wind-farm-grid-connection-cables-must-withstand-extreme-loads",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/recycling-of-cable-drums-sustainability-in-wind-power-projects",
|
||||
"destination": "/blog/recycling-of-cable-drums-sustainability-in-wind-power-projects",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cost-comparison-copper-vs-aluminum-cables-in-wind-farms-which-is-worthwhile-in-the-long-term",
|
||||
"destination": "/blog/cost-comparison-copper-vs-aluminum-cables-in-wind-farms-which-is-worthwhile-in-the-long-term",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-perfect-cable-inquiry-how-to-save-yourself-unnecessary-queries",
|
||||
"destination": "/blog/the-perfect-cable-inquiry-how-to-save-yourself-unnecessary-queries",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/expanding-the-grid-by-2025-building-the-foundation-for-a-successful-energy-transition",
|
||||
"destination": "/blog/expanding-the-grid-by-2025-building-the-foundation-for-a-successful-energy-transition",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/is-wind-energy-really-enough-a-deeper-dive-behind-the-headlines",
|
||||
"destination": "/blog/is-wind-energy-really-enough-a-deeper-dive-behind-the-headlines",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-the-right-cables-quietly-power-the-green-energy-revolution",
|
||||
"destination": "/blog/how-the-right-cables-quietly-power-the-green-energy-revolution",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/climate-neutral-by-2050-what-we-need-to-do-to-achieve-this-goal",
|
||||
"destination": "/blog/climate-neutral-by-2050-what-we-need-to-do-to-achieve-this-goal",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-art-of-cable-logistics-moving-the-backbone-of-modern-energy-networks",
|
||||
"destination": "/blog/the-art-of-cable-logistics-moving-the-backbone-of-modern-energy-networks",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-drum-safety-ensuring-smooth-operations-and-accident-free-environments",
|
||||
"destination": "/blog/cable-drum-safety-ensuring-smooth-operations-and-accident-free-environments",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/klz-in-the-directory-of-wind-energy-2025",
|
||||
"destination": "/blog/klz-in-the-directory-of-wind-energy-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/what-makes-a-first-class-cable-find-out-here",
|
||||
"destination": "/blog/what-makes-a-first-class-cable-find-out-here",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/welcome-to-the-future-of-klz-our-new-website-is-live",
|
||||
"destination": "/blog/welcome-to-the-future-of-klz-our-new-website-is-live",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/eye-opening-realities-of-green-energy-transformation",
|
||||
"destination": "/blog/eye-opening-realities-of-green-energy-transformation",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-drum-quality-the-foundation-of-cable-reliability",
|
||||
"destination": "/blog/cable-drum-quality-the-foundation-of-cable-reliability",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/this-what-you-need-to-know-about-renewable-energies-in-2025",
|
||||
"destination": "/blog/this-what-you-need-to-know-about-renewable-energies-in-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-to-choose-the-right-cable-for-your-next-project",
|
||||
"destination": "/blog/how-to-choose-the-right-cable-for-your-next-project",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/de/windparkbau-im-fokus-drei-typische-kabelherausforderungen",
|
||||
"destination": "/de/blog/windparkbau-im-fokus-drei-typische-kabelherausforderungen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klz-waechst-weiter-neue-staerke-im-bereich-financial-sales",
|
||||
"destination": "/de/blog/klz-waechst-weiter-neue-staerke-im-bereich-financial-sales",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/n2xsf2y-mittelspannungskabel-energieprojekt",
|
||||
"destination": "/de/blog/n2xsf2y-mittelspannungskabel-energieprojekt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/na2xsf2y-dreileiter-mittelspannungskabel-lieferbar",
|
||||
"destination": "/de/blog/na2xsf2y-dreileiter-mittelspannungskabel-lieferbar",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/welche-kabel-fuer-windkraft-unterschiede-von-nieder-bis-hoechstspannung-erklaert",
|
||||
"destination": "/de/blog/welche-kabel-fuer-windkraft-unterschiede-von-nieder-bis-hoechstspannung-erklaert",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-besten-erdkabel-fuer-windkraft-und-solar-jetzt-bei-uns-bestellen",
|
||||
"destination": "/de/blog/die-besten-erdkabel-fuer-windkraft-und-solar-jetzt-bei-uns-bestellen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/gruene-energie-beginnt-unter-der-erde-und-zwar-mit-plan",
|
||||
"destination": "/de/blog/gruene-energie-beginnt-unter-der-erde-und-zwar-mit-plan",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/zukunft-sichern-mit-h1z2z2-k-unser-solarkabel-zur-intersolar-2025",
|
||||
"destination": "/de/blog/zukunft-sichern-mit-h1z2z2-k-unser-solarkabel-zur-intersolar-2025",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/wie-die-kabelbranche-nachhaltigkeit-und-erneuerbare-energien-vorantreibt",
|
||||
"destination": "/de/blog/wie-die-kabelbranche-nachhaltigkeit-und-erneuerbare-energien-vorantreibt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/milliarden-paket-fuer-infrastruktur-der-kabel-boom-steht-bevor",
|
||||
"destination": "/de/blog/milliarden-paket-fuer-infrastruktur-der-kabel-boom-steht-bevor",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/100-erneuerbare-energie-nur-mit-der-richtigen-kabelinfrastruktur",
|
||||
"destination": "/de/blog/100-erneuerbare-energie-nur-mit-der-richtigen-kabelinfrastruktur",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/von-smart-bis-nachhaltig-so-sieht-die-energiewirtschaft-in-naher-zukunft-aus",
|
||||
"destination": "/de/blog/von-smart-bis-nachhaltig-so-sieht-die-energiewirtschaft-in-naher-zukunft-aus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kabelabkuerzungen-entschluesselt-der-schluessel-zur-richtigen-kabelwahl",
|
||||
"destination": "/de/blog/kabelabkuerzungen-entschluesselt-der-schluessel-zur-richtigen-kabelwahl",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/warum-windpark-netzanschlusskabel-extremen-belastungen-standhalten-muessen",
|
||||
"destination": "/de/blog/warum-windpark-netzanschlusskabel-extremen-belastungen-standhalten-muessen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/recycling-von-kabeltrommeln-nachhaltigkeit-im-windkraftprojekt",
|
||||
"destination": "/de/blog/recycling-von-kabeltrommeln-nachhaltigkeit-im-windkraftprojekt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kostenvergleich-kupfer-vs-aluminiumkabel-in-windparks-was-lohnt-sich-langfristig",
|
||||
"destination": "/de/blog/kostenvergleich-kupfer-vs-aluminiumkabel-in-windparks-was-lohnt-sich-langfristig",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-perfekte-kabelanfrage-so-sparen-sie-sich-unnoetige-rueckfragen",
|
||||
"destination": "/de/blog/die-perfekte-kabelanfrage-so-sparen-sie-sich-unnoetige-rueckfragen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/netzausbau-2025-warum-jede-neue-leitung-ein-schritt-zur-energiewende-ist",
|
||||
"destination": "/de/blog/netzausbau-2025-warum-jede-neue-leitung-ein-schritt-zur-energiewende-ist",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/reicht-windenergie-wirklich-nicht-ein-blick-hinter-die-schlagzeilen",
|
||||
"destination": "/de/blog/reicht-windenergie-wirklich-nicht-ein-blick-hinter-die-schlagzeilen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/warum-die-richtigen-kabel-der-geheime-held-der-gruenen-energie-sind",
|
||||
"destination": "/de/blog/warum-die-richtigen-kabel-der-geheime-held-der-gruenen-energie-sind",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klimaneutral-bis-2050-was-wir-tun-muessen-um-das-ziel-zu-erreichen",
|
||||
"destination": "/de/blog/klimaneutral-bis-2050-was-wir-tun-muessen-um-das-ziel-zu-erreichen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kabeltrommelqualitaet-die-grundlage-der-kabelzuverlaessigkeit",
|
||||
"destination": "/de/blog/kabeltrommelqualitaet-die-grundlage-der-kabelzuverlaessigkeit",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/das-muessen-sie-ueber-erneuerbare-energien-im-jahr-2025-wissen",
|
||||
"destination": "/de/blog/das-muessen-sie-ueber-erneuerbare-energien-im-jahr-2025-wissen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/willkommen-in-der-zukunft-von-klz-unsere-neue-website-ist-online",
|
||||
"destination": "/de/blog/willkommen-in-der-zukunft-von-klz-unsere-neue-website-ist-online",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klz-im-adressbuch-der-windenergie-2025",
|
||||
"destination": "/de/blog/klz-im-adressbuch-der-windenergie-2025",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/so-waehlen-sie-das-richtige-kabel-fuer-ihr-naechstes-projekt-aus",
|
||||
"destination": "/de/blog/so-waehlen-sie-das-richtige-kabel-fuer-ihr-naechstes-projekt-aus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/erkenntnisse-ueber-die-gruene-energiewende-herausforderungen-und-chancen",
|
||||
"destination": "/de/blog/erkenntnisse-ueber-die-gruene-energiewende-herausforderungen-und-chancen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/was-macht-ein-erstklassiges-kabel-aus-finden-sie-es-hier-heraus",
|
||||
"destination": "/de/blog/was-macht-ein-erstklassiges-kabel-aus-finden-sie-es-hier-heraus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/sicherheit-bei-kabeltrommeln-unfallfrei-und-effizient-arbeiten",
|
||||
"destination": "/de/blog/sicherheit-bei-kabeltrommeln-unfallfrei-und-effizient-arbeiten",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-kunst-der-kabellogistik-der-transport-des-fundamentes-moderner-energienetze",
|
||||
"destination": "/de/blog/die-kunst-der-kabellogistik-der-transport-des-fundamentes-moderner-energienetze",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
}
|
||||
]
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"baseUrl": "https://klz-cables.com",
|
||||
"exportDate": "2025-12-27T21:26:12.523Z",
|
||||
"timestamp": "2025-12-27T21-26-12-521Z",
|
||||
"polylang": false,
|
||||
"languages": [
|
||||
"en",
|
||||
"de"
|
||||
],
|
||||
"defaultLocale": "en",
|
||||
"siteTitle": "KLZ Cables",
|
||||
"siteDescription": "Empowering a sustainable future through innovative and reliable energy solutions.",
|
||||
"defaultLanguage": "en"
|
||||
}
|
||||
@@ -1,88 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"terms": {
|
||||
"en": 10544,
|
||||
"de": 10930,
|
||||
"score": 0.6616190476190477
|
||||
},
|
||||
"legal-notice": {
|
||||
"en": 10540,
|
||||
"de": 10921,
|
||||
"score": 0.5142857142857142
|
||||
},
|
||||
"privacy-policy": {
|
||||
"en": 10535,
|
||||
"de": 10926,
|
||||
"score": 0.52
|
||||
},
|
||||
"thanks": {
|
||||
"en": 10487,
|
||||
"de": 10932,
|
||||
"score": 0.6909090909090909
|
||||
},
|
||||
"contact": {
|
||||
"en": 10375,
|
||||
"de": 10914,
|
||||
"score": 0.7813664596273293
|
||||
},
|
||||
"products": {
|
||||
"en": 6032,
|
||||
"de": 10916,
|
||||
"score": 0.6000000000000001
|
||||
},
|
||||
"corporate-3-landing-2": {
|
||||
"en": 10895,
|
||||
"de": 10896,
|
||||
"score": 0.5270588235294118
|
||||
},
|
||||
"blog": {
|
||||
"en": 209,
|
||||
"de": 10911,
|
||||
"score": 0.8799999999999999
|
||||
}
|
||||
},
|
||||
"posts": {
|
||||
"securing-the-future-with-h1z2z2-k-our-solar-cable-for-intersolar-2025": {
|
||||
"en": 46391,
|
||||
"de": 46361,
|
||||
"score": 0.5838961038961039
|
||||
},
|
||||
"100-renewable-energy-only-with-the-right-cable-infrastructure": {
|
||||
"en": 45962,
|
||||
"de": 45946,
|
||||
"score": 0.5258601553829079
|
||||
},
|
||||
"recycling-of-cable-drums-sustainability-in-wind-power-projects": {
|
||||
"en": 45660,
|
||||
"de": 45651,
|
||||
"score": 0.5119047619047619
|
||||
},
|
||||
"climate-neutral-by-2050-what-we-need-to-do-to-achieve-this-goal": {
|
||||
"en": 11261,
|
||||
"de": 11247,
|
||||
"score": 0.5111940298507462
|
||||
},
|
||||
"klz-in-the-directory-of-wind-energy-2025": {
|
||||
"en": 10855,
|
||||
"de": 11236,
|
||||
"score": 0.5681481481481482
|
||||
},
|
||||
"what-makes-a-first-class-cable-find-out-here": {
|
||||
"en": 10532,
|
||||
"de": 11213,
|
||||
"score": 0.5268531468531469
|
||||
},
|
||||
"welcome-to-the-future-of-klz-our-new-website-is-live": {
|
||||
"en": 10780,
|
||||
"de": 11239,
|
||||
"score": 0.5903030303030303
|
||||
},
|
||||
"how-to-choose-the-right-cable-for-your-next-project": {
|
||||
"en": 6009,
|
||||
"de": 11233,
|
||||
"score": 0.5127140255009108
|
||||
}
|
||||
},
|
||||
"products": {},
|
||||
"productCategories": {}
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"team": {
|
||||
"en": 10453,
|
||||
"de": 10930
|
||||
},
|
||||
"blog": {
|
||||
"en": 209,
|
||||
"de": 10911
|
||||
}
|
||||
},
|
||||
"posts": {},
|
||||
"products": {
|
||||
"n2xsfl2y": {
|
||||
"en": 46771,
|
||||
"de": 46772
|
||||
},
|
||||
"h1z2z2-k": {
|
||||
"en": 46769,
|
||||
"de": 46770
|
||||
},
|
||||
"na2xfk2y": {
|
||||
"en": 46767,
|
||||
"de": 46768
|
||||
},
|
||||
"n2xfk2y": {
|
||||
"en": 46765,
|
||||
"de": 46766
|
||||
},
|
||||
"na2xfkld2y": {
|
||||
"en": 46763,
|
||||
"de": 46764
|
||||
},
|
||||
"n2xfkld2y": {
|
||||
"en": 46761,
|
||||
"de": 46762
|
||||
},
|
||||
"na2xsfl2y": {
|
||||
"en": 45065,
|
||||
"de": 46774
|
||||
}
|
||||
},
|
||||
"productCategories": {}
|
||||
}
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 115,
|
||||
"translationKey": "product-category-ausruestung",
|
||||
"locale": "de",
|
||||
"slug": "ausruestung",
|
||||
"name": "Ausrüstung",
|
||||
"path": "/de/product-category/ausruestung",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 107,
|
||||
"translationKey": "product-category-hochspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "hochspannungskabel",
|
||||
"name": "Hochspannungskabel",
|
||||
"path": "/de/product-category/hochspannungskabel",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 111,
|
||||
"translationKey": "product-category-mittelspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "mittelspannungskabel",
|
||||
"name": "Mittelspannungskabel",
|
||||
"path": "/de/product-category/mittelspannungskabel",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 109,
|
||||
"translationKey": "product-category-niederspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "niederspannungskabel",
|
||||
"name": "Niederspannungskabel",
|
||||
"path": "/de/product-category/niederspannungskabel",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 113,
|
||||
"translationKey": "product-category-solarkabel",
|
||||
"locale": "de",
|
||||
"slug": "solarkabel",
|
||||
"name": "Solarkabel",
|
||||
"path": "/de/product-category/solarkabel",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"translationKey": "product-category-stromkabel",
|
||||
"locale": "de",
|
||||
"slug": "stromkabel",
|
||||
"name": "Stromkabel",
|
||||
"path": "/de/product-category/stromkabel",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 93,
|
||||
"translationKey": "product-category-uncategorized-de",
|
||||
"locale": "de",
|
||||
"slug": "uncategorized-de",
|
||||
"name": "Uncategorized",
|
||||
"path": "/de/product-category/uncategorized-de",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 44,
|
||||
"translationKey": "product-category-equipment",
|
||||
"locale": "en",
|
||||
"slug": "equipment",
|
||||
"name": "Equipment",
|
||||
"path": "/product-category/equipment",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"translationKey": "product-category-high-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "high-voltage-cables",
|
||||
"name": "High Voltage Cables",
|
||||
"path": "/product-category/high-voltage-cables",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"translationKey": "product-category-low-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "low-voltage-cables",
|
||||
"name": "Low Voltage Cables",
|
||||
"path": "/product-category/low-voltage-cables",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"translationKey": "product-category-medium-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "medium-voltage-cables",
|
||||
"name": "Medium Voltage Cables",
|
||||
"path": "/product-category/medium-voltage-cables",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"translationKey": "product-category-power-cables",
|
||||
"locale": "en",
|
||||
"slug": "power-cables",
|
||||
"name": "Power Cables",
|
||||
"path": "/product-category/power-cables",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"translationKey": "product-category-solar-cables",
|
||||
"locale": "en",
|
||||
"slug": "solar-cables",
|
||||
"name": "Solar Cables",
|
||||
"path": "/product-category/solar-cables",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"translationKey": "product-category-uncategorized",
|
||||
"locale": "en",
|
||||
"slug": "uncategorized",
|
||||
"name": "Uncategorized",
|
||||
"path": "/product-category/uncategorized",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"baseUrl": "https://klz-cables.com",
|
||||
"exportDate": "2025-12-29T23:41:08.903Z",
|
||||
"timestamp": "2025-12-29T23-41-08-902Z",
|
||||
"polylang": false,
|
||||
"languages": [
|
||||
"en",
|
||||
"de"
|
||||
],
|
||||
"defaultLocale": "en",
|
||||
"siteTitle": "KLZ Cables",
|
||||
"siteDescription": "Empowering a sustainable future through innovative and reliable energy solutions.",
|
||||
"defaultLanguage": "en"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"logo": "/media/logo.webp",
|
||||
"favicon": "/favicon.ico",
|
||||
"appleTouchIcon": "/apple-touch-icon.png"
|
||||
}
|
||||
@@ -1,452 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 46113,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T193520.620.webp",
|
||||
"filename": "46113-image_fx_-2025-02-20T193520.620.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47294,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/10/1759325528650.webp",
|
||||
"filename": "47294-1759325528650.webp",
|
||||
"alt": "",
|
||||
"width": 2046,
|
||||
"height": 1536,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46237,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-22T132138.470.webp",
|
||||
"filename": "46237-image_fx_-2025-02-22T132138.470.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47052,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/08/NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"filename": "47052-NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46055,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T185502.688.webp",
|
||||
"filename": "46055-image_fx_-2025-02-20T185502.688.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46094,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T191245.537.webp",
|
||||
"filename": "46094-image_fx_-2025-02-20T191245.537.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45685,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-9.webp",
|
||||
"filename": "45685-image_fx_-9.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46380,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/inter-solar.webp",
|
||||
"filename": "46380-inter-solar.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1081,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45692,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-2.webp",
|
||||
"filename": "45692-image_fx_-2.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45979,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/03/closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"filename": "45979-closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45688,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-6.webp",
|
||||
"filename": "45688-image_fx_-6.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45687,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-7.webp",
|
||||
"filename": "45687-image_fx_-7.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10797,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"filename": "10797-Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 1193,
|
||||
"height": 2560,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45524,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/5.webp",
|
||||
"filename": "45524-5.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6517,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/medium-voltage-category.webp",
|
||||
"filename": "6517-medium-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45528,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/1.webp",
|
||||
"filename": "45528-1.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 27158,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"filename": "27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1440,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 20928,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"filename": "20928-offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1078,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 15376,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"filename": "15376-technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 11248,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"filename": "11248-business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6126,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/1234adws21312-scaled.jpg",
|
||||
"filename": "6126-1234adws21312-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1920,
|
||||
"mime_type": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 6137,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"filename": "6137-aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1919,
|
||||
"mime_type": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 10801,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/mockup_03-copy-scaled.webp",
|
||||
"filename": "10801-mockup_03-copy-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1517,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10863,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/klz-directory-2-scaled.webp",
|
||||
"filename": "10863-klz-directory-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1694,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6521,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/low-voltage-category.webp",
|
||||
"filename": "6521-low-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10816,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"filename": "10816-green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1457,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10667,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"filename": "10667-production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10679,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"filename": "10679-large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 854,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10988,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"filename": "10988-transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1914,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/NA2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1767051819970-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/N2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1767051819972-N2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/H1Z2Z2-K-scaled.webp",
|
||||
"filename": "media-1767051819973-H1Z2Z2-K-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1767051819974-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSF2Y-3-scaled.webp",
|
||||
"filename": "media-1767051819974-NA2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XS2Y-scaled.webp",
|
||||
"filename": "media-1767051819975-NA2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSY-scaled.webp",
|
||||
"filename": "media-1767051819975-NA2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSFL2Y-2-scaled.webp",
|
||||
"filename": "media-1767051819976-N2XSFL2Y-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSF2Y-3-scaled.webp",
|
||||
"filename": "media-1767051819977-N2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XS2Y-scaled.webp",
|
||||
"filename": "media-1767051819978-N2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSY-scaled.webp",
|
||||
"filename": "media-1767051819978-N2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2X2Y-scaled.webp",
|
||||
"filename": "media-1767051819979-NA2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XY-scaled.webp",
|
||||
"filename": "media-1767051819979-NA2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2X2Y-scaled.webp",
|
||||
"filename": "media-1767051819979-N2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XY-scaled.webp",
|
||||
"filename": "media-1767051819980-N2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAY2Y-scaled.webp",
|
||||
"filename": "media-1767051819980-NAY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYCWY-scaled.webp",
|
||||
"filename": "media-1767051819981-NAYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYY-scaled.webp",
|
||||
"filename": "media-1767051819981-NAYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NY2Y-scaled.webp",
|
||||
"filename": "media-1767051819981-NY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYCWY-scaled.webp",
|
||||
"filename": "media-1767051819982-NYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYY-scaled.webp",
|
||||
"filename": "media-1767051819982-NYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
}
|
||||
]
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 115,
|
||||
"translationKey": "product-category-ausruestung",
|
||||
"locale": "de",
|
||||
"slug": "ausruestung",
|
||||
"name": "Ausrüstung",
|
||||
"path": "/de/product-category/ausruestung",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 107,
|
||||
"translationKey": "product-category-hochspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "hochspannungskabel",
|
||||
"name": "Hochspannungskabel",
|
||||
"path": "/de/product-category/hochspannungskabel",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 111,
|
||||
"translationKey": "product-category-mittelspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "mittelspannungskabel",
|
||||
"name": "Mittelspannungskabel",
|
||||
"path": "/de/product-category/mittelspannungskabel",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 109,
|
||||
"translationKey": "product-category-niederspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "niederspannungskabel",
|
||||
"name": "Niederspannungskabel",
|
||||
"path": "/de/product-category/niederspannungskabel",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 113,
|
||||
"translationKey": "product-category-solarkabel",
|
||||
"locale": "de",
|
||||
"slug": "solarkabel",
|
||||
"name": "Solarkabel",
|
||||
"path": "/de/product-category/solarkabel",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"translationKey": "product-category-stromkabel",
|
||||
"locale": "de",
|
||||
"slug": "stromkabel",
|
||||
"name": "Stromkabel",
|
||||
"path": "/de/product-category/stromkabel",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 93,
|
||||
"translationKey": "product-category-uncategorized-de",
|
||||
"locale": "de",
|
||||
"slug": "uncategorized-de",
|
||||
"name": "Uncategorized",
|
||||
"path": "/de/product-category/uncategorized-de",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 44,
|
||||
"translationKey": "product-category-equipment",
|
||||
"locale": "en",
|
||||
"slug": "equipment",
|
||||
"name": "Equipment",
|
||||
"path": "/product-category/equipment",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"translationKey": "product-category-high-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "high-voltage-cables",
|
||||
"name": "High Voltage Cables",
|
||||
"path": "/product-category/high-voltage-cables",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"translationKey": "product-category-low-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "low-voltage-cables",
|
||||
"name": "Low Voltage Cables",
|
||||
"path": "/product-category/low-voltage-cables",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"translationKey": "product-category-medium-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "medium-voltage-cables",
|
||||
"name": "Medium Voltage Cables",
|
||||
"path": "/product-category/medium-voltage-cables",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"translationKey": "product-category-power-cables",
|
||||
"locale": "en",
|
||||
"slug": "power-cables",
|
||||
"name": "Power Cables",
|
||||
"path": "/product-category/power-cables",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"translationKey": "product-category-solar-cables",
|
||||
"locale": "en",
|
||||
"slug": "solar-cables",
|
||||
"name": "Solar Cables",
|
||||
"path": "/product-category/solar-cables",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"translationKey": "product-category-uncategorized",
|
||||
"locale": "en",
|
||||
"slug": "uncategorized",
|
||||
"name": "Uncategorized",
|
||||
"path": "/product-category/uncategorized",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,356 +0,0 @@
|
||||
[
|
||||
{
|
||||
"source": "/focus-on-wind-farm-construction-three-typical-cable-challenges",
|
||||
"destination": "/blog/focus-on-wind-farm-construction-three-typical-cable-challenges",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/why-the-n2xsf2y-is-the-ideal-cable-for-your-energy-project",
|
||||
"destination": "/blog/why-the-n2xsf2y-is-the-ideal-cable-for-your-energy-project",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/na2xsf2y-three-conductor-medium-voltage-cable-available",
|
||||
"destination": "/blog/na2xsf2y-three-conductor-medium-voltage-cable-available",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/which-cables-for-wind-power-differences-from-low-to-extra-high-voltage-explained-2",
|
||||
"destination": "/blog/which-cables-for-wind-power-differences-from-low-to-extra-high-voltage-explained-2",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-best-underground-cables-for-wind-power-and-solar-order-from-us-now",
|
||||
"destination": "/blog/the-best-underground-cables-for-wind-power-and-solar-order-from-us-now",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/green-energy-starts-underground-and-with-a-plan",
|
||||
"destination": "/blog/green-energy-starts-underground-and-with-a-plan",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/securing-the-future-with-h1z2z2-k-our-solar-cable-for-intersolar-2025",
|
||||
"destination": "/blog/securing-the-future-with-h1z2z2-k-our-solar-cable-for-intersolar-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-the-cable-industry-is-driving-sustainability-and-renewable-energies-forward",
|
||||
"destination": "/blog/how-the-cable-industry-is-driving-sustainability-and-renewable-energies-forward",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/billion-euro-package-for-infrastructure-the-cable-boom-is-coming",
|
||||
"destination": "/blog/billion-euro-package-for-infrastructure-the-cable-boom-is-coming",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/100-renewable-energy-only-with-the-right-cable-infrastructure",
|
||||
"destination": "/blog/100-renewable-energy-only-with-the-right-cable-infrastructure",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/from-smart-to-sustainable-this-is-what-the-energy-industry-will-look-like-in-the-near-future",
|
||||
"destination": "/blog/from-smart-to-sustainable-this-is-what-the-energy-industry-will-look-like-in-the-near-future",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-abbreviations-decoded-the-key-to-choosing-the-right-cable",
|
||||
"destination": "/blog/cable-abbreviations-decoded-the-key-to-choosing-the-right-cable",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/why-wind-farm-grid-connection-cables-must-withstand-extreme-loads",
|
||||
"destination": "/blog/why-wind-farm-grid-connection-cables-must-withstand-extreme-loads",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/recycling-of-cable-drums-sustainability-in-wind-power-projects",
|
||||
"destination": "/blog/recycling-of-cable-drums-sustainability-in-wind-power-projects",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cost-comparison-copper-vs-aluminum-cables-in-wind-farms-which-is-worthwhile-in-the-long-term",
|
||||
"destination": "/blog/cost-comparison-copper-vs-aluminum-cables-in-wind-farms-which-is-worthwhile-in-the-long-term",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-perfect-cable-inquiry-how-to-save-yourself-unnecessary-queries",
|
||||
"destination": "/blog/the-perfect-cable-inquiry-how-to-save-yourself-unnecessary-queries",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/expanding-the-grid-by-2025-building-the-foundation-for-a-successful-energy-transition",
|
||||
"destination": "/blog/expanding-the-grid-by-2025-building-the-foundation-for-a-successful-energy-transition",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/is-wind-energy-really-enough-a-deeper-dive-behind-the-headlines",
|
||||
"destination": "/blog/is-wind-energy-really-enough-a-deeper-dive-behind-the-headlines",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-the-right-cables-quietly-power-the-green-energy-revolution",
|
||||
"destination": "/blog/how-the-right-cables-quietly-power-the-green-energy-revolution",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/climate-neutral-by-2050-what-we-need-to-do-to-achieve-this-goal",
|
||||
"destination": "/blog/climate-neutral-by-2050-what-we-need-to-do-to-achieve-this-goal",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-art-of-cable-logistics-moving-the-backbone-of-modern-energy-networks",
|
||||
"destination": "/blog/the-art-of-cable-logistics-moving-the-backbone-of-modern-energy-networks",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-drum-safety-ensuring-smooth-operations-and-accident-free-environments",
|
||||
"destination": "/blog/cable-drum-safety-ensuring-smooth-operations-and-accident-free-environments",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/klz-in-the-directory-of-wind-energy-2025",
|
||||
"destination": "/blog/klz-in-the-directory-of-wind-energy-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/what-makes-a-first-class-cable-find-out-here",
|
||||
"destination": "/blog/what-makes-a-first-class-cable-find-out-here",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/welcome-to-the-future-of-klz-our-new-website-is-live",
|
||||
"destination": "/blog/welcome-to-the-future-of-klz-our-new-website-is-live",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/eye-opening-realities-of-green-energy-transformation",
|
||||
"destination": "/blog/eye-opening-realities-of-green-energy-transformation",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-drum-quality-the-foundation-of-cable-reliability",
|
||||
"destination": "/blog/cable-drum-quality-the-foundation-of-cable-reliability",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/this-what-you-need-to-know-about-renewable-energies-in-2025",
|
||||
"destination": "/blog/this-what-you-need-to-know-about-renewable-energies-in-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-to-choose-the-right-cable-for-your-next-project",
|
||||
"destination": "/blog/how-to-choose-the-right-cable-for-your-next-project",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/de/windparkbau-im-fokus-drei-typische-kabelherausforderungen",
|
||||
"destination": "/de/blog/windparkbau-im-fokus-drei-typische-kabelherausforderungen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klz-waechst-weiter-neue-staerke-im-bereich-financial-sales",
|
||||
"destination": "/de/blog/klz-waechst-weiter-neue-staerke-im-bereich-financial-sales",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/n2xsf2y-mittelspannungskabel-energieprojekt",
|
||||
"destination": "/de/blog/n2xsf2y-mittelspannungskabel-energieprojekt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/na2xsf2y-dreileiter-mittelspannungskabel-lieferbar",
|
||||
"destination": "/de/blog/na2xsf2y-dreileiter-mittelspannungskabel-lieferbar",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/welche-kabel-fuer-windkraft-unterschiede-von-nieder-bis-hoechstspannung-erklaert",
|
||||
"destination": "/de/blog/welche-kabel-fuer-windkraft-unterschiede-von-nieder-bis-hoechstspannung-erklaert",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-besten-erdkabel-fuer-windkraft-und-solar-jetzt-bei-uns-bestellen",
|
||||
"destination": "/de/blog/die-besten-erdkabel-fuer-windkraft-und-solar-jetzt-bei-uns-bestellen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/gruene-energie-beginnt-unter-der-erde-und-zwar-mit-plan",
|
||||
"destination": "/de/blog/gruene-energie-beginnt-unter-der-erde-und-zwar-mit-plan",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/zukunft-sichern-mit-h1z2z2-k-unser-solarkabel-zur-intersolar-2025",
|
||||
"destination": "/de/blog/zukunft-sichern-mit-h1z2z2-k-unser-solarkabel-zur-intersolar-2025",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/wie-die-kabelbranche-nachhaltigkeit-und-erneuerbare-energien-vorantreibt",
|
||||
"destination": "/de/blog/wie-die-kabelbranche-nachhaltigkeit-und-erneuerbare-energien-vorantreibt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/milliarden-paket-fuer-infrastruktur-der-kabel-boom-steht-bevor",
|
||||
"destination": "/de/blog/milliarden-paket-fuer-infrastruktur-der-kabel-boom-steht-bevor",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/100-erneuerbare-energie-nur-mit-der-richtigen-kabelinfrastruktur",
|
||||
"destination": "/de/blog/100-erneuerbare-energie-nur-mit-der-richtigen-kabelinfrastruktur",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/von-smart-bis-nachhaltig-so-sieht-die-energiewirtschaft-in-naher-zukunft-aus",
|
||||
"destination": "/de/blog/von-smart-bis-nachhaltig-so-sieht-die-energiewirtschaft-in-naher-zukunft-aus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kabelabkuerzungen-entschluesselt-der-schluessel-zur-richtigen-kabelwahl",
|
||||
"destination": "/de/blog/kabelabkuerzungen-entschluesselt-der-schluessel-zur-richtigen-kabelwahl",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/warum-windpark-netzanschlusskabel-extremen-belastungen-standhalten-muessen",
|
||||
"destination": "/de/blog/warum-windpark-netzanschlusskabel-extremen-belastungen-standhalten-muessen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/recycling-von-kabeltrommeln-nachhaltigkeit-im-windkraftprojekt",
|
||||
"destination": "/de/blog/recycling-von-kabeltrommeln-nachhaltigkeit-im-windkraftprojekt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kostenvergleich-kupfer-vs-aluminiumkabel-in-windparks-was-lohnt-sich-langfristig",
|
||||
"destination": "/de/blog/kostenvergleich-kupfer-vs-aluminiumkabel-in-windparks-was-lohnt-sich-langfristig",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-perfekte-kabelanfrage-so-sparen-sie-sich-unnoetige-rueckfragen",
|
||||
"destination": "/de/blog/die-perfekte-kabelanfrage-so-sparen-sie-sich-unnoetige-rueckfragen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/netzausbau-2025-warum-jede-neue-leitung-ein-schritt-zur-energiewende-ist",
|
||||
"destination": "/de/blog/netzausbau-2025-warum-jede-neue-leitung-ein-schritt-zur-energiewende-ist",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/reicht-windenergie-wirklich-nicht-ein-blick-hinter-die-schlagzeilen",
|
||||
"destination": "/de/blog/reicht-windenergie-wirklich-nicht-ein-blick-hinter-die-schlagzeilen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/warum-die-richtigen-kabel-der-geheime-held-der-gruenen-energie-sind",
|
||||
"destination": "/de/blog/warum-die-richtigen-kabel-der-geheime-held-der-gruenen-energie-sind",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klimaneutral-bis-2050-was-wir-tun-muessen-um-das-ziel-zu-erreichen",
|
||||
"destination": "/de/blog/klimaneutral-bis-2050-was-wir-tun-muessen-um-das-ziel-zu-erreichen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kabeltrommelqualitaet-die-grundlage-der-kabelzuverlaessigkeit",
|
||||
"destination": "/de/blog/kabeltrommelqualitaet-die-grundlage-der-kabelzuverlaessigkeit",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/das-muessen-sie-ueber-erneuerbare-energien-im-jahr-2025-wissen",
|
||||
"destination": "/de/blog/das-muessen-sie-ueber-erneuerbare-energien-im-jahr-2025-wissen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/willkommen-in-der-zukunft-von-klz-unsere-neue-website-ist-online",
|
||||
"destination": "/de/blog/willkommen-in-der-zukunft-von-klz-unsere-neue-website-ist-online",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klz-im-adressbuch-der-windenergie-2025",
|
||||
"destination": "/de/blog/klz-im-adressbuch-der-windenergie-2025",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/so-waehlen-sie-das-richtige-kabel-fuer-ihr-naechstes-projekt-aus",
|
||||
"destination": "/de/blog/so-waehlen-sie-das-richtige-kabel-fuer-ihr-naechstes-projekt-aus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/erkenntnisse-ueber-die-gruene-energiewende-herausforderungen-und-chancen",
|
||||
"destination": "/de/blog/erkenntnisse-ueber-die-gruene-energiewende-herausforderungen-und-chancen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/was-macht-ein-erstklassiges-kabel-aus-finden-sie-es-hier-heraus",
|
||||
"destination": "/de/blog/was-macht-ein-erstklassiges-kabel-aus-finden-sie-es-hier-heraus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/sicherheit-bei-kabeltrommeln-unfallfrei-und-effizient-arbeiten",
|
||||
"destination": "/de/blog/sicherheit-bei-kabeltrommeln-unfallfrei-und-effizient-arbeiten",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-kunst-der-kabellogistik-der-transport-des-fundamentes-moderner-energienetze",
|
||||
"destination": "/de/blog/die-kunst-der-kabellogistik-der-transport-des-fundamentes-moderner-energienetze",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
}
|
||||
]
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"baseUrl": "https://klz-cables.com",
|
||||
"exportDate": "2025-12-29T23:42:23.413Z",
|
||||
"timestamp": "2025-12-29T23-42-23-412Z",
|
||||
"polylang": false,
|
||||
"languages": [
|
||||
"en",
|
||||
"de"
|
||||
],
|
||||
"defaultLocale": "en",
|
||||
"siteTitle": "KLZ Cables",
|
||||
"siteDescription": "Empowering a sustainable future through innovative and reliable energy solutions.",
|
||||
"defaultLanguage": "en"
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"team": {
|
||||
"en": 10453,
|
||||
"de": 10930
|
||||
},
|
||||
"blog": {
|
||||
"en": 209,
|
||||
"de": 10911
|
||||
}
|
||||
},
|
||||
"posts": {},
|
||||
"products": {
|
||||
"n2xsfl2y": {
|
||||
"en": 46771,
|
||||
"de": 46772
|
||||
},
|
||||
"h1z2z2-k": {
|
||||
"en": 46769,
|
||||
"de": 46770
|
||||
},
|
||||
"na2xfk2y": {
|
||||
"en": 46767,
|
||||
"de": 46768
|
||||
},
|
||||
"n2xfk2y": {
|
||||
"en": 46765,
|
||||
"de": 46766
|
||||
},
|
||||
"na2xfkld2y": {
|
||||
"en": 46763,
|
||||
"de": 46764
|
||||
},
|
||||
"n2xfkld2y": {
|
||||
"en": 46761,
|
||||
"de": 46762
|
||||
},
|
||||
"na2xsfl2y": {
|
||||
"en": 45065,
|
||||
"de": 46774
|
||||
}
|
||||
},
|
||||
"productCategories": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"logo": "/media/logo.webp",
|
||||
"favicon": "/favicon.ico",
|
||||
"appleTouchIcon": "/apple-touch-icon.png"
|
||||
}
|
||||
@@ -1,452 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 46113,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T193520.620.webp",
|
||||
"filename": "46113-image_fx_-2025-02-20T193520.620.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47294,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/10/1759325528650.webp",
|
||||
"filename": "47294-1759325528650.webp",
|
||||
"alt": "",
|
||||
"width": 2046,
|
||||
"height": 1536,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46237,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-22T132138.470.webp",
|
||||
"filename": "46237-image_fx_-2025-02-22T132138.470.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47052,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/08/NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"filename": "47052-NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46055,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T185502.688.webp",
|
||||
"filename": "46055-image_fx_-2025-02-20T185502.688.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46094,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T191245.537.webp",
|
||||
"filename": "46094-image_fx_-2025-02-20T191245.537.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45685,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-9.webp",
|
||||
"filename": "45685-image_fx_-9.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46380,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/inter-solar.webp",
|
||||
"filename": "46380-inter-solar.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1081,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45692,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-2.webp",
|
||||
"filename": "45692-image_fx_-2.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45979,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/03/closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"filename": "45979-closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45688,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-6.webp",
|
||||
"filename": "45688-image_fx_-6.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45687,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-7.webp",
|
||||
"filename": "45687-image_fx_-7.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10797,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"filename": "10797-Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 1193,
|
||||
"height": 2560,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45524,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/5.webp",
|
||||
"filename": "45524-5.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6517,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/medium-voltage-category.webp",
|
||||
"filename": "6517-medium-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45528,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/1.webp",
|
||||
"filename": "45528-1.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 27158,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"filename": "27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1440,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 20928,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"filename": "20928-offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1078,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 15376,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"filename": "15376-technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 11248,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"filename": "11248-business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6126,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/1234adws21312-scaled.jpg",
|
||||
"filename": "6126-1234adws21312-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1920,
|
||||
"mime_type": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 6137,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"filename": "6137-aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1919,
|
||||
"mime_type": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 10801,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/mockup_03-copy-scaled.webp",
|
||||
"filename": "10801-mockup_03-copy-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1517,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10863,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/klz-directory-2-scaled.webp",
|
||||
"filename": "10863-klz-directory-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1694,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6521,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/low-voltage-category.webp",
|
||||
"filename": "6521-low-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10816,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"filename": "10816-green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1457,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10667,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"filename": "10667-production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10679,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"filename": "10679-large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 854,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10988,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"filename": "10988-transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1914,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/NA2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1767093258597-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/N2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1767093258600-N2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/H1Z2Z2-K-scaled.webp",
|
||||
"filename": "media-1767093258602-H1Z2Z2-K-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1767093258602-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSF2Y-3-scaled.webp",
|
||||
"filename": "media-1767093258603-NA2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XS2Y-scaled.webp",
|
||||
"filename": "media-1767093258606-NA2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSY-scaled.webp",
|
||||
"filename": "media-1767093258607-NA2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSFL2Y-2-scaled.webp",
|
||||
"filename": "media-1767093258607-N2XSFL2Y-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSF2Y-3-scaled.webp",
|
||||
"filename": "media-1767093258608-N2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XS2Y-scaled.webp",
|
||||
"filename": "media-1767093258608-N2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSY-scaled.webp",
|
||||
"filename": "media-1767093258609-N2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2X2Y-scaled.webp",
|
||||
"filename": "media-1767093258610-NA2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XY-scaled.webp",
|
||||
"filename": "media-1767093258610-NA2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2X2Y-scaled.webp",
|
||||
"filename": "media-1767093258610-N2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XY-scaled.webp",
|
||||
"filename": "media-1767093258611-N2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAY2Y-scaled.webp",
|
||||
"filename": "media-1767093258611-NAY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYCWY-scaled.webp",
|
||||
"filename": "media-1767093258612-NAYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYY-scaled.webp",
|
||||
"filename": "media-1767093258612-NAYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NY2Y-scaled.webp",
|
||||
"filename": "media-1767093258613-NY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYCWY-scaled.webp",
|
||||
"filename": "media-1767093258613-NYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYY-scaled.webp",
|
||||
"filename": "media-1767093258614-NYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
}
|
||||
]
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 115,
|
||||
"translationKey": "product-category-ausruestung",
|
||||
"locale": "de",
|
||||
"slug": "ausruestung",
|
||||
"name": "Ausrüstung",
|
||||
"path": "/de/product-category/ausruestung",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 107,
|
||||
"translationKey": "product-category-hochspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "hochspannungskabel",
|
||||
"name": "Hochspannungskabel",
|
||||
"path": "/de/product-category/hochspannungskabel",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 111,
|
||||
"translationKey": "product-category-mittelspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "mittelspannungskabel",
|
||||
"name": "Mittelspannungskabel",
|
||||
"path": "/de/product-category/mittelspannungskabel",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 109,
|
||||
"translationKey": "product-category-niederspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "niederspannungskabel",
|
||||
"name": "Niederspannungskabel",
|
||||
"path": "/de/product-category/niederspannungskabel",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 113,
|
||||
"translationKey": "product-category-solarkabel",
|
||||
"locale": "de",
|
||||
"slug": "solarkabel",
|
||||
"name": "Solarkabel",
|
||||
"path": "/de/product-category/solarkabel",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"translationKey": "product-category-stromkabel",
|
||||
"locale": "de",
|
||||
"slug": "stromkabel",
|
||||
"name": "Stromkabel",
|
||||
"path": "/de/product-category/stromkabel",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 93,
|
||||
"translationKey": "product-category-uncategorized-de",
|
||||
"locale": "de",
|
||||
"slug": "uncategorized-de",
|
||||
"name": "Uncategorized",
|
||||
"path": "/de/product-category/uncategorized-de",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 44,
|
||||
"translationKey": "product-category-equipment",
|
||||
"locale": "en",
|
||||
"slug": "equipment",
|
||||
"name": "Equipment",
|
||||
"path": "/product-category/equipment",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"translationKey": "product-category-high-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "high-voltage-cables",
|
||||
"name": "High Voltage Cables",
|
||||
"path": "/product-category/high-voltage-cables",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"translationKey": "product-category-low-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "low-voltage-cables",
|
||||
"name": "Low Voltage Cables",
|
||||
"path": "/product-category/low-voltage-cables",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"translationKey": "product-category-medium-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "medium-voltage-cables",
|
||||
"name": "Medium Voltage Cables",
|
||||
"path": "/product-category/medium-voltage-cables",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"translationKey": "product-category-power-cables",
|
||||
"locale": "en",
|
||||
"slug": "power-cables",
|
||||
"name": "Power Cables",
|
||||
"path": "/product-category/power-cables",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"translationKey": "product-category-solar-cables",
|
||||
"locale": "en",
|
||||
"slug": "solar-cables",
|
||||
"name": "Solar Cables",
|
||||
"path": "/product-category/solar-cables",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"translationKey": "product-category-uncategorized",
|
||||
"locale": "en",
|
||||
"slug": "uncategorized",
|
||||
"name": "Uncategorized",
|
||||
"path": "/product-category/uncategorized",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,356 +0,0 @@
|
||||
[
|
||||
{
|
||||
"source": "/focus-on-wind-farm-construction-three-typical-cable-challenges",
|
||||
"destination": "/blog/focus-on-wind-farm-construction-three-typical-cable-challenges",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/why-the-n2xsf2y-is-the-ideal-cable-for-your-energy-project",
|
||||
"destination": "/blog/why-the-n2xsf2y-is-the-ideal-cable-for-your-energy-project",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/na2xsf2y-three-conductor-medium-voltage-cable-available",
|
||||
"destination": "/blog/na2xsf2y-three-conductor-medium-voltage-cable-available",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/which-cables-for-wind-power-differences-from-low-to-extra-high-voltage-explained-2",
|
||||
"destination": "/blog/which-cables-for-wind-power-differences-from-low-to-extra-high-voltage-explained-2",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-best-underground-cables-for-wind-power-and-solar-order-from-us-now",
|
||||
"destination": "/blog/the-best-underground-cables-for-wind-power-and-solar-order-from-us-now",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/green-energy-starts-underground-and-with-a-plan",
|
||||
"destination": "/blog/green-energy-starts-underground-and-with-a-plan",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/securing-the-future-with-h1z2z2-k-our-solar-cable-for-intersolar-2025",
|
||||
"destination": "/blog/securing-the-future-with-h1z2z2-k-our-solar-cable-for-intersolar-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-the-cable-industry-is-driving-sustainability-and-renewable-energies-forward",
|
||||
"destination": "/blog/how-the-cable-industry-is-driving-sustainability-and-renewable-energies-forward",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/billion-euro-package-for-infrastructure-the-cable-boom-is-coming",
|
||||
"destination": "/blog/billion-euro-package-for-infrastructure-the-cable-boom-is-coming",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/100-renewable-energy-only-with-the-right-cable-infrastructure",
|
||||
"destination": "/blog/100-renewable-energy-only-with-the-right-cable-infrastructure",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/from-smart-to-sustainable-this-is-what-the-energy-industry-will-look-like-in-the-near-future",
|
||||
"destination": "/blog/from-smart-to-sustainable-this-is-what-the-energy-industry-will-look-like-in-the-near-future",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-abbreviations-decoded-the-key-to-choosing-the-right-cable",
|
||||
"destination": "/blog/cable-abbreviations-decoded-the-key-to-choosing-the-right-cable",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/why-wind-farm-grid-connection-cables-must-withstand-extreme-loads",
|
||||
"destination": "/blog/why-wind-farm-grid-connection-cables-must-withstand-extreme-loads",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/recycling-of-cable-drums-sustainability-in-wind-power-projects",
|
||||
"destination": "/blog/recycling-of-cable-drums-sustainability-in-wind-power-projects",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cost-comparison-copper-vs-aluminum-cables-in-wind-farms-which-is-worthwhile-in-the-long-term",
|
||||
"destination": "/blog/cost-comparison-copper-vs-aluminum-cables-in-wind-farms-which-is-worthwhile-in-the-long-term",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-perfect-cable-inquiry-how-to-save-yourself-unnecessary-queries",
|
||||
"destination": "/blog/the-perfect-cable-inquiry-how-to-save-yourself-unnecessary-queries",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/expanding-the-grid-by-2025-building-the-foundation-for-a-successful-energy-transition",
|
||||
"destination": "/blog/expanding-the-grid-by-2025-building-the-foundation-for-a-successful-energy-transition",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/is-wind-energy-really-enough-a-deeper-dive-behind-the-headlines",
|
||||
"destination": "/blog/is-wind-energy-really-enough-a-deeper-dive-behind-the-headlines",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-the-right-cables-quietly-power-the-green-energy-revolution",
|
||||
"destination": "/blog/how-the-right-cables-quietly-power-the-green-energy-revolution",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/climate-neutral-by-2050-what-we-need-to-do-to-achieve-this-goal",
|
||||
"destination": "/blog/climate-neutral-by-2050-what-we-need-to-do-to-achieve-this-goal",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-art-of-cable-logistics-moving-the-backbone-of-modern-energy-networks",
|
||||
"destination": "/blog/the-art-of-cable-logistics-moving-the-backbone-of-modern-energy-networks",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-drum-safety-ensuring-smooth-operations-and-accident-free-environments",
|
||||
"destination": "/blog/cable-drum-safety-ensuring-smooth-operations-and-accident-free-environments",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/klz-in-the-directory-of-wind-energy-2025",
|
||||
"destination": "/blog/klz-in-the-directory-of-wind-energy-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/what-makes-a-first-class-cable-find-out-here",
|
||||
"destination": "/blog/what-makes-a-first-class-cable-find-out-here",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/welcome-to-the-future-of-klz-our-new-website-is-live",
|
||||
"destination": "/blog/welcome-to-the-future-of-klz-our-new-website-is-live",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/eye-opening-realities-of-green-energy-transformation",
|
||||
"destination": "/blog/eye-opening-realities-of-green-energy-transformation",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-drum-quality-the-foundation-of-cable-reliability",
|
||||
"destination": "/blog/cable-drum-quality-the-foundation-of-cable-reliability",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/this-what-you-need-to-know-about-renewable-energies-in-2025",
|
||||
"destination": "/blog/this-what-you-need-to-know-about-renewable-energies-in-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-to-choose-the-right-cable-for-your-next-project",
|
||||
"destination": "/blog/how-to-choose-the-right-cable-for-your-next-project",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/de/windparkbau-im-fokus-drei-typische-kabelherausforderungen",
|
||||
"destination": "/de/blog/windparkbau-im-fokus-drei-typische-kabelherausforderungen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klz-waechst-weiter-neue-staerke-im-bereich-financial-sales",
|
||||
"destination": "/de/blog/klz-waechst-weiter-neue-staerke-im-bereich-financial-sales",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/n2xsf2y-mittelspannungskabel-energieprojekt",
|
||||
"destination": "/de/blog/n2xsf2y-mittelspannungskabel-energieprojekt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/na2xsf2y-dreileiter-mittelspannungskabel-lieferbar",
|
||||
"destination": "/de/blog/na2xsf2y-dreileiter-mittelspannungskabel-lieferbar",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/welche-kabel-fuer-windkraft-unterschiede-von-nieder-bis-hoechstspannung-erklaert",
|
||||
"destination": "/de/blog/welche-kabel-fuer-windkraft-unterschiede-von-nieder-bis-hoechstspannung-erklaert",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-besten-erdkabel-fuer-windkraft-und-solar-jetzt-bei-uns-bestellen",
|
||||
"destination": "/de/blog/die-besten-erdkabel-fuer-windkraft-und-solar-jetzt-bei-uns-bestellen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/gruene-energie-beginnt-unter-der-erde-und-zwar-mit-plan",
|
||||
"destination": "/de/blog/gruene-energie-beginnt-unter-der-erde-und-zwar-mit-plan",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/zukunft-sichern-mit-h1z2z2-k-unser-solarkabel-zur-intersolar-2025",
|
||||
"destination": "/de/blog/zukunft-sichern-mit-h1z2z2-k-unser-solarkabel-zur-intersolar-2025",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/wie-die-kabelbranche-nachhaltigkeit-und-erneuerbare-energien-vorantreibt",
|
||||
"destination": "/de/blog/wie-die-kabelbranche-nachhaltigkeit-und-erneuerbare-energien-vorantreibt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/milliarden-paket-fuer-infrastruktur-der-kabel-boom-steht-bevor",
|
||||
"destination": "/de/blog/milliarden-paket-fuer-infrastruktur-der-kabel-boom-steht-bevor",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/100-erneuerbare-energie-nur-mit-der-richtigen-kabelinfrastruktur",
|
||||
"destination": "/de/blog/100-erneuerbare-energie-nur-mit-der-richtigen-kabelinfrastruktur",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/von-smart-bis-nachhaltig-so-sieht-die-energiewirtschaft-in-naher-zukunft-aus",
|
||||
"destination": "/de/blog/von-smart-bis-nachhaltig-so-sieht-die-energiewirtschaft-in-naher-zukunft-aus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kabelabkuerzungen-entschluesselt-der-schluessel-zur-richtigen-kabelwahl",
|
||||
"destination": "/de/blog/kabelabkuerzungen-entschluesselt-der-schluessel-zur-richtigen-kabelwahl",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/warum-windpark-netzanschlusskabel-extremen-belastungen-standhalten-muessen",
|
||||
"destination": "/de/blog/warum-windpark-netzanschlusskabel-extremen-belastungen-standhalten-muessen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/recycling-von-kabeltrommeln-nachhaltigkeit-im-windkraftprojekt",
|
||||
"destination": "/de/blog/recycling-von-kabeltrommeln-nachhaltigkeit-im-windkraftprojekt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kostenvergleich-kupfer-vs-aluminiumkabel-in-windparks-was-lohnt-sich-langfristig",
|
||||
"destination": "/de/blog/kostenvergleich-kupfer-vs-aluminiumkabel-in-windparks-was-lohnt-sich-langfristig",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-perfekte-kabelanfrage-so-sparen-sie-sich-unnoetige-rueckfragen",
|
||||
"destination": "/de/blog/die-perfekte-kabelanfrage-so-sparen-sie-sich-unnoetige-rueckfragen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/netzausbau-2025-warum-jede-neue-leitung-ein-schritt-zur-energiewende-ist",
|
||||
"destination": "/de/blog/netzausbau-2025-warum-jede-neue-leitung-ein-schritt-zur-energiewende-ist",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/reicht-windenergie-wirklich-nicht-ein-blick-hinter-die-schlagzeilen",
|
||||
"destination": "/de/blog/reicht-windenergie-wirklich-nicht-ein-blick-hinter-die-schlagzeilen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/warum-die-richtigen-kabel-der-geheime-held-der-gruenen-energie-sind",
|
||||
"destination": "/de/blog/warum-die-richtigen-kabel-der-geheime-held-der-gruenen-energie-sind",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klimaneutral-bis-2050-was-wir-tun-muessen-um-das-ziel-zu-erreichen",
|
||||
"destination": "/de/blog/klimaneutral-bis-2050-was-wir-tun-muessen-um-das-ziel-zu-erreichen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kabeltrommelqualitaet-die-grundlage-der-kabelzuverlaessigkeit",
|
||||
"destination": "/de/blog/kabeltrommelqualitaet-die-grundlage-der-kabelzuverlaessigkeit",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/das-muessen-sie-ueber-erneuerbare-energien-im-jahr-2025-wissen",
|
||||
"destination": "/de/blog/das-muessen-sie-ueber-erneuerbare-energien-im-jahr-2025-wissen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/willkommen-in-der-zukunft-von-klz-unsere-neue-website-ist-online",
|
||||
"destination": "/de/blog/willkommen-in-der-zukunft-von-klz-unsere-neue-website-ist-online",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klz-im-adressbuch-der-windenergie-2025",
|
||||
"destination": "/de/blog/klz-im-adressbuch-der-windenergie-2025",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/so-waehlen-sie-das-richtige-kabel-fuer-ihr-naechstes-projekt-aus",
|
||||
"destination": "/de/blog/so-waehlen-sie-das-richtige-kabel-fuer-ihr-naechstes-projekt-aus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/erkenntnisse-ueber-die-gruene-energiewende-herausforderungen-und-chancen",
|
||||
"destination": "/de/blog/erkenntnisse-ueber-die-gruene-energiewende-herausforderungen-und-chancen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/was-macht-ein-erstklassiges-kabel-aus-finden-sie-es-hier-heraus",
|
||||
"destination": "/de/blog/was-macht-ein-erstklassiges-kabel-aus-finden-sie-es-hier-heraus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/sicherheit-bei-kabeltrommeln-unfallfrei-und-effizient-arbeiten",
|
||||
"destination": "/de/blog/sicherheit-bei-kabeltrommeln-unfallfrei-und-effizient-arbeiten",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-kunst-der-kabellogistik-der-transport-des-fundamentes-moderner-energienetze",
|
||||
"destination": "/de/blog/die-kunst-der-kabellogistik-der-transport-des-fundamentes-moderner-energienetze",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
}
|
||||
]
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"baseUrl": "https://klz-cables.com",
|
||||
"exportDate": "2025-12-30T11:12:47.204Z",
|
||||
"timestamp": "2025-12-30T11-12-47-203Z",
|
||||
"polylang": false,
|
||||
"languages": [
|
||||
"en",
|
||||
"de"
|
||||
],
|
||||
"defaultLocale": "en",
|
||||
"siteTitle": "KLZ Cables",
|
||||
"siteDescription": "Empowering a sustainable future through innovative and reliable energy solutions.",
|
||||
"defaultLanguage": "en"
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"team": {
|
||||
"en": 10453,
|
||||
"de": 10930
|
||||
},
|
||||
"blog": {
|
||||
"en": 209,
|
||||
"de": 10911
|
||||
}
|
||||
},
|
||||
"posts": {},
|
||||
"products": {
|
||||
"n2xsfl2y": {
|
||||
"en": 46771,
|
||||
"de": 46772
|
||||
},
|
||||
"h1z2z2-k": {
|
||||
"en": 46769,
|
||||
"de": 46770
|
||||
},
|
||||
"na2xfk2y": {
|
||||
"en": 46767,
|
||||
"de": 46768
|
||||
},
|
||||
"n2xfk2y": {
|
||||
"en": 46765,
|
||||
"de": 46766
|
||||
},
|
||||
"na2xfkld2y": {
|
||||
"en": 46763,
|
||||
"de": 46764
|
||||
},
|
||||
"n2xfkld2y": {
|
||||
"en": 46761,
|
||||
"de": 46762
|
||||
},
|
||||
"na2xsfl2y": {
|
||||
"en": 45065,
|
||||
"de": 46774
|
||||
}
|
||||
},
|
||||
"productCategories": {}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"logo": "/media/logo.svg",
|
||||
"logoSvg": "/media/logo.svg",
|
||||
"favicon": "/favicon.ico",
|
||||
"appleTouchIcon": "/apple-touch-icon.png",
|
||||
"siteIconId": 6159
|
||||
}
|
||||
@@ -1,515 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 46113,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T193520.620.webp",
|
||||
"filename": "46113-image_fx_-2025-02-20T193520.620.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47294,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/10/1759325528650.webp",
|
||||
"filename": "47294-1759325528650.webp",
|
||||
"alt": "",
|
||||
"width": 2046,
|
||||
"height": 1536,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46237,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-22T132138.470.webp",
|
||||
"filename": "46237-image_fx_-2025-02-22T132138.470.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 47052,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/08/NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"filename": "47052-NA2XSF2X_3x1x300_RM-25_12-20kV-3.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46055,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T185502.688.webp",
|
||||
"filename": "46055-image_fx_-2025-02-20T185502.688.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46094,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/image_fx_-2025-02-20T191245.537.webp",
|
||||
"filename": "46094-image_fx_-2025-02-20T191245.537.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45685,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-9.webp",
|
||||
"filename": "45685-image_fx_-9.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 46380,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/04/inter-solar.webp",
|
||||
"filename": "46380-inter-solar.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1081,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45692,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-2.webp",
|
||||
"filename": "45692-image_fx_-2.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45979,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/03/closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"filename": "45979-closeup-shot-of-a-person-presenting-a-euro-rain-wi-2025-02-02-14-02-05-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45688,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-6.webp",
|
||||
"filename": "45688-image_fx_-6.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45687,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/image_fx_-7.webp",
|
||||
"filename": "45687-image_fx_-7.webp",
|
||||
"alt": "",
|
||||
"width": 1408,
|
||||
"height": 768,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10797,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"filename": "10797-Medium-Voltage-Cables-–-KLZ-Cables-12-30-2024_05_20_PM-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 1193,
|
||||
"height": 2560,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45524,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/5.webp",
|
||||
"filename": "45524-5.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6517,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/medium-voltage-category.webp",
|
||||
"filename": "6517-medium-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45528,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/1.webp",
|
||||
"filename": "45528-1.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1080,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 27158,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"filename": "27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1440,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 20928,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"filename": "20928-offshore-wind-power-and-energy-farm-with-many-wind-2023-11-27-04-51-29-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1078,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 15376,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"filename": "15376-technicians-inspecting-wind-turbines-in-a-green-en-2024-12-09-01-25-20-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 11248,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"filename": "11248-business-planning-hand-using-laptop-for-working-te-2024-11-01-21-25-44-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6126,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/1234adws21312-scaled.jpg",
|
||||
"filename": "6126-1234adws21312-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1920,
|
||||
"mime_type": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 6137,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"filename": "6137-aerial-view-of-electricity-station-surrounded-with-2023-11-27-05-33-40-utc-scaled.jpg",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1919,
|
||||
"mime_type": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"id": 10801,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/mockup_03-copy-scaled.webp",
|
||||
"filename": "10801-mockup_03-copy-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1517,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10863,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/klz-directory-2-scaled.webp",
|
||||
"filename": "10863-klz-directory-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1694,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 6521,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/11/low-voltage-category.webp",
|
||||
"filename": "6521-low-voltage-category.webp",
|
||||
"alt": "",
|
||||
"width": 1920,
|
||||
"height": 1920,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10816,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"filename": "10816-green-electric-plug-concept-2023-11-27-05-30-00-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1457,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10667,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"filename": "10667-production-of-cable-wire-at-cable-factory-2023-11-27-05-18-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10679,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"filename": "10679-large-rolls-of-wires-against-the-blue-sky-at-sunse-2023-11-27-05-20-33-utc-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 854,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10988,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"filename": "10988-transportation-and-logistics-trucking-2023-11-27-04-54-40-utc-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1914,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/NA2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1767108208493-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/N2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1767108208496-N2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/06/H1Z2Z2-K-scaled.webp",
|
||||
"filename": "media-1767108208497-H1Z2Z2-K-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSFL2Y-3-scaled.webp",
|
||||
"filename": "media-1767108208498-NA2XSFL2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSF2Y-3-scaled.webp",
|
||||
"filename": "media-1767108208499-NA2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XS2Y-scaled.webp",
|
||||
"filename": "media-1767108208499-NA2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSY-scaled.webp",
|
||||
"filename": "media-1767108208500-NA2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSFL2Y-2-scaled.webp",
|
||||
"filename": "media-1767108208500-N2XSFL2Y-2-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSF2Y-3-scaled.webp",
|
||||
"filename": "media-1767108208501-N2XSF2Y-3-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XS2Y-scaled.webp",
|
||||
"filename": "media-1767108208501-N2XS2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XSY-scaled.webp",
|
||||
"filename": "media-1767108208502-N2XSY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2X2Y-scaled.webp",
|
||||
"filename": "media-1767108208502-NA2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XY-scaled.webp",
|
||||
"filename": "media-1767108208502-NA2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2X2Y-scaled.webp",
|
||||
"filename": "media-1767108208503-N2X2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/N2XY-scaled.webp",
|
||||
"filename": "media-1767108208503-N2XY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAY2Y-scaled.webp",
|
||||
"filename": "media-1767108208504-NAY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYCWY-scaled.webp",
|
||||
"filename": "media-1767108208504-NAYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NAYY-scaled.webp",
|
||||
"filename": "media-1767108208505-NAYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NY2Y-scaled.webp",
|
||||
"filename": "media-1767108208505-NY2Y-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYCWY-scaled.webp",
|
||||
"filename": "media-1767108208506-NYCWY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": null,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/01/NYY-scaled.webp",
|
||||
"filename": "media-1767108208506-NYY-scaled.webp",
|
||||
"alt": "",
|
||||
"width": null,
|
||||
"height": null,
|
||||
"mime_type": null
|
||||
},
|
||||
{
|
||||
"id": 10432,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/DSC07539-Large.webp",
|
||||
"filename": "10432-DSC07539-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10440,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/DSC07655-Large.webp",
|
||||
"filename": "10440-DSC07655-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10382,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/DSC07340-scaled.webp",
|
||||
"filename": "10382-DSC07340-scaled.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 1707,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10616,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/1694273920124-copy.webp",
|
||||
"filename": "10616-1694273920124-copy.webp",
|
||||
"alt": "",
|
||||
"width": 1101,
|
||||
"height": 624,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10615,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/1694273920124-copy-2.webp",
|
||||
"filename": "10615-1694273920124-copy-2.webp",
|
||||
"alt": "",
|
||||
"width": 1100,
|
||||
"height": 401,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 45569,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2025/02/Still-2025-02-10-104337_1.1.1.webp",
|
||||
"filename": "45569-Still-2025-02-10-104337_1.1.1.webp",
|
||||
"alt": "",
|
||||
"width": 2560,
|
||||
"height": 800,
|
||||
"mime_type": "image/webp"
|
||||
},
|
||||
{
|
||||
"id": 10638,
|
||||
"url": "https://klz-cables.com/wp-content/uploads/2024/12/DSC08036-Large.webp",
|
||||
"filename": "10638-DSC08036-Large.webp",
|
||||
"alt": "",
|
||||
"width": 1280,
|
||||
"height": 853,
|
||||
"mime_type": "image/webp"
|
||||
}
|
||||
]
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "de",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,120 +0,0 @@
|
||||
{
|
||||
"menus": [
|
||||
{
|
||||
"id": 82,
|
||||
"slug": "footer-deutsch",
|
||||
"name": "Footer - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"slug": "footer-english",
|
||||
"name": "Footer - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 91,
|
||||
"slug": "languages-english",
|
||||
"name": "Languages - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 81,
|
||||
"slug": "main-menu-deutsch",
|
||||
"name": "Main Menu - Deutsch",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"slug": "main-menu-english",
|
||||
"name": "Main Menu - English",
|
||||
"locale": "en",
|
||||
"items": []
|
||||
}
|
||||
],
|
||||
"locations": {
|
||||
"top_nav": {
|
||||
"name": "top_nav",
|
||||
"description": "Top Navigation Menu",
|
||||
"menu": 20,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/top_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
],
|
||||
"wp:menu": [
|
||||
{
|
||||
"embeddable": true,
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menus/20"
|
||||
}
|
||||
],
|
||||
"curies": [
|
||||
{
|
||||
"name": "wp",
|
||||
"href": "https://api.w.org/{rel}",
|
||||
"templated": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"secondary_nav": {
|
||||
"name": "secondary_nav",
|
||||
"description": "Secondary Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/secondary_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"off_canvas_nav": {
|
||||
"name": "off_canvas_nav",
|
||||
"description": "Off Canvas Navigation Menu",
|
||||
"menu": 0,
|
||||
"_links": {
|
||||
"self": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations/off_canvas_nav",
|
||||
"targetHints": {
|
||||
"allow": [
|
||||
"GET"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"collection": [
|
||||
{
|
||||
"href": "https://klz-cables.com/wp-json/wp/v2/menu-locations"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 115,
|
||||
"translationKey": "product-category-ausruestung",
|
||||
"locale": "de",
|
||||
"slug": "ausruestung",
|
||||
"name": "Ausrüstung",
|
||||
"path": "/de/product-category/ausruestung",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 107,
|
||||
"translationKey": "product-category-hochspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "hochspannungskabel",
|
||||
"name": "Hochspannungskabel",
|
||||
"path": "/de/product-category/hochspannungskabel",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 111,
|
||||
"translationKey": "product-category-mittelspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "mittelspannungskabel",
|
||||
"name": "Mittelspannungskabel",
|
||||
"path": "/de/product-category/mittelspannungskabel",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 109,
|
||||
"translationKey": "product-category-niederspannungskabel",
|
||||
"locale": "de",
|
||||
"slug": "niederspannungskabel",
|
||||
"name": "Niederspannungskabel",
|
||||
"path": "/de/product-category/niederspannungskabel",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 113,
|
||||
"translationKey": "product-category-solarkabel",
|
||||
"locale": "de",
|
||||
"slug": "solarkabel",
|
||||
"name": "Solarkabel",
|
||||
"path": "/de/product-category/solarkabel",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"translationKey": "product-category-stromkabel",
|
||||
"locale": "de",
|
||||
"slug": "stromkabel",
|
||||
"name": "Stromkabel",
|
||||
"path": "/de/product-category/stromkabel",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 93,
|
||||
"translationKey": "product-category-uncategorized-de",
|
||||
"locale": "de",
|
||||
"slug": "uncategorized-de",
|
||||
"name": "Uncategorized",
|
||||
"path": "/de/product-category/uncategorized-de",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 44,
|
||||
"translationKey": "product-category-equipment",
|
||||
"locale": "en",
|
||||
"slug": "equipment",
|
||||
"name": "Equipment",
|
||||
"path": "/product-category/equipment",
|
||||
"description": "",
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"translationKey": "product-category-high-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "high-voltage-cables",
|
||||
"name": "High Voltage Cables",
|
||||
"path": "/product-category/high-voltage-cables",
|
||||
"description": "",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"translationKey": "product-category-low-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "low-voltage-cables",
|
||||
"name": "Low Voltage Cables",
|
||||
"path": "/product-category/low-voltage-cables",
|
||||
"description": "",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"translationKey": "product-category-medium-voltage-cables",
|
||||
"locale": "en",
|
||||
"slug": "medium-voltage-cables",
|
||||
"name": "Medium Voltage Cables",
|
||||
"path": "/product-category/medium-voltage-cables",
|
||||
"description": "",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"translationKey": "product-category-power-cables",
|
||||
"locale": "en",
|
||||
"slug": "power-cables",
|
||||
"name": "Power Cables",
|
||||
"path": "/product-category/power-cables",
|
||||
"description": "",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"translationKey": "product-category-solar-cables",
|
||||
"locale": "en",
|
||||
"slug": "solar-cables",
|
||||
"name": "Solar Cables",
|
||||
"path": "/product-category/solar-cables",
|
||||
"description": "",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"translationKey": "product-category-uncategorized",
|
||||
"locale": "en",
|
||||
"slug": "uncategorized",
|
||||
"name": "Uncategorized",
|
||||
"path": "/product-category/uncategorized",
|
||||
"description": "",
|
||||
"count": 0
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,356 +0,0 @@
|
||||
[
|
||||
{
|
||||
"source": "/focus-on-wind-farm-construction-three-typical-cable-challenges",
|
||||
"destination": "/blog/focus-on-wind-farm-construction-three-typical-cable-challenges",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/why-the-n2xsf2y-is-the-ideal-cable-for-your-energy-project",
|
||||
"destination": "/blog/why-the-n2xsf2y-is-the-ideal-cable-for-your-energy-project",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/na2xsf2y-three-conductor-medium-voltage-cable-available",
|
||||
"destination": "/blog/na2xsf2y-three-conductor-medium-voltage-cable-available",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/which-cables-for-wind-power-differences-from-low-to-extra-high-voltage-explained-2",
|
||||
"destination": "/blog/which-cables-for-wind-power-differences-from-low-to-extra-high-voltage-explained-2",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-best-underground-cables-for-wind-power-and-solar-order-from-us-now",
|
||||
"destination": "/blog/the-best-underground-cables-for-wind-power-and-solar-order-from-us-now",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/green-energy-starts-underground-and-with-a-plan",
|
||||
"destination": "/blog/green-energy-starts-underground-and-with-a-plan",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/securing-the-future-with-h1z2z2-k-our-solar-cable-for-intersolar-2025",
|
||||
"destination": "/blog/securing-the-future-with-h1z2z2-k-our-solar-cable-for-intersolar-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-the-cable-industry-is-driving-sustainability-and-renewable-energies-forward",
|
||||
"destination": "/blog/how-the-cable-industry-is-driving-sustainability-and-renewable-energies-forward",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/billion-euro-package-for-infrastructure-the-cable-boom-is-coming",
|
||||
"destination": "/blog/billion-euro-package-for-infrastructure-the-cable-boom-is-coming",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/100-renewable-energy-only-with-the-right-cable-infrastructure",
|
||||
"destination": "/blog/100-renewable-energy-only-with-the-right-cable-infrastructure",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/from-smart-to-sustainable-this-is-what-the-energy-industry-will-look-like-in-the-near-future",
|
||||
"destination": "/blog/from-smart-to-sustainable-this-is-what-the-energy-industry-will-look-like-in-the-near-future",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-abbreviations-decoded-the-key-to-choosing-the-right-cable",
|
||||
"destination": "/blog/cable-abbreviations-decoded-the-key-to-choosing-the-right-cable",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/why-wind-farm-grid-connection-cables-must-withstand-extreme-loads",
|
||||
"destination": "/blog/why-wind-farm-grid-connection-cables-must-withstand-extreme-loads",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/recycling-of-cable-drums-sustainability-in-wind-power-projects",
|
||||
"destination": "/blog/recycling-of-cable-drums-sustainability-in-wind-power-projects",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cost-comparison-copper-vs-aluminum-cables-in-wind-farms-which-is-worthwhile-in-the-long-term",
|
||||
"destination": "/blog/cost-comparison-copper-vs-aluminum-cables-in-wind-farms-which-is-worthwhile-in-the-long-term",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-perfect-cable-inquiry-how-to-save-yourself-unnecessary-queries",
|
||||
"destination": "/blog/the-perfect-cable-inquiry-how-to-save-yourself-unnecessary-queries",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/expanding-the-grid-by-2025-building-the-foundation-for-a-successful-energy-transition",
|
||||
"destination": "/blog/expanding-the-grid-by-2025-building-the-foundation-for-a-successful-energy-transition",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/is-wind-energy-really-enough-a-deeper-dive-behind-the-headlines",
|
||||
"destination": "/blog/is-wind-energy-really-enough-a-deeper-dive-behind-the-headlines",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-the-right-cables-quietly-power-the-green-energy-revolution",
|
||||
"destination": "/blog/how-the-right-cables-quietly-power-the-green-energy-revolution",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/climate-neutral-by-2050-what-we-need-to-do-to-achieve-this-goal",
|
||||
"destination": "/blog/climate-neutral-by-2050-what-we-need-to-do-to-achieve-this-goal",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/the-art-of-cable-logistics-moving-the-backbone-of-modern-energy-networks",
|
||||
"destination": "/blog/the-art-of-cable-logistics-moving-the-backbone-of-modern-energy-networks",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-drum-safety-ensuring-smooth-operations-and-accident-free-environments",
|
||||
"destination": "/blog/cable-drum-safety-ensuring-smooth-operations-and-accident-free-environments",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/klz-in-the-directory-of-wind-energy-2025",
|
||||
"destination": "/blog/klz-in-the-directory-of-wind-energy-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/what-makes-a-first-class-cable-find-out-here",
|
||||
"destination": "/blog/what-makes-a-first-class-cable-find-out-here",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/welcome-to-the-future-of-klz-our-new-website-is-live",
|
||||
"destination": "/blog/welcome-to-the-future-of-klz-our-new-website-is-live",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/eye-opening-realities-of-green-energy-transformation",
|
||||
"destination": "/blog/eye-opening-realities-of-green-energy-transformation",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/cable-drum-quality-the-foundation-of-cable-reliability",
|
||||
"destination": "/blog/cable-drum-quality-the-foundation-of-cable-reliability",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/this-what-you-need-to-know-about-renewable-energies-in-2025",
|
||||
"destination": "/blog/this-what-you-need-to-know-about-renewable-energies-in-2025",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/how-to-choose-the-right-cable-for-your-next-project",
|
||||
"destination": "/blog/how-to-choose-the-right-cable-for-your-next-project",
|
||||
"permanent": true,
|
||||
"locale": "en"
|
||||
},
|
||||
{
|
||||
"source": "/de/windparkbau-im-fokus-drei-typische-kabelherausforderungen",
|
||||
"destination": "/de/blog/windparkbau-im-fokus-drei-typische-kabelherausforderungen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klz-waechst-weiter-neue-staerke-im-bereich-financial-sales",
|
||||
"destination": "/de/blog/klz-waechst-weiter-neue-staerke-im-bereich-financial-sales",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/n2xsf2y-mittelspannungskabel-energieprojekt",
|
||||
"destination": "/de/blog/n2xsf2y-mittelspannungskabel-energieprojekt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/na2xsf2y-dreileiter-mittelspannungskabel-lieferbar",
|
||||
"destination": "/de/blog/na2xsf2y-dreileiter-mittelspannungskabel-lieferbar",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/welche-kabel-fuer-windkraft-unterschiede-von-nieder-bis-hoechstspannung-erklaert",
|
||||
"destination": "/de/blog/welche-kabel-fuer-windkraft-unterschiede-von-nieder-bis-hoechstspannung-erklaert",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-besten-erdkabel-fuer-windkraft-und-solar-jetzt-bei-uns-bestellen",
|
||||
"destination": "/de/blog/die-besten-erdkabel-fuer-windkraft-und-solar-jetzt-bei-uns-bestellen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/gruene-energie-beginnt-unter-der-erde-und-zwar-mit-plan",
|
||||
"destination": "/de/blog/gruene-energie-beginnt-unter-der-erde-und-zwar-mit-plan",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/zukunft-sichern-mit-h1z2z2-k-unser-solarkabel-zur-intersolar-2025",
|
||||
"destination": "/de/blog/zukunft-sichern-mit-h1z2z2-k-unser-solarkabel-zur-intersolar-2025",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/wie-die-kabelbranche-nachhaltigkeit-und-erneuerbare-energien-vorantreibt",
|
||||
"destination": "/de/blog/wie-die-kabelbranche-nachhaltigkeit-und-erneuerbare-energien-vorantreibt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/milliarden-paket-fuer-infrastruktur-der-kabel-boom-steht-bevor",
|
||||
"destination": "/de/blog/milliarden-paket-fuer-infrastruktur-der-kabel-boom-steht-bevor",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/100-erneuerbare-energie-nur-mit-der-richtigen-kabelinfrastruktur",
|
||||
"destination": "/de/blog/100-erneuerbare-energie-nur-mit-der-richtigen-kabelinfrastruktur",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/von-smart-bis-nachhaltig-so-sieht-die-energiewirtschaft-in-naher-zukunft-aus",
|
||||
"destination": "/de/blog/von-smart-bis-nachhaltig-so-sieht-die-energiewirtschaft-in-naher-zukunft-aus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kabelabkuerzungen-entschluesselt-der-schluessel-zur-richtigen-kabelwahl",
|
||||
"destination": "/de/blog/kabelabkuerzungen-entschluesselt-der-schluessel-zur-richtigen-kabelwahl",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/warum-windpark-netzanschlusskabel-extremen-belastungen-standhalten-muessen",
|
||||
"destination": "/de/blog/warum-windpark-netzanschlusskabel-extremen-belastungen-standhalten-muessen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/recycling-von-kabeltrommeln-nachhaltigkeit-im-windkraftprojekt",
|
||||
"destination": "/de/blog/recycling-von-kabeltrommeln-nachhaltigkeit-im-windkraftprojekt",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kostenvergleich-kupfer-vs-aluminiumkabel-in-windparks-was-lohnt-sich-langfristig",
|
||||
"destination": "/de/blog/kostenvergleich-kupfer-vs-aluminiumkabel-in-windparks-was-lohnt-sich-langfristig",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-perfekte-kabelanfrage-so-sparen-sie-sich-unnoetige-rueckfragen",
|
||||
"destination": "/de/blog/die-perfekte-kabelanfrage-so-sparen-sie-sich-unnoetige-rueckfragen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/netzausbau-2025-warum-jede-neue-leitung-ein-schritt-zur-energiewende-ist",
|
||||
"destination": "/de/blog/netzausbau-2025-warum-jede-neue-leitung-ein-schritt-zur-energiewende-ist",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/reicht-windenergie-wirklich-nicht-ein-blick-hinter-die-schlagzeilen",
|
||||
"destination": "/de/blog/reicht-windenergie-wirklich-nicht-ein-blick-hinter-die-schlagzeilen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/warum-die-richtigen-kabel-der-geheime-held-der-gruenen-energie-sind",
|
||||
"destination": "/de/blog/warum-die-richtigen-kabel-der-geheime-held-der-gruenen-energie-sind",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klimaneutral-bis-2050-was-wir-tun-muessen-um-das-ziel-zu-erreichen",
|
||||
"destination": "/de/blog/klimaneutral-bis-2050-was-wir-tun-muessen-um-das-ziel-zu-erreichen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/kabeltrommelqualitaet-die-grundlage-der-kabelzuverlaessigkeit",
|
||||
"destination": "/de/blog/kabeltrommelqualitaet-die-grundlage-der-kabelzuverlaessigkeit",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/das-muessen-sie-ueber-erneuerbare-energien-im-jahr-2025-wissen",
|
||||
"destination": "/de/blog/das-muessen-sie-ueber-erneuerbare-energien-im-jahr-2025-wissen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/willkommen-in-der-zukunft-von-klz-unsere-neue-website-ist-online",
|
||||
"destination": "/de/blog/willkommen-in-der-zukunft-von-klz-unsere-neue-website-ist-online",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/klz-im-adressbuch-der-windenergie-2025",
|
||||
"destination": "/de/blog/klz-im-adressbuch-der-windenergie-2025",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/so-waehlen-sie-das-richtige-kabel-fuer-ihr-naechstes-projekt-aus",
|
||||
"destination": "/de/blog/so-waehlen-sie-das-richtige-kabel-fuer-ihr-naechstes-projekt-aus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/erkenntnisse-ueber-die-gruene-energiewende-herausforderungen-und-chancen",
|
||||
"destination": "/de/blog/erkenntnisse-ueber-die-gruene-energiewende-herausforderungen-und-chancen",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/was-macht-ein-erstklassiges-kabel-aus-finden-sie-es-hier-heraus",
|
||||
"destination": "/de/blog/was-macht-ein-erstklassiges-kabel-aus-finden-sie-es-hier-heraus",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/sicherheit-bei-kabeltrommeln-unfallfrei-und-effizient-arbeiten",
|
||||
"destination": "/de/blog/sicherheit-bei-kabeltrommeln-unfallfrei-und-effizient-arbeiten",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
},
|
||||
{
|
||||
"source": "/de/die-kunst-der-kabellogistik-der-transport-des-fundamentes-moderner-energienetze",
|
||||
"destination": "/de/blog/die-kunst-der-kabellogistik-der-transport-des-fundamentes-moderner-energienetze",
|
||||
"permanent": true,
|
||||
"locale": "de"
|
||||
}
|
||||
]
|
||||
@@ -1,102 +0,0 @@
|
||||
[
|
||||
{
|
||||
"originalUrl": "https://wind-turbine.com/i/53689/68738caa5e58ffdf06031cf2/2/1200/630/68738c85497af_KabelfreinenWindparkpng.png",
|
||||
"localPath": "/media/salient-1767108351351-68738c85497af_KabelfreinenWindparkpng.png",
|
||||
"filename": "salient-1767108351351-68738c85497af_KabelfreinenWindparkpng.png"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://www.nabu.de/imperia/md/nabu/images/umwelt/energie/energietraeger/windkraft/161125-nabu-windrad-allgaeu-heidrun-burchard.jpeg",
|
||||
"localPath": "/media/salient-1767108352008-161125-nabu-windrad-allgaeu-heidrun-burchard.jpeg",
|
||||
"filename": "salient-1767108352008-161125-nabu-windrad-allgaeu-heidrun-burchard.jpeg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://www.netze-bw.de/logo-seo.png",
|
||||
"localPath": "/media/salient-1767108352282-logo-seo.png",
|
||||
"filename": "salient-1767108352282-logo-seo.png"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://klz-cables.com/wp-content/uploads/2025/02/og-2.webp",
|
||||
"localPath": "/media/salient-1767108352570-og-2.webp",
|
||||
"filename": "salient-1767108352570-og-2.webp"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://images.ctfassets.net/74nz86copyef/1CDlYm1yT02sRPwG1piRUo/dc25523b67f1efc4fae65cc978f900db/hagebau_Ostendorf_Kabelschutz_Headerbild.webp",
|
||||
"localPath": "/media/salient-1767108352701-hagebau_Ostendorf_Kabelschutz_Headerbild.webp",
|
||||
"filename": "salient-1767108352701-hagebau_Ostendorf_Kabelschutz_Headerbild.webp"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://www.hochspannungsblog.at/201210-netzbau-110kv-wegscheid-mast-kabelanschluss-1723.jpg",
|
||||
"localPath": "/media/salient-1767108353235-201210-netzbau-110kv-wegscheid-mast-kabelanschluss-1723.jpg",
|
||||
"filename": "salient-1767108353235-201210-netzbau-110kv-wegscheid-mast-kabelanschluss-1723.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://klz-cables.com/wp-content/uploads/2025/01/NA2XSF2Y-3-scaled.webp",
|
||||
"localPath": "/media/salient-1767108354000-NA2XSF2Y-3-scaled.webp",
|
||||
"filename": "salient-1767108354000-NA2XSF2Y-3-scaled.webp"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://www.klimareporter.de/images/karo3imgmanager/resized/standard-1/power-line-at-sunset-1100-733-80-ccb.webp",
|
||||
"localPath": "/media/salient-1767108354097-power-line-at-sunset-1100-733-80-ccb.webp",
|
||||
"filename": "salient-1767108354097-power-line-at-sunset-1100-733-80-ccb.webp"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://www.enercity.de/assets/cms/enercity-de/magazin/bedeutung-von-smart-grids-fuer-die-energiewende/306_460751759_1944x822_header.jpg",
|
||||
"localPath": "/media/salient-1767108354470-306_460751759_1944x822_header.jpg",
|
||||
"filename": "salient-1767108354470-306_460751759_1944x822_header.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://www.e-werk-mittelbaden.de/sites/default/files/media_image/2024-12/DJI_20231105012629_0029_D-HDR.jpg",
|
||||
"localPath": "/media/salient-1767108355559-DJI_20231105012629_0029_D-HDR.jpg",
|
||||
"filename": "salient-1767108355559-DJI_20231105012629_0029_D-HDR.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://i.ytimg.com/vi/YbtdyvQFoVM/maxresdefault.jpg",
|
||||
"localPath": "/media/salient-1767108356326-maxresdefault.jpg",
|
||||
"filename": "salient-1767108356326-maxresdefault.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://money-for-future.com/wp-content/uploads/2022/01/Image-153-1.jpg",
|
||||
"localPath": "/media/salient-1767108356674-Image-153-1.jpg",
|
||||
"filename": "salient-1767108356674-Image-153-1.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://klz-cables.com/wp-content/uploads/2025/01/power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"localPath": "/media/salient-1767108357289-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp",
|
||||
"filename": "salient-1767108357289-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://assets.ratedpower.com/1694509274-aerial-view-solar-panels-top-building-eco-building-factory-solar-photovoltaic-cell.jpg",
|
||||
"localPath": "/media/salient-1767108357500-1694509274-aerial-view-solar-panels-top-building-eco-building-factory-solar-photovoltaic-cell.jpg",
|
||||
"filename": "salient-1767108357500-1694509274-aerial-view-solar-panels-top-building-eco-building-factory-solar-photovoltaic-cell.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://assets.solarwatt.de/Resources/Persistent/e084aa09af5f0cdef386088bc558a52d81509cc0/Regenerative%20Energie-1200x628.jpg",
|
||||
"localPath": "/media/salient-1767108358972-Regenerative%20Energie-1200x628.jpg",
|
||||
"filename": "salient-1767108358972-Regenerative%20Energie-1200x628.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://www.konnworld.com/wp-content/uploads/2018/08/konn-b-logo.png",
|
||||
"localPath": "/media/salient-1767108359266-konn-b-logo.png",
|
||||
"filename": "salient-1767108359266-konn-b-logo.png"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://insights.regencysupply.com/hubfs/copper%20wire.jpg",
|
||||
"localPath": "/media/salient-1767108360278-copper%20wire.jpg",
|
||||
"filename": "salient-1767108360278-copper%20wire.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://www.flukenetworks.com/sites/default/files/blog/fn-dsx-8000_14a_w.jpg",
|
||||
"localPath": "/media/salient-1767108360607-fn-dsx-8000_14a_w.jpg",
|
||||
"filename": "salient-1767108360607-fn-dsx-8000_14a_w.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://sb-web-assets.s3.amazonaws.com/production/46426/conversions/keyart-fbimg.jpg",
|
||||
"localPath": "/media/salient-1767108361032-keyart-fbimg.jpg",
|
||||
"filename": "salient-1767108361032-keyart-fbimg.jpg"
|
||||
},
|
||||
{
|
||||
"originalUrl": "https://www.erneuerbareenergien.de/sites/default/files/styles/teaser_standard__xs/public/aurora/2024/12/414535.jpeg",
|
||||
"localPath": "/media/salient-1767108362493-414535.jpeg",
|
||||
"filename": "salient-1767108362493-414535.jpeg"
|
||||
}
|
||||
]
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"baseUrl": "https://klz-cables.com",
|
||||
"exportDate": "2025-12-30T15:21:49.332Z",
|
||||
"timestamp": "2025-12-30T15-21-49-331Z",
|
||||
"polylang": false,
|
||||
"languages": [
|
||||
"en",
|
||||
"de"
|
||||
],
|
||||
"defaultLocale": "en",
|
||||
"siteTitle": "KLZ Cables",
|
||||
"siteDescription": "Empowering a sustainable future through innovative and reliable energy solutions.",
|
||||
"defaultLanguage": "en"
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"team": {
|
||||
"en": 10453,
|
||||
"de": 10930
|
||||
},
|
||||
"blog": {
|
||||
"en": 209,
|
||||
"de": 10911
|
||||
}
|
||||
},
|
||||
"posts": {},
|
||||
"products": {
|
||||
"n2xsfl2y": {
|
||||
"en": 46771,
|
||||
"de": 46772
|
||||
},
|
||||
"h1z2z2-k": {
|
||||
"en": 46769,
|
||||
"de": 46770
|
||||
},
|
||||
"na2xfk2y": {
|
||||
"en": 46767,
|
||||
"de": 46768
|
||||
},
|
||||
"n2xfk2y": {
|
||||
"en": 46765,
|
||||
"de": 46766
|
||||
},
|
||||
"na2xfkld2y": {
|
||||
"en": 46763,
|
||||
"de": 46764
|
||||
},
|
||||
"n2xfkld2y": {
|
||||
"en": 46761,
|
||||
"de": 46762
|
||||
},
|
||||
"na2xsfl2y": {
|
||||
"en": 45065,
|
||||
"de": 46774
|
||||
}
|
||||
},
|
||||
"productCategories": {}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
[]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user