<?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>The Technical Entrepreneur &#187; SEO</title>
	<atom:link href="http://blog.beamstyle.com.hk/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.beamstyle.com.hk</link>
	<description>Web Design and Marketing Tips</description>
	<lastBuildDate>Sat, 16 Oct 2010 14:30:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Google Local Search &#8211; Performance</title>
		<link>http://blog.beamstyle.com.hk/google-local-search-performance/</link>
		<comments>http://blog.beamstyle.com.hk/google-local-search-performance/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 16:02:22 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.beamstyle.com.hk/?p=140</guid>
		<description><![CDATA[Recently, Google has implemented the local search for Google Hong Kong (or at least I just noticed), and we are on the top 10 list.  The result has been awesome.  We are getting a lot more conversions since.



In April, we are not getting much traffic from search engine (most are referred from Yahoo), [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, Google has implemented the local search for Google Hong Kong (or at least I just noticed), and we are on the top 10 list.  The result has been awesome.  We are getting a lot more conversions since.<br />
<br/><br />
<a href="http://blog.beamstyle.com.hk/wp-content/uploads/2009/06/bs-an-april.jpg" ><img src="http://blog.beamstyle.com.hk/wp-content/uploads/2009/06/bs-an-april.jpg" alt="bs-an-april" title="bs-an-april" width="600" height="262" class="alignnone size-full wp-image-141" /></a><br />
<br/><br />
In April, we are not getting much traffic from search engine (most are referred from Yahoo), and the number of conversions are not too spectacular.<br />
<br/><br />
<a href="http://blog.beamstyle.com.hk/wp-content/uploads/2009/06/bs-an-june.jpg" ><img src="http://blog.beamstyle.com.hk/wp-content/uploads/2009/06/bs-an-june.jpg" alt="bs-an-june" title="bs-an-june" width="600" height="301" class="alignnone size-full wp-image-142" /></a><br />
<br/><br />
In June, we can find our own website on Google&#8217;s local search, and the result is awesome.  We are getting more new inquiries than ever.<br />
<br/><br/><br />
Optimizing for local search is extremely important, and it gives a newer site like ours a chance to be on top of Google.</p>

]]></content:encoded>
			<wfw:commentRss>http://blog.beamstyle.com.hk/google-local-search-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table2CSS Converter Review: It works, but it&#8217;s not the best.</title>
		<link>http://blog.beamstyle.com.hk/table2css-converter-review-it-works-but-its-not-the-best/</link>
		<comments>http://blog.beamstyle.com.hk/table2css-converter-review-it-works-but-its-not-the-best/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 12:59:58 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://blog.beamstyle.com.hk/?p=63</guid>
		<description><![CDATA[
A couple days ago, I was given a task to convert a webpage using HTML tables for positioning to a webpage using CSS for positioning.  I was rather lazy and I looked for a free tool to do this task.  After looking up in Google for a few minutes, I found this software [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.beamstyle.com.hk/wp-content/uploads/2009/02/software_box.jpg" alt="Table2CSS Converter Box" title="Table2CSS Converter Box" width="132" height="186" class="size-full wp-image-56" /></p>
<div>A couple days ago, I was given a task to convert a webpage using HTML tables for positioning to a webpage using CSS for positioning.  I was rather lazy and I looked for a free tool to do this task.  After looking up in Google for a few minutes, I found this software called <a title="Table2CSS converter" href="http://www.table2css.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.table2css.com');">Table2CSS Converter</a>.  This software is actually quite user friendly to use.  All you have to do is to specify a folder to convert and it&#8217;s all done for you.</div>
<p>
<span id="more-63"></span></p>
<div>Taking a look from the website, it claims that the advantages of this tool includes:</div>
<p></p>
<div>
<ul>
<li>the reduced number of HTML tags will make search engines give your page a better result</li>
<li>reduced the page size and speed up the load time</li>
<li>makes the website more maintainable</li>
</ul>
</div>
<p></p>
<div>I agree with the following points, except I am a little unsure about the reduced HTML tags will really make your page rank better.</div>
<p></p>
<div>This all sounds really great, but when I looked at the result source files, I am not all that convinced about the reduced page size.  The actual HTML page is a lot smaller(around 20kb), but in contrast, it generates a 60kb CSS stylesheet file.  All the &lt;table&gt;, &lt;tr&gt;, and &lt;td&gt; tags are replaced by the &lt;div&gt; tag with different classes.</div>
<p></p>
<div>While the results meet our objective of converting all the HTML tables into CSS, but the results are not optimized.  I ended up converting the tables manually and we got our HTML page to be 9kb and the CSS stylesheet to be 3kb (95% smaller than what the tool generated).</div>
<p></p>
<div>I guess for users who wants better SEO results and they are not too technical, this tool is great.  For the rest of us, we can do better than the tool.  For the serious people who are not too technical, they should find a web design vendor.</div>

]]></content:encoded>
			<wfw:commentRss>http://blog.beamstyle.com.hk/table2css-converter-review-it-works-but-its-not-the-best/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Great Tool to Improve SEO Copywriting using Keyword Density</title>
		<link>http://blog.beamstyle.com.hk/a-great-tool-to-improve-seo-copywriting-using-keyword-density/</link>
		<comments>http://blog.beamstyle.com.hk/a-great-tool-to-improve-seo-copywriting-using-keyword-density/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 07:29:03 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.beamstyle.com.hk/?p=44</guid>
		<description><![CDATA[I am just starting to write my copy for our Beamstyle Designs website, and I came across this text analysis tool which I find it quite useful to improve my copies.
I am currently writing a copy on online stores design, and I ran the text using the text analysis tool using the keyword &#8220;online store [...]]]></description>
			<content:encoded><![CDATA[<p>I am just starting to write my copy for our Beamstyle Designs website, and I came across this <a title="Text Analysis Tool" href="http://textalyser.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://textalyser.net/');" target="_blank">text analysis tool</a> which I find it quite useful to improve my copies.</p>
<p>I am currently writing a copy on online stores design, and I ran the text using the text analysis tool using the keyword &#8220;online store design&#8221;.</p>
<p><span id="more-44"></span></p>
<p>Here are some results I got from it:</p>
<table border="1" cellspacing="0" cellpadding="10">
<tbody>
<tr>
<td>Total word count :</td>
<td>331</td>
</tr>
</tbody>
</table>
<p>I have read some online articles, and they suggest that around 250-500 words per page is a good number for both human readers and search engines.  Great!</p>
<table border="1" cellspacing="0" cellpadding="10">
<tbody>
<tr>
<td>Readability (Gunning-Fog Index) : <span class="quote">(6-easy  20-hard)</span></td>
<td>7.1</td>
</tr>
</tbody>
</table>
<p>Seems like our page could be read easily.</p>
<p>Now let&#8217;s see if the density of our keywords are good enough.</p>
<table border="1" cellspacing="0" cellpadding="10">
<tbody>
<tr>
<td><strong>online store design</strong></td>
<td>Not found</td>
<td>%</td>
</tr>
</tbody>
</table>
<p>Right&#8230; silly me.  I never wrote any of that in my entire copy.  I guess that is why we need tools like this.  Let&#8217;s look at the keyword density of my other keywords.</p>
<p>Two word phrases:</p>
<table border="1" cellspacing="0" cellpadding="10">
<tbody>
<tr>
<td><strong>Expression</strong></td>
<td><strong>Expression count </strong></td>
<td><strong>Frequency</strong></td>
<td><strong>Prominence</strong></td>
</tr>
<tr>
<td>online store</td>
<td>16</td>
<td>3.1%</td>
<td>43.3</td>
</tr>
<tr>
<td>online stores</td>
<td>7</td>
<td>1.3%</td>
<td>82</td>
</tr>
<tr>
<td>you can</td>
<td>5</td>
<td>1%</td>
<td>35.6</td>
</tr>
<tr>
<td>such as</td>
<td>5</td>
<td>1%</td>
<td>38.5</td>
</tr>
<tr>
<td>store solution</td>
<td>5</td>
<td>1%</td>
<td>40.5</td>
</tr>
</tbody>
</table>
<p>Seems like I got a pretty good keyword density with the keyword &#8220;online store&#8221;.</p>
<p>Let&#8217;s see our three word phrases:</p>
<table border="1" cellspacing="0" cellpadding="10">
<tbody>
<tr>
<td><strong>Expression</strong></td>
<td><strong>Expression count </strong></td>
<td><strong>Frequency</strong></td>
<td><strong>Prominence</strong></td>
</tr>
<tr>
<td>online store solution</td>
<td>5</td>
<td>1%</td>
<td>40.5</td>
</tr>
<tr>
<td>an online store</td>
<td>5</td>
<td>1%</td>
<td>43.6</td>
</tr>
<tr>
<td>how to build</td>
<td>3</td>
<td>0.6%</td>
<td>23.7</td>
</tr>
<tr>
<td>know how to</td>
<td>3</td>
<td>0.6%</td>
<td>23.9</td>
</tr>
<tr>
<td>we know how</td>
<td>3</td>
<td>0.6%</td>
<td>24.1</td>
</tr>
<tr>
<td>build an online</td>
<td>3</td>
<td>0.6%</td>
<td>28.8</td>
</tr>
<tr>
<td>to build an</td>
<td>3</td>
<td>0.6%</td>
<td>29</td>
</tr>
<tr>
<td>custom online store</td>
<td>3</td>
<td>0.6%</td>
<td>61.8</td>
</tr>
</tbody>
</table>
<p>We got a good keyword density with the keyword &#8220;online store solutions&#8221;</p>
<p>I had read that the optimum keyword density should be 2-4% for 2 worded keywords and 0.8-1.5%  for 3 worded keywords.   Seems like I am on a good track&#8230; if I add back my target keyword in my copy.</p>
<p>Now I am wondering if I use run that tool with this copy. <img src='http://blog.beamstyle.com.hk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

]]></content:encoded>
			<wfw:commentRss>http://blog.beamstyle.com.hk/a-great-tool-to-improve-seo-copywriting-using-keyword-density/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

