SEO MotionZ Forum

Full Version: How to deindex a single url?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How to deindex a single url?
Just add a noindex tag to the homepage. Or you can just redirect the page to your homepage.
<html><head>
<meta name="robots" content="noindex" />
(…rest goes here…)
</head>
<body>…</body>
</html>
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.
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.
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 -->
In order to deindex a url you need to config noindex feature in robot.txt file. Good luck to you,
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.
Use webmaster tool, it's helpful for index and deindex the url.
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.
Pages: 1 2