숫자 태그의 기존 URL에서 500 오류 발생 (Google 크롤 실패)

네, 보기 좋지 않군요:

ActionView::Template::Error (No route matches {action: "tag_feed", controller: "tags", tag_id: "9999"})
  app/views/list/list.erb:136
  app/views/list/list.erb:134
  lib/topic_list_responder.rb:16:in 'block (2 levels) in TopicListResponder#respond_with_list'
  lib/topic_list_responder.rb:7:in 'TopicListResponder#respond_with_list'
  app/controllers/tags_controller.rb:223:in 'block (2 levels) in <class:TagsController>'
  app/controllers/tags_controller.rb:229:in 'TagsController#show'
  app/controllers/application_controller.rb:447:in 'block in ApplicationController#with_resolved_locale'
  app/controllers/application_controller.rb:447:in 'ApplicationController#with_resolved_locale'
  app/controllers/application_controller.rb:1098:in 'ApplicationController#ensure_dont_cache_page'
  lib/middleware/omniauth_bypass_middleware.rb:35:in 'Middleware::OmniauthBypassMiddleware#call'
  …

이 오류를 수정해야 합니다. 또한 태그 ID가 발견되지 않을 경우, 모든 숫자로 구성된 태그 이름으로 폴백하여 검색할 수도 있습니다.

Wayback은 해당 태그가 2025-05-13에 처음 나타나는 것을 발견했으며, 당시 URL은 https://retrocomputingforum.com/tag/6309였습니다. 이 URL은 2025-12-16까지 정상적으로 작동했습니다.

2개의 좋아요