diff --git a/app/services/content_migration.rb b/app/services/content_migration.rb
index 84364e6d11c4d17621f9b14279f0e8739b803b49..abfe3daf667d8d682a67676b6ae743b0fba029c2 100644
--- a/app/services/content_migration.rb
+++ b/app/services/content_migration.rb
@@ -53,6 +53,7 @@ class ContentMigration
     # these blocks keep their title
     !block.call_to_action? &&
     !block.post? &&
+    !block.program? &&
     !block.page?
   end