The routes array only lists '', /marketplace, /login, and /register, but src/app/about/page.tsx and src/app/security/page.tsx are real, publicly accessible, statically-contentful pages that are never included in the generated sitemap, hurting their search-engine discoverability.
Suggested fix: Add '/about' and '/security' to the routes array.
The
routesarray only lists'',/marketplace,/login, and/register, butsrc/app/about/page.tsxandsrc/app/security/page.tsxare real, publicly accessible, statically-contentful pages that are never included in the generated sitemap, hurting their search-engine discoverability.Suggested fix: Add
'/about'and'/security'to theroutesarray.