搜索引擎網站優化-怎麼樣用CSS圖片做環境

這處紹介的是另一種可以讓搜索引擎網站讀取圖片書契的作法,是經過CSS完成的。
在你的HTML文件裡:

<div id=”myimage”>
<span>
My Company Name – My Unique Selling Proposition Why You Should Get My Service
</span>
</div> 在你的CSS文件裡:

#myimage {
background: url(』../images/path/myimage.jpg』);
height: 100px;
width: 760px;
}
#myimage span {
display: none;
}
請注意不要麼為己甚優化,切莫若下所述做法,你會GOT BANNED.

<div id=”myimage”>
<span>
My Company Name – My Unique Selling Proposition Why You Should Get My Service – My company does this, this, and that. We also offer this and that, we are the best in doing all these things. product 1, product 2, product 3, service 1, service 2, service 3.
<span>
</div>