From 4ec5861e2818e101a5c9baa41d291050ca723ac2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:46:53 +0000 Subject: [PATCH] Add public/robots.txt --- public/robots.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..55db8cf --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,12 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: /admin +Disallow: /api +Disallow: /_next +Disallow: /private + +Allow: / + +Sitemap: https://ogretmen-platformu.com/sitemap.xml + +Crawl-delay: 1