diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb
index f9111ef4ce2d40bb94d85f5070e23db156368310..85007b6ca513c033c55998fd372813d2501f3e62 100644
--- a/app/views/admin/education/programs/static.html.erb
+++ b/app/views/admin/education/programs/static.html.erb
@@ -28,7 +28,7 @@ parent:
   url: <%= @about.parent.current_permalink_in_website(@website)&.path %>
 <% end %>
 <%= render 'admin/communication/unsplash/static' %>
-category: "<%= @website.categories.find_by(program_id: @about.id)&.path %>"
+related_category: "<%= @website.categories.find_by(program_id: @about.id)&.slug_with_ancestors_slugs %>"
 diplomas: "<%= @about.diploma&.slug %>"
 teachers:
 <% teacher_involvements.each do |involvement| %>