Skip to content

Add AI and Standard Sitemaps (llms.txt and sitemap.xml)#8

Closed
TomGreener91 wants to merge 1 commit into
mainfrom
add-sitemaps-5518159283594563007
Closed

Add AI and Standard Sitemaps (llms.txt and sitemap.xml)#8
TomGreener91 wants to merge 1 commit into
mainfrom
add-sitemaps-5518159283594563007

Conversation

@TomGreener91

Copy link
Copy Markdown
Owner

I've added two specific ways for an AI to explore and understand the site:

  1. llms.txt: Created a static markdown file public/llms.txt. This is an emerging industry standard for AI web crawlers providing a clean, token-efficient summary of the site's structure, pages, and products.
  2. sitemap.xml and robots.txt: Added an automated XML sitemap generator script (scripts/generate-sitemap.ts) that runs directly before Vite builds the project. It maps the static routes (/, /shop, etc.) and automatically discovers the dynamic product IDs (from src/data/products.ts) to maintain an up-to-date .xml output. I also provided a static robots.txt file allowing crawlers like GPTBot to find this sitemap.

PR created automatically by Jules for task 5518159283594563007 started by @TomGreener91

- Create `public/llms.txt` to act as a markdown-based AI sitemap.
- Add an automatic `sitemap.xml` generator via a `sitemap` pre-build script.
- Hook sitemap generator into Vite `build` process via `npm run sitemap && vite build`.
- Add `public/robots.txt` pointing to `sitemap.xml` to allow search engines and AI web crawlers to properly index routes.
@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit cc3ca63):

https://rexvelocity--pr8-add-sitemaps-5518159-rluipezf.web.app

(expires Thu, 11 Jun 2026 18:57:52 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: e6a8092b99a21a146aa2c15690bc80339a98e50d

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.

1 participant