<?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>PPC Blog &#187; Baidu SEO</title>
	<atom:link href="http://www.gordonchoi.com/cat/baidu-seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gordonchoi.com</link>
	<description>Search Marketing on Google, Bing, Yahoo and Baidu</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:04:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Baidu Robots.txt</title>
		<link>http://www.gordonchoi.com/baidu-robots-txt-20100420?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=baidu-robots-txt</link>
		<comments>http://www.gordonchoi.com/baidu-robots-txt-20100420#comments</comments>
		<pubDate>Tue, 20 Apr 2010 10:43:32 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Baidu SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=4362</guid>
		<description><![CDATA[A Robots.txt file restricts search engine robots from accessing your website (or from crawling your web pages), and Baidu search engine follows the instructions in Robots.txt.
Why Using Robots.txt for Chinese Search Engine Baidu?
Submitting your site to Baidu through the website submission form notifies Baidu search engine to crawl and index your website. To exclude specific [...]]]></description>
			<content:encoded><![CDATA[<p>A Robots.txt file restricts search engine robots from accessing your website (or from crawling your web pages), and Baidu search engine follows the instructions in Robots.txt.</p>
<p><strong>Why Using Robots.txt for Chinese Search Engine Baidu?</strong></p>
<p><a href="http://www.gordonchoi.com/submit-site-to-baidu-20100124">Submitting your site to Baidu</a> through the website submission form notifies Baidu search engine to crawl and index your website. To exclude specific content (or web pages) from being crawled by Baiduspider, Baidu&#8217;s search engine robot / spider / user agent, use Robots.txt.</p>
<ul>
<li>Using Robots.txt is optional.</li>
<li>Include a Robots.txt file only if your site has content that you do not want Baidu to index.</li>
<li>If you want Baidu to access your entire website&#8217;s content, do not include a Robots.txt file.</li>
<li>Place Robots.txt file under your website&#8217;s root directory. Before crawling your website&#8217;s pages, Baiduspider first checks the root directory of your site&#8217;s domain if a plain text file called &#8220;robots.txt&#8221; can be found.</li>
<li>Robots.txt can improve your site&#8217;s <a href="http://www.gordonchoi.com/cat/baidu-seo">Baidu SEO</a> traffic and ranking when it is done right.</li>
<li>Robots.txt blocks your web pages&#8217; content from being crawled or indexed by Baidu, but Baiduspider may still index the URLs if they can be found on other web pages on the web. So the &#8220;blocked&#8221; web pages&#8217; URLs may appear in Baidu&#8217;s organic search results pages.</li>
</ul>
<p><strong>Using Robots.txt for Baiduspider</strong></p>
<p>Baiduspider follows two basic rules in Robots.txt files:</p>
<ul>
<li>User-agent: the robot the following rule applies to</li>
<li>Disallow: the URL you want to block</li>
</ul>
<p>To block your entire site from Baidu:</p>
<p><code>User-agent: Baiduspider</code><br />
<code>Disallow: /</code></p>
<p>To block your entire site from all search engine spiders, but Baiduspider:</p>
<p><code>User-agent: Baiduspider</code><br />
<code>Disallow:</code></p>
<p><code>User-agent: *</code><br />
<code>Disallow: /</code></p>
<p>To block a directory of your site and all the files in it, from Baiduspider:</p>
<p><code>User-agent: Baiduspider</code><br />
<code>Disallow: /cgi-bin/</code></p>
<p>To block a directory of your site, but some of the URLs in it, from Baidu:</p>
<p><code>User-agent: Baiduspider</code><br />
<code>Allow: /cgi-bin/tmp-1</code><br />
<code>Allow: /cgi-bin/tmp-2</code><br />
<code>Disallow: /cgi-bin/</code></p>
<p>To block a web page from Baidu:</p>
<p><code>User-agent: Baiduspider</code><br />
<code>Disallow: /my-page.html</code></p>
<p>Baiduspider supports using wildcard symbols including &#8220;*&#8221; and &#8220;$&#8221; to match URLs:</p>
<ul>
<li>&#8220;*&#8221; matches zero or more arbitrary characters.</li>
<li>&#8220;$&#8221; matches the line terminating character(s).</li>
</ul>
<p>To block access to all dynamic URLs (i.e. all URLs that contain &#8220;?&#8221;) by Baiduspider:</p>
<p><code>User-agent: Baiduspider</code><br />
<code>Disallow: /*?*</code></p>
<p>To block access to certain file types, but to allow other types of files, by Baiduspider:</p>
<p><code>User-agent: Baiduspider</code><br />
<code>Allow: .gif$</code><br />
<code>Allow: .jpg$</code><br />
<code>Disallow: .jpeg$</code><br />
<code>Disallow: .png$</code><br />
<code>Disallow: .bmp$</code></p>
<p><strong>Other Baiduspider Bots</strong></p>
<p>While Baiduspider is responsible for crawling web search content, Baidu <a href="http://www.baidu.com/search/spider.html">uses</a> different search engine spiders/bots to crawl different types of content:</p>
<ul>
<li>Baiduspider-image crawls images</li>
<li>Baiduspider-mobile crawls mobile search content</li>
<li>Baiduspider-video crawls videos</li>
<li>Baiduspider-news crawls news content</li>
<li>Baiduspider-favo crawls bookmarks</li>
<li>Baiduspider-sfkr crawls Baidu PPC/ads</li>
<li>Baiduspider-cpro crawls Baidu&#8217;s contextual advertising network</li>
</ul>
<p><strong>Robots.txt Examples on Large Chinese Websites</strong></p>
<ul>
<li>Baidu.com is blocking Baiduspider to access some of the site&#8217;s directories: <code>http://www.baidu.com/robots.txt</code></li>
<li>Taobao.com at the time is blocking Baiduspider through Robots.txt at the root directory: <code>http://www.taobao.com/robots.txt</code></li>
<li>Alibaba China at the time is blocking the entire site from certain bots/spiders: <code>http://china.alibaba.com/robots.txt</code></li>
</ul>
<p><strong>Guidelines to Robots.txt</strong></p>
<ul>
<li>Baidu offers <a href="http://www.baidu.com/search/robots.html">guidelines in Chinese</a> on how you should use Robots.txt to block Baiduspider.</li>
<li><a href="http://www.robotstxt.org/">Robotstxt.org</a> and <a href="http://www.searchtools.com/robots/robots-txt.html">Searchtools.com</a> both provide comprehensive guidelines to create Robots.txt.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/baidu-robots-txt-20100420/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit Site to Baidu</title>
		<link>http://www.gordonchoi.com/submit-site-to-baidu-20100124?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=submit-site-to-baidu</link>
		<comments>http://www.gordonchoi.com/submit-site-to-baidu-20100124#comments</comments>
		<pubDate>Sun, 24 Jan 2010 15:06:13 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Baidu SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=4327</guid>
		<description><![CDATA[Baidu.com is the largest Chinese search engine in China. To ensure your new Chinese website receives organic search traffic from Baidu.com, submit your website to through Baidu&#8217;s official URL submission page.
Besides your website&#8217;s URL, you will have to enter a randomly generated captcha passcode when submitting through Baidu&#8217;s URL submission page. However, Baidu&#8217;s URL submission [...]]]></description>
			<content:encoded><![CDATA[<p>Baidu.com is the largest Chinese search engine in China. To ensure your new Chinese website receives organic search traffic from Baidu.com, submit your website to through <a href="http://www.baidu.com/search/url_submit.html">Baidu&#8217;s official URL submission page</a>.</p>
<p>Besides your website&#8217;s URL, you will have to enter a randomly generated captcha passcode when submitting through Baidu&#8217;s URL submission page. However, Baidu&#8217;s URL submission page is simple and it won&#8217;t require you to understand any Chinese characters.</p>
<p>Go to Baidu.com and check your website with the &#8220;Site:&#8221; command after about one month:</p>
<p><code>site:your-site.com</code></p>
<p>To speed up your site&#8217;s inclusion in Baidu&#8217;s index, ensure your site&#8217;s content in written in Chinese (Simplified). Alternatively, get a link from a Chinese (Simplified) web site that is already indexed in Baidu to point to your new Chinese website.</p>
<p>Unlike <a href="http://www.gordonchoi.com/cat/google-webmaster-tools">Google</a>, <a href="http://www.gordonchoi.com/yahoo-site-explorer-20091013">Yahoo</a> or <a href="http://www.gordonchoi.com/bing-webmaster-tools-20090712">Bing</a>, Baidu currently offers no official search engine webmaster tools and no URL submission through sitemap in XML format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/submit-site-to-baidu-20100124/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Baidu Keyword Research Tool</title>
		<link>http://www.gordonchoi.com/baidu-keyword-research-tool-20091004?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=baidu-keyword-research-tool</link>
		<comments>http://www.gordonchoi.com/baidu-keyword-research-tool-20091004#comments</comments>
		<pubDate>Sun, 04 Oct 2009 11:06:19 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Baidu SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=2719</guid>
		<description><![CDATA[Before doing Baidu search engine optimization for your website, you will need to run a Chinese keyword research using Baidu keyword suggestion tool. Baidu has made the keyword suggestion tool available in your Baidu PPC Phoenix Nest account.
Use Baidu&#8217;s Keyword Research Tool in Baidu PPC Account


This Baidu keyword research tool suggests new keywords to you [...]]]></description>
			<content:encoded><![CDATA[<p>Before doing Baidu search engine optimization for your website, you will need to run a Chinese keyword research using Baidu keyword suggestion tool. Baidu has made the keyword suggestion tool available in your <a href="http://www.gordonchoi.com/baidu-search-marketing-20090427">Baidu PPC Phoenix Nest</a> account.</p>
<p><strong>Use Baidu&#8217;s Keyword Research Tool in Baidu PPC Account</strong></p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/baidu-keyword-tool-under-tools-section.png" alt="Baidu Keyword Tool under PPC account's Tools section" /></ul>
<p>This Baidu keyword research tool suggests new keywords to you in two ways:</p>
<ul>
<li>Generate keywords from a &#8220;core keyword&#8221; that you enter</li>
<li>Generate keywords from a URL that you enter</li>
</ul>
<ul>
<img src="http://www.gordonchoi.com/blog/images/baidu-keyword-suggest-by-keywords.png" alt="Baidu Keyword Suggestion Tool by Core Keywords" /></ul>
<p><strong>Run Baidu&#8217;s Keyword Research Tool</strong></p>
<p>The keyword research tool returns a list of related keywords based on your &#8220;core keywords&#8221;. You can download the new SEO keywords as a spreadsheet.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/baidu-keyword-suggestions.png" alt="Baidu suggested related keywords" /></ul>
<p><strong>Understand the Correlation Among Baidu SEO, Baidu PPC and Baidu Search Open Platform</strong></p>
<p>To maximize your <a href="http://www.gordonchoi.com/cat/baidu-seo">Baidu SEO</a> effort, you will have to understand how the two <a href="http://www.gordonchoi.com/baidu-ppc-auction-systems-20090916">Baidu PPC Auction Systems</a> work. Also for some search queries, universal search results (or one-box results) may show up. Baidu has made the submission through <a href="http://www.gordonchoi.com/baidu-search-open-platform-20090922">Baidu Search Open Platform</a> available.</p>
<p>If you are running Baidu PPC alongside Baidu SEO, Baidu&#8217;s keyword research tool allows you to add the new keywords directly into one of your Baidu PPC ad groups and/or campaigns.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/baidu-suggest-add-new-keywords.png" alt="Add new keywords directly" /></ul>
<p><strong>Get Localized Keyword Data</strong></p>
<p>If you run a web site that provides local business for certain regions in China, Baidu keyword suggestion tool can narrow down by regions and/or cities and show you the &#8220;geo-targeted&#8221; keyword data.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/baidu-keyword-tool-choose-regions.png" alt="Baidu suggests regional keywords" /></ul>
<p><strong>Google&#8217;s Keyword Tools as Alternative</strong></p>
<p>Google provides several great <a href="http://www.gordonchoi.com/sem-keyword-research-tools-20090123">SEM/SEO keyword research tools</a> in which you can discover more new Chinese keywords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/baidu-keyword-research-tool-20091004/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Baidu Search Open Platform</title>
		<link>http://www.gordonchoi.com/baidu-search-open-platform-20090922?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=baidu-search-open-platform</link>
		<comments>http://www.gordonchoi.com/baidu-search-open-platform-20090922#comments</comments>
		<pubDate>Tue, 22 Sep 2009 05:15:58 +0000</pubDate>
		<dc:creator>Gordon Choi</dc:creator>
				<category><![CDATA[Baidu SEO]]></category>

		<guid isPermaLink="false">http://www.gordonchoi.com/?p=2457</guid>
		<description><![CDATA[Baidu Search Open Platform (aka Baidu Aladdin) has been launched in beta to webmasters and web developers. The open platform accepts XML data submission that may appear among Baidu&#8217;s web search results.
Baidu Search&#8217;s open platform allows both webmasters and Baidu together to build universal search results. Instead of Baidu&#8217;s search algorithm trying to figure out [...]]]></description>
			<content:encoded><![CDATA[<p>Baidu Search Open Platform (aka <a href="http://open.baidu.com/">Baidu Aladdin</a>) has been launched in beta to webmasters and web developers. The open platform accepts XML data submission that may appear among Baidu&#8217;s web search results.</p>
<p>Baidu Search&#8217;s open platform allows both webmasters and Baidu together to build universal search results. Instead of Baidu&#8217;s search algorithm trying to figure out what should be displayed as the universal search results, webmasters collectively are to submit data as &#8220;suggestions&#8221; and some of the submitted data is believed to become Baidu&#8217;s universal search results.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/baidu-openp-aladdin.png" alt="Baidu Search Open Platform (aka Aladdin)" />
</ul>
<p>To use the open platform, sign up and verify the ownership of your website. You will have an option to either upload a file to your website&#8217;s server, or insert a verification code into your header META tag. You will also be required to submit a personal identity document.</p>
<ul>
<li>Decide the keywords that you want to be included within Baidu&#8217;s universal search results</li>
<li>Choose a template</li>
<li>Create and submit the XML files</li>
</ul>
<p>The default templates that Baidu offers, includes the one-line template:</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/one-line-template.png" alt="Baidu Universal Search One Line Template" />
</ul>
<p>The festival template:</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/festival-template.png" alt="Baidu Universal Search Festival Template" />
</ul>
<p>And the score chart template:</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/score-chart-template.png" alt="Baidu Universal Search Score Chart Template" />
</ul>
<p>If none of the templates are suitable for your keywords, you can even ask Baidu to create customized templates. Tencent&#8217;s QQ.com has the customized service telephone number template below:</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/baidu-universal-search-tencent-phone-number.png" alt="Baidu Universal Search QQ Phone Number" />
</ul>
<p>Once approved, your universal search results will be displayed above Baidu&#8217;s organic search results.</p>
<ul>
<img src="http://www.gordonchoi.com/blog/images/baidu-universal-search-above-organic-results.png" alt="Baidu's Universal Search Result above Organic Search Results" />
</ul>
<p>Baidu does have guidelines to determine the &#8220;relevance&#8221; to the universal search results, so not all submissions will show up among Baidu&#8217;s organic search results. Baidu especially requires the data being submitted to be:</p>
<ul>
<li>Comprehensive</li>
<li>Accurate</li>
<li>Unique</li>
<li>Up-to-date</li>
</ul>
<p>Another tip before submission is that you should always consider search engine user experience in general.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gordonchoi.com/baidu-search-open-platform-20090922/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
