seo优化
时间:2021-03-09 13:12:19
收藏:0
阅读:0
基本体现在代码中的meta标签之中
- 关键字 <meta name="keywords" content="关键字1, 关键字2, 关键字3" />
- 描述 <meta name="description" content="这里写对这个网页的描述">
- 重定向 <meta http-equiv="refresh" content="3: http://www.baidu.com" /> 这里的3 是代表三秒后
- 网站作者 <meta name="author" content="作者名" />
- 搜索引擎蜘蛛 <meta name="Robots" content="不同的值" />
- all 文件被检索,页面链接可以被查询
- none 文件不检索,页面链接不可以被查询
- index 文件将被检索
- follow 页面链接可以被查询
- 设定为noindex:文件将不被检索,但页面上的链接可以被查询;
- 设定为nofollow:文件将不被检索,页面上的链接可以被查询
- title <title>这里尽可能与关键字一致,有利于优化</title>
评论(0)