feat: implement programmatic SEO solutions hub

- Add /solutions hub page with 10 category cards
- Add /solutions/by-concern directory page
- Add /solutions/by-oil directory page
- Add Solutions section to Footer with navigation links
- Add Breadcrumb component for solution pages
- Add translations for all solution pages (sr, en, de, fr)
- Fix ExitIntentDetector JSON parsing error
- Update sitemap with solution pages
- Create 3 sample solution pages with data files
This commit is contained in:
Unchained
2026-04-05 05:21:57 +02:00
parent 6caefb420a
commit f6609f07d7
22 changed files with 3263 additions and 8 deletions

View File

@@ -319,6 +319,11 @@
"hairCare": "Hair Care",
"skinCare": "Skin Care",
"giftSets": "Gift Sets",
"solutions": "Solutions",
"allSolutions": "All Solutions",
"byConcern": "By Concern",
"byOil": "By Oil",
"skincareGuide": "Skincare Guide",
"about": "About",
"ourStory": "Our Story",
"process": "Process",
@@ -339,6 +344,10 @@
"quickAdd": "Quick Add",
"contactForPrice": "Contact for price"
},
"Product": {
"adding": "Adding...",
"addToCart": "Add to Cart"
},
"ProductDetail": {
"home": "Home",
"outOfStock": "Out of Stock",
@@ -494,5 +503,107 @@
"goHome": "Go Home",
"lookingFor": "Can't find what you're looking for?",
"searchSuggestion": "Try browsing our product collection or contact us for assistance."
},
"Solutions": {
"breadcrumb": {
"home": "Home",
"solutions": "Solutions",
"byConcern": "By Concern",
"byOil": "By Oil"
},
"Hub": {
"metaTitle": "Natural Skincare Solutions | ManoonOils",
"metaDescription": "Discover natural oil solutions for every skin concern. Browse by concern, oil type, or explore our comprehensive skincare guides.",
"title": "Natural Skincare Solutions",
"subtitle": "Discover the perfect natural oil solutions for your skin concerns. Our expertly crafted guides help you find the right oils for wrinkles, acne, dryness, and more.",
"categories": {
"oilForConcern": {
"title": "Oil for Concern",
"description": "Find the best natural oils for specific skin concerns like wrinkles, acne, dark spots, and more."
},
"ageSkinRoutine": {
"title": "Age-Skin Routine",
"description": "Personalized skincare routines based on your age and skin type for optimal results."
},
"ingredientPairings": {
"title": "Ingredient Pairings",
"description": "Learn which natural ingredients work best together for enhanced skincare benefits."
},
"bodyPartConcerns": {
"title": "Body Part Concerns",
"description": "Targeted solutions for specific body areas like face, neck, hands, and more."
},
"oilComparisons": {
"title": "Oil Comparisons",
"description": "Side-by-side comparisons to help you choose between different natural oils."
},
"routineStepSkinType": {
"title": "Routine Step by Skin Type",
"description": "Step-by-step guidance tailored to your specific skin type and concerns."
},
"seasonalSkincare": {
"title": "Seasonal Skincare",
"description": "Adjust your routine with the seasons for year-round healthy skin."
},
"timeOfDayConcerns": {
"title": "Time of Day Concerns",
"description": "Morning and evening skincare routines for maximum effectiveness."
},
"naturalAlternatives": {
"title": "Natural Alternatives",
"description": "Discover natural alternatives to synthetic skincare ingredients."
},
"culturalBeautySecrets": {
"title": "Cultural Beauty Secrets",
"description": "Ancient beauty wisdom from around the world using natural oils."
}
},
"quickAccess": {
"byConcern": "Browse by Concern",
"byConcernDesc": "Find solutions for your specific skin concerns",
"byOil": "Browse by Oil",
"byOilDesc": "Explore benefits of different natural oils",
"links": {
"wrinkles": "Wrinkles & Aging",
"acne": "Acne & Blemishes",
"drySkin": "Dry Skin",
"darkSpots": "Dark Spots",
"viewAll": "View All →",
"rosehipOil": "Rosehip Oil",
"arganOil": "Argan Oil",
"jojobaOil": "Jojoba Oil",
"seaBuckthornOil": "Sea Buckthorn Oil"
}
},
"cta": {
"title": "Ready to Transform Your Skin?",
"description": "Browse our collection of premium natural oils and start your journey to healthier, more radiant skin today.",
"button": "Shop Natural Oils"
}
},
"ByConcern": {
"metaTitle": "Skincare Solutions by Concern | ManoonOils",
"metaDescription": "Browse natural oil solutions organized by skin concern. Find the perfect remedy for wrinkles, acne, dryness, and more.",
"title": "Solutions by Concern",
"subtitle": "Explore our comprehensive collection of natural oil solutions, organized by skin concern to help you find exactly what you need.",
"stats": {
"availableConcerns": "{count} skin concerns covered",
"totalSolutions": "{count} expert-curated solutions"
},
"noResults": "No concerns found. Please check back later for new solutions."
},
"ByOil": {
"metaTitle": "Skincare Solutions by Oil | ManoonOils",
"metaDescription": "Discover the benefits of different natural oils for various skin concerns. Find which oil is right for you.",
"title": "Solutions by Oil",
"subtitle": "Learn about the unique properties of each natural oil and discover which ones are best suited for your skin concerns.",
"stats": {
"availableOils": "{count} natural oils",
"totalSolutions": "{count} expert-curated solutions"
},
"noResults": "No oils found. Please check back later for new solutions."
},
"completeYourRoutine": "Complete Your Routine",
"discoverProducts": "Discover our premium products with natural ingredients"
}
}