搜索引擎靠什么搜索你的页面?
看:网页meta标签的奥妙
●meat标签的NAME变量语法格式是:
<META NAME="xxx" CONTENT="xxxxxxxxxxxxxxxxxx">
其中xxx主要有下面几种参数:
1.Keywords(关键字)
说明:keywords用来告诉搜索引擎你网页的关键字是什么。
举例:<META NAME ="keywords" CONTENT="life, universe,
mankind, plants,
relationships, the meaning of life, science">
2.description(简介)
说明:description用来告诉搜索引擎你的网站主要内容。
举例:<META NAME="description" CONTENT="This page is about
the meaning of
life, the universe, mankind and plants.">
3.robots(机器人向导)
说明:robots用来告诉搜索机器人哪些页面需要索引,哪些页面不需要索引。
CONTENT的参数有all,none,index,noindex,follow,nofollow。默认是all。
举例:<META NAME="robots" CONTENT="none">
如果你想使得你得网站被搜索引擎收录,应该修改css.htm文件
找到:
title>你的网站名称 </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!然后添加下面的语句:!>
<META NAME ="keywords" CONTENT="www.你的域名">
<META NAME="description" CONTENT="网站关键词">
<META NAME="robots" CONTENT="index">
保存,这样就可以被迅速收录。
另外告诉你一个傻瓜式的方法吧,到本站下载登录奇兵,用登录奇兵进行自动添加标签.