Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spree_dynamic_sitemaps

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spree_dynamic_sitemaps

  • 0.50.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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 >= 0.30.0

INSTALLATION

  1. Install the extension

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

    (rake dynamic_sitemaps:install)

  2. Add link to sitemap to a view

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

The sitemaps are accessible at public_domain/sitemap.html, public_domain/sitemap.xml, and public_domain/sitemap.txt

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

FAQs

Package last updated on 01 May 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc