diff --git a/includes/class-wp-push-syndication-server.php b/includes/class-wp-push-syndication-server.php
index 044d87659769e0182507219880ae7e1b2997952d..36252a1a0c5bb6d303461eeb829cb504118268ff 100644
--- a/includes/class-wp-push-syndication-server.php
+++ b/includes/class-wp-push-syndication-server.php
@@ -93,7 +93,7 @@ class WP_Push_Syndication_Server {
 			'query_var'             => false,
 			'rewrite'               => false,
 			'supports'              => array( 'title' ),
-			'can_export'            => false,
+			'can_export'            => true,
 			'register_meta_box_cb'  => array( $this, 'site_metaboxes' ),
 			'capabilities'          => $post_type_capabilities,
 		));