Skip to content

Allow search engines to crawl the site#111

Open
lhadjchikh wants to merge 1 commit intomainfrom
fix/allow-robots
Open

Allow search engines to crawl the site#111
lhadjchikh wants to merge 1 commit intomainfrom
fix/allow-robots

Conversation

@lhadjchikh
Copy link
Collaborator

Summary

  • Update robots.txt from Disallow: / to Allow: / so search engines can index the site

Test plan

  • Verify robots.txt is served at /robots.txt after deploy
  • Confirm search engine crawlers are no longer blocked

🤖 Generated with Claude Code

Update robots.txt from Disallow to Allow so search engines can
index the site.
Copilot AI review requested due to automatic review settings March 8, 2026 18:22
@netlify
Copy link

netlify bot commented Mar 8, 2026

Deploy Preview for terramedic ready!

Name Link
🔨 Latest commit a3233c2
🔍 Latest deploy log https://app.netlify.com/projects/terramedic/deploys/69adbe5c746e880008f9807f
😎 Deploy Preview https://deploy-preview-111--terramedic.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the site’s robots.txt to stop blocking crawlers so search engines can index the site.

Changes:

  • Replace the blanket Disallow: / rule with an allow-all directive.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -1,2 +1,2 @@
User-agent: *
Disallow: / No newline at end of file
Allow: / No newline at end of file
Copy link

Copilot AI Mar 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allow: / is redundant because crawlers default to allowing everything when there are no Disallow rules. For maximum compatibility/clarity, consider using an empty Disallow: (or omitting the directive line entirely) instead of relying on the non-standard Allow extension.

Suggested change
Allow: /
Disallow:

Copilot uses AI. Check for mistakes.
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.

2 participants