madness85
05-14-2014, 05:52 PM
Hi guys need some help please i found this info
If you want need to remove a URL from the Bing search results that you cannot or don't want to delete from your site as per Option 1, you can add a robots meta tag to your HTML source. Bing honors meta robots tags and adding <meta name="robots" content="noindex"> to your page source will ensure that the page will disappear from the index once it has been re-crawled and re-processed. When using the NOINDEX tag, your HTML header would look something like:
<html><head>
<meta name="robots" content="noindex" />
(?rest goes here?)
</head>
<body>?</body>
</html>
I guess i need to add this to a template anyone know where it goes?
If you want need to remove a URL from the Bing search results that you cannot or don't want to delete from your site as per Option 1, you can add a robots meta tag to your HTML source. Bing honors meta robots tags and adding <meta name="robots" content="noindex"> to your page source will ensure that the page will disappear from the index once it has been re-crawled and re-processed. When using the NOINDEX tag, your HTML header would look something like:
<html><head>
<meta name="robots" content="noindex" />
(?rest goes here?)
</head>
<body>?</body>
</html>
I guess i need to add this to a template anyone know where it goes?