Skip to content

chore: add robots.txt to allow search engine crawling#210

Open
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/add-robots-txt-20260623
Open

chore: add robots.txt to allow search engine crawling#210
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/add-robots-txt-20260623

Conversation

@andrerfneves

Copy link
Copy Markdown
Owner

Summary

Adds a robots.txt file to the public/ directory, allowing search engines to crawl and index the site.

Why

The site is a public web application hosted at lightningdecoder.com, but it had no robots.txt file. Without it:

  • Search engines use default crawl behavior (allow all), which is the same as what this file specifies — so no behavior change
  • But having an explicit robots.txt is a standard SEO best practice that removes ambiguity
  • Some crawlers and SEO tools warn when robots.txt is missing
  • Provides a foundation for future crawl rule additions if needed

Changes

  • public/robots.txt (new): Allows all crawlers to access all paths

Test Plan

  • All 52 existing tests pass
  • Production build succeeds (Vite copies public/ as-is to the build output)
  • No behavior change — default crawl behavior (allow all) is the same with or without this file

@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightning-decoder Ready Ready Preview, Comment Jun 23, 2026 8:05pm

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