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": "Standardna dostava",
|
||||
"standardFree": "Standardna dostava - BESPLATNO za porudžbine preko 100€!",
|
||||
"notAvailable": "Nije moguće izabrati jer jedan ili više artikala mogu samo da se preuzmu",
|
||||
"notAvailable": "Nije moguće izabrati jer jedan ili više artikala mogu samo biti preuzeti",
|
||||
"bulky": "Za velike i teške artikle",
|
||||
"pickupOnly": "Samo preuzimanje"
|
||||
},
|
||||
"prices": {
|
||||
"free": "besplatno",
|
||||
"freeFrom100": "(besplatno od 100€)",
|
||||
"dhl": "6.99 €",
|
||||
"dhl": "5.90 €",
|
||||
"dpd": "4.90 €",
|
||||
"sperrgut": "28.99 €"
|
||||
},
|
||||
@@ -26,7 +26,7 @@ export default {
|
||||
"supplier7to9Days": "Vreme isporuke: 7-9 dana"
|
||||
},
|
||||
"selector": {
|
||||
"title": "Izaberite način isporuke",
|
||||
"title": "Izaberite način dostave",
|
||||
"freeShippingInfo": "💡 Besplatna dostava za porudžbine preko 100€!",
|
||||
"remainingForFree": "Dodajte još {{amount}}€ za besplatnu dostavu.",
|
||||
"congratsFreeShipping": "🎉 Čestitamo! Imate besplatnu dostavu!",
|
||||
|
||||
@@ -25,6 +25,7 @@ export default {
|
||||
"pickupPrice": "Cena preuzimanja: 19,90 € po reznici.",
|
||||
"consistsOf": "Sastoji se od:",
|
||||
"loadingComponentDetails": "{{index}}. Učitavanje detalja komponente...",
|
||||
"loadingProduct": "Proizvod se učitava...",
|
||||
"individualPriceTotal": "Ukupna pojedinačna cena:",
|
||||
"setPrice": "Cena kompleta:",
|
||||
"yourSavings": "Vaša ušteda:",
|
||||
@@ -37,7 +38,7 @@ export default {
|
||||
"filteredOneProduct": "{{filtered}} od 1 proizvoda",
|
||||
"xOfYProducts": "{{x}} od {{y}} proizvoda"
|
||||
},
|
||||
"removeFiltersToSee": "Uklonite filtere da vidite proizvode",
|
||||
"removeFiltersToSee": "Uklonite filtere da biste videli proizvode",
|
||||
"outOfStock": "Nema na lageru",
|
||||
"fromXProducts": "od {{count}} proizvoda",
|
||||
"discount": {
|
||||
|
||||
Reference in New Issue
Block a user