Skip to content

A Golang tool to generate sitemap xml for Server Side Rendering apps.

License

Notifications You must be signed in to change notification settings

dbalduini/smeago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smeago

A Golang tool to generate sitemap xml for Server Side Rendering apps.

all text

Install

go get github.com/dbalduini/smeago

Example usage

smeago -p 3000 -o "public/" -loc "http://example.com"

Params

-h the host name to crawl
   default: http://localhost
-p the host port to crawl
   default: 8080
-loc the host to be prefixed with the paths in the sitemap
   default: http://localhost
   example: -loc http://example.com
   <url>
    <loc>
      http://example.com/foo/bar
    </loc>
   </url>
-o the relative output directory for the sitemap.xml file
   default: <current directory>

About

A Golang tool to generate sitemap xml for Server Side Rendering apps.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages