-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Currently, the website ohc.network does not have a sitemap.xml and robots.txt file. These files are essential for SEO and site indexing:
sitemap.xmlhelps search engines discover all pages on the website and index them efficiently.robots.txtallows controlling which pages should or shouldn’t be crawled by search engines, improving crawl efficiency.
Proposed Solution:
We can use the next-sitemap package, which is designed for Next.js projects. It automatically generates sitemap.xml and robots.txt based on the website routes. Benefits include:
- Automatic sitemap generation on build
- Support for dynamic routes
- Easy configuration for different environments (development/production)
- Improved SEO through better crawlability
Request:
I would like to take this task and implement it. Could this issue be assigned to me
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels