收入增加的Adsense测试与A / B分割

在发布的Adsense在2009年2月11日由J大卫罗杰斯- 2评论

我的Adsense收入已经相当平坦最近,我一直在想有什么是我能做的改善。 我读了一次又一次对需要测试不同的广告变化,以便找出其中最适合我的表现。 虽然我一直跌跌撞撞来到时,其实这样做,因为它像这么大,劳动力密集的过程似乎。

推理某人,某处必须想出一个办法来解决这个问题,我开始为解决打猎。 我偶然在谷歌自己的Adsense的网站,非常简单,其实我笑了,当我第一次读到它的。 它都用了约30分钟我执行的第一次,我不能想象它会超过5分钟,每次测试我向前迈进。

什么是A / B分割测试?

这个概念,一个在正式市场多年的研究,是一种称为A / B分割测试。 通过测试两件事情,一个叫A和一个名为B对彼此,你可以决定哪一个性能更好。 简单,当然,但诀窍是,要它是可靠的,你需要改变A和B之间的一次只做一件事,所做的更改需要测试的同时,使像或一天的时间,外部因素一周内不会影响结果。

例如,你可能有两个广告单位是除了一个使用蓝色背景,另一位是白色背景相同。 要使用的A / B分割测试,以确定哪些人让更多的钱,你会随机变化两者之间的交替,因为他们的广告呈现给您的访客。 在显示两个版本很多,很多次,测量你的收入,你能感觉到自信的补充,以保持。

JavaScript中的救援

好吧,事不宜迟,下面是代码:

 
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 "text/javascript" > var random_number = Math. random ( ) ; if ( random_number < .5 ) { <!-- /* INSERT FIRST ADSENSE CODE BLOCK HERE */ google_ad_client = "pub-XXX" ; google_ad_slot = "XXX" ; google_ad_width = XXX ; google_ad_height = XXX ; //--> } else { <!-- /* INSERT SECOND ADSENSE CODE BLOCK HERE */ google_ad_client = "pub-YYY" ; google_ad_slot = "YYY" ; google_ad_width = YYY ; google_ad_height = YYY ; //--> } </ script > <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> <脚本类型=“文本/ javascript中”> 变种 random_number =数学。 随机 (); 如果 (random_number <0.5)(<! - / *插入首次通过Adsense代码块这里* / google_ad_client =“酒吧,三十”; google_ad_slot = “XXX”; google_ad_width =极限特工; google_ad_height =极限特工; //-->) 否则 (<! - / *插入第二块这里AdSense代码* / google_ad_client =“酒吧- YYY”的 ; google_ad_slot =“YYY” ; google_ad_width = YYY的; google_ad_height = YYY的;)//--> </脚本> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </脚本> 

现在,如果你有一些编程语言的经验,这可能是对你来说相当不错。 如果不是,它可能需要一些解释。 前提是难以置信的简单。 这只是一个使用Javascript位,您可以使用两种不同的广告随机备用。 无论你通常会插入一个标准AdSense代码块,你可以使用此代码,而是用几个小的修改。 唯一要改变的是,以取代“第一”和“第二次”与你的真实的Adsense代表两个广告要测试代码的代码块。 整洁,是吧?

追踪结果,与自订频道

虽然JavaScript将轮流展示您的广告很好,要查看测试的结果将需要几个步骤:

  1. 创建要测试的广告内的Adsense。 我敢肯定你已经知道如何做到这一点,但我包括了完整的一步。 给他们的名字,清楚地描述其属性和它们之间的区别,如TopBannerWithBorder和TopBannerWithoutBorder。
  2. 创建两个自定义渠道,为每个广告,您正在测试1。 再次,请务必使用描述性的名字,这样你就不必设法记住它们代表。 这不是一个问题,重用的名字你的广告中使用。 这就是我做什么。
  3. 每个广告分配到自己的,独立的声道。

为什么在这样的使用渠道? 由于谷歌的AdSense报告的限制,你不能直接报告的广告。 你可以,不过,报告渠道。 通过创建自定义渠道的每个广告,你可以绕过这个限制。

等待1周和运行自定义报告

重要的是要足够长的运行测试,其结论有信心。 足够长的时间有多长? 嗯,你可以深入的统计,并提出了不同的答案数量最多,但对我来说我希望看到几千印象如果可能的话,分布在至少24小时内。 我通常只是让一个测试运行一个星期,然后检查回来,看看发生了什么。

要真正看到测试的结果,你必须建立一个在谷歌的Adsense自定义报告“高级报告”模块。 这个过程很简单:

  1. 选择一个日期范围涵盖了测试期。
  2. 根据显示的标题,选择频道的数据,然后选择这两个渠道,在您的测试包含了两个广告。
  3. 根据由标题,选择频道组。
  4. 在选择单位的标题,选择组合。 这样做是必要的,如果你是对文本链接单元测试标准广告单位。

点击显示报告的漂亮大按钮,等待几秒钟,并查看您的结果。 正如你现在肯定知道哪些广告表现较佳,下一步是将败诉的广告,并创建一个新的测试对赢家。 您可以继续测试一次又一次,直到你找到合适的组合,以确保你正在做的一切你可以到你的Adsense收入最大化。

18月的进展报告

张贴在入门市场营销总结 8月12日,罗杰斯2008年J大卫- 成为第一位评论

很难相信它已经18个月以来我发起的ESL工作世界 我的积极的发展已经有了大致分两个阶段,一两个月在3月和2007年4月持久,两个月在11月和2007年12月另一个。 余下的时间已经让我的网站或多或少自己照顾自己的定期检查,以确保它仍然成功地启动和运行。 我即将开始新一轮的发展,不过,我认为这将有助于我总结了该网站的当前状态。

交通概况

我的流量一直逐月增长。 据平均约为3.0万唯一访问者每月10万,每月页面浏览量。 贩卖人口的来源是从大约78个搜索引擎,11%%来自其他网站的链接,从指挥交通,11%,如书签或访客在浏览器中键入地址。 此流量已经全部有机的。 虽然我的PPC了数个月的广告尝试在2007年底和2008年初,我不觉得投资报酬率合理的费用,和我的感觉是,有显着点击欺诈以及。 因此,我并没有从事任何PPC广告在超过6个月,可能不会在可预见的未来追求它。

搜索引擎结果概述

我一直在试图排在各大搜索引擎以及为几个关键字词组,最具体“工作英语”和“英语教学工作,”因为我的研究已经表明他们是最高的搜索字词对应关系最密切的生态位英语求职世界。 我的成绩一直不错,特别是考虑到时间的长短我的网站已经生活相比,其竞争对手。 对于一个搜索使用“英语的工作,”该网站与谷歌的排名#2,#6雅虎与MSN和#3。 对于“大学英语教学工作,”该网站与谷歌的排名#2,#2与雅虎和#1与MSN。 这些排名也相当一致每月,几乎没有变化。 我定期工作,以建立更多的外部链接使用目录和相关网站,这是主要的关键字词组的手段,以进一步提高他们的立场。

登记概况

有两种用户可以登记求职英语世界,教师和雇主类型。 目前,1200多名教师订阅了每周通讯,总结近期的工作职位,以及超过1400雇主登记后的就业机会。 雇主的,略微超过百分之十每周活跃,约有300个就业机会是每星期公布。 两个注册教师和雇主一直稳步增长和一贯的,这是一个必要条件,以确保一个健康的社会和未来成功的网站。 每个星期,约2%的独立访问用户选择该网站登记的一种形式。 增加这一比例是一个关键目标。

收入和支出概况

当然,底线是多少创造收入的网站。 目前,它完全由谷歌的Adsense收入大约每月400美元。 它的唯一的直接费用是每月10美元的托管费用。 我简要地试行Kontera和AdBrite,但并不觉得无论是我作为一个特别的广告服务利基非常适合他们没有很强的针对性。 当然,网站的整体投资回报率是强有力的,但它远不及我原来推出时设置的目标。 幸运的是,有一个领域,我可以在今后几周和几个月继续大幅增加其每月收入多少。

采摘的广告平台为Joomla权划分

张贴在不育系分类Joomla年12月12日- 2007年由J大卫罗杰斯8评论

随着决定与Joomla去为我的不育系,我的下一个难关是要弄清楚什么额外的组件我将使用它。 因为我的工作建立一个网站,我的首要任务是评估并选择一个分类广告的平台。 我要保持我想降低成本,所以我个人的选择将会因此而有所偏袒。

家里种植或间做决定下架

虽然我能砍根据与周围的HTML,我有点大约要放在一起作为一个分类广告平台复杂的事情,从头开始持怀疑态度罩位。 为了有更多的时间比我的人才或编程的人,这可能是一个解决方案考虑。 一个土生土长的平台可以完全定制和个性化,使得它能够站出来比任何竞争对手。 由于现有的选择是如此功能丰富,易于修改,这不是我所要追求的路径。

这些解决方案提供多种不同的分类广告,价格从自由总是一个很好的选择,颇为昂贵。 正如我以前所说,虽然,我的预算有限,我将只侧重于那些可以自由选择。

选择之间的紧密和松散集成

虽然是一个免费的分类广告,选择好数目,并非所有的人都整合与Joomla密切合作。 在审查我的选择,我意识到,虽然紧密集成的是在一个易于安装和配置现有的Joomla站点,他们似乎不那么频繁更新和支持。 相比之下,集成度较低的似乎更积极支持社区发展与活力,但可以是一个真正麻烦的无缝连接与Joomla。 这是一个困难的易用性之间的贸易和也许更全面小康功能集。

我发现了一个如Jobline和市场,这似乎是紧密集成与Joomla几个选项。 看来,这些产品都不再被开发,尽管如此,所以最后我决定选择其中之一将是不明智的。 相反,我当选为完全集中于选择,这在目前和积极支持。

比较诺亚的分类和AdsManager

诺亚的分类似乎远远是爸爸的广告平台隆重分类,有一巨大的基础和用户的安装。 主要的网站没有一个支持论坛,虽然,这是困扰后,在第一,直到我无意中诺亚分类非官方支持网站 ,有着很好的论坛。 有一个诺亚为Joomla的,也让我们显得相当有吸引力的版本。 因为这是修改工作与Joomla,不过,该Joomla版本的发展和正常版本不同步,我个人并不使用它与舒适。

另一选择是AdsManager ,这是专为开发Joomla。 它的网站是不迷人,但软件本身是令人印象深刻。 它的目的是从根本上是非常密切与Joomla整合,使其能够共享用户帐户和权限,这使得它很容易安装和配置。 它还具有一个非常活跃的技术支持论坛。 我问了一些问题,并很快得到了回应,使我能够快速移动的几个配置问题,我经历了。

最好的解决方案,为Joomla的分类广告

我感到一种强烈的情况下可用于任何诺亚分类或AdsManager的。 最后,我选择去与AdsManager,但由于其与Joomla和其社会支持力量的无缝集成。 到目前为止我已经非常满意,同时它的功能和支持,并认为它是对我的工作网站建设的正确的选择。

入门...再次!

张贴在入门 12月8日,罗杰斯2007年J大卫- 成为第一位评论

这是相当一段时间,因为我上次发布的更新...一个博客太普遍的现象! 我一直在积极努力工作英语世界 ,虽然,并认为这将有助于一些新的信息后让每个人都陷入上午与我在哪里。

交通建设

好消息是,我的努力,建立网站的访问量有很多是成功的。 我会进入另一个职位的战略,但我很高兴向大家报告,现在世界的ESL乔布斯在对谷歌,雅虎和MSN排名前10为主要关键字。 它的主页是现在公关与谷歌5和它的二级页面都公关4。 它花了我的搜索引擎优化的努力付出了一些时间,但它看起来像他们这样做的幸运。

随着交通量的增加,来作为您期望的那样,增加在网站上的活动。 虽然4月份很少被张贴工作,在这一点在12月初,该网站的任何地方,每天50至100的平均水平。 是的,每一天! 这是一件大好事,作为一个关键的长期成功的网站,使教师的吸引力,将访问找到工作。 不言而喻,一个没有职务的工作地点将不会非常有用的。

税务大楼

在头6个月目前运行的网站,我非常想赚钱不惜以任何方式。 我想只让自己说话的内容,并没有给游客任何理由要拒绝。 尤其是在我的教育生态位,成员可以有一个被以任何方式销售的感觉毒性反应。

不过,最近的知名度和增加网站的可信度,我添加了一些谷歌的AdSense块。 并不为过,我希望。 我尝试用自己的大小相当,形状,颜色和布局1位之前,我得到了什么,我觉得并没有减弱无论从实用性或整体外观和感觉,我想在座。

我将进入更详细的未来职,但底线是,该网站是目前赚取的收入数额小而稳定。 我的计划是把我的收入和投入在可预见的将来他们回到现场。 我将寻求优化在未来几周和几个月的网站盈利潜力,我一定会分享一路上我的努力。

提升价值

我一直是一个很大的信徒,唯一的办法一个站点要真正成功,是因为它始终如一地提供一些有价值的东西游人。 搞清楚什么是有价值的在你的利基,不过,通常是困难的。 它可以是加入之间面面俱到的把你的头,建设内容或功能,其实吸引市民参观和持久性有机污染物返回一线。

我觉得我已经做了合理的在这方面也做了明显的...问人民的意见! 在以后的文章中我将得到更多的细节,但我做了什么内核,是要努力创造一个自然,多次与我的访问者进行对话。 我去过那么寻找共同的主题,并在一些领域我觉得我可以合理地行事。

展望未来

有这么多,我已经在过去几个月里,我会做作出了努力,回去仔细回顾一下我所做的一切。 我会努力尽可能地强调什么工作,哪些没有工作,尽可能多提醒自己,以希望让别人避免我的错误。 我希望您回来看看!

利用反馈来改善我的项目

张贴在市场营销于4月19日,罗杰斯2007年由J大卫- 成为第一位评论

我想我会带发展绕道从讨论工作世界的ESL解决一个项目的战略和具有在线帮助我在过去的类似。 这真的很简单,但非常有效的时后。

征求反馈信息,然后采取行动的反馈进行改善!

阿,我过去使用,使这个战略采取行动的一些具体建议:

获取电子邮件地址

这是很基本的,但没有做这一步,你根本就没有办法有一个与您的访客交谈。 无论是通过注册程序或电子报订阅,请确保您的网站有一些有目共睹方式的人给您他们的电子邮件地址。

确认电子邮件地址

除了被用于选择好形式,在市场营销和法律的右侧住,你必须确保你的电子邮件地址的过程,需要得到确认。 不言而喻,一个坏的电子邮件地址是没有用的。 不管你的方法,确保游客得到一个确认链接的电子邮件。

询问具体问题

问:“我应该怎样做才能让我的网站更好”是非常广阔,“你喜欢我的网站”你是几乎无用。 问:“我能做些什么来改善我的注册过程”更集中,因而更容易得到有用的反应。

询问竞争对手

其中一个问题,我喜欢问:“你最喜欢的网站中 ,以及为什么它是你最喜欢?“这是伟大的,以便能够找出谁是竞争,有什么帮助他们脱颖而出。

询问最佳/最差

另一个问题,我最喜欢问的是“你最喜欢什么有关 你最不喜欢什么?“如果你问这个问题的话,某些主题应该开始出现,可以帮助你专注于你的努力来改善。

问一个问题,在一次

没有人喜欢通过传呼采空区的问题。 如果有人感觉他们填写一份普查表他们会毫不迟疑地删除你的反馈要求。 选择一个问题,问它,离开它。

不要成为害虫

垃圾邮件的人不要一天又一天的问题。 他们会生气,并取消或注销或者更糟。 我通常达到了大约每月一次。 不要成为害虫,人们会更容易回答您的问题。

跟进澄清

如果你得到回应,你不太清楚他们的意思,说出来。 我喜欢的事情之一是做,当我得到一个建议是要求从其他网站在它的网站已经做得很好的例子。 你会惊奇地发现,经常有人会为你回来踢几个环节进行审查。

跟进的变化

如果你得到的反馈意见并进行适当修改,让对方知道他们的意见和要求他们。 有时候你会得到一个不错的大拇指,但有时你会知道你还没有应用。 你需要知道的。

总是说谢谢你

你刚刚提出要求,有人实际上背离的可能性,并已经足够亲切的回应,然后你没有共同的礼貌,说声谢谢? 你觉得这个人很可能会帮助你吗? 没错。 总是说谢谢。

Drupal的或Joomla? 采摘一个CMS

在发布不育系入门Joomla在2007年4月7日由J大卫罗杰斯- 15评论

我已经决定, 一个内容管理系统(CMS)是我的网站最好的基础 我的下一个步骤是选择正确的。

一个伟大的开始是OpenSourceCMS ,一个网站与用户评论几乎所有的CMS主要角色的空间。 有什么与众不同的是,他们还为每类CMS的现场演示,他们盖。 你其实可以登录到前端或后端每一个,重新配置,使你的心的含量变化。 每两个小时,他们“重新启动”,把一切都回到一个新的安装。 这是一个伟大的方式进行实验,而不必经过所有的时间和每个系统的安装自己的麻烦。

安装的Drupal和Joomla在我的主机

除了测试每个OpenSourceCMS平台,我也想安装它们自己来衡量他们多么容易将一起工作。 幸运的是我的托管服务提供商,主机的Gator,使用的产品称为返塌思迪鼓这使得安装几下鼠标点击的Drupal和Joomla作为一个简单的。 以最小的努力都成功地安装。 纯粹主义者厌恶返塌思迪鼓,但对我而言,这是一个快速简便的方法来建立和运行,以便能够迅速开始踢的每一个产品的轮胎。

本地安装的Drupal和Joomla

由于我需要一个测试环境不久,我的本地机器上安装这两种产品是一个好主意,好。 这样我才可以这样做,不过,我需要安装的LAMP(或WAMP的)普遍使用的开放源码软件堆栈。 灯使我的桌面是要做一个Web服务器,这样我可以运行一切从我的本地机器就好像它是在我的主机上运行。

奇怪的是,灯为代表的Linux 的Apache MySQL的 PHP的 ,和他们的4个产品,弥补基础的Drupal,joomla,然后无数的其他产品。 WAMP的本质上是一回事,但使用的Windows操作系统。 每个产品都提供它自己的安装程序,我得到了我的本地机器上WAMP的工作没有时间。

本地安装的Drupal和Joomla的人多一点参与。 我必须了解如何安装MySQL数据库,并知道一些问题的正确答案,但奇才队,每个产品提供了相当不错的。 一个完整的新手可能会被淹没,但我发现它几乎一个单元都将得到迅速。

挑选最好的不育系

在这一天结束时,既没有产品突出,是一个明显的,主要解决方案。 每个组织的信息和已经完成自己的任务,怪癖和隐喻。 正如人们所预料的,有它们之间的分歧很大。 就像学习一门语言,成为在任何平台专家将可能是一个漫长的过程。

我花了创建内容在每个平台上大量的时间,改变周围的模板,激活模块,并尽我所能得到的东西便要在每个环境中工作,以合理的感觉。 我下载了若干附加功能中通常可以评估多么容易将增加其核心功能。 我评估了该URL的搜索引擎友好,他们产生的。 首先,我试图得到一个舒适的感觉如何我觉得在每一个产品,理解,我很可能会陪伴我最后选择了很多时间。

这似乎有些不可思议的Drupal有能力确定不同类型的内容。 我可以创建一个“工作”对象,并确定哪些属性(标题,国家,描述等)应包含。 这是相当强大。 我喜欢一切是如何从一个网页没有可用的装载和重装所有的时间。 添加和格式化的内容很简单。 包括有一个模块可以使来自论坛,大量的评论博客,这样我可以很容易地扩展它的功能。 有一个很多喜欢的Drupal。

Joomla区分了“前端”(一个访问者访问该网站时看到)和“后端”(强硬看到什么管理员控制网站),这是更符合我用在其他应用程序相一致的过去。 内容的类型基本上是固定的,虽然有相当多种,您可以在如何显示它们。 Joomla还配备可以用更少的捆绑比Drupal的,特点是好还是坏事情取决于你的观点。 对独特的附加元件数量,但令人印象深刻。 事实上,Joomla有一个自己的网站整体部分专用于Joomla扩展 花了一些时间来计算出一个组件之间,一个模块的差异,一mambot,但一旦是明确的,我能很容易地扩展Joomla。

为了使我的决定,我终于决定要看看周围,相互支持的产品社区。 作为测试,我犯了一个到每个产品的支持留言板一般查询。 我的Joomla收到后在较短的时间内有用的一些答复。 Drupal的折磨后,我好几天,甚至问了第二次反馈,仍然没有答案。 正如我将要学习的每个系统,并依靠别人来帮助我,这方面的经验,最终摇摆的钟摆到Joomla。

有了这个重要的决定进行的方式,我的下一个任务将是选择权的扩展混合添加到我的基地Joomla安装。

决定之间的论坛,博客或一个CMS

在发布不育系入门Joomla在07年3月30日由J大卫罗杰斯- 成为第一位评论

我的我的利基竞争力的大型和小型球员在分析给了我一个网站更清楚地了解我计划建立,以及一套明确的要求已经出现。 一个根本的问题,但是,仍然没有得到答复。 只是到底我应该如何去组织和现在的这种方式既可扩展性和吸引力的所有信息?

评价不同的方式组织和显示信息

在Internet土地的,也很少来的问题与一个真正独特的这么一点点进一步竞争对手比较能帮助我了解如何其他招聘网站解决了过去这个问题英寸回头大型和小型竞争者我最初的研究将帮助我的选择,我迅速缩小。 正如所料,我发现有很多不同的方法,我可以使学校张贴广告的ESL工作和教师发现和回应。

考虑到论坛

我可以使用一个论坛为基础,并建立了世界不同地区的不同类别。 雇主便可以自由地登记和邮政,教师将有能力通过上市浏览和搜索。 控制质量,不过,可能是一个问题,因为根据定义,一个论坛帖子是完全免费的,在一致的外观和感觉的方式有点形式。 看来,虽然有少数的竞争对手正在使用这种方法,它并不是一个很受欢迎。 我也不太高兴的是,整体外观和论坛的方式,这至少给我感觉不来的感觉专业了。 至于我自己的目的,这不是一个我所要追求的途径。

考虑一个博客

博客是另一种可行的方法。 他们非常容易设置,我可以使标签的不同类型进行分类和地区的就业机会,帮助教师更容易找到他们。 为学校创建一个开放的格式后,虽然,很可能是一场噩梦。 一个博客,可能是可以接受的一个学校,要对目前的工作后运行清单,但我可以很快看到这样的方法变得非常的网站规模行不通的。 奇怪的是,关于这一主题的变化是使用其中一个最大和最古老的工作在我的利基网站。 为什么会这样成功? 我的假设是,当该特定网站创建的博客格式是少数可用的解决方案可以轻松实现1。 这种做法感到相当过时,目前,虽然,我认为这将很难吸引新的访问者都使用它。

考虑到一个CMS

另一种通用的方法是使用一个内容管理系统或CMS。 这些都有点超过论坛和博客复杂获得成立,但权衡,是更好地组织和控制的内容结构。 他们是伟大的,当需要多人需要发布信息,但有一致的外观和感觉的。 在没有竞争对手正在使用一个CMS作为一个孤立的解决方案,但一个数字似乎用为核心,以哪一个更强大的功能被添加。 尤其是这个可能性是吸引我,因为大多数CMS的平台有很多的第三方开发人员贡献增值功能。 很可能是有人创建的代码,与一个CMS发布工作,使工程容易。

考虑利基解决

最后的选择是寻找东西向的信息的确切类型裁缝我要组织和现在。 正如所料,有系统可用,完全集中于分类广告。 至少在我的利基之一的竞争对手使用的是非常受欢迎的一个叫做诺亚的分类 我很想选择这条道路,因为它似乎提供了最短路径和运行起来很快。 我很担心,不过,虽然它显然在广告擅长,在那里有可能缺乏其他领域。 虽然利基的解决办法是让我,在这一个领域的快速运行,我也害怕它可以限制我的未来的选择。 我感觉这将是不通过自定义的努力去融入其中很多真正的琐事上一个论坛或博客,以螺栓。

正确的基础上解决

最后,我决定用我的一个CMS网站的核心。 这样做我的未来提供了很多方便地提供灵活的I已经确定将要区分自己的一些附加功能,并保持了大门,我可能更没有想到的原本功能打开。

我的下一个步骤将是检讨现有几个主要的CMS的平台 ,看看哪一个需要提供最好的离开我自己的现成的解决方案的。

分析两个主要竞争对手和利基

张贴在入门营销于2007年3月26日由J大卫罗杰斯- 1条评论

我现在有一个实际生活的域名连接到我的托管帐户 My next step is to get a little more specific about the type of content that should appear on my web site, as well as its general look and feel. My answers to these questions will help me determine what tools I'll need to use to build the site, and also help me flesh out my ideas about my next steps for moving forward.

Reviewing the big name competition to determine best practices

To start, I like to look at some of the successful big name companies in my general category. For online job listings, Monster.com and Career Builder are clearly on top. My thinking is that these folks have probably invested a huge amount of time and money tinkering with different formats to figure out the right way to connect employers and job seekers. By observing their overall approach, I can benefit from their investment and shorten my own learning curve.

For example, a common theme is a fairly clean home page with a really big search box front and center. Both have a white background and use fairly subdued color palettes, although Monster is a little flashier. The focus of the home page is also pretty much exclusively geared at job seekers–both sites have a different “front door” for employers.

Another key distinction is that they also both offer more than just job listings. There are articles geared towards helping people figure out the best strategy to find a job, and even how to choose one career over another. Both have a salary calculator tool. And they each have a method for visitors to request a periodic email when new jobs that meet their criteria have been posted.

Assessing the web sites already in my niche

After getting a good sense of what the large players are doing, I also want to look at the smaller sites operating successfully in my direct area of ESL Jobs. Identifying common themes across this group will help to ensure I meet the minimum bar of what the current market expects. I can also use my visits to see if I can find any opportunities where I can offer something to differentiate my own site. In particular, I will look to see if there is anything that the big companies are doing that the niche companies are not.

To find these top competitors, I simply head over to Google and type in my keywords. The top 10 web sites returned are the ones I will survey. A quick pass shows how incredibly different they are from one other. Judging by some of the dates on their job posts, they are also experiencing very different levels of popularity and success.

Looking deeper, the majority of their home pages seem to be incredibly long, requiring scrolling down repeatedly to view all the information. For a first time visitor, I think this might be a bit overwhelming. In contrast, the big name companies have most of their home page on a single screen, a feature I plan to emulate. The colors and fonts of the niche players are all over the place as well, with only a few having what I would consider to be a clean design and the others being incredibly busy. Most have a fairly dated appearance compared to the current web sites of the big companies.

Somewhat surprisingly, only a single site had a large search box at the top of their home page, and only two had a clearly visible way to receive new job postings by email. It was interesting to note that quite a few provided the opportunity for a teacher to post a resume that could be viewed by interested employers, a feature I had not even considered. In an odd twist, one of the top 10 sites didn't even appear to be functioning, as a lot of its links generated script errors.

As far as providing material above and beyond just job postings, quite a few seemed to be part of much larger sites with content that ranged all over the map. A few had articles on teaching conditions in various countries. A few had tips for finding a job. None had a salary calculator.

Learning lessons from the big and the small

My time spent evaluating both the large and niche players helped me narrow down the features and appearance of the web site I intend to build. It's interesting to note that while much of what I assumed going in turned out to be correct, a good bit was a complete surprise to me. It underscores the benefit of taking the time to really understand the market before jumping into it.

In summary, I determined that my minimum bar for success is a clean, compact, professional look with a big search module at the top of the home page. To really stand out, ESL Jobs World will need to present more than just job listings, but also tools to help teachers find their next job. I need to separate the teacher part of the site from the employer part of the site. I need to have an easy to find email newsletter to notify teachers of new jobs. To really cover all angles, I also need to enable teachers to post their resumes so that employers can review them. Finally, providing supplemental content not found elsewhere like a salary calculator would really help to differentiate me.

All in all, a tall order, but at least now I have a target in my sites.

Finding a web hosting provider

Posted in Getting Started , Hosting on March 20th, 2007 by J David Rogers – 3 Comments

Selecting and registering a domain name is a great first start , but without a place for it to live, it's basically worthless. I need a hosting provider, a company that will provide a server where my web site lives, including its hardware, software and connectivity to the Internet. There are quite literally thousands and thousands of companies that provide this type of service, but how to choose? Fortunately there are a few ways to narrow down the choices.

Free hosting or paid hosting?

Choosing whether to pay for hosting is my first decision. Although it may seem counterintuitive, there are actually a number of free hosts. Many of them specialize in either web sites or blogs. They are limited in the type of software I can use to run my site. If I just need a few static web pages, or an out of the box blog, though, they can be great choice.

Of course as in real life, there is rarely a free lunch and free hosting is not without its caveats. As a rule, free hosting sites like GeoCities won't let me use my own domain name, and as mentioned earlier, a big piece of branding is my domain name. They also place ads within my content, and receive the revenue from anyone that clicks on them. They put strict limits on the amount of visitors my site can receive within a fixed period of time, and will effectively turn off my site if I exceed them.

For my purposes, a free host isn't an option. I want to be able to fully control the look and feel of my site, ensure its always available despite its popularity, and make sure the only ads that visitors click are ones that provide revenue to me.

Shared hosting or dedicated hosting?

My next decision is to decide whether or not I want to share a host with other people running different kinds of online businesses. As might be expected, sharing a host is much, much cheaper than the alternatives. With a good hosting company, a shared host can be a completely acceptable solution. Some companies put way too many users on their shared systems, though, causing performance to suffer for everyone.

On the other end of the spectrum is choosing a dedicated host. Buyer beware, this can be very expensive! Of course with high cost comes high performance, and you really do control the system. As long as you aren't breaking the law, you can pretty much do whatever you want with one. Need to run some scripts that put a heavy load on the system, or send out lots and lots of emails to list of your subscribers? With a dedicated host, how you use it is up to you.

A middle variation that some companies offer is semi-dedicated hosting, where the total number of shared users is limited but you still don't have exclusive use of the server. This can be a good middle ground for people whose web-based businesses are beginning to take off, and have outgrown their initial shared hosting plan.

For my purposes, a shared host is where I'll start out, although I'll make sure to go with a company that can upgrade me to a semi-dedicated or dedicated host should the need arise.

Finding the right web hosting provider

With a seemingly limitless number of choices, how do I decide upon a hosting provider? As with everyday life, a strong referral from a trusted source is a great method. Barring that, there are some other alternatives to narrow down the field.

A number of discussion boards or forums on the Internet focus on web hosting. My personal favorite is Web Hosting Talk . I don't need to be a member to read the posts, and I can go straight to the forum discussing the exact type of hosting I'm interested in. After perusing a few pages of posts, a few names started popping out as worthy of further consideration.

Finally, the Better Business Bureau is as good online as offline. I went to their web site, searched for a few of the promising hosting providers, and looked for complaints. Any business of any size is bound to have a few dissatisfied customers, but a large number of complaints should be a red flag.

Pulling the trigger and purchasing a hosting account

In the end, after reading a number of reviews and checking up on several companies, I settled upon a shared plan with Host Gator . The purchase process was very straightforward, and took all of 5 minutes from start to finish. I had now completed two big steps: purchasing a domain name, and purchasing a hosting account.

The last step was to link my domain name to my hosting account. I went to GoDaddy, the company where I purchased my domain name, and filled out a short form changing my name servers to the ones assigned to my hosting account. Name servers control how a web browser knows how to find your web site. Once the name server changes were complete, my hosting account and my domain name were linked, and typing in www.esljobsworld.com landed on a generic Host Gator welcome page for new accounts. Mission accomplished!

Next, I'll need to do a little competitive research to help determine the content and appearance of my new site .

Selecting and registering a domain name

Posted in Getting Started , Keywords , Marketing on March 18th, 2007 by J David Rogers – 2 Comments

With the topic of my first web site decided, I now need to figure out what to call it. Like any business, picking a name is a critical decision. Unless you have a huge marketing budget to give meaning to a somewhat nonsense word like Dell or Amazon, my thoughts are that your name needs to tell people exactly what your site is about. For example, if presented with a name like Festigle or Discount Pet Food, both in the same line of business, which one is easier to figure out? 没错。

In the Internet world, of course, your business name is also your domain name. And just as in the real world, your business name needs to be unique in your market. As the Internet is global, that means your market is global, which makes it much more difficult to find a unique domain name that accurately describes your niche that hasn't already been taken.

Choosing the right keywords

Fortunately there are a lot of methods that can help you select a domain name. The first area that I like to focus on is keywords. Keywords are the basic building blocks that define the topic of your web site. For me, the keyword that describes my general topic is jobs. There are a lot of keywords that describe my niche, including ESL, EFL, TESL, TEFL, and TESOL. A combination of these keywords would make for an ideal domain name.

Of course, not all keywords are equal. Some will be more popular that others, meaning they are more commonly used when people use search engines like Google or Yahoo. Using a more popular keyword will be more helpful in attracting visitors to my web site, as its more likely it will be the keyword someone uses when they search.

There are a number of tools that will show you the popularity of keywords. One, The Keyword Suggestion Tool , will show you the rank of a series of keywords across the major search engines, in addition to a lot of other information. Entering in ESL jobs, EFL jobs, TESL jobs, TEFL jobs, and TESOL jobs, I discover that ESL jobs is far more popular than the rest. As a result, I'll try to create a domain name that includes those two keywords.

Considering top level domains, hyphens, numbers and length

One factor in choosing a domain is selecting its top level domain, or TLD. There are a number of TLD's, including .com, .net., org, and .info. I'ma huge fan of the .com TLD for a commercial site, although the others are valid for certain niches. On balance, though, I'd always go with a .com. The .com TLD most strongly resonates with people, and demonstrates–at least in my opinion–that your web site is legit. If my ideal domain name was taken in .com and available as .net or .org, I'd forego the ideal name and look for another that was available as a .com.

Another consideration is the use of numbers or hyphens. For examples, it would be possible to register www.esl-jobs.com or www.esljobs1.com. Again, I'ma fan of keeping it simple, and unless there's a compelling reason to use hyphens or numbers, I steer clear of them. I'll keep looking for a unique domain name that doesn't use either of these elements. There's nothing wrong with using them, but from a style perspective, they don't resonate with me.

Finally, the length of the domain name is a factor. The last thing someone wants to do is type in a horrendously long domain name. Granted, most traffic coming to a web site is via links, and so domain name length isn'ta deal breaker, but as a general rule, shorter is better.

Evaluating possible domain names

With keywords in hand and some guiding principles, it's time to discover what domain names are available. In a perfect world, I would just try different www.keywordkeyword.com combinations in my web browser and a perfect domain name would be available. No such luck for me, as both www.esljobs.com and www.jobsesl.com are taken. That means I'm going to need to get a little creative.

I'm going to need to add a word or two to ESL and jobs in order to find a domain name that hasn't been registered yet. One resource I like to use is The Most Common Words in English . My reasoning is that adding a common word will help ensure my domain name is easier to remember and spell correctly. It also feels better than just pulling out words at random. Of course the word needs to relate to my general topic, or the combined keywords are going to be confusing. Spinning through the list, I settle on word #195: world.

Going back to my browser, I'm pleased to find that www.esljobsworld.com is available! My search for a domain name is complete, and now its time for the next step, registration.

Registering the domain name

This is the first step where it's going to cost a bit of money. Fortunately, domain name registration is not that expensive, and there are ways to make it even less so. There's a huge amount of competition in the market, and that means there are always deals around.

I feel it's important to stick with a name brand registrar like Network Solutions or GoDaddy , two companies with solid reputations that have been around for ages. I personally prefer GoDaddy, as they're a bit less expensive, and are very active in distributing promo codes that you can use to reduce the price of many of their services. A helpful list of promo codes is available in a discussion thread in the forum at DigitalPoint . Jump to the end of the thread and work your way backwards; you'll find a number of promo codes that you can use.

The only thing left to do is actually register the domain name, and fortunately that step is by far the easiest. From the GoDaddy home page, just type in the domain name in the form at the top, and follow the steps. Be careful, though, as they will relentlessly try to sell you additional services. Just decline them as you go along, and in less than a minute or two, you'll complete the process.

So after a lot of research and trial and error, I've succeeded in registering my domain name. My next step will be to fined someplace for it to live, a hosting provider!