最近更新的时间少,我在想论坛还是会上一下的,找时间把这些回帖整理一下,希望能让看我博客的朋友温习一下关于SEO的基础内容,同时也为自己留一份学习存档。
有些东西,在论坛说出去是很随手打上去的,但后面看来,自己觉得还是有不少火花的,整理出来备份一下。
目前只是整理核桃回帖的内容,也许以后会有精彩回帖集,整理其它会员的回帖精华,后话后话,时间就不得而知了!
29
2010
03
核桃在点石论坛的SEO回帖选集
23
2010
03
庆幸我们这片神奇的土地!
看到点石上一位会员在回帖中提到:谁让我们不幸身在这片神奇的土地!
此篇给谷歌域名转移!不论是什么原因,不论别人挖到树根,还是吃到果子,从一个希望互联网发展的角度去看待这一切,始终相信:存在即合理!
核桃是谷歌产品的受益者,核桃从事SEO,感谢谷歌给予的搜索引擎环境!
16
2010
03
学习SEO要先从用户体验出发
*** 14:15:11
还有,就是我在想一个问题
就是做SEO,自己针对性的搞些实验,摸索一下搜索引擎的行为,
我想知道下,向我这种层次的,应该怎么去做,能不能给我个大概的思路什么的,让我少走点弯路
[b]~核桃[/b] 14:22:55
一切从用户体验出发
已所不欲
勿施于人
15
2010
03
世界各地蜘蛛整理
转个帖子过来,作者收集了很多蜘蛛,这个有用的,弄个收藏。
5Ucms的蜘蛛代码函数。显示效果如下:
----------------代码开始----------------
' 蜘蛛机器人
function spiderbot()
dim agent: agent = lcase(request.servervariables("http_user_agent"))
dim Bot: Bot = ""
'百度
if instr(agent, "baiduspider") > 0 then Bot = "Baiduspider"
if instr(agent, "baiducustomer") > 0 then Bot = "BaiduCustomer"
if instr(agent, "baidu-thumbnail") > 0 then Bot = "Baidu-Thumbnail"
if instr(agent, "baiduspider-mobile-gate") > 0 then Bot = "Baiduspider-Mobile-Gate"
if instr(agent, "baidu-transcoder/1.0.6.0") > 0 then Bot = "Baidu-Transcoder/1.0.6.0"
'谷歌google
if instr(agent, "googlebot/2.1") > 0 then Bot = "Googlebot/2.1"
if instr(agent, "googlebot-image/1.0") > 0 then Bot = "Googlebot-Image/1.0"
if instr(agent, "feedfetcher-google") > 0 then Bot = "Feedfetcher-Google"
if instr(agent, "mediapartners-google") > 0 then Bot = "Google Adsense"
if instr(agent, "adsbot-google") > 0 then Bot = "Google AdWords"
if instr(agent, "googlebot-mobile/2.1") > 0 then Bot = "Googlebot-Mobile/2.1"
if instr(agent, "googlefriendconnect/1.0") > 0 then Bot = "GoogleFriendConnect/1.0"
09
2010
03
如何在豆瓣显示自己的博客更新
以前在逛豆瓣时,看到有豆油的页面上会显示自己的博客文章更新,很好奇是怎么设置的,我找了半天也没找到,今天又见有豆油在豆瓣个人页面上显示自己的博客更新,就百度了一下,方法如下:
首先要到九点页面添加你的订阅,因为我已经添加过了,这里就没有图片讲解了(话说豆瓣的抓取真是慢的要死啊)。
接下来点击下方的“管理订阅列表 ”,如图: