Landing page load time now affects keywords’ Quality Scores

Wednesday, June 18, 2008 | 4:56 PM

Labels: 

Google designs its products with user experience as the number one priority. Early in Google’s history, our founders, Larry and Sergey, articulated this philosophy in Ten things Google has found to be true. One of these principles is “Fast is better than slow.” We’ve found this rule to be especially applicable to the landing pages of AdWords ads. When a user clicks an ad, a landing page that loads quickly provides a better user experience than a landing page that loads slowly.

In early March, we announced that we’d soon incorporate an additional factor into Quality Score, namely landing page load time — where load time is defined as the amount of time it takes for a user to see the landing page after clicking an ad. In early May we announced that landing page load time information had become available on the Keyword Analysis page.

Starting today, this load time factor will be incorporated into your keywords’ Quality Scores. Keywords with landing pages that load slowly may get lower Quality Scores (and thus higher minimum bids). Conversely, keywords with landing pages that load very quickly may get higher Quality Scores and lower minimum bids.

Why are we doing this?
Two reasons: First, users have the best experience when they don’t have to wait a long time for landing pages to load.Interstitial pages, multiple redirects, excessively slow servers, and other things that can increase load times only keep users from getting what they want: information about your business. Second, users are more likely to abandon landing pages that load slowly, which can hurt your conversion rate.

How can I improve my load time?
The AdWords system re-evaluates landing pages on a regular basis. If you make significant improvements to your landing page’s load time, you should see a better Quality Score and lower minimum cost-per-click (CPC) bids. Note that your Quality Score may change/increase gradually over a number of weeks after you improve your load time.

To learn more about load time and landing page quality, please see this article in the AdWords Help Center.

Posted by Heather Lane, Inside AdWords crew

 

Rererence from: http://adwords.blogspot.com/2008/06/landing-page-load-time-now-affects.html

301 Redirect for SEO

*本文章只適用於使用  Apache (多用於 Linux) 為 web server 的網站。

以友站 關鍵字廣告基地 為例,當這個網站架設好後,我們知道我們的官方網址是:http://www.clicks.com.tw

但是一般來說,我們可以以下四種方式輸入網址到達首頁:

http://www.clicks.com.tw/
http://www.clicks.com.tw/index.php 或 index.html 或 index.htm
http://clicks.com.tw/
http://clicks.com.tw/index.php

我們知道目前搜尋引擎基礎上以 backlink 連結來賦予網頁的權重,由於我們無法控制第三方採用哪一個網址來跟我們的網站進行連結,因此就可能出現 相同網頁、不同網址、不同權重的情況出現。『 相同網頁、不同網址、不同權重』這個問題,對瀏覽者來說可以說無傷大雅,但是在搜尋引擎就會造成權重分散的情形。

對搜尋引擎來說,上述四個網址代表著四個不一樣的網頁。

而對網站瀏覽者來說,對網址的具體印象也會不一。

筆者就曾經有過 http://www.xxxx.com.tw/  (PR =4) 跟 http://www.xxxx.com.tw/index.php (PR = 5) 出現不同  Page Rank 的問題。同一個網頁不同的 PageRank 代表著浪費了辛苦累積的 backlink。

這個情況在 Linux 伺服器 (準確點應該是說使用 Apache Web Server 的伺服器) 就要透過 301 redirect 來解決。所謂 301 redirect 的意思是告訴搜尋引擎這是永久性 (301) 的轉址 (redirect)。

在放置首頁  index.php 或 index.html 的目錄下,一般有一個 .htaccess 的隱藏檔案。這個 .htaccess 屬於隱藏檔案,在 FTP 軟體上也許要設定可以觀看隱藏檔案才會發現它的存在。看不到也不用驚訝,也許本來的設定就沒有。

將 .htaccess 檔案下載回來,用 notepad 或者 Editplus 這些純文字編輯軟體就可以加入,非常簡單。請注意如果本身 .htaccess 已經有其他設定,首先需要備份萬一發生問題可以將備份檔上傳,再來就是將以下的指令放到檔案最下方即可,不要刪除本來的設定。

Options +FollowSymLinks
RewriteEngine On
# 以下是將沒有www 的網址加上有 www
RewriteCond %{HTTP_HOST} ^clicks.com.tw$ [NC]
RewriteRule ^(.*)$ http://www.clicks.com.tw/$1 [R=301,L]
# 以下是將有 index.php 的網址轉成沒有
rewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/
rewriteRule ^index.php$ http://www.clicks.com.tw/ [R=301,L]

請將 clicks.com.tw 網址換成您自己的網址。

新的 .htaccess 檔案上傳後,不論輸入四個當中哪一個網址,都會自動轉成官方的http://www.clicks.com.tw/ ,而搜尋引擎也會將權重全部集中在這個網址上。

由於這個情形幾乎每個網站都會出現,所以應該出現在每個網站完成的 check list 上,視為標準動作。

參考:How To Redirect index.php to directory
http://www.webmasterworld.com/apache/3495904.htm

Reference from: http://seo.list.tw/301-redirect/

 

 

 

 

 

 

 

Google site speed

我們都知道 Google 已經將網站的載入速度納入搜尋引擎排名 以及 Google Adwords 網頁品質的計算因素裡面。我們又如何得知 Google 那邊對我們的網站測出了什麼樣的速度?

Google 上個禮拜在 Google Analytics 發布了一個新的功能 – Site Speed (網站速度)。網站管理者需要在原有的 tracking code 上面加入 _gaq.push([‘_trackPageLoadTime’]); 這段程式碼,數個小時後,進入 Google Analytics 的新 Beta 版本就可以看到網頁載入時間的統計資訊。

這段程式碼目前並沒有預設在 tracking code 裡面,就算你是 Google Analytics 的新用家,還是需要在Google Analytics介面提供的tracking code 上面額外再加上 _gaq.push([‘_trackPageLoadTime’]); 這一段。

Reference from: http://seo.list.tw/google-analytics-site-speed/

 

 

 

 

 

 

 

RAID-10

RAID 10/01其實可細分為RAID 1+0或RAID 0+1。

RAID 1+0是先鏡射再分割資料。是將所有硬碟分為兩組,視為是RAID 0的最低組合,然後將這兩組各自視為RAID 1運作。RAID 1+0有著不錯的讀取速度,而且擁有比RAID 0更高的資料保護性。

RAID 0+1則是跟RAID 1+0的程式相反,是先分割再將資料鏡射到兩組硬碟。它將所有的硬碟分為兩組,變成RAID 1的最低組合,而將兩組硬碟各自視為RAID 0運作。RAID 0+1比起RAID 1+0有著更快的讀寫速度,不過也多了一些會讓整個硬碟組停止運轉的機率;因為只要同一組的硬碟全部損毀,RAID 0+1就會停止運作,而RAID 1+0則可以在犧牲RAID 0的優勢下正常運作。

RAID 10巧妙的利用了RAID 0的速度以及RAID 1的保護兩種特性,不過它的缺點是需要的硬碟數較多,因為至少必須擁有四個以上的偶數硬碟才能使用。

 

 

 

 

 

 

Reference from: http://zh.wikipedia.org/wiki/RAID