Forum Moderators: Robert Charlton & goodroi
I added "noindex" metatag within the HTML code of all the pages of such sectionI'll assume that the meta tag was added in the <head></head> part of your html. It can take Google a lot longer than 2 weeks to digest changes. It is best not to block crawling so they can see that it remains noindexed if your noindexed content is remaining on your site.
<meta name="GOOGLEBOT" content="unavailable_after: 24 Jul 2021 10:00:00 UTC" /> along with the noindex change. You might want to add a "noarchive" element to that noindex meta tag as well. I'll assume that the meta tag was added in the <head></head> part of your html.
It can take Google a lot longer than 2 weeks to digest changes. It is best not to block crawling so they can see that it remains noindexed if your noindexed content is remaining on your site.
If you are planning to noindex this content it is best to remove it as it has the same effect over the long term as the noindex tag does.