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:
@@ -9,14 +9,14 @@ export default {
|
||||
"descriptions": {
|
||||
"standard": "Стандартна доставка",
|
||||
"standardFree": "Стандартна доставка - БЕЗКОШТОВНО від замовлення на 100€!",
|
||||
"notAvailable": "Не можна вибрати, оскільки один або кілька товарів можна лише забрати",
|
||||
"notAvailable": "Не вибирається, оскільки один або кілька товарів можна лише забрати",
|
||||
"bulky": "Для великих і важких товарів",
|
||||
"pickupOnly": "Тільки самовивіз"
|
||||
},
|
||||
"prices": {
|
||||
"free": "безкоштовно",
|
||||
"freeFrom100": "(безкоштовно від 100€)",
|
||||
"dhl": "6.99 €",
|
||||
"dhl": "5.90 €",
|
||||
"dpd": "4.90 €",
|
||||
"sperrgut": "28.99 €"
|
||||
},
|
||||
|
||||
@@ -25,8 +25,9 @@ export default {
|
||||
"pickupPrice": "Ціна за самовивіз: €19.90 за живець.",
|
||||
"consistsOf": "Складається з:",
|
||||
"loadingComponentDetails": "{{index}}. Завантаження деталей компонента...",
|
||||
"loadingProduct": "Продукт завантажується...",
|
||||
"individualPriceTotal": "Загальна ціна окремо:",
|
||||
"setPrice": "Ціна комплекту:",
|
||||
"setPrice": "Ціна набору:",
|
||||
"yourSavings": "Ваша економія:",
|
||||
"similarProducts": "Схожі продукти",
|
||||
"countDisplay": {
|
||||
|
||||
Reference in New Issue
Block a user