diff --git a/app/models/communication/website/page/sitemap.rb b/app/models/communication/website/page/sitemap.rb
index 08f797fbe37530ae92e9beae1fb74a5c07ff9a6c..b1c16f4ec42c1d13b76edba815e297c6f188173b 100644
--- a/app/models/communication/website/page/sitemap.rb
+++ b/app/models/communication/website/page/sitemap.rb
@@ -48,6 +48,14 @@ class Communication::Website::Page::Sitemap < Communication::Website::Page
   def draftable?
     false
   end
+
+  def full_width
+    false
+  end
+
+  def show_toc?
+    true
+  end
   
   def static_layout
     'sitemap'