Add robots.js

This commit is contained in:
ASOwnerYT
2024-12-04 23:11:11 +13:00
parent 3c52ea1fd6
commit 9342a8231c
+10
View File
@@ -0,0 +1,10 @@
export default function robots() {
return {
rules: {
userAgent: "*",
allow: "/",
disallow: "/private/",
},
sitemap: "https://www.teatatucomputers.com/sitemap.xml",
};
}