Feature #6225
Updated by Aruna Prasanna about 1 month ago
Today, I worked on implementing the SSR (Server-Side Rendering) concept to enable dynamic meta title and meta description visibility in the View Page Source for SEO purposes. Currently, the meta details are updating correctly in the Inspect view, but they are not yet reflecting in the View Page Source, and this task is still in progress.
In addition to the SSR work, I made content updates in the footer section and completed UI enhancements in the Quote and Login components.
Today, I worked on implementing SSR and SSG concepts for SEO-based page rendering. However, in the Angular 16 project, SSR and SSG are not fully supported due to conflicts with existing functionality. Specifically, issues were observed with browser-dependent features such as localStorage, sessionStorage, and navigation handling (navigateTo), which impacted the predefined application flow.
As a result, instead of SSR/SSG, I am proceeding with a CSR-based SEO approach by implementing dynamic meta titles and meta descriptions to ensure SEO compatibility without affecting the existing functionality.