Closed
Description
Gitea could generate a sitemap for SEO, so crawlers can search through public repositories more easily. It could be useful for some admins that their instances will be crawled and ranked by search engines. A good explanation for the format of sitemap.xml
can be found on Wikipedia.
In my opinion this feature should do the following:
- The sitemap should be available at the path
/sitemap.xml
. - The sitemap should at least list the main page of each public repository and group. The main page of the wiki's / all wiki's pages could be optional.
lastmod
should be the date of the last commit to the README file / the wiki page itself