Skip to content

Add sitemap.xml and robots.txt for better SEO #115

@nandu-99

Description

@nandu-99

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.xml helps search engines discover all pages on the website and index them efficiently.
  • robots.txt allows 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions