Page exclusion from Sitemap

I have a few 'pages" which I dont want to include in sitemap and followed a sample code from

But it did not work. Any sugggstion or tips?

My hugo version is:
hugo v0.134.3-5fb333b9f5ff4ec018f9d78910177d0bec1befb0+extended windows/amd64 BuildDate=2024-09-19T14:28:20Z VendorInfo=gohugoio

Check the sitemap disable feature Sitemap templates | Hugo. Add that to every post’s front matter you need to disable the sitemap.

sitemap:
  disable: true

Then use the embedded sitemap template hugo/tpl/tplimpl/embedded/templates/_default/sitemap.xml at master · gohugoio/hugo · GitHub

More info Sitemap templates | Hugo

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.