Philip is freelancer
If you feel the content is useful. Thank for me with a coffee 😊
You can prevent a Brizy Cloud project from appearing in Google Search by including a noindex meta tag in the header HTML code. When Googlebot next crawls that page and sees the tag or header, Googlebot will drop that page entirely from Google Search results, regardless of whether other sites link to it.
You can prevent a Brizy Cloud project from appearing in Google Search by including a noindex meta tag in the header HTML code. When Googlebot next crawls that page and sees the tag or header, Googlebot will drop that page entirely from Google Search results, regardless of whether other sites link to it.
Implementing noindex
To prevent most search engine web crawlers from indexing your Brizy Cloud project, place the following meta tag into the <head> section of your project using our Code Injection feature:
<meta name="robots" content="noindex">
OR
<meta name=”robots” content=”noindex, nofollow”>
To prevent only Google web crawlers from indexing a page:
<meta name="googlebot" content="noindex">
You should be aware that some search engine web crawlers might interpret the noindex directive differently. As a result, it is possible that your page might still appear in results from other search engines.
If you feel the content is useful. Thank for me with a coffee 😊