vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How Can I Get a Page on My Site Out of the Bing Index? (https://vborg.vbsupport.ru/showthread.php?t=311355)

madness85 05-14-2014 05:52 PM

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>

I guess i need to add this to a template anyone know where it goes?

Seven Skins 05-14-2014 06:02 PM

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" />
--------------- Added [DATE]1400094366[/DATE] at [TIME]1400094366[/TIME] ---------------

You may add this to robots.txt file

Code:

User-Agent: bingbot
Disallow: /


tbworld 05-14-2014 06:18 PM

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 05-14-2014 06:21 PM

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 :)

Zachery 05-14-2014 06:22 PM

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 05-14-2014 06:27 PM

Quote:

Originally Posted by Zachery (Post 2497834)
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.-

yes it is closed & has been from the start, i just dont want it listed at all.


All times are GMT. The time now is 01:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00945 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete