hi... Friends ... i want deIndex my website form google what is the best way GWT or .htacess . and want to change my domain name with new Brand this is possible with 301 redirection for old deIndexed Website link juice still pass with deindex website. ? Thanks
You can't deindex your website from Google. 1. upload a robots.txt file to your root directory of your old website to noindex the website entirely. 2. 301 redirect all your traffic from the old website to your new domain. By doing this will make sure you don't generate duplicate content, and still passing the link juicy to the new domain.
You can completely deindex your site from Google using Remove URLs option. Login to Webmaster tools, click on Google Index>>Remove URLs. And in the Remove URLs click on Temporary hide button and click on Continue. On next page click on Submit Request. Google will get rid your entire site for 90 days and will remove all urls as well.
What do you mean 90 days? Once the URLs have been removed from the index they are permanently deleted.
Yes they will be deleted but only for 90 days, And after the 90 days if the site will be running live, then all results will be reindexed again into the search. According to Google Webmaster tools if you want to completely remove your pages from google then set a noindex tag on the website or remove the urls from site.
Hi there The most SEO friendly way: Redirect ALL indexed URLS to the new urls of your new domain. Make sure you get them all redirected, use the site operator to figure out which pages are indexed: "site:yourdomain.tld". AND make sure you are redirecting ALL incoming links to your new pages. If using WP, use a plugin where you can set the site to noindex or put a robots.txt in your root with the following two lines: User-agent: * Disallow: / Best regards!