Skip to content

site: add robots.txt and set default noindex - #54

Merged
hamza-mohd merged 1 commit into
masterfrom
chore/robots-noindex
Aug 25, 2026
Merged

site: add robots.txt and set default noindex#54
hamza-mohd merged 1 commit into
masterfrom
chore/robots-noindex

Conversation

@arjunmehta-git

Copy link
Copy Markdown
Member

Add robots.txt allowing crawling and set default noindex in site HTML; allow indexing for selected pages where appropriate.

…cted pages

Signed-off-by: Arjun Mehta <231106746+arjunmehta-git@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 25, 2026 00:20
@hamza-mohd
hamza-mohd merged commit df9fbd7 into master Aug 25, 2026
4 checks passed
@hamza-mohd
hamza-mohd deleted the chore/robots-noindex branch August 25, 2026 00:20

Copilot AI left a comment

Copy link
Copy Markdown

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 static site’s search-engine directives by adding a robots.txt that permits crawling and adding per-page <meta name="robots"> tags to default most pages to noindex.

Changes:

  • Add site/robots.txt with a permissive crawl policy.
  • Add <meta name="robots" content="noindex, nofollow"> to many site pages to prevent indexing by default.
  • Add <meta name="robots" content="index,follow"> to selected CoE pages to allow indexing.

Reviewed changes

Copilot reviewed 57 out of 57 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
site/zero-trust-posture-enterprise-lessons.html Adds robots meta (default noindex).
site/vendors.html Adds robots meta (default noindex).
site/terms.html Adds robots meta (default noindex).
site/sustainability.html Adds robots meta (default noindex).
site/sustainability-services.html Adds robots meta (default noindex).
site/strategy-consulting-services.html Adds robots meta (default noindex).
site/services.html Adds robots meta (default noindex).
site/scope-3-data-engineering-playbook.html Adds robots meta (default noindex).
site/robots.txt Introduces robots.txt permitting crawling.
site/retail-unified-commerce-data-plumbing.html Adds robots meta (default noindex).
site/privacy.html Adds robots meta (default noindex).
site/partners.html Adds robots meta (default noindex).
site/newsroom.html Adds robots meta (default noindex).
site/network-infrastructure.html Adds robots meta (default noindex).
site/managed-services.html Adds robots meta (default noindex).
site/leadership.html Adds robots meta (default noindex).
site/investors.html Adds robots meta (default noindex).
site/insights.html Adds robots meta (default noindex).
site/industry-platforms-services.html Adds robots meta (default noindex).
site/industries.html Adds robots meta (default noindex).
site/index.html Adds robots meta (default noindex).
site/genai-production-playbook.html Adds robots meta (default noindex).
site/frontline-ai-augmentation-study.html Adds robots meta (default noindex).
site/find-office.html Adds robots meta (default noindex).
site/experience-design-services.html Adds robots meta (default noindex).
site/enterprise-applications.html Adds robots meta (default noindex).
site/cybersecurity-services.html Adds robots meta (default noindex).
site/cookies.html Adds robots meta (default noindex).
site/contact.html Adds robots meta (default noindex).
site/coe/london.html Adds robots meta (explicit index/follow).
site/coe/idp.html Adds robots meta (explicit index/follow).
site/cloud-unit-economics-reset.html Adds robots meta (default noindex).
site/case-telco-5g-bss-modernisation.html Adds robots meta (default noindex).
site/case-studies.html Adds robots meta (default noindex).
site/case-retail-continuous-delivery.html Adds robots meta (default noindex).
site/case-public-sector-digital-identity.html Adds robots meta (default noindex).
site/case-insurance-claims-automation.html Adds robots meta (default noindex).
site/case-healthcare-member-experience.html Adds robots meta (default noindex).
site/case-energy-grid-edge-intelligence.html Adds robots meta (default noindex).
site/case-connected-factory-oem.html Adds robots meta (default noindex).
site/case-banking-cloud-native.html Adds robots meta (default noindex).
site/case-airline-loyalty-unification.html Adds robots meta (default noindex).
site/careers.html Adds robots meta (default noindex).
site/career-software-engineer-cloud-platforms.html Adds robots meta (default noindex).
site/career-sap-s4hana-architect.html Adds robots meta (default noindex).
site/career-product-designer.html Adds robots meta (default noindex).
site/career-data-engineer.html Adds robots meta (default noindex).
site/career-cybersecurity-consultant.html Adds robots meta (default noindex).
site/career-ai-ml-engineer.html Adds robots meta (default noindex).
site/business-operations.html Adds robots meta (default noindex).
site/banking-core-modernisation-playbooks.html Adds robots meta (default noindex).
site/alumni.html Adds robots meta (default noindex).
site/ai-premium-enterprise-returns.html Adds robots meta (default noindex).
site/ai-operating-model-small-teams.html Adds robots meta (default noindex).
site/ai-data-services.html Adds robots meta (default noindex).
site/accessibility.html Adds robots meta (default noindex).
site/about.html Adds robots meta (default noindex).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread site/index.html
Comment on lines +4 to 6
<meta name="robots" content="noindex, nofollow">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Comment thread site/coe/london.html
Comment on lines +4 to 6
<meta name="robots" content="index,follow">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Comment thread site/robots.txt
Comment on lines +1 to +2
User-agent: *
Disallow:
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.

3 participants