Skip to content

Commit 9024e9a

Browse files
sitemap
1 parent e42a181 commit 9024e9a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

website/docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ const config: Config = {
7979
theme: {
8080
customCss: './src/css/custom.css',
8181
},
82+
sitemap: {
83+
changefreq: 'weekly',
84+
priority: 0.5,
85+
ignorePatterns: ['/tags/**'],
86+
filename: 'sitemap.xml',
87+
},
8288
} satisfies Preset.Options,
8389
],
8490
],

website/static/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://www.walkeros.io/sitemap.xml

0 commit comments

Comments
 (0)