<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gordon Choi&#039;s Blog &#187; Google SEO</title>
	<atom:link href="http://www.gordonchoi.com/cat/google-seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gordonchoi.com</link>
	<description>Web Analytics Insights, SEO/PPC Tools/Tips, Google Plus</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:29:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>HTTP Status Codes, 2xx, 3xx, 4xx, 5xx</title>
		<link>http://www.gordonchoi.com/http-status-codes-2xx-3xx-4xx-5xx-20120116?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=http-status-codes-2xx-3xx-4xx-5xx</link>
		<comments>http://www.gordonchoi.com/http-status-codes-2xx-3xx-4xx-5xx-20120116#comments</comments>
		<pubDate>Mon, 16 Jan 2012 12:58:13 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=6961</guid>
		<description><![CDATA[A HTTP status code is returned by your server in response when a request is made to your server for a web page on your website. Examples are: When a user accesses the web page in a browser. When a search engine spider (e.g. Googlebot) crawls the web page. HTTP status codes are of 5 [...]]]></description>
			<content:encoded><![CDATA[<p>A HTTP status code is returned by your server in response when a request is made to your server for a web page on your website. Examples are:</p>
<ul>
<li>When a user accesses the web page in a browser.</li>
<li>When a search engine spider (e.g. Googlebot) crawls the web page.</li>
</ul>
<p>HTTP status codes are of <a href="http://www.iana.org/assignments/http-status-codes">5 different categories</a>:</p>
<ul>
<li><strong>1xx</strong> Provisional/Informational Response</li>
<li><strong>2xx</strong> Successful</li>
<li><strong>3xx</strong> Redirected</li>
<li><strong>4xx</strong> Client/Request Error</li>
<li><strong>5xx</strong> Server Error</li>
</ul>
<p>The first digit of the status code represents one of five classes of response.</p>
<p><strong>HTTP Status Codes</strong></p>
<p>Google <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=40132">provides</a> a list of HTTP status codes to webmasters, in which the most common and imporant status codes are below:</p>
<blockquote><p>
<strong>200 (Successful)</strong> &#8211; The server successfully processed the request. Generally, this means that the server provided the requested page. If you see this status for your robots.txt file, it means that Googlebot retrieved it successfully.</p>
<p><strong>301 (Moved permanently)</strong> &#8211; The requested page has been permanently moved to a new location. When the server returns this response (as a response to a GET or HEAD request), it automatically forwards the requestor to the new location. You should use this code to let Googlebot know that a page or site has permanently moved to a new location.</p>
<p><strong>302 (Moved temporarily)</strong> &#8211; The server is currently responding to the request with a page from a different location, but the requestor should continue to use the original location for future requests. This code is similar to a 301 in that for a GET or HEAD request, it automatically forwards the requestor to a different location, but you shouldn&#8217;t use it to tell the Googlebot that a page or site has moved because Googlebot will continue to crawl and index the original location.</p>
<p><strong>400 (Bad request)</strong> &#8211; The server didn&#8217;t understand the syntax of the request.</p>
<p><strong>403 (Forbidden)</strong> &#8211; The server is refusing the request. If you see that Googlebot received this status code when trying to crawl valid pages of your site (you can see this on the Web crawl page under Diagnostics in Google Webmaster Tools), it&#8217;s possible that your server or host is blocking Googlebot&#8217;s access.</p>
<p><strong>404 (Not found)</strong> &#8211; The server can&#8217;t find the requested page. For instance, the server often returns this code if the request is for a page that doesn&#8217;t exist on the server. If you don&#8217;t have a robots.txt file on your site and see this status on the robots.txt page of the Diagnostic tab in Google Webmaster Tools, this is the correct status. However, if you do have a robots.txt file and you see this status, then your robots.txt file may be named incorrectly or in the wrong location. It should be at the top-level of the domain and named robots.txt. If you see this status for URLs that Googlebot tried to crawl (on the HTTP errors page of the Diagnostic tab), then Googlebot likely followed an invalid link from another page (either an old link or a mistyped one).</p>
<p><strong>500 (Internal server error)</strong> &#8211; The server encountered an error and can&#8217;t fulfill the request.</p>
<p><strong>503 (Service unavailable)</strong> &#8211; The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state.
</p></blockquote>
<p><strong>HTTP Status Codes for SEO</strong></p>
<p>Other sources on HTTP status codes:</p>
<ul>
<li><a href="http://www.seomoz.org/learn-seo/http-status-codes">SEOmoz.org</a> &#8211; Regarding Google SEO, webmasters&#8217; main objective is to <a href="http://www.gordonchoi.com/increase-google-pagerank-20100724">increase Google PageRank</a> (link juice) or to maintain Google PageRank values of their web pages. Only web pages returning either HTTP status codes 200 and 301 are <a href="http://www.gordonchoi.com/cat/google-seo">Google SEO</a> friendly and are able to pass link juice.</li>
<li><a href="http://www.gordonchoi.com/seo-glossary-20101114">SEO glossary</a> includes the definitions of 301, 302, and 404 HTTP status codes as well as many other definitions related to search engine optimization.</li>
<li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">W3.org</a> has a complete list of HTTP status codes.</li>
</ul>
<p><strong>HTTP Status Code 301</strong></p>
<p><a href="http://www.seerinteractive.com/blog/301-redirect-test-how-much-link-juice-are-you-losing/2010/04/09/">This test</a> shows that Google recognizes 301 redirects and passes link juice from the redirecting web page to the redirected web page, as Google SEO traffic is not lost.</p>
<p>To set up 301 redirects on <a href="http://www.mcanerin.com/en/articles/301-redirect-iis.asp">Microsoft&#8217;s Internet Information Server</a> ( MS IIS ):</p>
<ul>
<li>You can redirect either a domain or an individual web page.</li>
<li>You will need one source web page or site, and one destination web page or site.</li>
<li>You can use the IIS control panel to create the redirects.</li>
</ul>
<p>To set up 301 redirects on <a href="http://www.mcanerin.com/en/articles/301-redirect-apache.asp">Apache</a>:</p>
<ul>
<li>You will need one source web page or site, and one destination web page or site.</li>
<li>When you have the mod_rewrite extension installed by default and need to redirect <code>.htm</code> files from an old server to the equivalent <code>.php</code> files on a new server using a 301 redirect, use a combination of mod_rewrite and the redirect directive to do the URL change and redirection.</li>
<li>Use the redirect directive syntax in the .htaccess file: <code>Redirect permanent /yourdirectory http://www.newdomain.com/newdirectory</code> or <code>Redirect 301 /yourdirectory http://www.newdomain.com/newdirectory</code></li>
</ul>
<p>A <a href="http://www.seomoz.org/learn-seo/redirection">example</a> from SEOmoz shows it previously did 301 redirections involving redirecting canonical hostnames and redirecting specific files and folders from one domain to another.</p>
<p><strong>HTTP Status Code 404</strong></p>
<p>How Google prefers webmasters to handle 404 errors:</p>
<ul>
<li>Google <a href="http://googlewebmastercentral.blogspot.com/2008/08/its-404-week-at-webmaster-central.html">defines</a> the 404 response code should be returned for a file &#8220;Not Found&#8221; request.</li>
<li>Google <a href="http://googlewebmastercentral.blogspot.com/2008/08/farewell-to-soft-404s.html">explains</a> &#8220;hard 404s&#8221; and &#8220;soft 404s&#8221; and suggests avoid returning &#8220;soft 404s&#8221;. A soft 404 occurs when a user requests a non-existent URL on your site, but the server returns a web page with an error message and a 200 HTTP status code.</li>
<li>&#8220;Soft 404s&#8221; may be confusing to both users and search engine spiders, and cause the Googlebot to spend unnecessary time crawling and indexing non-existent and duplicate URLs on your website.</li>
<li>Google <a href="http://googlewebmastercentral.blogspot.com/2010/06/crawl-errors-now-reports-soft-404s.html">offers</a> a soft 404s reporting feature under the Crawl errors section in <a href="http://www.gordonchoi.com/cat/google-webmaster-tools">Google Webmaster Tools</a>.</li>
</ul>
<p>To improve user-friendliness, webmasters can set up the servers to <a href="http://www.smashingmagazine.com/2009/01/29/404-error-pages-one-more-time/">return</a> a beautifully/friendly designed 404 error pages with messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/http-status-codes-2xx-3xx-4xx-5xx-20120116/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Google Search Algorithm Changes in 500 Updates</title>
		<link>http://www.gordonchoi.com/top-10-google-search-algorithm-changes-in-500-updates-20111115?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-10-google-search-algorithm-changes-in-500-updates</link>
		<comments>http://www.gordonchoi.com/top-10-google-search-algorithm-changes-in-500-updates-20111115#comments</comments>
		<pubDate>Tue, 15 Nov 2011 14:17:55 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=6938</guid>
		<description><![CDATA[How Google ranks organic search results is determined by over 200 ranking algorithmic factors in Google&#8217;s search algorithms and Google offers guidelines and search technology overview to webmasters. Google makes about 500 organic search algorithm updates in a year and here are the top 10 search algorithm changes in 2011 are: Cross-language information retrieval updates: [...]]]></description>
			<content:encoded><![CDATA[<p>How Google ranks organic search results is determined by over 200 ranking algorithmic factors in Google&#8217;s search algorithms and Google offers <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769">guidelines</a> and <a href="http://www.google.com/about/corporate/company/tech.html">search technology overview</a> to webmasters. Google makes about 500 organic search algorithm updates in a year and here are the <a href="http://insidesearch.blogspot.com/2011/11/ten-recent-algorithm-changes.html">top 10</a> search algorithm changes in 2011 are:</p>
<blockquote><p>
<strong>Cross-language information retrieval updates:</strong> For queries in languages where limited web content is available (Afrikaans, Malay, Slovak, Swahili, Hindi, Norwegian, Serbian, Catalan, Maltese, Macedonian, Albanian, Slovenian, Welsh, Icelandic), we will now translate relevant English web pages and display the translated titles directly below the English titles in the search results. This feature was available previously in Korean, but only at the bottom of the page. Clicking on the translated titles will take you to pages translated from English into the query language.</p>
<p><strong>Snippets with more page content and less header/menu content:</strong> This change helps us choose more relevant text to use in snippets. As we improve our understanding of web page structure, we are now more likely to pick text from the actual page content, and less likely to use text that is part of a header or menu.</p>
<p><strong>Better page titles in search results by de-duplicating boilerplate anchors:</strong> We look at a number of signals when generating a page’s title. One signal is the anchor text in links pointing to the page. We found that boilerplate links with duplicated anchor text are not as relevant, so we are putting less emphasis on these. The result is more relevant titles that are specific to the page’s content.</p>
<p><strong>Length-based autocomplete predictions in Russian:</strong> This improvement reduces the number of long, sometimes arbitrary query predictions in Russian. We will not make predictions that are very long in comparison either to the partial query or to the other predictions for that partial query. This is already our practice in English.</p>
<p><strong>Extending application rich snippets:</strong> We recently announced rich snippets for applications. This enables people who are searching for software applications to see details, like cost and user reviews, within their search results. This change extends the coverage of application rich snippets, so they will be available more often.</p>
<p><strong>Retiring a signal in Image search:</strong> As the web evolves, we often revisit signals that we launched in the past that no longer appear to have a significant impact. In this case, we decided to retire a signal in Image Search related to images that had references from multiple documents on the web.</p>
<p><strong>Fresher, more recent results:</strong> As we announced just over a week ago, we’ve made a significant improvement to how we rank fresh content. This change impacts roughly 35 percent of total searches (around 6-10% of search results to a noticeable degree) and better determines the appropriate level of freshness for a given query.</p>
<p><strong>Refining official page detection:</strong> We try hard to give our users the most relevant and authoritative results. With this change, we adjusted how we attempt to determine which pages are official. This will tend to rank official websites even higher in our ranking.</p>
<p><strong>Improvements to date-restricted queries:</strong> We changed how we handle result freshness for queries where a user has chosen a specific date range. This helps ensure that users get the results that are most relevant for the date range that they specify.</p>
<p><strong>Prediction fix for IME queries:</strong> This change improves how Autocomplete handles IME queries (queries which contain non-Latin characters). Autocomplete was previously storing the intermediate keystrokes needed to type each character, which would sometimes result in gibberish predictions for Hebrew, Russian and Arabic.
</p></blockquote>
<p>To better understand Google&#8217;s search algorithms and <a href="http://www.gordonchoi.com/cat/seo">SEO</a> guides/resources for webmasters/beginners, review:</p>
<ul>
<li><a href="http://www.gordonchoi.com/google-vs-bing-search-algorithms-20110203">Google vs Bing Search Algorithms</a></li>
<li><a href="http://www.gordonchoi.com/content-farm-spams-google-search-algorithm-update-20110203">Content Farm Spams, Google Search Algorithm Update</a></li>
<li><a href="http://www.gordonchoi.com/google-seo-beginners-guide-update-20100929">Google SEO Beginners Guide Update</a></li>
<li><a href="http://www.gordonchoi.com/increase-google-pagerank-20100724">Increase Google PageRank</a></li>
<li><a href="http://www.gordonchoi.com/google-yahoo-and-bing-search-algorithms-revised-20090726">Google, Yahoo, Bing Search Algorithms Revised</a></li>
<li><a href="http://www.gordonchoi.com/best-google-seo-resources-20090704">Best Google SEO Resources</a></li>
<li><a href="http://www.gordonchoi.com/google-seo-for-beginners-20090209">Google SEO for Beginners</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/top-10-google-search-algorithm-changes-in-500-updates-20111115/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Mega Sitelinks</title>
		<link>http://www.gordonchoi.com/google-mega-sitelinks-20110816?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-mega-sitelinks</link>
		<comments>http://www.gordonchoi.com/google-mega-sitelinks-20110816#comments</comments>
		<pubDate>Tue, 16 Aug 2011 17:28:08 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=6621</guid>
		<description><![CDATA[Google put Mega Sitelinks in search engine results pages (SERP) for selected websites during Beta-testing. The recent launch of Google Mega Sitelinks for selected websites was spotted by Hobo SEO for sites including: Webmaster World Hobo SEO Google Sitelinks are now available to all websites that are eligible for Google Sitelinks, as confirmed by Danny [...]]]></description>
			<content:encoded><![CDATA[<p>Google put Mega Sitelinks in search engine results pages (SERP) for selected websites during Beta-testing. The recent launch of Google Mega Sitelinks for selected websites was spotted by Hobo SEO for sites including:</p>
<ul>
<li><a href="http://www.hobo-web.co.uk/google-testing-mega-sitelinks/">Webmaster World</a></li>
<li><a href="http://www.hobo-web.co.uk/mega-sitelinks-for-everybody/">Hobo SEO</a></li>
</ul>
<p><a href="http://www.gordonchoi.com/google-sitelinks-explained-20080321">Google Sitelinks</a> are now available to all websites that are eligible for Google Sitelinks, as confirmed by <a href="http://searchengineland.com/official-google-sitelinks-expands-to-12-pack-89555">Danny Sullivan</a> and <a href="http://googlewebmastercentral.blogspot.com/2011/08/introducing-new-and-improved-sitelinks.html">Google&#8217;s Webmaster Central Blog</a>. </p>
<p>Google Sitelinks shown under the first organic search result helps search engine users navigate websites.</p>
<ul>
<li>Google analyzes the link structure of your website and finds web pages that will be most useful to users.</li>
<li>Google displays those web pages with titles as Google Sitelinks.</li>
<li>Webmasters can disable any individual <a href="http://www.gordonchoi.com/google-new-sitelink-algorithm-analysis-20060921">sitelink</a> from showing up in the SERP through <a href="http://www.gordonchoi.com/cat/google-webmaster-tools">Google Webmaster Tools</a>.</li>
<li>Google Sitelinks include one line of text snippet that are of full-size text. Review <a href="http://www.gordonchoi.com/optimize-seo-meta-tags-page-title-description-keywords-robots-20110311">optimize SEO META tags, page title, description, keywords, robots</a>.</li>
<li>Google Sitelinks are displayed differently from query to query.</li>
<li>A maximum of 12 Google Sitelinks can show up for one site.</li>
</ul>
<p>Google has been improving and changing the look-and-feel and layout of sitelinks in the SERP over the years. At one stage, Google showed <a href="http://www.gordonchoi.com/one-line-google-sitelinks-20090422">one line Google Sitelinks</a>.</p>
<p><a href="http://www.gordonchoi.com/cat/ppc">PPC</a> ads can also include sitelinks as <a href="http://www.gordonchoi.com/google-adwords-ppc-sitelinks-20091101">Google Adwords PPC sitelinks</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/google-mega-sitelinks-20110816/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Google +1 Button to Websites</title>
		<link>http://www.gordonchoi.com/add-google-1-button-to-websites-20110602?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-google-1-button-to-websites</link>
		<comments>http://www.gordonchoi.com/add-google-1-button-to-websites-20110602#comments</comments>
		<pubDate>Thu, 02 Jun 2011 17:19:23 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=6373</guid>
		<description><![CDATA[Google +1 Button is now available for webmasters to add to websites: http://www.google.com/webmasters/+1/button/ Google +1 Buttons on your web pages allow visitors to your site to recommend your content to other people. Google&#8217;s +1 annotations currently show up in SERP in US English language&#8217;s www.google.com. Google +1 button is available in 4 different sizes: 15px [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gordonchoi.com/google-1-button-setup-google-1-on-seo-adwords-20110413">Google +1 Button</a> is now <a href="http://googlewebmastercentral.blogspot.com/2011/06/add-1-to-help-your-site-stand-out.html">available</a> for webmasters to add to websites:</p>
<ul>
<li><code><a href="http://www.google.com/webmasters/+1/button/">http://www.google.com/webmasters/+1/button/</a></code></li>
</ul>
<p>Google +1 Buttons on your web pages allow visitors to your site to recommend your content to other people. Google&#8217;s +1 annotations currently show up in SERP in US English language&#8217;s www.google.com. </p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/google-plus-1-button-serp-quora.png" alt="Google +1 Button in SERP" /></ul>
<p>Google +1 button is available in 4 different sizes:</p>
<ul>
<li>15px (small)</li>
<li>20px (medium)</li>
<li>24px (standard)</li>
<li>60px (tall)</li>
</ul>
<p>To add Google +1 Button to your sites, insert this Javascript tag in your web pages&#8217; head or just before close body tag:</p>
<p><code>&lt;script type="text/javascript" src="http://apis.google.com/js/plusone.js"&gt;&lt;/script&gt;</code></p>
<p>Insert this tag at where +1 Button should appear:</p>
<p><code>&lt;g:plusone&gt;&lt;/g:plusone&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/add-google-1-button-to-websites-20110602/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google PageRank Sculpting</title>
		<link>http://www.gordonchoi.com/google-pagerank-sculpting-20110515?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-pagerank-sculpting</link>
		<comments>http://www.gordonchoi.com/google-pagerank-sculpting-20110515#comments</comments>
		<pubDate>Sun, 15 May 2011 06:37:53 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=6218</guid>
		<description><![CDATA[PageRank Sculpting used to be one of the SEO techniques for webmasters to control link juice flow with nofollow attribute and to increase Google PageRank at the link level of web pages. Google PageRank Sculpting Revised How Google PageRank Flows between Web Pages: A decay factor of 10-15% loss applies to each time PageRank (link [...]]]></description>
			<content:encoded><![CDATA[<p>PageRank Sculpting used to be one of the <a href="http://www.gordonchoi.com/cat/seo">SEO</a> techniques for webmasters to control link juice flow with <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=96569">nofollow attribute</a> and to <a href="http://www.gordonchoi.com/increase-google-pagerank-20100724">increase Google PageRank</a> at the link level of web pages.</p>
<p><strong>Google PageRank Sculpting Revised</strong></p>
<p>How Google PageRank Flows between Web Pages:</p>
<ul>
<li>A decay factor of 10-15% loss applies to each time PageRank (link juice) passes from one web page to another.</li>
<li>The <code>rel=nofollow</code> attribute is a method to indicate no PageRank (link juice) should be passed through to the web page being linked to from your web page.</li>
</ul>
<p>Google&#8217;s Matt Cutts <a href="http://www.seomoz.org/blog/questions-answers-with-googles-spam-guru">explains</a> how <a href="http://www.gordonchoi.com/no-follow-or-do-follow-20070313">nofollow</a> should be used on SEOmoz&#8217;s Blog:</p>
<blockquote><p>The nofollow attribute is just a mechanism that gives webmasters the ability to modify PageRank flow at link-level granularity. Plenty of other mechanisms would also work (e.g. a link through a page that is robot.txt&#8217;ed out), but nofollow on individual links is simpler for some folks to use. There&#8217;s no stigma to using nofollow, even on your own internal links; for Google, nofollow&#8217;ed links are dropped out of our link graph; we don&#8217;t even use such links for discovery. By the way, the nofollow meta tag does that same thing, but at a page level.</p></blockquote>
<p>Let&#8217;s revise Google PageRank Sculpting. PageRank Sculpting can be used as:</p>
<ul>
<li>&#8220;<a href="http://yoast.com/pagerank-sculpting-siloing/">Siloing</a>&#8221; &#8211; Only pass link juice to web pages on your site with the same theme to improve ranking for keywords and keyword groups, that are both general and targeted keyword phrases.</li>
<li><a href="http://yoast.com/pagerank-sculpting-nofollow-final-words/">Signals</a> to GoogleBot crawl prioritization for your site&#8217;s web pages.</li>
</ul>
<p><strong>Changes to Nofollow Attribute, PageRank Sculpting</strong></p>
<p>Matt Cutts <a href="http://www.mattcutts.com/blog/pagerank-sculpting/">explains</a> how nofollow attribute works after Google made algorithmic change to how Nofollow attribute passes PageRank (link juice) between web pages:</p>
<ul>
<li>For example, your web page has 10 PageRank points (from inbound links pointing to the web page). You set up 5 links pointing to other web pages on your site and 5 outbound links to other websites. You blocked PageRank from passing through the 5 outbound links with nofollow attribute.</li>
<li>Before Google&#8217;s algorithm change, you could pass 2 points to each of the 5 web pages of your site, with a total of 10 PageRank points staying on your own site&#8217;s web pages.</li>
<li>After Google&#8217;s algorithm change in 2008, you could only pass 1 point to each of the 5 web pages of your site, with a total 5 PageRank points staying on your own site&#8217;s web pages. The other 5 points are lost.</li>
</ul>
<p>On a <a href="http://www.gordonchoi.com/google-buzz-microblogging-20100211">Google Buzz</a> <a href="https://profiles.google.com/109412257237874861202/buzz">post</a> Matt Cutts explains nofollow is great for:</p>
<ul>
<li>Links to sites that you do not trust</li>
<li>Links to sites that you do not want to vouch for</li>
<li>Paid links</li>
</ul>
<p>As Webmasters, you should not add &#8220;nofollow&#8221; to all outbound links on your site.</p>
<p><strong>Other SEO Techniques</strong></p>
<p>Webmasters should avoid <a href="http://www.gordonchoi.com/keyword-stuffing-20100527">keyword stuffing</a> and consider using other SEO techniques before applying nofollow attribute to websites.</p>
<ul>
<li><a href="http://www.gordonchoi.com/google-1-button-setup-google-1-on-seo-adwords-20110413">Google +1 Button Setup, Google +1 on SEO, Adwords</a></li>
<li><a href="http://www.gordonchoi.com/google-seo-beginners-guide-update-20100929">Google SEO beginners guide update</a></li>
<li><a href="http://www.gordonchoi.com/google-yahoo-and-bing-search-algorithms-revised-20090726">Google, Yahoo and Bing search algorithms</a></li>
<li><a href="http://www.gordonchoi.com/google-seo-for-beginners-20090209">Google SEO for beginners</a></li>
<li><a href="http://www.gordonchoi.com/geo-targeting-seo-strategies-for-a-single-country-20080708">SEO geo-targeting</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/google-pagerank-sculpting-20110515/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google +1 Button Setup, Google +1 on SEO, Adwords</title>
		<link>http://www.gordonchoi.com/google-1-button-setup-google-1-on-seo-adwords-20110413?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-1-button-setup-google-1-on-seo-adwords</link>
		<comments>http://www.gordonchoi.com/google-1-button-setup-google-1-on-seo-adwords-20110413#comments</comments>
		<pubDate>Wed, 13 Apr 2011 12:44:11 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=6249</guid>
		<description><![CDATA[Google has made the +1 Button feature available on web search. Google&#8217;s +1 Button is similar to the Facebook&#8217;s Like button which allows users to vote up content within Google&#8217;s search engine results pages (SERP). Google&#8217;s +1 Button allows you to share recommendations to others and receive recommendations from others. Google +1 is one of [...]]]></description>
			<content:encoded><![CDATA[<p>Google has made the <a href="http://www.google.com/+1/button/">+1 Button</a> feature <a href="http://googleblog.blogspot.com/2011/03/1s-right-recommendations-right-when-you.html">available</a> on web search.</p>
<ul>
<li>Google&#8217;s +1 Button is similar to the Facebook&#8217;s Like button which allows users to vote up content within Google&#8217;s search engine results pages (SERP).</li>
<li>Google&#8217;s +1 Button allows you to share recommendations to others and receive recommendations from others.</li>
<li>Google +1 is one of signals Google uses to identify the most useful recommendations to you, including people you are already connected to you through other Google products such as <a href="http://www.gordonchoi.com/google-gmail-20060712">GMail</a>, GTalk, <a href="http://www.gordonchoi.com/google-buzz-microblogging-20100211">Google Buzz</a> and Google Reader.</li>
<li>Google&#8217;s +1 button will initially only <a href="http://googlewebmastercentral.blogspot.com/2011/03/introducing-1-button.html">appear</a> on Google.com&#8217;s English search results.</li>
</ul>
<p>Google&#8217;s +1 is Google&#8217;s <a href="http://searchengineland.com/meet-1-googles-answer-to-the-facebook-like-button-70569">social search</a>.</p>
<p><strong>Google +1 Button Setup</strong></p>
<p>To activate and use Google +1 Button:</p>
<ul>
<li>Sign-in to your <a href="http://www.google.com/accounts/">Google account</a>.</li>
<li>Go to Google Labs <a href="http://www.google.com/experimental/">Experimental</a> and click &#8220;Join this experiment&#8221; for +1 Button.</li>
<li>Go to <code>www.Google.com</code> and do a web search.</li>
<li>Click on a +1 button next to a web page.</li>
</ul>
<ul>
<img src="http://www.gordonchoi.com/blog/images/plus-1-button-on-google-serp.png" alt="+1 Button on Google SERP" /></ul>
<ul>
<li>Click &#8220;Confirm and +1&#8243; &#8211; You&#8217;re done voting the web page.</li>
</ul>
<ul>
<img src="http://www.gordonchoi.com/blog/images/confirm-plus-1-a-web-page.png" alt="+1 a web page" /></ul>
<p>Next time when you search on Google and this web page shows up in Google&#8217;s SERP, your +1 and Google profile photo with &#8220;You +1&#8242;d this&#8221; will appear.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/you-plus-1-ed-this.png" alt="You +1'd this" /></ul>
<p><strong>Google +1 Button for SEO</strong></p>
<p>A Quora <a href="http://www.quora.com/Google-+1/How-will-Googles-+1-button-affect-SEO">discussion</a> on how Google&#8217;s +1 Button will affect SEO:</p>
<ul>
<li>+1 becomes the new <a href="http://www.gordonchoi.com/increase-google-pagerank-20100724">Google PageRank</a> &#8211; <a href="http://www.gordonchoi.com/google-yahoo-and-bing-search-algorithms-revised-20090726">Google&#8217;s search algorithm</a> may eventually rely less on link popularity.</li>
<li>Google may give different weighing scale to +1&#8242;s from different users. Example, A +1 from <a href="http://searchengineland.com/author/danny-sullivan">Danny Sullivan</a> on <a href="http://www.gordonchoi.com/">Gordon Choi&#8217;s Blog</a> may carry much more weight than a +1 from an anonymous person.</li>
<li>Google can build the BIG social graphs from your personal social graph (i.e. all the +1 recommendations your friends have contributed) and the +1 graph for a piece of content (i.e. all the +1&#8242;s recommended to a single web page). </li>
</ul>
<p><strong>Google +1 Button for Adwords</strong></p>
<p>Google&#8217;s +1 Buttons will <a href="http://adwords.blogspot.com/2011/03/1-button-adwords.html">appear</a> on Adwords ads, though Google officially announced +1 won&#8217;t affect <a href="http://www.gordonchoi.com/google-adwords-quality-score-for-beginners-20090518">Google Adwords Quality Score</a>.</p>
<blockquote>
<ul>
<li>All ads will be getting these buttons.</li>
<li>Theres no way for advertisers to turn them off.</li>
<li>Clicks on the +1 button next to ads do NOT count as a paid ad click.</li>
<li>Advertisers will be able to see stats about which ads are getting the most +1s.</li>
</ul>
</blockquote>
<p><strong>Google +1 Button on Your Site</strong></p>
<p>Webmasters may <a href="http://www.gordonchoi.com/add-google-1-button-to-websites-20110602">add Google +1 Button to their websites</a>, allowing visitors to +1 (recommend) the web pages (content) to Google and other users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/google-1-button-setup-google-1-on-seo-adwords-20110413/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Farm Spams, Google Search Algorithm Update</title>
		<link>http://www.gordonchoi.com/content-farm-spams-google-search-algorithm-update-20110203?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=content-farm-spams-google-search-algorithm-update</link>
		<comments>http://www.gordonchoi.com/content-farm-spams-google-search-algorithm-update-20110203#comments</comments>
		<pubDate>Thu, 03 Feb 2011 08:18:22 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=6049</guid>
		<description><![CDATA[Google offered a reply to the recent content farm sites&#8217; search engine spam issues. What are Content Farm Sites? Content farms are large quantities of low quality content that can spam search engine results. Content farm sites are intended to: Acquire visitors from search queries through search engines Drive the search engine visitors to click [...]]]></description>
			<content:encoded><![CDATA[<p>Google offered a <a href="http://googleblog.blogspot.com/2011/01/google-search-and-search-engine-spam.html">reply</a> to the recent content farm sites&#8217; search engine spam issues.</p>
<p><strong>What are Content Farm Sites?</strong></p>
<p>Content farms are large quantities of low quality content that can spam search engine results. Content farm sites are intended to:</p>
<ul>
<li>Acquire visitors from search queries through search engines</li>
<li>Drive the search engine visitors to click on ads that are on the content farm sites</li>
</ul>
<p>Wikipedia <a href="http://en.wikipedia.org/wiki/Content_farm">defines</a> content farm sites:</p>
<blockquote><p>Content farms are companies that employ large numbers of writers to generate large amounts of textual content. Content farms are criticized for providing relatively low quality content as they maximize profit by producing just &#8220;good enough&#8221; rather than best possible quality articles. Search engines see content farms as a problem, as they tend to bring the user to the less relevant and lower quality results of the search.</p></blockquote>
<p><strong>Google Search Algorithm Update</strong></p>
<p>To minimize search engine spam from content farm sites, Matt Cutts <a href="http://www.mattcutts.com/blog/algorithm-change-launched/">confirmed</a> <a href="http://www.gordonchoi.com/google-yahoo-and-bing-search-algorithms-revised-20090726">Google&#8217;s search algorithm</a> change will affect:</p>
<ul>
<li>Sites that copy other sites&#8217; content and sites with low levels of original content</li>
<li>The ranking of over 2% of search queries</li>
</ul>
<p><strong>Blekko Bans Content Farm Sites</strong></p>
<p>Blekko.com, the slashtag search engine, is to <a href="http://www.readwriteweb.com/archives/are_these_the_top_20_content_farms_on_the_web.php">remove</a> a list of content farm sites from search results:</p>
<p><strong>Google&#8217;s Content Farm Algorithm, Scraper Algorithm</strong></p>
<p>Barry Schwartz on Search Engine Round Table <a href="http://www.seroundtable.com/google-scraper-algorithm-12889.html">said</a>:</p>
<ul>
<li>Google hasn&#8217;t yet algorithmically block content farms.</li>
<li>Google has launched a scraper algorithm to prevent low quality content from showing up in Google&#8217;s SERP.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/content-farm-spams-google-search-algorithm-update-20110203/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google SEO Beginners Guide Update</title>
		<link>http://www.gordonchoi.com/google-seo-beginners-guide-update-20100929?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-seo-beginners-guide-update</link>
		<comments>http://www.gordonchoi.com/google-seo-beginners-guide-update-20100929#comments</comments>
		<pubDate>Wed, 29 Sep 2010 12:19:32 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=5479</guid>
		<description><![CDATA[Google re-launched the SEO starter guide for SEO beginners with new updates that include: Glossary that define terms in the guide New examples in image format alongside the content Search engine optimization guidelines for mobile devices Google&#8217;s new SEO guide does not directly mentioned how to increase Google Pagerank, but focuses search engine friendliness by [...]]]></description>
			<content:encoded><![CDATA[<p>Google <a href="http://googlewebmastercentral.blogspot.com/2010/09/seo-starter-guide-updated.html">re-launched</a> the <a href="http://www.gordonchoi.com/google-seo-starter-guide-20081117">SEO starter guide</a> for SEO beginners with new updates that include:</p>
<ul>
<li>Glossary that define terms in the guide</li>
<li>New examples in image format alongside the content</li>
<li>Search engine optimization guidelines for mobile devices</li>
</ul>
<p>Google&#8217;s new SEO guide does not directly mentioned how to <a href="http://www.gordonchoi.com/increase-google-pagerank-20100724">increase Google Pagerank</a>, but focuses <a href="http://www.gordonchoi.com/5-search-engine-friendliness-check-points-20061123">search engine friendliness</a> by helping webmasters to improve website&#8217;s crawling/indexing, ranking and click-through.</p>
<p><strong>Crawling/Indexing</strong></p>
<p>You want Google to index as many web pages of your site as possible.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/google-indexed-ebay.png" alt="Google Indexes eBay.com" />
</ul>
<p>To improve GoogleBot&#8217;s crawling of your site:</p>
<ul>
<li>Improve the structure of your web pages&#8217; URLs.</li>
<li>Improve your site&#8217;s navigation.</li>
<li><a href="http://www.gordonchoi.com/optimize-website-page-load-time-20091212">Optimize website page load time</a>.</li>
<li>Use robots.txt to block content that GoogleBot should not access.</li>
<li>Use <a href="http://www.gordonchoi.com/no-follow-or-do-follow-20070313">Nofollow</a> attribute (rel=&#8221;nofollow&#8221;) for links to block passing of link juice.</li>
</ul>
<p><strong>Ranking</strong></p>
<p>Improve your web pages&#8217; ranking by doing on-site web page level optimization.</p>
<ul>
<li>Use heading tags to identify the importance of your web pages&#8217; content.</li>
<li>Use descriptive anchor text for all the internal links of your site.</li>
<li>Optimize your site&#8217;s images by using descriptive ALT tags.</li>
<li>Create original and quality content. Avoid cloaking including <a href="http://www.gordonchoi.com/keyword-stuffing-20100527">keyword stuffing</a>.</li>
</ul>
<p><strong>Click-through</strong></p>
<p>You want to improve the click through rate of your website&#8217;s organic search results in SERP.</p>
<ul>
<li>Create unique page title for each web page.</li>
<li>Use unique description META tag for each page.</li>
<li>To show Google breadcrumbs in SERP, add <a href="http://www.gordonchoi.com/breadcrumb-navigation-20100803">breadcrumb navigation</a> to your web pages.</li>
</ul>
<p><strong>Google Search Algorithm, SEO Issues</strong></p>
<p>Since Stephen Noton listed <a href="http://www.gordonchoi.com/google-yahoo-and-bing-search-algorithms-revised-20090726">Google, Yahoo and Bing search algorithms</a>, <a href="http://www.gordonchoi.com/google-search-algorithm-update-one-domain-3-or-more-results-20100822">Google&#8217;s search algorithm</a> has always been improving.</p>
<p>To revise search engine optimization tips, review:</p>
<ul>
<li><a href="http://www.gordonchoi.com/google-seo-for-beginners-20090209">Google SEO for beginners</a></li>
<li><a href="http://www.gordonchoi.com/best-google-seo-resources-20090704">Best Google SEO resources</a></li>
</ul>
<p>Use <a href="http://www.gordonchoi.com/sem-keyword-research-tools-20090123">SEM keyword research tools</a> to find out what keywords users are typing when searching for your website&#8217;s content. <a href="http://www.gordonchoi.com/cat/google-tools">Google&#8217;s tools</a> that will help webmasters on search engine optimization include:</p>
<ul>
<li><a href="http://www.gordonchoi.com/cat/google-webmaster-tools">Google Webmaster Tools</a> &#8211; Discover SEO issues on your site.</li>
<li><a href="http://www.gordonchoi.com/cat/google-analytics">Google Analytics</a> &#8211; Track SEO traffic and other traffic sources to your site.</li>
</ul>
<p><strong>Google&#8217;s SEO Beginners Guide Download</strong></p>
<p><a href="http://www.gordonchoi.com/download/search-engine-optimization-starter-guide.pdf">Download (.PDF)</a> Google&#8217;s new SEO starter guide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/google-seo-beginners-guide-update-20100929/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Instant Examples</title>
		<link>http://www.gordonchoi.com/google-instant-examples-20100926?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-instant-examples</link>
		<comments>http://www.gordonchoi.com/google-instant-examples-20100926#comments</comments>
		<pubDate>Sun, 26 Sep 2010 10:43:42 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=5425</guid>
		<description><![CDATA[Google Instant on Google.com starts with a search box at the top of the web search screen: Type your search query in the search box while &#8220;Instant is on&#8221;: Google Instant Example: PPC Bully With search query &#8220;PPC&#8221; in Google&#8217;s search box, followed by &#8220;b&#8221; and space, Google Instant returns organic search results and Adwords [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gordonchoi.com/google-instant-on-adwords-clicks-impressions-analytics-visits-20100914">Google Instant</a> on Google.com starts with a search box at the top of the web search screen:</p>
<ul><img src="http://www.gordonchoi.com/blog/images/google-instant-on-google-web-search.png" alt="Google Instant on Google.com" />
</ul>
<p>Type your search query in the search box while &#8220;Instant is on&#8221;:</p>
<ul><img src="http://www.gordonchoi.com/blog/images/google-instant-is-on.png" alt="Instant is On" />
</ul>
<p><strong>Google Instant Example: PPC Bully</strong></p>
<p>With search query &#8220;<a href="http://www.gordonchoi.com/cat/ppc">PPC</a>&#8221; in Google&#8217;s search box, followed by &#8220;b&#8221; and space, Google Instant returns organic search results and Adwords ads for keyword &#8220;PPC Bully&#8221;. Adwords ads and organic search results for keyword &#8220;PPC Bully&#8221; shows up with one impression added to &#8220;PPC Bully&#8221;:</p>
<ul><img src="http://www.gordonchoi.com/blog/images/google-instant-ppcbully.png" alt="PPCbully, Google Instant" />
</ul>
<p><strong>Google Instant Example: PPC Blog</strong></p>
<p>Continue typing till &#8220;PPC Bl&#8221;, Google Instant returns organic search results and Adwords ads for keyword &#8220;<a href="http://www.gordonchoi.com/">PPC Blog</a>&#8220;. Adwords ads and organic search results for keyword &#8220;PPC Blog&#8221; appears with one impression added to &#8220;PPC Blog&#8221;:</p>
<ul><img src="http://www.gordonchoi.com/blog/images/google-instant-ppc-blog.png" alt="PPC Blog, Google Instant" />
</ul>
<p><strong>Google Instant Example: Adobe</strong></p>
<p>Enter &#8220;Ad&#8221; into Google&#8217;s search box, Google Instant returns organic search results and Adwords ads for keyword &#8220;Adobe&#8221;. Adwords ads and organic search results for keyword &#8220;Adobe&#8221; appears with one impression added to &#8220;Adobe&#8221;:</p>
<ul><img src="http://www.gordonchoi.com/blog/images/google-instant-adobe.png" alt="Adobe, Google Instant" />
</ul>
<p><strong>Google Instant Example: Adwords</strong></p>
<p>Continue typing &#8220;w&#8221; to search query &#8220;Adw&#8221; into Google&#8217;s search box, Google Instant returns organic search results and Adwords ads for keyword &#8220;<a href="http://www.gordonchoi.com/cat/adwords">Adwords</a>&#8220;. Adwords ads and organic search results for keyword &#8220;Adwords&#8221; shows up with one impression added to &#8220;Adwords&#8221;:</p>
<ul><img src="http://www.gordonchoi.com/blog/images/google-instant-adwords.png" alt="Adwords, Google Instant" />
</ul>
<p><strong>Google Instant Example: Adcenter</strong></p>
<p>Backspace to remove &#8220;w&#8221; and then add &#8220;ce&#8221; to search query &#8220;Adce&#8221; into Google&#8217;s search box, Google Instant returns organic search results and Adwords ads for keyword &#8220;<a href="http://www.gordonchoi.com/cat/adcenter">Adcenter</a>&#8220;. Adwords ads and organic search results for keyword &#8220;Adcenter&#8221; appears with one impression added to &#8220;Adcenter&#8221;:</p>
<ul><img src="http://www.gordonchoi.com/blog/images/google-instant-adcenter.png" alt="Adcenter, Google Instant" />
</ul>
<p><strong>Reports for Search Impressions</strong></p>
<p>Your website&#8217;s SEO impressions and/or PPC impressions may fluctuate due to <a href="http://www.gordonchoi.com/google-instant-on-adwords-clicks-impressions-analytics-visits-20100914">Google Instant</a>.</p>
<ul>
<li>Review SEO / Organic search queries&#8217; impressions through <a href="http://www.gordonchoi.com/google-webmaster-tools-search-queries-20100513">Google Webmaster Tools search queries</a> in <a href="http://www.gordonchoi.com/cat/google-webmaster-tools">Google Webmaster Tools</a>.</li>
<li>Review Adwords keyword impressions through <a href="http://www.gordonchoi.com/google-adwords-keyword-report-20100921">Google Adwords Keyword reports</a> of <a href="http://www.gordonchoi.com/cat/adwords-reports">Adwords reports</a> in <a href="http://www.gordonchoi.com/google-adwords-new-interface-beta-expansion-20090328">Google Adwords new interface</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/google-instant-examples-20100926/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Instant on Adwords Clicks, Impressions, Analytics Visits</title>
		<link>http://www.gordonchoi.com/google-instant-on-adwords-clicks-impressions-analytics-visits-20100914?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-instant-on-adwords-clicks-impressions-analytics-visits</link>
		<comments>http://www.gordonchoi.com/google-instant-on-adwords-clicks-impressions-analytics-visits-20100914#comments</comments>
		<pubDate>Tue, 14 Sep 2010 16:14:26 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=5371</guid>
		<description><![CDATA[Google Instant applies to both organic search results and Adwords ads on Google.com. Google Instant targets users in the US, UK, France, Germany, Italy, Spain and Russia who either: Do searches on the Google.com domain. Search while signed in to a Google Account. How Google Instant Works With or without Google Instant, an impression is [...]]]></description>
			<content:encoded><![CDATA[<p>Google Instant applies to both organic search results and <a href="http://www.gordonchoi.com/cat/adwords">Adwords</a> ads on Google.com. Google Instant targets users in the US, UK, France, Germany, Italy, Spain and Russia who either:</p>
<ul>
<li>Do searches on the Google.com domain.</li>
<li>Search while signed in to a Google Account.</li>
</ul>
<p><strong>How Google Instant Works</strong></p>
<p>With or without Google Instant, an impression is counted when your site is displayed in Google&#8217;s search results due to a user&#8217;s &#8220;completed&#8221; query.</p>
<p>Google Instant automatically predicts users&#8217; query as they type and instantly show updated results &#8211; organic search results and Adwords ads. Google Instant redefines the way search impressions are measured. With Google Instant, an impression is counted when:</p>
<ul>
<li>A user types a search term on Google.com and clicks on a search result or an Adwords ad.</li>
<li>A user stops typing for 3 or more seconds and search results are displayed.</li>
</ul>
<p><strong>Google Instant&#8217;s Impact on Search</strong></p>
<p>As your websites may appear in Google&#8217;s search results and/or Adwords ads to users as they type, Google Instant may increase search impressions to your sites.</p>
<ul>
<li>Review organic search impressions through <a href="http://www.gordonchoi.com/google-webmaster-tools-search-queries-20100513">Google Webmaster Tools Search Queries</a> in your <a href="http://www.gordonchoi.com/cat/google-webmaster-tools">Google Webmaster Tools</a> account.</li>
<li>Review Adwords impressions through Google Adwords Keyword Report of <a href="http://www.gordonchoi.com/cat/adwords-reports">Adwords reports</a> in your Adwords account.</li>
</ul>
<p>If your track your site&#8217;s web traffic in <a href="http://www.gordonchoi.com/cat/google-analytics">Google Analytics</a>, review your visitors report and traffic source report to understand the impact Google Instant may have on your website&#8217;s visits.</p>
<p><strong>Compatible Browsers to Google Instant</strong></p>
<p>Internet browsers that can support Google Instant including:</p>
<ul>
<li>Internet Explorer Version 8</li>
<li>Firefox Version 3</li>
<li>Chrome Version 5 or 6</li>
<li>Safari Version 5 for Mac</li>
</ul>
<p><strong>Google Instant&#8217;s News on Official Google Blogs</strong></p>
<p>Official Google blog posts that mentioned Google Instant&#8217;s launch and how Google Instant may affect users, organic search and Adwords ads:</p>
<ul>
<li><a href="http://adwords.blogspot.com/2010/09/google-instant-more-innovative-approach.html">Inside Adwords Blog</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2010/09/google-instant-impact-on-search-queries.html">Webmaster Central Blog</a></li>
<li><a href="http://analytics.blogspot.com/2010/09/google-instant-and-google-analytics.html">Analytics Blog</a></li>
<li><a href="http://googleblog.blogspot.com/2010/09/google-instant-behind-scenes.html">Google Blog</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/google-instant-on-adwords-clicks-impressions-analytics-visits-20100914/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Search Algorithm Update, One Domain, 3 or More Results</title>
		<link>http://www.gordonchoi.com/google-search-algorithm-update-one-domain-3-or-more-results-20100822?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-search-algorithm-update-one-domain-3-or-more-results</link>
		<comments>http://www.gordonchoi.com/google-search-algorithm-update-one-domain-3-or-more-results-20100822#comments</comments>
		<pubDate>Sun, 22 Aug 2010 12:57:33 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=5310</guid>
		<description><![CDATA[Google made a search algorithm update and can show 3 or more search results from the same domain within the top 10 search engine results page (SERP). Before this update, Google would only show up to 2 search results from the same domain on a single search result page. One Domain, 3 or More Search [...]]]></description>
			<content:encoded><![CDATA[<p>Google <a href="http://googlewebmastercentral.blogspot.com/2010/08/showing-more-results-from-domain.html">made</a> a search algorithm update and can show 3 or more search results from the same domain within the top 10 search engine results page (SERP). Before this update, Google would only show up to 2 search results from the same domain on a single search result page.</p>
<p><strong>One Domain, 3 or More Search Results</strong></p>
<p>Google Operating System <a href="http://googlesystem.blogspot.com/2010/08/googles-implicit-site-searches.html">found</a> that when your search query includes the brand name of a company/website, Google can return up to 7 web pages from that site within the first 10 search results.</p>
<p>Take UK&#8217;s BBC News site as an example.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/google-search-results-bbc-co-uk.png" alt="Google search results on www.bbc.co.uk site" /></ul>
<p>Four search results from www.bbc.co.uk appear within Google&#8217;s first 10 search results:</p>
<p><code>www.bbc.co.uk/</code><br />
<code>www.bbc.co.uk/news/</code><br />
<code>news.bbc.co.uk/sport2/hi/football/default.stm</code><br />
<code>www.bbc.co.uk/sport</code><br />
<code>news.bbc.co.uk/weather/</code><br />
<code>www.bbc.co.uk/radio/</code></p>
<p><strong>Google Search Engine Optimization Tips</strong></p>
<p>To adapt to the new search algorithm update, review Google&#8217;s SEO tips:</p>
<ul>
<li><a href="http://www.gordonchoi.com/increase-google-pagerank-20100724">Increase Google PageRank</a></li>
<li><a href="http://www.gordonchoi.com/optimize-website-page-load-time-20091212">Optimize Website Page Load Time</a></li>
<li><a href="http://www.gordonchoi.com/google-yahoo-and-bing-search-algorithms-revised-20090726">Google, Yahoo and Bing Search Algorithms Revised</a></li>
<li><a href="http://www.gordonchoi.com/best-google-seo-resources-20090704">Best Google SEO Resources</a></li>
<li><a href="http://www.gordonchoi.com/google-seo-for-beginners-20090209">Google SEO for Beginners</a></li>
<li><a href="http://www.gordonchoi.com/geo-targeting-seo-strategies-for-a-single-country-20080708">SEO Geo Targeting</a></li>
</ul>
<p><strong>Google SEO Reputation Management</strong></p>
<p>Search Engine Land <a href="http://searchengineland.com/google-now-showing-3-or-more-results-from-same-domain-49066">believes</a> Google&#8217;s search algorithm change will make it easier for big brands to resolve SEO reputation management issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/google-search-algorithm-update-one-domain-3-or-more-results-20100822/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Google Pagerank</title>
		<link>http://www.gordonchoi.com/increase-google-pagerank-20100724?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=increase-google-pagerank</link>
		<comments>http://www.gordonchoi.com/increase-google-pagerank-20100724#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:50:08 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=5158</guid>
		<description><![CDATA[PageRank is Google&#8217;s SEO ranking algorithm that reflects Google&#8217;s view of the importance of web pages. Google&#8217;s PageRank Important web pages in Google&#8217;s index are: Assigned higher PageRank More likely to rank higher in Google&#8217;s search engine results pages (SERP) Google&#8217;s PageRank considers the importance of each web page (in Google&#8217;s index) that passes link [...]]]></description>
			<content:encoded><![CDATA[<p>PageRank is <a href="http://www.gordonchoi.com/google-seo-for-beginners-20090209">Google&#8217;s SEO</a> ranking algorithm that reflects Google&#8217;s view of the importance of web pages.</p>
<p><strong>Google&#8217;s PageRank</strong></p>
<p>Important web pages in Google&#8217;s index are:</p>
<ul>
<li>Assigned higher PageRank</li>
<li>More likely to rank higher in Google&#8217;s search engine results pages (SERP)</li>
</ul>
<p>Google&#8217;s PageRank <a href="http://www.google.com/corporate/tech.html">considers</a> the importance of each web page (in Google&#8217;s index) that passes link juice (or casts a vote).</p>
<ul>
<li>When a linked web page that receives two links, one from a more important web page and the other from a less important web page, the link juice from the more important page is considered to be a higher value vote to the linked page.</li>
<li>Based on the entire web&#8217;s link structures, Google uses over 200 signals/factors including the PageRank algorithm to identify which web pages are most important. Then Google combines web pages&#8217; importance, page-based text matching techniques and search query specific relevance to rank web pages in SERP.</li>
</ul>
<p><strong>Backlinks (or Inbound Links)</strong></p>
<p>To increase your website&#8217;s Google PageRank, create content for your visitors and <a href="http://googlewebmastercentral.blogspot.com/2010/06/quality-links-to-your-site.html">get</a> <a href="http://www.gordonchoi.com/link-building-vs-linkbait-20071007">quality links</a> to your site.</p>
<p>To create relevant content for your visitors, figure out their issues or problems and offer various solutions on continuous bases. This helps your site to acquire backlinks through natural ways:</p>
<ul>
<li>Visitors may appreciate your solutions to their issues and link to your content.</li>
<li>The links, in the long run, increase your site&#8217;s visibility and credibility/reputation in your niche/industry.</li>
<li>When your site gain more lasting, merit-based links and loyal followers, more direct traffic will come through &#8220;word of mouth&#8221;.</li>
</ul>
<p>To acquire relevant inbound links for your site, you can:</p>
<ul>
<li>Share your site&#8217;s content through <a href="http://www.gordonchoi.com/twitter-vs-google-buzz-microblogging-20100218">Google Buzz, Twitter</a> and other social media tools so that other sites can talk about your website&#8217;s content, and visitors to those other sites can find and re-share your content.</li>
<li>Submit your site to Dmoz (<a href="http://www.gordonchoi.com/open-directory-project-accepting-website-submissions-again-20070115">Open Directory Project</a>) and other reputable web directories.</li>
</ul>
<p>When acquiring backlinks to your site, <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=66356">avoid</a>:</p>
<ul>
<li>Participating in excessive link exchanging.</li>
<li>Linking to web spammers or bad web neighborhoods.</li>
<li>Selling or buying links, for example, <a href="http://googlewebmastercentral.blogspot.com/2007/12/information-about-buying-and-selling.html">paid links</a>.</li>
</ul>
<p><strong>Website&#8217;s Link Architecture</strong></p>
<p>To maximize your site&#8217;s Google Pagerank, make it easy for Google&#8217;s spider (GoogleBot) to crawl all your web pages. You should <a href="http://googlewebmastercentral.blogspot.com/2008/10/importance-of-link-architecture.html">improve</a> your site&#8217;s internal link architecture and allow link juice of all web pages to flow within your entire site. Consider site usability when designing your site&#8217;s link architecture:</p>
<ul>
<li>From your site&#8217;s home page, allow visitors to navigate easily to other sub-/child- pages of your site, without using site search.</li>
<li>From any page (non-homepage) on your site, allow visitors to navigate easily to homepage and to other pages of your site, without using site search.</li>
<li>Use text-based links as your site&#8217;s navigation links.</li>
<li>Use breadcrumb navigation on your sub-/child- pages.</li>
</ul>
<p><strong>Anchor Text, PageRank Sculpting, Nofollow Attribute</strong></p>
<p>Optimize your web pages&#8217; Google PageRank by writing descriptive and relevant anchor text in your internal links.</p>
<ul>
<li><a href="http://searchengineland.com/google-now-reporting-anchor-text-phrases-10744">Anchor text</a>, the clickable words in a link, is one of the important signals for Google to determine your web page&#8217;s SEO ranking for specific keywords. For site usability, descriptive anchor text helps visitors to better understand your content.</li>
<li>Run anchor text analysis through this <a href="http://webconfs.com/anchor-text-analysis.php">Backlink Checker</a> tool.</li>
</ul>
<p><a href="http://www.mattcutts.com/blog/pagerank-sculpting/">PageRank sculpting</a> could influence the true value of Google&#8217;s PageRank of an individual web page.</p>
<ul>
<li>Webmasters insert <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=96569">nofollow attribute</a> within internal links of a site to sculpt individual web pages&#8217; Google PageRank.</li>
<li><a href="http://www.gordonchoi.com/google-yahoo-and-bing-search-algorithms-revised-20090726">Google&#8217;s search algorithm</a> changes were made for counting outbound links from a web page and <a href="http://www.hobo-web.co.uk/seo-blog/index.php/matt-cutts-kills-internal-pagerank-sculpting-with-nofollow/">have</a> <a href="http://searchengineland.com/pagerank-sculpting-is-dead-long-live-pagerank-sculpting-21102">minimized</a> the effectiveness of Page Rank Sculpting.</li>
</ul>
<p><strong>How to Check Google PageRank?</strong></p>
<p>Check your site&#8217;s Google Page Rank through one of the tools:</p>
<ul>
<li><a href="http://www.google.com/toolbar/ff/index.html">Google Toolbar</a></li>
<li><a href="http://www.gordonchoi.com/search-status-toolbar-for-firefox-includes-compete-ranking-20070516">Search Status toolbar (for Firefox)</a></li>
<li><a href="http://www.seochat.com/seo-tools/pagerank-lookup/">SEO Chat&#8217;s PageRank Lookup</a></li>
<li><a href="http://blogoscoped.com/archive/2010-02-06-n76.html">Google Chrome Pagerank Checker</a></li>
</ul>
<p><strong>Other SEO Experts on PageRank</strong></p>
<p>Google PageRank explained by other search engine optimization experts:</p>
<ul>
<li><a href="http://searchengineland.com/what-is-google-pagerank-a-guide-for-searchers-webmasters-11068">What Is Google PageRank? A Guide For Searchers and Webmasters</a> &#8211; Search Engine Land</li>
<li><a href="http://www.seomoz.org/blog/how-pagerank-works-why-the-original-pr-formula-may-be-flawed">How PageRank Works &#038; Why the Original PR Formula May be Flawed</a> &#8211; SEOMoz</li>
</ul>
<p><strong>PageRank Updates</strong></p>
<p>Matt Cutts reported on Google&#8217;s PageRank updates in the past:</p>
<ul>
<li><a href="http://www.mattcutts.com/blog/whats-an-update/">What&#8217;s an Update?</a> (September 8, 2005)</li>
<li><a href="http://www.mattcutts.com/blog/fall-weather-forecast/">Fall Weather Forecast</a> (October 11, 2006)</li>
<li><a href="http://www.mattcutts.com/blog/more-info-on-updates/">More Info on Updates</a> (October 17, 2005)</li>
<li><a href="http://www.mattcutts.com/blog/more-weather-reporting/">More Weather Reporting</a> (October 19, 2005)</li>
<li><a href="http://www.mattcutts.com/blog/jagger3-update/">Jagger3 Update</a> (November 5, 2005)</li>
<li><a href="http://www.mattcutts.com/blog/bigdaddy/">Feedback on Bigdaddy Data Center</a> (January 4, 2006)</li>
<li><a href="http://www.mattcutts.com/blog/bigdaddy-progress-update/">Bigdaddy progress update</a> (February 1, 2006)</li>
<li><a href="http://www.mattcutts.com/blog/bigdaddy-status-update-almost-there/">Bigdaddy status update: almost there</a> (March 22, 2006)</li>
<li><a href="http://www.mattcutts.com/blog/q-a-thread-march-27-2006/">Q &#038; A thread</a> (March 27, 2006)</li>
<li><a href="http://www.mattcutts.com/blog/more-info-on-pagerank/">More Info on Pagerank</a> (October 2, 2006)</li>
<li><a href="http://www.mattcutts.com/blog/explaining-algorithm-updates-and-data-refreshes/">Explaining algorithm updates and data refreshes</a> (December 23, 2006)</li>
<li><a href="http://www.mattcutts.com/blog/google-pagerank-update/">New Toolbar PageRanks coming</a> (July 24, 2008)</li>
<li><a href="http://www.mattcutts.com/blog/last-toolbar-pagerank-update-of-2008/">Last Toolbar PageRank update of 2008</a> (December 31, 2008)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/increase-google-pagerank-20100724/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google SEO Report Card</title>
		<link>http://www.gordonchoi.com/google-seo-report-card-20100305?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-seo-report-card</link>
		<comments>http://www.gordonchoi.com/google-seo-report-card-20100305#comments</comments>
		<pubDate>Fri, 05 Mar 2010 13:32:19 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=4638</guid>
		<description><![CDATA[Google ran search engine optimization audit on its own websites/products and compiled a report &#8211; Google&#8217;s SEO Report Card. From the SEO Report Card, Google&#8217;s search engine optimization audit can be categorized in three major SEO subjects: Search Result Presentation: Title tag formats and lengths, description meta tag use, Google sitelink triggering and effectiveness, and [...]]]></description>
			<content:encoded><![CDATA[<p>Google <a href="http://googlewebmastercentral.blogspot.com/2010/03/googles-seo-report-card.html">ran</a> search engine optimization audit on its own websites/products and compiled a report &#8211; Google&#8217;s SEO Report Card. From the SEO Report Card, Google&#8217;s search engine optimization audit can be categorized in three major SEO subjects:</p>
<ul>
<li><strong>Search Result Presentation:</strong> Title tag formats and lengths, description meta tag use, Google sitelink triggering and effectiveness, and main page result clearness on Google</li>
<li><strong>URLs and Redirects:</strong> Directory forms, subdomain forms, 301s, canonicalization</li>
<li><strong>On-page Optimizations:</strong> Heading tag use, H1 tag use, logo image link destination, logo image alt text, and descriptive internal anchor text</li>
</ul>
<p>The 100 Google&#8217;s websites/products that have gone through the rating process in the SEO Report Card, include:</p>
<ul>
<li>Advertising and publishing systems: <a href="http://www.gordonchoi.com/cat/adwords">Google Adwords</a> and Google Adsense</li>
<li>Users&#8217; search trend tools: <a href="http://www.gordonchoi.com/google-insights-for-search-20090330">Google Insights for Search</a>, Google Trends</li>
<li>Blogging / feed management tools: Blogger and Feedburner</li>
<li>Personal profile: Profiles</li>
<li>Site search features: Google Site Search and Google Custom Search Engines</li>
<li>Product Tools: Google Store and Google Products</li>
<li>Other tools / services: Picasa Web Albums, Google Finance, Map Maker, Fast Flip, Knol and more</li>
</ul>
<p><a href="http://www.google.com/webmasters/docs/google-seo-report-card.pdf">Download (*.pdf)</a> Google&#8217;s SEO Report Card.</p>
<p>Webmasters should use Google&#8217;s SEO Report Card and <a href="http://www.gordonchoi.com/google-seo-for-beginners-20090209">Google SEO for beginners</a> as guidelines to run SEO audits on web sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/google-seo-report-card-20100305/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize Website Page Load Time</title>
		<link>http://www.gordonchoi.com/optimize-website-page-load-time-20091212?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=optimize-website-page-load-time</link>
		<comments>http://www.gordonchoi.com/optimize-website-page-load-time-20091212#comments</comments>
		<pubDate>Sat, 12 Dec 2009 08:54:45 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=4109</guid>
		<description><![CDATA[Google recently made Site Performance available in Google Webmaster Tools. Site Performance provides detailed reports of your website&#8217;s speed and suggestions for you to improve web pages&#8217; load times. Google Search Algorithm to Include Website Page Load Time Matt Cutts confirmed that Google&#8217;s SEO ranking factors now includes a website&#8217;s page load time and you [...]]]></description>
			<content:encoded><![CDATA[<p>Google recently made Site Performance <a href="http://googlewebmastercentral.blogspot.com/2009/12/how-fast-is-your-site.html">available</a> in <a href="http://www.gordonchoi.com/cat/google-webmaster-tools">Google Webmaster Tools</a>. Site Performance <a href="http://googlewebmastercentral.blogspot.com/2009/12/your-sites-performance-in-webmaster.html">provides</a> detailed reports of your website&#8217;s speed and suggestions for you to improve web pages&#8217; load times.</p>
<p><strong>Google Search Algorithm to Include Website Page Load Time</strong></p>
<p>Matt Cutts <a href="http://searchengineland.com/site-speed-googles-next-ranking-factor-29793">confirmed</a> that <a href="http://www.gordonchoi.com/google-seo-for-beginners-20090209">Google&#8217;s SEO ranking factors</a> now includes a website&#8217;s page load time and you should:</p>
<ul>
<li>Regularly check your site&#8217;s page load speed</li>
<li>Continuously improve your site&#8217;s page load speed</li>
</ul>
<p><strong>How to Test Your Web Pages&#8217; Load Speed?</strong></p>
<p>Test your website&#8217;s page load times through one of the tools:</p>
<ul>
<li><a href="http://code.google.com/speed/page-speed/">Page Speed</a></li>
<li><a href="http://developer.yahoo.com/yslow/">Yahoo&#8217;s YSlow</a></li>
</ul>
<p><strong>Web Page Load Time Optimization</strong></p>
<p>Tips to improve / optimize your web pages&#8217; load speed:</p>
<ul>
<li><a href="http://developer.yahoo.com/performance/rules.html">Best Practices for Speeding Up Your Web Site</a> &#8211; Yahoo&#8217;s Exceptional Performance team has identified 34 best practices in 7 categories for making web pages fast.</li>
<li><a href="http://www.die.net/musings/page_load_time/">Optimizing Page Load Time</a> &#8211; Die.Net&#8217;s Aaron Hopkins offers tips to improve page load times, reduce server bandwidth and CPU required for the average page view, and reduce costs while improving user experience.</li>
<li><a href="http://www.tamingthebeast.net/articles5/page-load-times.htm">Web Page Load Time Optimization</a> &#8211; Taming the Beast&#8217;s Michael Bloch offers optimization tips to decrease load times and make site management a simpler task.</li>
<li><a href="http://www.uxbooth.com/blog/how-to-minimize-load-time-for-fast-user-experiences/">How to Minimize Load Time for Fast User Experiences</a> &#8211; UX Booth&#8217;s Andrew Maier detailed how to analyze the bottlenecks preventing websites and blogs from loading quickly and how to resolve them.</li>
<li><a href="http://webjackalope.com/fast-page-load-time/">15 Quick Ways to Shrink Page Load Times</a> &#8211; Web Jackalope offers methods and tools to ensure your website is running quickly and smoothly.</li>
<li><a href="http://www.hobo-web.co.uk/seo-blog/index.php/site-speed-will-affect-google-rankings/">Website/Page Load Speed will Affect Google Rankings</a> &#8211; Web Hobo UK offers a list of page load speed testing tools, but believes page load time of your site is a relatively insignificant Google SEO ranking factor comparing to backlinks, page titles and page content that matches search engine visitors&#8217; intent.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/optimize-website-page-load-time-20091212/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Search Snippets Links</title>
		<link>http://www.gordonchoi.com/google-search-snippets-links-20090926?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-search-snippets-links</link>
		<comments>http://www.gordonchoi.com/google-search-snippets-links-20090926#comments</comments>
		<pubDate>Sat, 26 Sep 2009 15:29:12 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=2667</guid>
		<description><![CDATA[Not long ago, one line Google sitelinks was introduced which are shown immediately underneath descriptive snippets for some of Google&#8217;s web search results. Google now improves the search snippets by making those links anchor-based. Clicking on one of those anchor-based search snippets links will take you directly to a section of a page. By showing [...]]]></description>
			<content:encoded><![CDATA[<p>Not long ago, <a href="http://www.gordonchoi.com/one-line-google-sitelinks-20090422">one line Google sitelinks</a> was introduced which are shown immediately underneath descriptive snippets for some of Google&#8217;s web search results. Google now <a href="http://googleblog.blogspot.com/2009/09/jump-to-information-you-want-right-from.html">improves</a> the search snippets by making those links anchor-based. Clicking on one of those anchor-based search snippets links will take you directly to a section of a page. By showing you links beneath the snippet to relevant sections of the page, making it faster and easier to find what you are looking for.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/google-search-snippet-search-engine-optimization.png" alt="Search Snippet Links for Search Engine Optimization" /></ul>
<ul>
<img src="http://www.gordonchoi.com/blog/images/google-search-snippet-online-marketing.png" alt="Search Snippets Links for Online Marketing" /></ul>
<p>Search snippets links mostly appear on Google&#8217;s Wikipedia search results as the above examples for search queries &#8220;search engine optimization&#8221; and &#8220;online marketing&#8221;.</p>
<p>What happens is that Google indexes URLs that include anchors. The anchor-based search snippets links are generated algorithmically, based on page structure. <a href="http://googlewebmastercentral.blogspot.com/2009/09/using-named-anchors-to-identify.html">Google&#8217;s Webmaster Central Blog</a> suggests what you can do to increase the chances that the in-snippet links might appear on your pages:</p>
<ul>
<li>First, ensure that long, multi-topic pages on your site are well-structured and broken into distinct logical sections.</li>
<li>Second, ensure that each section has an associated anchor with a descriptive name (i.e., not just &#8220;Section 2.1&#8243;), and that your page includes a &#8220;table of contents&#8221; which links to the individual anchors.</li>
</ul>
<p>Search snippets links only appear for search queries that Google &#8220;thinks&#8221; are relevant.</p>
<p>On Google.cn, search Snippets Links also appears under Wikipedia search results, but for Chinese search queries (e.g. Ou-Ba-Ma, meaning Barack Obama in Chinese Pinyin).</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/google-cn-search-snippet-obama.png" alt="Search snippets for "Barack Obama" on Google.cn" /></ul>
<p>A search on Google.cn for Chinese historical hero &#8220;Sunzhongshan&#8221; shows Baidu Baike (Baidu&#8217;s Wikipedia) being the top SEO result with anchor-based search snippets links.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/google-cn-search-snippet-sunzhongshan.png" alt="Search Snippets for "Sunzhongshan" on Google.cn" /></ul>
<p>How other blogs talked about Google&#8217;s Search Snippets Links:</p>
<ul>
<li><a href="http://www.searchenginejournal.com/google-makes-its-search-snippets-more-useful/13580/">Google Makes its Search Snippets More Useful</a> &#8211; Search Engine Journal</li>
<li><a href="http://searchengineland.com/google-jump-to-links-within-search-snippets-26603">Google Jump To Links Within Search Snippets</a> &#8211; Search Engine Land</li>
<li><a href="http://connect.icrossing.co.uk/links-google-snippet-text_2947">Links in Google Snippet Text</a> &#8211; Icrossing</li>
<li><a href="http://googlesystem.blogspot.com/2009/08/google-sitelinks-for-wikipedia.html">Google Sitelinks for Wikipedia</a> &#8211; Google Operating System</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/google-search-snippets-links-20090926/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

