The Pangolier пре 6 месеци
родитељ
комит
9255c507d6
2 измењених фајлова са 6 додато и 1 уклоњено
  1. 5 0
      packages/web/public/robots.txt
  2. 1 1
      packages/web/src/pages/s/[id].astro

+ 5 - 0
packages/web/public/robots.txt

@@ -0,0 +1,5 @@
+User-agent: *
+Allow: /
+
+# Disallow shared content pages
+Disallow: /s/

+ 1 - 1
packages/web/src/pages/s/[id].astro

@@ -71,7 +71,7 @@ const ogImage = `${config.socialCard}/opencode-share/${encodedTitle}.png?model=$
         tag: "meta",
         attrs: {
           name: "robots",
-          content: "noindex",
+          content: "noindex, nofollow, noarchive, nosnippet",
         }
       },
       {