Skip to content

Commit 8d96fda

Browse files
retlehsclaude
andcommitted
Reduce sitemap page size to 2500 URLs per file for better crawl efficiency
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 91047cc commit 8d96fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/http/seo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ type sitemapURL struct {
191191
LastMod string `xml:"lastmod,omitempty"`
192192
}
193193

194-
const sitemapPageSize = 40000
194+
const sitemapPageSize = 2500
195195

196196
type sitemapData struct {
197197
mu sync.RWMutex

0 commit comments

Comments
 (0)