Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-sitemaps
https://github.com/workarea-commerce/workarea-sitemaps
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-sitemaps
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T19:44:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T13:06:36.000Z (over 4 years ago)
- Last Synced: 2024-10-29T05:48:31.505Z (about 2 months ago)
- Language: Ruby
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Sitemaps
================================================================================A Workarea Commerce plugin that automatically adds search-engine friendly sitemaps to your site via `sitemap.xml.gz` and `sitemap:index.xml.gz` files.
Overview
--------------------------------------------------------------------------------* Provides `sitemap.xml.gz`, `sitemap:index.xml.gz`, and `robots.txt` files
* Automatically generated each morning at 5AM, by default
* Provide configurable file caching via Dragonfly
* Indexes all active products and navigation taxonsGetting Started
--------------------------------------------------------------------------------Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-sitemaps'
# ...
```Update your application's bundle.
```bash
cd path/to/application
bundle
```Workarea Commerce Documentation
--------------------------------------------------------------------------------See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------Workarea Sitemaps is released under the [Business Software License](LICENSE)