Add SEO considerations to redesign plan and create robots.txt#1062
Open
Add SEO considerations to redesign plan and create robots.txt#1062
Conversation
Co-authored-by: Naviary2 <163621561+Naviary2@users.noreply.github.com> Agent-Logs-Url: https://github.com/Infinite-Chess/infinitechess.org/sessions/c02903d1-570d-49cd-8154-55d598eaff9a
Copilot
AI
changed the title
[WIP] Review website redesign plan with SEO considerations
Add SEO considerations to redesign plan and create robots.txt
Mar 25, 2026
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.
The redesign plan (
stack.md,todo.md) had no SEO coverage, and the live site is missingrobots.txt, sitemap, meta descriptions, Open Graph tags, canonical links, and structured data.dev-utils/REDESIGN/stack.md— new## SEOsectionArchitectural decisions integrated into the Nunjucks redesign:
layout.njkmeta tags:{% block description %},<link rel="canonical">(route handler injects clean pathname, stripping?lng=), OG/Twitter Card defaults with per-page{% block og %}override,noindexfor private/error pagesrobots.txt: blocks/api/,/admin,/reset-password/; exposes sitemap URLGET /sitemap.xmlroute, public pages only{% block jsonld %}slot in layout; homepage getsWebApplicationschema<link rel="alternate" hreflang="xx">for all variants<h1>per page, landmark elements, meaningfulalttextmodulepreloadalready satisfy Google's ranking signalsdev-utils/REDESIGN/todo.md— new## SEOchecklistConverts each stack decision into a concrete task (create
robots.txt, add sitemap route, inject description/canonical/OG/JSON-LD intolayout.njk, social preview image,noindexprivate pages, hreflang injection, alt text audit, heading hierarchy audit).src/client/robots.txt— createdCurrently absent. Served automatically by the existing
express.staticmiddleware — no server code changes needed.docs/GUIDELINES.md— Static Asset Versioning sectiontodo.mdexplicitly called for this addition: JS/CSS are auto-versioned by content hash; images and fonts require a manual?v=Nbump on every template reference when the file changes.Original prompt
⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.