Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

WordPress 英文版 html标签中lang值 对搜索引擎的影响

WordPress是非常棒的博客程序,非常适合与SEO博客群,博客外链的建设。默认的英文版中标注的是英文语言,这对google与baidu有影响吗?

1 <html xmlns=”http://www.w3.org/1999/xhtml” lang=”en” xml:lang=”en”>

理论上来说浏览器或者搜索引擎会把你的网页当成英文网页,影响中文搜索引擎的收录,甚至可能当点击”只显示中文网页时”把您的页面删去。如果你希望更多的中文收录可以进行一下修改。

修改方法: 1.进入后台,编辑插件,(Themes – Editor) (也可以用ftp软件编辑、下载下来编辑好再上传、通过WebShell编辑等) 2.打开当前主题的header.php文件(如果有header-fullpage.php操作相同) 3.找到

1 2 3 <html ……> //通常为: <html <?php language_attributes(); ?>>

4.修改为:

1 <html xmlns=”http://www.w3.org/1999/xhtml” lang=”zh” xml:lang=”zh”>

5.保存修改

刷新页面可看到变化。

编后语:免费博客链接-珍珠链对lang=en与lang=cn的两个Wordpress博客网站进行了对比试验,Google搜索引擎是更加智能化,不影响收录。Baidu收录较少,但就算是lang=cn 收录也并不比lang=en 高多少。

Technorati : html, wordpress, 搜索引擎, 语言 Del.icio.us : html, wordpress, 搜索引擎, 语言 Zooomr : html, wordpress, 搜索引擎, 语言 . . . → Read More: WordPress 英文版 html标签中lang值 对搜索引擎的影响