We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abff35b commit 688554eCopy full SHA for 688554e
src/app/robots.ts
@@ -7,6 +7,7 @@ export default function robots(): MetadataRoute.Robots {
7
userAgent: '*',
8
allow: '/',
9
},
10
- ]
+ ],
11
+ sitemap: 'https://louisite.com/sitemap.xml',
12
}
13
0 commit comments