Tell Google to Not Index Certain Parts of the Page

sam
sam
378 Points
48 Posts

Hi,

I want to tell google bot to do not index certain parts of my page. I have select tag in my html page. I want to google not read the items of this select tag. How can I achieve this?

Views: 9776
Total Answered: 2
Total Marked As Answer: 0
Posted On: 06-Apr-2016 08:14

Share:   fb twitter linkedin
Answers
Mayank
Mayank
194 Points
12 Posts
         

I do not know if such type of feature available in google crowler.

Posted On: 16-Apr-2016 01:16
Sunil Tarwara
Sunil T...
20 Points
0 Posts
         

Use the <nosnippet> Tag in the specific tag.
Alternatively you can add a page with no index tag:

<meta name="robots" content="noindex, nofollow">
And then add the page as ifram in the main page:
<iframe src="https://example.com/noindexed-page.html"></iframe>

Better not to trick Google like this. This is black hat because you want to show a piece of content to users and hide it from Google which is unethical. 

 

Posted On: 17-Feb-2025 02:08
 Log In to Chat