I was trying to block a particular div so that Google cannot crawl it. I have searched lot regarding this and got some solutions. But in some blogs these methods are not good for SEO point of view .
- Use display:none in css
- Visibility:hidden
- Use Z index
Thanks to this link Methos to hide text
Please help me to find out some alternative to make a particular div non crawl able.