Skip to content

Commit 20b35dc

Browse files
committed
fix: update sitemap
1 parent e20793d commit 20b35dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app/sitemap.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ export default function sitemap(): MetadataRoute.Sitemap {
66
{ url: "https://scroll.io/bridge", changeFrequency: "weekly", priority: 0.7 },
77
{ url: "https://scroll.io/ecosystem", changeFrequency: "weekly", priority: 0.7 },
88
{ url: "https://scroll.io/brand-kit", changeFrequency: "weekly", priority: 0.7 },
9-
{ url: "https://scroll.io/story", changeFrequency: "weekly", priority: 0.7 },
109
{ url: "https://scroll.io/portal", changeFrequency: "weekly", priority: 0.7 },
1110
{ url: "https://scroll.io/blog", changeFrequency: "weekly", priority: 0.7 },
1211
{ url: "https://scroll.io/join-us", changeFrequency: "monthly", priority: 0.6 },
1312
{ url: "https://scroll.io/rollupscan", changeFrequency: "monthly", priority: 0.6 },
1413
{ url: "https://scroll.io/developer-nft", changeFrequency: "monthly", priority: 0.6 },
1514
{ url: "https://scroll.io/developer-nft/mint", changeFrequency: "monthly", priority: 0.6 },
16-
{ url: "https://scroll.io/sessions", changeFrequency: "weekly", priority: 0.6 },
15+
{ url: "https://scroll.io/sessions", changeFrequency: "weekly", priority: 0.7 },
16+
{ url: "https://scroll.io/SCR-sSCR", changeFrequency: "weekly", priority: 0.6 },
17+
{ url: "https://scroll.io/scrETH", changeFrequency: "weekly", priority: 0.6 },
1718
{ url: "https://scroll.io/community", changeFrequency: "monthly", priority: 0.6 },
1819

20+
{ url: "https://scroll.io/airdrop-faq", changeFrequency: "monthly", priority: 0.4 },
1921
{ url: "https://scroll.io/bridge/faq", changeFrequency: "monthly", priority: 0.4 },
2022
{ url: "https://scroll.io/sessions-terms-of-use", changeFrequency: "monthly", priority: 0.4 },
2123

0 commit comments

Comments
 (0)