SEO MotionZ Forum
How to deindex a single url? - Printable Version

+- SEO MotionZ Forum (https://seomotionz.com)
+-- Forum: Search Engine Optimization (https://seomotionz.com/forumdisplay.php?fid=7)
+--- Forum: SEO General (https://seomotionz.com/forumdisplay.php?fid=22)
+--- Thread: How to deindex a single url? (/showthread.php?tid=2613)

Pages: 1 2


Re: How to deindex a single url? - maheshseo - 06-22-2017

It is better not index instruction in robots.txt file


Re: How to deindex a single url? - jenniferravon - 07-06-2017

By using webmaster tool, we can easily index or noindex the URL's with the help of robot file where we can tell crawlers to index which urls.


Re: How to deindex a single url? - Elly - 07-12-2017

Add the meta-element robots to the source code of the page which is not supposed to appear in the index and set the value to NOINDEX.

By adding the following to the source code of a page, it will be removed from the index:

<meta name="robots" content="noindex">