Find answers to your questions before joining a tour so that you can find out exactly what you want to know. If you have more question please feel free to reach us via contact form.
Call us
Call or Whatsapp our teamĀ
+263717564454
Chat with us
Chat with out team and get support.
Shoot and email
Message us on Facebook
Follow us on
function add_noindex_to_all_pages() {
if( is_page() || is_single() ) { // applies to all pages and posts
echo '';
}
}
add_action('wp_head', 'add_noindex_to_all_pages');