diff --git wp-includes/post.php wp-includes/post.php
index a930eda..ed90c16 100644
--- wp-includes/post.php
+++ wp-includes/post.php
@@ -31,6 +31,7 @@ function create_initial_post_types() {
 
 	register_post_type( 'page', array(
 		'public' => true,
+		'publicly_queryable' => false,
 		'_builtin' => true, /* internal use only. don't use this when registering your own post type. */
 		'_edit_link' => 'post.php?post=%d', /* internal use only. don't use this when registering your own post type. */
 		'capability_type' => 'page',
