seo
This commit is contained in:
parent
d58330d8da
commit
1bfdba6ca4
|
|
@ -453,6 +453,7 @@ class LandingsController < ApplicationController
|
|||
end
|
||||
|
||||
def simple_jamtracks
|
||||
@description = 'JamTracks'
|
||||
@no_landing_tag = true
|
||||
@landing_tag_play_learn_earn = false
|
||||
@responsive = true
|
||||
|
|
@ -461,6 +462,7 @@ class LandingsController < ApplicationController
|
|||
end
|
||||
|
||||
def simple_jamclass
|
||||
@description = 'JamClass'
|
||||
@no_landing_tag = true
|
||||
@landing_tag_play_learn_earn = false
|
||||
@responsive = true
|
||||
|
|
|
|||
|
|
@ -38,6 +38,8 @@ SitemapGenerator::Sitemap.create do
|
|||
add(jam_class_schools_path, priority:0.9)
|
||||
add(jam_class_retailers_path, priority:0.9)
|
||||
add(jam_class_education_path, priority:0.9)
|
||||
add(landing_simple_jamtracks_path, priority:0.5)
|
||||
add(landing_simple_jamclass_path, priority:0.5)
|
||||
|
||||
JamTrack.all.each do |jam_track|
|
||||
slug = jam_track.slug
|
||||
|
|
|
|||
Loading…
Reference in New Issue