Archived topic
Remove Sitename/Page Title
1 reply · Started by Andy on September 23, 2015
I've been asked to remove the Sitename/Page titles from a build that is in development so that it isnt picked up by search engines before it goes live.
I've tried removing this:
<?php if ( ! function_exists( '_wp_render_title_tag' ) ) : ?>
<title><?php wp_title( '|', true, 'right' ); ?></title>
<?php endif; ?>
But it made no difference. Any advice appreciated.
Hello Andrew,
You can go in your Settings > Reading > Mark the last option "Search Engine Visibility"
If you want more information about you can check here: https://codex.wordpress.org/Settings_Reading_Screen
And here: https://www.elegantthemes.com/blog/tips-tricks/how-to-stop-search-engines-from-indexing-specific-posts-and-pages-in-wordpress
:D
