Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloorush/go-sitemap
Small CLI to build an XML sitemap for any website
https://github.com/sloorush/go-sitemap
Last synced: 28 days ago
JSON representation
Small CLI to build an XML sitemap for any website
- Host: GitHub
- URL: https://github.com/sloorush/go-sitemap
- Owner: sloorush
- License: mit
- Created: 2021-09-01T06:37:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T07:36:51.000Z (over 3 years ago)
- Last Synced: 2024-05-02T03:43:44.566Z (8 months ago)
- Language: Go
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![go-sitemap](assets/cover.png)
[![GitHub License](https://img.shields.io/github/license/r-ush/go-sitemap)](https://github.com/r-ush/go-sitemap/blob/master/LICENSE)
# go sitemap!
> go-sitemap is a small cli to build XML sitemap for any website
## sitemap [🖇️](https://developers.google.com/search/docs/advanced/sitemaps/overview)
A sitemap is a file where you provide information about the pages, videos, and other files on your site, and the relationships between them. Search engines like Google read this file to crawl your site more efficiently. A sitemap tells Google which pages and files you think are important in your site, and also provides valuable information about these files. For example, when the page was last updated and any alternate language versions of the page.
## How to build your sitemap [🖇️](https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap)
```sh
go run main.go > sitemap.xml
```# 🤝 Contributions
- Feel Free to Open a PR/Issue for any feature or bug(s).
## ⚖ License
Copyright 2021 Aarush Bhat
Licensed under MIT License : https://opensource.org/licenses/MIT