We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2c319 commit 5ed6b0fCopy full SHA for 5ed6b0f
1 file changed
app/robots.ts
@@ -0,0 +1,11 @@
1
+import type { MetadataRoute } from "next"
2
+
3
+export default function robots(): MetadataRoute.Robots {
4
+ return {
5
+ rules: {
6
+ userAgent: "*",
7
+ allow: "/",
8
+ },
9
+ sitemap: "https://openscan-explorer.github.io/docs/sitemap.xml",
10
+ }
11
+}
0 commit comments