diff --git a/app/workers/submit_to_indexnow_worker.rb b/app/workers/submit_to_indexnow_worker.rb index 3a567a6..3b4abbc 100644 --- a/app/workers/submit_to_indexnow_worker.rb +++ b/app/workers/submit_to_indexnow_worker.rb @@ -88,7 +88,7 @@ class SubmitToIndexnowWorker if art.image.attached? urls << "#{@host}/cities/#{art.city.slug}/weather_arts/#{art.slug}" available_locales.each do |locale| - urls << "#{@host}/#{locale}/cities/#{art.city.slug}/weather_arts/#{art.slug}" + urls << "#{@host}/#{locale}/cities/#{art.city.slug}/weather/#{art.slug}" end end end