小老鼠偷油吃:域名解析

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/27 20:03:40
请高手指教,如何将隐性解析后的、并被搜索引擎收录的,但在搜索引擎搜索结果上显示的却不是原域名所在的网页Title呢,而是几个点点?

如何实现,不是这几个点,而是网页Title呢?
比如,在百度里输入“世界杯时间表精致赛程表”,第一个链的几个点,为什么不是字呢?
谢谢!!!

<html>
<head>
</head>
<title>
</title>
<frameset rows="0,*" framespacing="0" border="0" frameborder="0">
<frame name="top" noresize scrolling="no">
<frame name="bottom" src="http://www.lnlyccb.com/myweb/index.htm" noresize scrolling="auto">
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>

---------------------
不好意思,刚才是我没有看清楚你的问题。
你的title里面是空的,当然是显示几个...了
把你的HTML里面的title之间加上你的标题,例如修改成

<html>
<head>
</head>

<title> 世界杯时间表精致赛程表</title>

<frameset rows="0,*" framespacing="0" border="0" frameborder="0">
<frame name="top" noresize scrolling="no">
<frame name="bottom" src="http://www.lnlyccb.com/myweb/index.htm" noresize scrolling="auto">
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>

-----说实话,下面的句子 逻辑很混乱,让人不明白你的意思------------
如何将隐性解析后的、并被搜索引擎收录的,但在搜索引擎搜索结果上显示的却不是原域名所在的网页Title呢,而是几个点点?
----------------------

如果你是想让搜索引擎收录你的域名http://sing.lnlyccb.com/的时候,在标题上显示你的页面,那么你需要修改http://sing.lnlyccb.com/index.htm这个文件的标题部分,就是需要在title之间加入关键字。

如果你无法修改这个文件,只能给你说,没有办法。除非你作竞价排名!

那是通过作弊的手段来欺骗搜索引擎达到收录目的的,被发现的话你的域名将会被永久拒绝收录。