<div style="position: absolute;top: -10000px;left: -10000px;">
<p>Hieee! I'm a Hidden DIV. Find me on webpage (if you can!)</p>
</div>
As we already know there are so many methods to hide an element from webpage using CSS styles. such as, visibility: hidden; or display:none;
But there is an alternative way to completely hide any div or element from website for user but not for bots.
Just think about, you are adding keywords in your html code for better SEO & you don't want to show it to visitors, but google/bing bots count it as website's content.
But there is an alternative way to completely hide any div or element from website for user but not for bots.
Just think about, you are adding keywords in your html code for better SEO & you don't want to show it to visitors, but google/bing bots count it as website's content.
4 Responses
For Google, the good content is the content that user can see.
Write a comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.