How to Hide a Web Page from Search Engines

Posted by Lasantha Bandara on December 8th, 2016 File Under : meta tags, seo0 Comment

Adding this meta tag into the head section of your webpage, it will hide that page from search engine results. Add it just after the <head> tag.

<meta name='robots' content='noindex,nofollow'/>

If you are using Blogger, go to "Edit HTML" to add the above code.

Note: Adding above meta tag into your Blogger blog, it will hide your entire blog from search engines.

If you only want to hide one Blogger page (for example: Advertise page), add it like this:

<b:if cond='data:blog.url == data:blog.canonicalHomepageUrl + &quot;p/advertise.html&quot;'> 
<meta name='robots' content='noindex,nofollow'/>
</b:if>

File Under : meta tags, seo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.