Hi,

I need to urgently remove a url from bing. I have inserted the robots.txt file as below -

User-agent:msnbot
Disallow: /

Even after 10 days, the url is still listed in Bing. Is there any removal url link from bing.

Yes, there is really method for removing it, i had come accross the same problems as you, and my friend helped me, i will ask him, and then contact you.

Hi,
put a robots.txt in your website root and enter following

--start of code---
User-agent: msnbot
Disallow: /
Disallow: /tmp/
Disallow: /~joe/

--end of code---

first User-agent: msnbot will specify the search engine so in bing caseits msnbot

User-agent: msnbot


2nd is

Disallow: /

you telling msn boot to not index any of you your website pages

3rd

if you want to disable any url

Disallow: /temp

in this case yourwebsite http://www.yourwebsite/temp/

will not index

or way is to make a

bing or msn webmaster account and you can specify or remove indexed website from that account

cheers

creat a bing webmaster first account and you can specify or remove indexed website from that account

creat a bing webmaster first account and you can specify or remove indexed website from that account

I have created the bing webmaster account but where is the link to remove the website. Can you please specify.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.