From 00bf2b0e130f7e918ff6f267e20291ed2ef7269c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 5 Nov 2025 14:02:37 -0800 Subject: [PATCH] chore(robots.json): add AmazonBuyForMe and atlassian-bot --- robots.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/robots.json b/robots.json index 493a8c6..4d4c389 100644 --- a/robots.json +++ b/robots.json @@ -27,6 +27,20 @@ "frequency": "No information provided.", "description": "Scrapes data for AI systems." }, + "AmazonBuyForMe": { + "operator": "[Amazon](https://amazon.com)", + "respect": "Unclear at this time.", + "function": "AI Agents", + "frequency": "No information provided.", + "description": "Buy For Me is an AI agent that helps buy products at the direction of customers." + }, + "atlassian-bot": { + "operator": "[Atlassian](https://www.atlassian.com)", + "respect": "[Yes](https://support.atlassian.com/organization-administration/docs/connect-custom-website-to-rovo/#Editing-your-robots.txt)", + "function": "AI search, assistants and agents", + "frequency": "No information provided.", + "description": "atlassian-bot is a web crawler used to index website content for its AI search, assistants and agents available in its Rovo GenAI product." + }, "amazon-kendra-": { "operator": "Amazon", "respect": "Yes", @@ -734,4 +748,4 @@ "frequency": "No information.", "description": "Retrieves data used for You.com web search engine and LLMs." } -} \ No newline at end of file +}