feat: add comprehensive SEO (metadata, OG images, sitemap, robots, manifest) and update README
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import type { MetadataRoute } from "next"
|
||||
|
||||
export default function robots(): MetadataRoute.Robots {
|
||||
return {
|
||||
rules: {
|
||||
userAgent: "*",
|
||||
allow: "/",
|
||||
},
|
||||
sitemap: "https://deckyvault.xyz/sitemap.xml",
|
||||
host: "https://deckyvault.xyz",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user