Add SEO crawl metadata - #5
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This pull request adds basic SEO crawl-discovery artifacts and structured data so search engines can find and better understand the TorchIO landing page, and extends the repository’s static checks/deploy pipeline to include them.
Changes:
- Add
robots.txtandsitemap.xmlat the site root for crawl discovery. - Add JSON-LD
SoftwareSourceCodestructured data toindex.html. - Update GitHub Pages deployment artifact and extend
scripts/check_site.pyto verify the SEO files exist and contain canonical URLs.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sitemap.xml | Adds a minimal sitemap pointing to the canonical homepage URL. |
| scripts/check_site.py | Adds a new SEO file check and wires it into the existing check runner. |
| robots.txt | Adds crawler policy and a sitemap directive for discovery. |
| README.md | Documents the new root-level SEO files in the repository structure section. |
| index.html | Embeds JSON-LD structured data to improve search engine understanding of the project. |
| .github/workflows/deploy.yml | Ensures robots.txt and sitemap.xml are included in the Pages artifact. |
💡 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.
[Generated by a coding agent]
Summary
robots.txtandsitemap.xmlfor search engine crawl discovery.SoftwareSourceCodestructured data to the landing page.Validation
mise run builduv run python scripts/check_site.py --externalmise run checknode --check assets/js/main.jsgit diff --check