feat: Align pricing demos with home page (€390-€1390), add sitemap.xml and robots.txt
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { MetadataRoute } from "next";
|
||||
|
||||
export default function robots(): MetadataRoute.Robots {
|
||||
return {
|
||||
rules: {
|
||||
userAgent: "*",
|
||||
allow: "/",
|
||||
disallow: ["/mission-control", "/morning-brief", "/api"],
|
||||
},
|
||||
sitemap: "https://sitemente.com/sitemap.xml",
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user