Skip to content

fix(seo): block search engine indexing until site is ready - #2

Merged
Mpdreamz merged 1 commit into
mainfrom
fix/no-index
May 6, 2026
Merged

Mpdreamz merged 1 commit into
mainfrom
fix/no-index

Conversation

@Mpdreamz

@Mpdreamz Mpdreamz commented May 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds robots.txt with Disallow: / to block all crawlers
  • Adds <meta name="robots" content="noindex"/> to the landing page HTML
  • Copies robots.txt to the build output in the Pages workflow alongside the landing page

Test plan

  • Confirm robots.txt is served at the site root after deploy
  • Confirm crawlers/search engines no longer index the site

🤖 Generated with Claude Code

Add robots.txt with Disallow: / and noindex meta tag to the landing page.
Copy robots.txt to the build output alongside the landing page.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@Mpdreamz
Mpdreamz merged commit f9c62db into main May 6, 2026
1 check passed
@Mpdreamz
Mpdreamz deleted the fix/no-index branch May 6, 2026 20:14
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