Method 1: using
display :none
This is the not good for Google search when it still read the html when it display on mobile. The HTML element even is read on the no content when google search reach to it. What is the solution? It it the condition structure for Google Search not reach it.
Method 2: using:
<b:if cond=’data:blog.isMobileRequest == "false"’> ….html… </b:if>
For remove html on Google Search on moblie.
With HTML, using
<b:if cond=’data:blog.isMobileRequest == "false"’>
after <b:includable id=’main’> and
</b:if>
<b:if cond=’data:blog.isMobileRequest == "true"’>
However, better is hide on mobile, because the speed of website is very important in mobile.