🔎 SEO

We have implemented SEO best practices across the entire site to ensure optimal visibility and performance on search engines. Following Next.js standards, SEO data is handled at the server component level, allowing for efficient and dynamic rendering of metadata.

For each page, we fetch SEO-related data—such as titles, descriptions, and open graph tags—through an API call and integrate it using the generateMetadata function provided by Next.js. This approach ensures that metadata is rendered server-side, which improves crawlability, enhances page load performance, and aligns with modern SEO requirements.

This setup enables us to maintain flexible, dynamic, and scalable SEO configurations for all public-facing pages.