Skip to content

Add sitemap.xml for SEO#9

Merged
BilelJegham merged 2 commits into
masterfrom
copilot/add-sitemap-xml-file
Feb 8, 2026
Merged

Add sitemap.xml for SEO#9
BilelJegham merged 2 commits into
masterfrom
copilot/add-sitemap-xml-file

Conversation

Copilot AI commented Feb 8, 2026

Copy link
Copy Markdown
Contributor

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description

Adds sitemap.xml to the public folder containing the main static routes for search engine indexing:

  • Home (/)
  • Custom game (/custom)
  • History (/history)
  • Medals (/medals)

The sitemap follows the standard XML sitemap protocol with proper priorities and change frequencies. Dynamic routes (game rooms, street view sessions) are excluded as they're ephemeral.

How Has This Been Tested?

  • Validated XML structure using Python's xml.etree.ElementTree
  • Verified file placement in public/ directory for static serving

Screenshots (if appropriate):

N/A


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: BilelJegham <20130405+BilelJegham@users.noreply.github.com>
Copilot AI changed the title [WIP] Add sitemap.xml to public folder Add sitemap.xml for SEO Feb 8, 2026
Copilot AI requested a review from BilelJegham February 8, 2026 21:01
@BilelJegham BilelJegham marked this pull request as ready for review February 8, 2026 21:02
@BilelJegham BilelJegham merged commit 41d3724 into master Feb 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants