No commit activity in last 3 years
No release in over 3 years
Google sitemap for Spree stores
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

SUMMARY

This Spree extension generates dynamic, seo-friendly sitemaps on the fly in html, xml and txt formats.

This extension is compatible with the static_content extension and will check for content in the Page table.

In order to avoid an seo penalty for duplicate content, products are only listed once at /product/productName

for rails 3 and spree >= 1.0.0rc2

INSTALLATION

  1. Install the extension

    gem 'dynamic_sitemaps', :git => 'git://github.com/romul/spree_dynamic_sitemaps.git' bundle install

  2. Add link to sitemap to a view

    <%= link_to 'Sitemap', '/sitemap' %>

The sitemaps are accessible at www.your_domain.com/sitemap.html, www.your_domain.com/sitemap.xml, and www.your_domain.com/sitemap.txt

Hat tip stephp for doing all the heavy lifting with her spree-sitemaps extension.