遵守 Google Adsense 条款和协议,这是Google的游戏,遵守他们的规则,有疑问就问Google。
高访问量最重要,可以适当进行SEO
内容为王,经常更新你的网站。
为你的访客提供价值。
使用一些技巧可以使你的收入翻倍。
不停的试验。
不要抱住Adsense不放,尝试其他广告发布网络。(译注:不要一同放置内容关联广告。)
不停的学习。
永不放弃。
6月 20th, 2008 lnhoo Posted in google No Comments » 152Views
6月 5th, 2008 lnhoo Posted in google No Comments » 153Views
PageRank 是成为了许多网站(包括博客)追寻的目标。然而,PageRank 到底是什么呢?
这个也是我想知道的。搜集了很多资料,看来看去还不摸不着头脑。只是把一些对自己有用的拿来分享。有两篇关于Google PageRank的文章是一定要读的。
6月 2nd, 2008 lnhoo Posted in google No Comments » 140Views
6月 1st, 2008 lnhoo Posted in google No Comments » 134Views
5月 31st, 2008 lnhoo Posted in google No Comments » 134Views
发现输入中文进行搜索.得到的结果却全是乱码。在网上搜索一下,找到了问题的所在。
只是需要将一个地方改一下.
将
<input type=hidden name=ie value=GB2312>
<input type=hidden name=oe value=GB2312>
改成:
<input type="hidden" name="ie" value="utf-8">
<input type="hidden" name="oe" value="utf-8">