Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/workarea-commerce/workarea-sitemaps


https://github.com/workarea-commerce/workarea-sitemaps

Last synced: about 1 month ago
JSON representation

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 taxons

Getting 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)