The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Can I Get a Page on My Site Out of the Bing Index?
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: Code:
<html><head> <meta name="robots" content="noindex" /> (?rest goes here?) </head> <body>?</body> </html> |
#2
|
||||
|
||||
You can do it as mentioned below ... But by doing this all search engines will stop indexing your site.
Add the code below to your headinclude or headinclude_bottom template. HTML Code:
<meta name="robots" content="noindex" />
You may add this to robots.txt file Code:
User-Agent: bingbot Disallow: / |
Благодарность от: | ||
madness85 |
#3
|
|||
|
|||
Disallow it in your "robots.txt" file, where you can control the individual URL. If you just include it in your web page header you will have to use vbulletin conditionals.
See http://www.robotstxt.org/orig.html https://developers.google.com/webmas...ocs/robots_txt |
Благодарность от: | ||
madness85 |
#4
|
|||
|
|||
this is mine
User-agent: * Disallow: / Ive also banned useragent but i believe its not going to stop indexing it unless i add the code above. thanks for your help guys |
#5
|
||||
|
||||
Even if you do add the code to robots, or add the code to the page, these changes are NOT instant.
It takes time. If you don't want your site to showup in search engines, close access off to guest.- |
Благодарность от: | ||
madness85 |
#6
|
|||
|
|||
yes it is closed & has been from the start, i just dont want it listed at all.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|