forbid google to reference a Post Type URL.
-
I created a Custom Post type like that :
$pizza_options = array( 'labels' => $pizza_labels, 'description' => 'Holds our pizzas and pizza specific data', 'public' => true, // 'menu_position' => 1, 'menu_icon' => dirname(plugin_dir_url(__FILE__)).'/assets/images/pizza_16.png', 'supports' => array('title', 'excerpt', 'thumbnail'), 'has_archive' => true, 'rewrite' => array( 'slug' => 'pizzas-a-vaureal' ) );but , I found that google index this type of page that I do not want :
the tree links has the same code Post type mentioned above.
i don’t want people access these pages.thank you
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘forbid google to reference a Post Type URL.’ is closed to new replies.