- Set robots meta tag to noindex, nofollow (site not live) - Update robots.txt with instructions for going live - Add sitemap.xml with all marketing pages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
# robots.txt - SmoothSchedule
|
|
# Currently blocking all crawlers - site not yet live
|
|
|
|
User-agent: *
|
|
Disallow: /
|
|
|
|
# When ready to go live, replace above with:
|
|
# User-agent: *
|
|
# Allow: /
|
|
# Disallow: /api/
|
|
# Disallow: /admin/
|
|
# Sitemap: https://smoothschedule.com/sitemap.xml
|