四、SEO优化说明: 1、遵循百度要求: 增加坐标代码:PC版、wap版各个页面头部:
<meta name="location" content="province=四川;city=阆中;coord=105.977299,31.590852">
增加浏览标识:PC版各个页面头部:
<meta name="applicable-device" content="pc">
2、跳转到移动版: 请在PC版首页、封面、列表、内容页加上以下代码: js是浏览器跳转,meta是告诉搜索引擎移动页面的地址。
首页: 如:http://www.aslzw.com跳转到:http://m.aslzw.com/
<script type="text/javascript"> try {var urlhash = window.location.hash;if (!urlhash.match("fromapp")) {if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) {window.location="http://m.aslzw.com/";}}} catch(err) { }</script> <meta name="mobile-agent" content="format=xhtml;url=http://m.aslzw.com/">
封面、列表: 如:http://news.aslzw.com跳转到:http://m.aslzw.com/listinfo-2-0.html
<script type="text/javascript"> try {var urlhash = window.location.hash;if (!urlhash.match("fromapp")) {if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) {window.location="http://m.aslzw.com/listinfo-[!--self.classid--]-0.html";}}} catch(err) { }</script> <meta name="mobile-agent" content="format=xhtml;url=http://m.aslzw.com/listinfo-[!--self.classid--]-0.html">
内容: 如:http://news.aslzw.com/lzwx/127077.html跳转到:http://m.aslzw.com/showinfo-65-123716-0.html
<script type="text/javascript"> try {var urlhash = window.location.hash;if (!urlhash.match("fromapp")) {if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) {window.location="http://m.aslzw.com/showinfo-[!--classid--]-[!--id--]-0.html";}}} catch(err) { }</script> <meta name="mobile-agent" content="format=xhtml;url=http://m.aslzw.com/showinfo-[!--classid--]-[!--id--]-0.html">
|