How To Block Google and Bing search Engine from putting out pages from my websit
Autor: Christine C.
Visited 1047,
Followers 1,
Udostępniony 0
Hi Can anyone please tell me how I can Block Google and Bing search Engines from taking pages from my website and then putting out pages from my website from their search engine. I am a novice so any help would be much appriciated Christine
Posted on the
you can start by asking google to remove your pages:
https://www.google.com/webmasters/tools/removals
***
from this site: https://developers.google.com/search/docs/advanced/crawling/block-indexing
To prevent most search engine web crawlers from indexing a page on your site, place the following meta tag into the <head> section of your page:
<meta name="robots" content="noindex">
To prevent only Google web crawlers from indexing a page:
<meta name="googlebot" content="noindex">
****
you can add this in x5:
step1 -> advanced TAB -> statisctics and code -> expert tab -> set this in after opening the HEAD tag (pulldown in x5)
<meta name="robots" content="noindex">
<meta name="googlebot" content="noindex">
you might also add this in the Basic tab of same section, where the robots.txt is.
User-agent: *
Disallow: /
Autor
Thank You Andre.
Would you please provide a screen shoot as to where to find the Meta tag to put the meta name="robots" content="noindex I am useing X5 pro 13 but also have version pro 14 a screen shot of the places as to put te above would be very muc appriciated Regards Christine
No problem,
Have fun, let us know if you need more info.