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


How to deindex a single url? - abhirupb - 06-05-2017

How to deindex a single url?


Re: How to deindex a single url? - avinash - 06-05-2017

Just add a noindex tag to the homepage. Or you can just redirect the page to your homepage.


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

<html><head>
<meta name="robots" content="noindex" />
(…rest goes here…)
</head>
<body>…</body>
</html>


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

If I remember right there is a way to deindex an url (other than delete it of course) is to use the robot.txt to tell the google bot not to crawl a particular page. There are many guides about robot.txt so I think it will be easy to do.


Re: How to deindex a single url? - abhirupb - 06-08-2017

Antonio Wrote:If I remember right there is a way to deindex an url (other than delete it of course) is to use the robot.txt to tell the google bot not to crawl a particular page. There are many guides about robot.txt so I think it will be easy to do.

Can you provide me guide for it.


Re: How to deindex a single url? - Antonio - 06-08-2017

You can try checking these, I think they have decent explaination how it works:
<!-- m --><a class="postlink" href="http://www.robotstxt.org/robotstxt.html">http://www.robotstxt.org/robotstxt.html</a><!-- m -->
<!-- m --><a class="postlink" href="https://moz.com/learn/seo/robotstxt">https://moz.com/learn/seo/robotstxt</a><!-- m -->


Re: How to deindex a single url? - daica85 - 06-08-2017

In order to deindex a url you need to config noindex feature in robot.txt file. Good luck to you,


Re: How to deindex a single url? - abhirupb - 06-08-2017

Antonio Wrote:You can try checking these, I think they have decent explaination how it works:
<!-- m --><a class="postlink" href="http://www.robotstxt.org/robotstxt.html">http://www.robotstxt.org/robotstxt.html</a><!-- m -->

<!-- m --><a class="postlink" href="https://moz.com/learn/seo/robotstxt">https://moz.com/learn/seo/robotstxt</a><!-- m -->
daica85 Wrote:In order to deindex a url you need to config noindex feature in robot.txt file. Good luck to you,

Thanks for the info guys.


Re: How to deindex a single url? - siva s - 06-20-2017

Use webmaster tool, it's helpful for index and deindex the url.


Re: How to deindex a single url? - sadesh - 06-21-2017

if want index only one url of your website sub links then if you have webmaster access there you can add that link and index particular link only,Thanks.