Hi, i am beginner in asp.net and need a favour Is there any asp.net code available through which i can hide booking engine form from google crawler. I want to do this for my client website page:
http://www.policybazaar.com/car-insurance/car-insurance-india.aspx any help will be appreciated.
To prevent all robots 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 allow other robots to index the page on your site, preventing only Google's robots from indexing the page:
<meta name="googlebot" content="noindex">
When we see the noindex meta tag on a page, Google will completely drop the page from our search results, even if other pages link to it. Other search engines, however, may interpret this directive differently. As a result, a link to the page can still appear
in their search results.
Good Luck`
Sincerely,
Mahad Bin Mukhtar Remember to Mark the replies as Answers
The easiest day was 'yesterday'.
MCP, MCSD
For .NET TECH Blog
addybrown33
0 Points
3 Posts
Asp code to hide form
Dec 13, 2012 05:16 AM|LINK
Hi, i am beginner in asp.net and need a favour Is there any asp.net code available through which i can hide booking engine form from google crawler. I want to do this for my client website page: http://www.policybazaar.com/car-insurance/car-insurance-india.aspx any help will be appreciated.
Milind986
Participant
766 Points
161 Posts
Re: Asp code to hide form
Dec 13, 2012 06:47 AM|LINK
To prevent all robots(like google crawler) from indexing a page on your site, place the following meta tag into the <head> section of your page:
My Blog
addybrown33
0 Points
3 Posts
Re: Asp code to hide form
Dec 13, 2012 06:56 AM|LINK
but I just want to hide form not text content from the page.... any suggestions???
MahadTECH
Star
8978 Points
1660 Posts
Re: Asp code to hide form
Dec 13, 2012 07:09 AM|LINK
See this link
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=93710
Good Luck`
Mahad Bin Mukhtar
Remember to Mark the replies as Answers
The easiest day was 'yesterday'.
MCP, MCSD
For .NET TECH Blog
MahadTECH
Star
8978 Points
1660 Posts
Re: Asp code to hide form
Dec 13, 2012 07:12 AM|LINK
2nd Solution is Make a Different Page of Form and Use Meta for Robots..
Then by Iframe Put that Page on your car-insurance-india.aspx this Page..
Mahad Bin Mukhtar
Remember to Mark the replies as Answers
The easiest day was 'yesterday'.
MCP, MCSD
For .NET TECH Blog
addybrown33
0 Points
3 Posts
Re: Asp code to hide form
Dec 13, 2012 07:18 AM|LINK
but in this page i cannot change layout or design http://www.policybazaar.com/car-insurance/car-insurance-india.aspx
Is there any other way, any code to block a part only?