: 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')">
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?
More posts by @YK1175434
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.