fix(404): add redirects for broken URLs and custom not-found page
Some checks failed
Build and Deploy / build (push) Has been cancelled
Some checks failed
Build and Deploy / build (push) Has been cancelled
- Add permanent redirects for /products/manoon to /products - Strip malformed /contact suffix from product URLs - Create custom branded 404 page with product navigation - Add NotFound translations for en and sr locales
This commit is contained in:
@@ -464,5 +464,13 @@
|
||||
"description": "Pay via bank transfer",
|
||||
"comingSoon": "Coming soon"
|
||||
}
|
||||
},
|
||||
"NotFound": {
|
||||
"title": "Page Not Found",
|
||||
"description": "The page you're looking for doesn't exist or has been moved.",
|
||||
"browseProducts": "Browse Products",
|
||||
"goHome": "Go Home",
|
||||
"lookingFor": "Can't find what you're looking for?",
|
||||
"searchSuggestion": "Try browsing our product collection or contact us for assistance."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user