ODETA SHKRELI, JONIDA SHEHU

Abstract
In emerging markets, e-commerce platforms are using Single Page Application (SPA) frontends to improve responsive user experiences. But when these architectures are combined with multilingual support and constrained infrastructure, they can conflict with search engine optimization (SEO) needs. This study presents a policy-driven hybrid architecture that balances the requirements of SEO and user experience through the adoption of a rendering policy that can switch between SSR, SSG/cache-assisted regeneration, and CSR based on route characteristics and runtime conditions. This is achieved based on the SEO value of the webpage, the requirements for personalization, and cacheability, and it can be adapted to changing conditions based on route characteristics, server load, and, where available, client hints or previously observed client conditions. As a result, the system for an eligible cacheable route can degrade from SSR to cached pre-rendered delivery. The architecture uses a schema-stable localization layer that externalizes translations into a dedicated store with keys on entity, field, and locale. The schema supports multilingual expansion without repeated schema changes. Composite indexing and batched retrieval provide predictable query performance, while deterministic fallback rules and caching reduce latency and ensure graceful behavior when translations are incomplete. We evaluate the proposed architecture against a CSR-only baseline and observe improvements in indexability-related and user-perceived performance metrics. The results suggest that policy-driven rendering combined with schema-stable localization can improve discoverability and performance while maintaining operational stability. The study therefore provides a practical architectural approach for multilingual e-commerce platforms that operate under infrastructure and resource constraints.


Key words: E-commerce, Hybrid Architecture, SEO, Emerging Markets, Multilingual Systems.

Download PDF