Skip to content

feat: implementing metadata and sitemaps

Satyapranavanadh Rayapureddy requested to merge implement_seo into dev

Overview:

This Merge Request establishes a complete, robust Search Engine Optimization (SEO) infrastructure for the website. The goal is to maximize search engine visibility, guarantee that our pages are easily discoverable by Google, and ensure that our links look highly professional when shared across social media and messaging platforms.

This update establishes a complete SEO infrastructure by dynamically updating page titles, descriptions, and URLs as users navigate the site. We centralized all SEO data and keywords into a single configuration file for easy management. We also added OpenGraph and Twitter tags so shared links generate professional, full-width image previews on social media. To ensure perfect indexing by search engines, we implemented an automated script that takes a static HTML snapshot of every page during the build process. Finally, we included a sitemap.xml and robots.txt to explicitly guide Googlebot through our site structure.

Edited by Satyapranavanadh Rayapureddy

Merge request reports

Loading