How to remove noindex tag in wordpress website ?
Printable View
How to remove noindex tag in wordpress website ?
Log in to WordPress.
Go to Settings → Reading.
Scroll down the page to where it says “Search Engine Visibility”
Uncheck the box next to “Discourage search engines from indexing this site”
Hit the “Save Changes” button below.
You have to allow your website for search engine indexing to fix this issue.
Go to Google Search Console.
Select your website.
From the options on the lest select 'Remove URLs' under 'Google Index'
Click on 'Temporary Hide'
Add the URL.
do you want to remove the no index from all pages or for a specific one?
Sharing a link with you: https://wordpress.org/support/topic/...ndex-meta-tag/
Hope it will resolve your query.
there are several ways you can do that.
you can either edit the page via html and add a meta no index using tag
<meta name="robots" content="noindex">
or easier way is to install yoast and go to the page that you want to tag as noindex, click the settings button, there you can see the option to index or tag the page as noindex