存档

文章标签 ‘wordpress’

中文版WORDPRESS链接英文化

2010年2月17日 惰惰 1 条评论

大家知道,由于SEO的原因,目前的搜索引擎还无法识别中文连接地址,但是对英文地址却有很好的识别能力,另外,门户搜索站已经可以识别汉语拼音,像Google, Baidu.

然而对于大家耳熟能详的Wordpress而言,他的中文版在设置好永久连接后,发帖的时候不像英文版一样可以变更连接地址,而是自动生成并相对固定的。如果你的文章标题是中文,那么链接地址也是中文(连接地址设置成?p=xxx除外),不被搜索引擎支持。

那么,怎样实现中文版Wordpress连接地址英文化呢?
第一、将你的连接设置成你需要的形式,无论是否包含日期,请记得结尾一定是 www.yourdomain.com/…/%postname% 或 www.yourdomain.com/…/%postname%.html

第二、发帖子之前,请将你的中文标题翻译成英文或者用汉语拼音的形式写在标题栏,如:

本文标题:怎样实现中文版Wordpress连接地址英文化

首先键入:zenyang shixian zhongwen ban wordpress lianjie dizhi yingwen hua

再如文章:google adsense 高级秘诀一文

首先在标题处键入英文:google adsense tips and tricks

第三、点击发布

第四、英文或中文拼音wordpress连接已经形成。

第五、编辑文章标题到您想要的。

第六、重新发布,文章地址已经形成,不会改变。

原创文章,转载请注明: 转载自互联网广告博客

本文链接地址: 中文版WORDPRESS链接英文化

标签:, ,
分类: WordPress 标签: , ,

让你的博客拥有手机WAP访问功能

2010年2月16日 惰惰 3 条评论

本博客的手机访问地址是 m.ads.org.cn 不知道各位做博客的朋友是否也想拥有一个?

很简单,先去 http://www.mofuse.com/a/ 申请一个帐户吧。

然后在 WordPress 的插件里,寻找这个插件 MoFuse Plugin 安装到你的博客上。

这个插件的好处如下:

1,免费的二级域名绑定,你可以自定与 *.yourdomain.com 为你的WAP版博客。
2,可以在手机版本的博客上投放Adsense For Mobile 的广告。
3,支持多个博客绑定到一个手机的博客上。
4,内置流量统计,让你知道多少人用手机访问过你的博客。

这里记得说一点,做你的手机博客的时候,一定要做个LOGO上去,这样会很Cool的。

原创文章,转载请注明: 转载自互联网广告博客

本文链接地址: 让你的博客拥有手机WAP访问功能

标签:, , ,

利用AutoBlogged外加Yahoo的Pipes做英文垃圾站的方法

2010年2月11日 惰惰 12 条评论

首先,你需要安装英文版本的WordPress,最新版本目前是2.91。

这里有AutoBlogged 2.5.74版本:

http://www.cnwebmasters.com/thread-37044-1-1.html

下载之后选择直接上传安装。

安装完之后,你可以看见你的控制台最下面,有AutoBlogged的链接,然后点开之后可以看见 Add New Feed.

其实关键是找Feed,AutoBlogged虽然可以自动采集,但是很多Feed都不是全文,都是只有前面的一段,所以采集之后都是概要。

这里,我们就需要借助一个东西,就是Yahoo 的 Pipes。

http://pipes.yahoo.com/pipes/

上面就是Yahoo的Pipes,注册之后,选择新建一个Pipes,然后点“Sources”-“Fetch Feed”,把你找到的采集点,当然只是博客的RSS加上去,就差不多完成了一个采集点。

多找几个采集点,用上面的方法重复几次。

然后将这个“Fetch Feed”拖到Pipe Output,就完成了多个RSS Feed的合烧工作。

然后叫合烧的地址,加到你的AutoBlogged的Add New Feed里,就差不多完工了。

最后运行采集,大功告成。

这里我要说明的几点,如果你做垃圾站,不能做完不管,那样根本获取不了SEO的流量。把我之前推荐的WP插件的文章看看,装一些插件上去。定期的更新采集,同时做下SEO优化。

最好能够用一些SEO工具,多对你的垃圾博客加些外链,这样很容易提高权重。

最重要的一点,不要乱采集,最好保留人家的出处,不然被投诉了,你的主机也完蛋了。

相关英文原文:

Yahoo pipes tutorial for full-feed autoblog

I noticed there are many people who are clueless about Yahoo Pipes or can’t figure it out. First off, let me explain what Pipes is. “Pipes is a powerful composition tool to aggregate, manipulate, and mash-up content from around the web.” Some people will use Pipes to takes several RSS feeds and combine them into 1 feed for use with their website. Others might use Pipes to take a RSS feed that only displays a summary and convert the feed to display the entire content of the article or news story. Or you can use both techniques to aggregate or combine multiple summary feeds into a “content super feed” (I’m trademarking that LOL). For this tutorial, I will explain the second technique.

Step1
Sign up if you haven’t already: http://pipes.yahoo.com

Step 2
Click the “Create a pipe” button on the main page.

Step 3
On the left menu, drag the “Fetch Feed” module into the grid. At this point you need to add your RSS feed that you want to convert into the “URL” text-box of this module. Use the XML version of your feed. For this example, I will use a health feed from the Washington Post:

Code:

feed://feeds.washingtonpost.com/wp-dyn/rss/health/index_xml

The purpose of this module is to tell Pipes what feed we are going to be working with. Simple!

Step 4
Drag the “Loop” module into the grid. The “Loop” module is located in the Operators submenu on the left menu. Click the little arrow to the left of “Operators” to display the submenu. After you have done this, you will notice there is another grid located inside of this “Loop” module. We will drag another module here in the next step.

The purpose of this module is to loop through each RSS item from the feed we specified in the previous module. For example, our feed has 100 stories in it. This module is going to loop through each story, 1 at a time, and do what we tell it to do.

Step 5
Drag the “Fetch Page” module into the “Loop” grid from the previous step. You should see a red box outlining the grid of the “Loop” module when you are hovering correctly. Now select the first dropdown next to “URL” and select item.link or type that in exactly.

The purpose of this module will basically look at the source page with in the RSS feed and strip out the full story. Since we threw this module into a “Loop” module, this will be looped for each RSS item(story) and grab the full story from the source page.

Step 6
Drag the “Regex” module onto the main grid. This module is located in the “Operators” submenu.

The purpose of this module is to manipulate the story, link, or even title. This module is only optional. Some examples I’ve used are to strip all links from a story. Or to remove the season and episode number from the title on a Hulu feed. Or to change every instance of the word Blackhat and make it output the word Whitehat instead. There are many regex examples out there on the web.

Step 7
Connect these all up. Currently these modules are all separate and there is no data flow from each module to the next. Data comes in the top of the module, filters through the module, then exits the module on the bottom. So click and hold the little circle at the bottom of the first module(“Fetch Feed”) and drag it to the top circle of the “Loop” module and release the click. You should see a connection or Pipe between the two modules. Now connect the bottom of the “Loop” module to the top of the “Regex” module. Finally, connect the bottom of the “Regex” module to the top of the “Pipe Output”

Now that the design is setup, you should test your connections. If you click on the “Pipe Output” module on the grid, it should turn orange. And at the bottom of the webpage, it should be generating the feed. After completion, you should see a list of your RSS stories in the bottom pane. If not, or there is an error, click the Refresh button in the bottom panes a few times. If you do not see any items then you either forgot to put the URL to your feed from Step 3 or you messed up your connections in Step 7. Try again or try another feed to test. Once you see your items in the bottom pane, you may continue.

Step 8
We need to find markers or characteristics on the source pages to pull out the full story. Open up your original RSS feed in a new browser or tab. Click on the first story so we are now on the source website reading the original story. Now on your browser, you need to view the source of the webpage. We need to find the story in this source. We also need to find a unique marker just before and just after the story. Here’s a snippet of an article from the feed:

Code:

 
seo-header”>

Who’s Blogging

 

Washington Post Staff Writer

Tuesday, January 5, 2010

Scientists may have created a vaccine against cocaine addiction: a series of shots that changes the body’s chemistry so that the drug can’t enter the brain and provide a high.

The vaccine, called TA-CD, shows promise but could also be dangerous; some of the addicts participating in a study of the vaccine started doing massive amounts of cocaine in hopes of overcoming its effects, according to Thomas R. Kosten, the lead researcher on the study, which was published in the Archives of General Psychiatry in October.

“After the vaccine, doing cocaine was a very disappointing experience for them,” said Kosten, a professor of psychiatry and neuroscience at Baylor College of Medicine in Houston.

Nobody overdosed, but some of them had 10 times more cocaine coursing through their systems than researchers had encountered before, according to Kosten. He said some of the addicts reported to researchers that they had gone broke buying cocaine from multiple drug dealers, hoping to find a variety that would get them high.

Of the 115 addicts in the study, 58 were given the vaccine, administered in a series of five shots over 12 weeks, while 57 received placebo injections. Six people dropped out before the end of the study. The researchers recruited the participants from a methadone-treatment program in West Haven, Conn., which made it possible to track them for the full 24 weeks of the study. The patients were addicted to cocaine and heroin; TA-CD is designed to work only on cocaine, including the crack form of the drug.

Like disease vaccines, TA-CD stimulates a person’s immune system to produce antibodies. Of those who received all five vaccine injections, 38 percent reached antibody levels that were high enough to dull the effects of the drug. The antibodies stayed active for eight to 10 weeks after the last shot.

In the high-antibodies group, 53 percent stayed off cocaine more than half the time once they had built up immunity. That compares with 23 percent of those who produced fewer antibodies. The researchers monitored cocaine use through regular urinalysis.

“In this study, immunization did not achieve complete abstinence from cocaine use,” Kosten said. “Previous research has shown, however, that a reduction in use is associated with a significant improvement in cocaine abusers’ social functioning and thus is therapeutically meaningful.”

About a quarter of those who received the vaccine did not make sufficient antibodies at all; Kosten isn’t sure why.

“That’s the million-dollar question,” said Margaret Haney, a professor of clinical neuroscience at Columbia University Medical Center, who is also researching the cocaine vaccine though she was not involved in Kosten’s study.

In October, the journal Biological Psychiatry published online an article by Haney that also tested the effects of TA-CD.

Through newspaper ads, Haney had recruited 15 cocaine-dependent men to participate in her study. (Only 10 stayed to the end.)


In the beginning of the story, you should see the text “”. This is unique to the page meaning there is only 1 instance of it on the page source AND it is on every news story on this feed. This will be our beginning marker. Hey look at the end, Washington Post is handing us their shit on a silver platter “”. This will be our end marker. Now back to Yahoo Pipes.

Step 9
Within the “Fetch Page” module, you will see an area that says “Cut content from:” and this first box will be the beginning marker () and the box to the right of that will be your end marker()

Step 10
Within the “Fetch Page” module, ensure that “assign” is selected and NOT “emit”. Ensure the dropdown says “first” and NOT “all”. To the right of that, change the dropdown for “results to” to item.description. This is where the full content is swapped with the summary on your original RSS feed.

Step 11
Almost there:) This is an optional step. If you are happy with your out put then skip this step. But you MAY want to strip links out of your story that may be inserted such as adds or reference links. You don’t want these on your blog. Do you? Within the “Regex” module, add a rule by clicking the plus sign in the module. Select item.description.content in the first box. This is the item that we are editing. Paste into the “replace” box the following

Code:

<[/\]?[a]\s+[^>]*>

Don’t ask how to read regex because thats a whole tutorial on its own.

Step 12
Save your Pipe by clicking the Save botton at the top right of your window. And name it.

Step 13
Lets get the NEW and IMPROVED feed url. Click “Run Pipe…” at the top of the page. Now click the “Get as RSS” link and you should see your new RSS feed. Copy that url into your favorite autoblogging plugin and you will now be ripping full news story’s instead of excerpts :)

Feel free to ask questions and GOOD LUCK !!! If you like this then don’t forget the Thanks :p

原创文章,转载请注明: 转载自互联网广告博客

本文链接地址: 利用AutoBlogged外加Yahoo的Pipes做英文垃圾站的方法

标签:, , ,

网站Tags标签的优化

2009年11月8日 惰惰 2 条评论

通过tag能将很多相关性的文章组合在一起,给用户更好的搜索体验。而tag的应用又能增加网站的收录数量,所以合理的应用tag是很有好处的。现在各大CMS、blog系统都加入了Tags,Tags标签的意思就是把相关关键词聚合到一起,现在站长们对Tags标签的利用无非就两点1:增强搜索引擎的收录。2:利于用户体验。但对于大多数中小站长来说tags标签的用户体验几乎是用不到的。

网站Tags标签优化方法有如下几点:

1:如何抒写Tags标签?

tags的书写是自由的。但是不应该是漫无目的,胡乱随心情而写的。tag的目的在于把相关的结果放在一起,那么在我们书写tag的时候就应该按照分类的角度来写。建议Tags标签的字数应控制在4-6个字符以内,千万不要成为一个句子。

2:Tags标签应避免热门关键词

在我浏览的大量博客中发现博主们对每篇文章的tags都设置成非常热门的关键词,这类很热门的关键词和网站名称可能在栏目页或网站首页更容易去优化它们。如“网络推广”,这时候我建议大伙使用长尾理论来优化tags标签,设置成“网络推广方法/方案”是一个不错的选择。

3:Tags标签应保证与文章内容的相关性

这是最基本是优化方法,只有这样做才能把Tags标签发挥出最大作用。在我的博客中就出现过和文章一点不相关的标签,这使得在搜索该原创文章的时候,排名却在转载网站的后面。

4:设置多少Tags标签合适?

记得有一个博主说过,他的博客标签已经有了200多个,仔细想想一个博客尽然出现这么多Tags,是有滥用网站Tags标签的嫌疑,我觉得保证每个Tags标签下面至少有3篇以上的文章,这样才能引起搜索引擎的重视。

5:该不该修改Tags标签?

Tags标签的优化是一个漫长的过程,包括我在内的大多数站长都很喜欢修改Tags标签,每修改一次,都要等着搜索引擎从新收录,从新赋予权重。建议站长们不要轻易修改Tags标签。

直到现在我博客的Tags标签没有起到一点作用,加上自己也不够重视,导致Tags标签只是博客的一个摆设。这两天一直在思考关于标签(Tags)的用法及优化问题,所以在最近对tags的想法拿出来与大家分享,如有不对的地方,希望多多指正批评。

原创文章,转载请注明: 转载自互联网广告博客

本文链接地址: 网站Tags标签的优化

标签:, ,
分类: PPC营销 标签: , ,

教你如何写博客赚钱

2009年10月29日 惰惰 10 条评论

大家都很清楚写博客真的能够赚钱,就像5766 什么在促使我不断的更新,这便是利益驱动. 现在写博客也是非常的简单,甚至是不需要任何技巧、不需要任何投资、几秒钟内就可以搭建一个自己的博客,比如用Google的blogger创建博客。由于博客赚钱几乎不需要什么条件就可以实现,所以现在越来越多的人加入了这个行列。

但是博客应该如何写、如何选择一个好的主题才能赚到更多的钱?按照我个人经验可以从下面三个方面思考:

1.这个主题对我来说有吸引力吗?

2.这个主题对不认识我的人来说也有吸引力吗?

3.这个主题在未来长时间内会一直保持有吸引力吗?

这个主题对我来说有吸引力吗?

当你在写博客的时候,如果你所写的文章连你自己都感觉没有什么意思、或者说你仅仅是为了写而写的话恐怕这是件非常痛苦的事情。就像我们上学时老师教我们如何学习一样:必须是自己有兴趣的学,写博客也是一样!首先你选的主题对自己要有吸引力,这样你才有动力去不断的挖掘,完善。

比如我写的一篇文章“如何通过快速备案”,这篇文章对我的吸引力就是可以通过文章推荐别人来做网站,然后遇到问题又会来这里寻找答案,学习教程。

这个主题对不认识我的人来说也有吸引力吗?

另一方面,如果你的文章对你来说非常有趣、但是仅仅对你来说有趣,就像有些人写的个人随笔,这样的文章对别人来说没有吸引力也就等于没有价值!博客要赚钱就得能吸引访问者的眼球,让访问者愿意去点你文章周边的广告、愿意不断的关注你的博客才行。

比如我写的一篇文章“
网上赚钱到底可以赚多少钱?
”,我用收款图片来证明的却可以通过网络来赚钱,而且大家可以从评论上看得出这篇文章比上面那篇更有吸引力!

这个主题在未来长时间内会一直保持有吸引力吗?

做过或者接触过“直销”的朋友都会经常说“管道的故事”,其实做博客和这个也一样。在写博客之前选择一个能够长期保持有吸引力的主题,开始你可能为准备这个主题花费很长时间,但是你会在以后的日子里发现这非常值得。我一直不推荐做垃圾站就是这个原因,所谓垃圾站也就是站内容如垃圾一样,对访问者不仅毫无价值而且还浪费他人时间,做站的还不得不经常性的制造出新的垃圾出来。

一篇文章值多少钱?用英文写一篇付费评论正常是在5-10美元,很多人说中文文章不值钱,那我可以负责任的告诉你我已经通过上面举例的那两篇赚了几百美元了!

我就是想不出好的主题怎么办?

这个问题很现实,即使这样你也不用着急,你可以从Google Trends上寻找感觉,或者到一些web2.0站点上找找思路。还不行的话就写产品评论和使用指导,这两方面肯定好写。

原创文章,转载请注明: 转载自互联网广告博客

本文链接地址: 教你如何写博客赚钱

标签:, ,