Sha256: 41de9963911c39f92e3d560f0933a653536863bfbc1d7a11c8f081a59d2c7ae3
Contents?: true
Size: 851 Bytes
Versions: 24
Compression:
Stored size: 851 Bytes
Contents
CanonicalRails.setup do |config| # This is the main host, not just the TLD, omit slashes and protocol. If you have more than one, pick the one you want to rank in search results. config.host = Spree::Config[:site_url] # http://en.wikipedia.org/wiki/URL_normalization # Trailing slash represents semantics of a directory, ie a collection view - implying an :index get route; # otherwise we have to assume semantics of an instance of a resource type, a member view - implying a :show get route # # Acts as a whitelist for routes to have trailing slashes config.collection_actions# = [:index] # Parameter spamming can cause index dilution by creating seemingly different URLs with identical or near-identical content. # Unless whitelisted, these parameters will be omitted config.whitelisted_parameters# = [] end
Version data entries
24 entries across 24 versions & 1 rubygems