06-05-2017, 06:35 AM
How to deindex a single url?
|
How to deindex a single url?
|
|
06-05-2017, 06:35 AM
How to deindex a single url?
06-05-2017, 06:36 AM
Just add a noindex tag to the homepage. Or you can just redirect the page to your homepage.
06-06-2017, 04:41 AM
<html><head>
<meta name="robots" content="noindex" /> (…rest goes here…) </head> <body>…</body> </html>
06-07-2017, 10:54 AM
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.
06-08-2017, 06:49 AM
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.
06-08-2017, 07:09 AM
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 -->
06-08-2017, 01:24 PM
In order to deindex a url you need to config noindex feature in robot.txt file. Good luck to you,
06-08-2017, 02:25 PM
Antonio Wrote:You can try checking these, I think they have decent explaination how it works: 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.
06-20-2017, 09:36 AM
Use webmaster tool, it's helpful for index and deindex the url.
06-21-2017, 10:52 AM
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.
|
|
« Next Oldest | Next Newest »
|