|
关注 Joomla 的页面 meta 标签
|
|
|
|
Author: Autoit | Date:2007-01-15 | View: 11320 | Digg: 57 |
|
meta是在文档中模拟HTTP协议的响应头报文。meta 标签用于网页的<head>与</head>中, meta 的属性有两种:name和http-equiv。name属性主要用于描述网页,对应于content(网页内容),以便于搜索引擎机器人查找、分类(目前几乎所有的搜索引擎都使用网上机器人自动查找meta值来给网页分类)。这其中最重要的是description(站点在搜索引擎上的描述)和keywords(分类关键词), 而默认的joomal却都是固定相同的.那么你想关注你joomla网站的以下标签吗? <title></title>
<meta name="title" content="" />
<meta name="author" content="" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="Generator" content="" />
<meta name="robots" content="index, follow" />
...... 如果你想简单使用, 可以看看 Joomla SEF Patch : http://www.autoit.cn/forum/?thread-579-1-1.html 相应版本都有下载链接. [如果使用记得备份] 你还可以看看这里: http://www.autoit.cn/index.php/content/view/68/25.html 其他: 让description及keywords更完善等hack及使用规则视情况整理.
Permanent URL: http://www.autoit.cn/index.php/content/view/98/25.html
Only registered users can write comments. Please login or register. |