Mobile app version of vmapp.org
Login or Join
YK1175434

: Is hiding tag or set it in noscript SEO friendly? Is it possible to make img tag display:none and then add it with CSS background? For example: <div style="background-image:url('image.png')">

@YK1175434

Posted in: #Css #Html #Images #Seo

Is it possible to make img tag display:none and then add it with CSS background?

For example:

<div style="background-image:url('image.png')">
<img src="image.png" alt="description of image" style="display:none">
</div>


Assume with this Google search engine can detect tag same as adding img tag inside noscript (I find it in lazy load plugin doing this).

<nosript>
<img src="image.png" alt="description of image" >
</noscript>


So is it safe doing this?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @YK1175434

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme