Skip to content

sergiorra/sitemap-builder-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitemap Builder

A sitemap is basically a map of all of the pages within a specific domain. They are used by search engines and other tools to inform them of all of the pages on your domain.

🚀 Usage

go run cmd/sitemap-builder/main.go  // runs the program with default values

go run cmd/sitemap-builder/main.go --depth [MAX_DEPTH] --url [SOME_URL]  // runs the program with a given max depth and url

go run cmd/sitemap-builder/main.go --help  // shows information about optional params

About

Sitemap builder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages