Skip to content

Instantly share code, notes, and snippets.

@donrestarone
Created February 3, 2021 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donrestarone/863f2a270f56716e96082a61e043bff5 to your computer and use it in GitHub Desktop.
Save donrestarone/863f2a270f56716e96082a61e043bff5 to your computer and use it in GitHub Desktop.
a simple example of sitemap_generator in a rails application
SitemapGenerator::Sitemap.default_host = "https://your-domain.com"
SitemapGenerator::Sitemap.create do
add blog_index_path
add new_visitor_inquiry_path
add services_path
add about_index_path
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment