feat(SEO): enhance product and category JSON-LD with shipping and return policy details

- Added merchant return policy and shipping details to the JSON-LD for both product and category schemas.
- Updated delivery method price to reflect the new shipping rate of 5.90 €.
- Improved localization files to include loading messages for products and updated various translations for consistency.
This commit is contained in:
sebseb7
2025-11-18 08:18:51 +01:00
parent b267b9132a
commit 277edea15e
45 changed files with 223 additions and 133 deletions

View File

@@ -16,7 +16,7 @@ export default {
"prices": {
"free": "бесплатно",
"freeFrom100": "(бесплатно от 100€)",
"dhl": "6.99 €",
"dhl": "5.90 €",
"dpd": "4.90 €",
"sperrgut": "28.99 €"
},

View File

@@ -25,25 +25,26 @@ export default {
"pickupPrice": "Цена при самовывозе: €19.90 за черенок.",
"consistsOf": "Состоит из:",
"loadingComponentDetails": "{{index}}. Загрузка деталей компонента...",
"loadingProduct": "Продукт загружается...",
"individualPriceTotal": "Общая цена по отдельности:",
"setPrice": "Цена набора:",
"yourSavings": "Ваша экономия:",
"similarProducts": "Похожие товары",
"similarProducts": "Похожие продукты",
"countDisplay": {
"noProducts": "0 товаров",
"oneProduct": "1 товар",
"multipleProducts": "{{count}} товаров",
"filteredProducts": "{{filtered}} из {{total}} товаров",
"filteredOneProduct": "{{filtered}} из 1 товара",
"xOfYProducts": "{{x}} из {{y}} товаров"
"noProducts": "0 продуктов",
"oneProduct": "1 продукт",
"multipleProducts": "{{count}} продуктов",
"filteredProducts": "{{filtered}} из {{total}} продуктов",
"filteredOneProduct": "{{filtered}} из 1 продукта",
"xOfYProducts": "{{x}} из {{y}} продуктов"
},
"removeFiltersToSee": "Снимите фильтры, чтобы увидеть товары",
"removeFiltersToSee": "Снимите фильтры, чтобы увидеть продукты",
"outOfStock": "Нет в наличии",
"fromXProducts": "от {{count}} товаров",
"fromXProducts": "от {{count}} продуктов",
"discount": {
"from3Products": "от 3 товаров",
"from5Products": "от 5 товаров",
"from7Products": "от 7 товаров",
"moreProductsMoreSavings": "Чем больше товаров вы выбираете, тем больше экономите!"
"from3Products": "от 3 продуктов",
"from5Products": "от 5 продуктов",
"from7Products": "от 7 продуктов",
"moreProductsMoreSavings": "Чем больше продуктов вы выберете, тем больше сэкономите!"
}
};