Add /sitemap.xml alias and strengthen README GEO/brand signals#32862
Closed
Copilot wants to merge 2 commits into
Closed
Add /sitemap.xml alias and strengthen README GEO/brand signals#32862Copilot wants to merge 2 commits into
/sitemap.xml alias and strengthen README GEO/brand signals#32862Copilot wants to merge 2 commits into
Conversation
6 tasks
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix missing sitemap and improve README brand signals
Add May 17, 2026
/sitemap.xml alias and strengthen README GEO/brand signals
Contributor
|
Hey
If you'd like a hand completing this, assign the following to your coding agent:
|
pelikhan
approved these changes
May 17, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a static /sitemap.xml alias in the docs site to fix a 404 on that path, repoints robots.txt at that new alias, and inserts a "GEO/entity signals" block (freshness date, RSS link, schema.org-style sameAs link list, and a canonical-meta note) near the top of the README.
Changes:
- New
docs/public/sitemap.xmlstatic file that wraps the existingsitemap-index.xmlin a one-entry sitemap index. docs/public/robots.txtSitemap:directive switched fromsitemap-index.xmlto the new/sitemap.xmlalias.- README prepended with a Last-updated date, RSS link, a
Find us (sameAs)link list, and an HTML comment about canonical meta tag limitations.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds freshness date, RSS link, sameAs-style link list, and canonical-meta HTML comment above the existing release note. |
| docs/public/sitemap.xml | New static sitemap-index that points at sitemap-index.xml to make /sitemap.xml resolve. |
| docs/public/robots.txt | Updates the advertised Sitemap: URL to the new /sitemap.xml alias. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 4
|
|
||
| Write agentic workflows in natural language markdown, and run them in GitHub Actions. | ||
|
|
||
| **Last updated:** 2026-05-17 |
| **Find us (sameAs):** | ||
| - [GitHub repository](https://github.com/github/gh-aw) | ||
| - [GitHub organization](https://github.com/github) | ||
| - [GitHub CLI extension listing](https://github.com/topics/gh-extension) |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
| <sitemap> | ||
| <loc>https://github.github.com/gh-aw/sitemap-index.xml</loc> |
| Allow: / | ||
|
|
||
| Sitemap: https://github.github.com/gh-aw/sitemap-index.xml | ||
| Sitemap: https://github.github.com/gh-aw/sitemap.xml |
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.
This addresses the docs sitemap discoverability gap (
/sitemap.xmlreturning 404) and improves README entity signals called out in the GEO audit (freshness, RSS, and sameAs-style references).Sitemap discoverability
docs/public/sitemap.xmlthat points crawlers to the generated Astro sitemap index.@astrojs/sitemapoutput model (sitemap-index.xml+ shard files) unchanged.Robots sitemap alignment
docs/public/robots.txtto advertise:https://github.github.com/gh-aw/sitemap.xmlREADME GEO / entity signal upgrades
Last updated)./blog/rss.xml).sameAs-style “Find us” link set (repo/org/topic surface).