我在aspx頁面(asp.net),我做了隱藏和顯示鏈接點擊使用jquery,但這不是SEO friendly.How下面的彈出式html結構如何使它SEO友好而不使用元標籤?使文本搜索引擎友好
<div class="popupbackground" id="divDescription" style="display: block;">
<div style="display: block;" class="width" id="divDescriptionPopup">
<div style="margin-top: -200px;" class="popup">
<div class="close float-right">
<a style="float: right;
display: inline" onclick="return CloseDescription_Close();" href="" id="CloseDescription">
<img title="Close" alt="Close" src="../Images/close.png">
</a>
</div>
<h3 class="float-left heading">
Description</h3>
<div class="clear">
</div>
<div class="popup_inner_description">
<div class="pop_scroll">
<span id="ContentPlaceHolder1_lblLongDescription"><font size="3"><span style="font-weight: bold;">content here.... <span style="font-weight: bold;">SavingON.co.uk</span> content here....<br><br> content here....<br><br>content here <br><br>content here...</span></font></span>
</div>
</div>
<div class="clear">
</div>
</div>
</div>
</div>
不,我說你的錯,但如果你知道它不是SEO友好的,那爲什麼? – Curt 2012-08-02 09:22:48
我不知道這個彈出窗口與SEO有關嗎?我唯一能從中看到的是爲您使用的圖像添加一個適當的** alt **標籤,並在描述中添加適當的關鍵字! – 2012-08-02 09:54:11
字體標籤?!歡迎來到90年代。什麼是不友善的關於它? – 2012-08-02 10:10:13