Added: sitemap.xml for improved SEO#426
Merged
ashutosh1919 merged 3 commits intoashutosh1919:masterfrom Jan 18, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a sitemap.xml file to improve SEO by enabling better indexing and crawlability for search engines. The sitemap follows proper XML formatting and includes all major pages of the portfolio website.
Key Changes:
- Added a new sitemap.xml file with 8 URL entries covering all main pages
- Configured priority and changefreq values for each URL based on page importance
- Uses absolute URLs with proper sitemap schema standards
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
@ashutosh1919 sir, I have fixed the issues raised by Copilot. Please review this PR. Thank You |
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a complete
sitemap.xmlcovering all pages of the websiteEnsured URLs follow proper sitemap standards (valid format, absolute URLs)
Included appropriate priority and change frequency values where applicable
Improves SEO by enabling better indexing and crawlability for search engines
No changes to existing application logic or UI