<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Keyword Analysis by Number of Terms (and the RegEx that helps)</title>
	<atom:link href="http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/</link>
	<description>Traffic, Analysis, Action</description>
	<lastBuildDate>Sun, 12 Feb 2012 00:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: moncleroutlet</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-499081</link>
		<dc:creator>moncleroutlet</dc:creator>
		<pubDate>Fri, 21 Oct 2011 18:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-499081</guid>
		<description>yes.but they are invaluable in the pursuit of providing information that can be acted upon.</description>
		<content:encoded><![CDATA[<p>yes.but they are invaluable in the pursuit of providing information that can be acted upon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monclernimei</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-447068</link>
		<dc:creator>monclernimei</dc:creator>
		<pubDate>Sat, 17 Sep 2011 04:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-447068</guid>
		<description>This works as the {3} … simply … acts like a multiplier. ie:
^([\b-&quot;+&#039;,]*\w+\b)([\b-&quot;+&#039;,]*\w+\b)([\b-&quot;+&#039;,]*\w+\b)</description>
		<content:encoded><![CDATA[<p>This works as the {3} … simply … acts like a multiplier. ie:<br />
^([\b-"+',]*\w+\b)([\b-"+',]*\w+\b)([\b-"+',]*\w+\b)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fpeiqin</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-434574</link>
		<dc:creator>fpeiqin</dc:creator>
		<pubDate>Fri, 09 Sep 2011 02:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-434574</guid>
		<description>there are also Lookbehinds … but GA does not support them as far as I can tell.</description>
		<content:encoded><![CDATA[<p>there are also Lookbehinds … but GA does not support them as far as I can tell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Search Term Categorisation in Google Analytics &#124; Web analytics consultancy and expert Google analytics &#124; L3 Analytics</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-257475</link>
		<dc:creator>Search Term Categorisation in Google Analytics &#124; Web analytics consultancy and expert Google analytics &#124; L3 Analytics</dc:creator>
		<pubDate>Thu, 19 May 2011 12:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-257475</guid>
		<description>[...] number of keywords that they contain.  A bit of research and I found this post from LunaMetrics on Keyword Analysis by Number of Terms.  Just note though that the regular expression that I found to work [...]</description>
		<content:encoded><![CDATA[<div style="clear: both; background-color: #E7EDFE; padding: 1em 1em 0.5em 1em;">
<p>[...] number of keywords that they contain.  A bit of research and I found this post from LunaMetrics on Keyword Analysis by Number of Terms.  Just note though that the regular expression that I found to work [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Plummer</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-990</link>
		<dc:creator>Mike Plummer</dc:creator>
		<pubDate>Tue, 23 Sep 2008 23:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-990</guid>
		<description>My 3rd grade English teacher would argue that in order for a string to contain 2 words, it must contain a space between the
two words.  In this case, it&#039;s as simple as:
.+ .+
one word:
change filter to exclude and hit the space bar
or three words:
.+ .+ .+
Sure, you&#039;ll get some funky outliers... but you&#039;ll also probably be able to memorize the regex. This would include numbers and other characters as well, but I would also argue that numbers are words in this context.  If you don&#039;t think numbers are words, then just use John&#039;s example above to construct:
\p{L}+ \p{L}+

Actually, this whole counting keywords thing seems a little numerology heavy.  I think what really contributes to the higher conversion rates are the combination of a brand term with a relevant topic / item.  For example, someone landing on this site having searched &quot;luna metrics blue widgets philadelphia&quot; is certainly going to convert higher, as they are measurably both brand aware and purchase intending for those fancy blue widgets and localized.  You&#039;re gonna need some really fancy regex to measure that :)</description>
		<content:encoded><![CDATA[<p>My 3rd grade English teacher would argue that in order for a string to contain 2 words, it must contain a space between the<br />
two words.  In this case, it&#8217;s as simple as:<br />
.+ .+<br />
one word:<br />
change filter to exclude and hit the space bar<br />
or three words:<br />
.+ .+ .+<br />
Sure, you&#8217;ll get some funky outliers&#8230; but you&#8217;ll also probably be able to memorize the regex. This would include numbers and other characters as well, but I would also argue that numbers are words in this context.  If you don&#8217;t think numbers are words, then just use John&#8217;s example above to construct:<br />
\p{L}+ \p{L}+</p>
<p>Actually, this whole counting keywords thing seems a little numerology heavy.  I think what really contributes to the higher conversion rates are the combination of a brand term with a relevant topic / item.  For example, someone landing on this site having searched &#8220;luna metrics blue widgets philadelphia&#8221; is certainly going to convert higher, as they are measurably both brand aware and purchase intending for those fancy blue widgets and localized.  You&#8217;re gonna need some really fancy regex to measure that <img src='http://www.lunametrics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-989</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 09 Mar 2008 20:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-989</guid>
		<description>Google Analytics supports the \p unicode character sets such as

\p{L} any letter
\p{N} any number
\p{P} any punctuation
\p{Z} any whitespace

you can negate a character set with ^ inside the {} such as

\p{^L} any non-letter


So the equivalent to \w should be [\p{L}\p{N}] or any letter or any number

So that lets us handle any part of the expression except the \b, the word break.  I&#039;m not sure what the equivalent is here.

Note, I have no experience with the \p stuff myself, and I don&#039;t know how it would actually play out or how close you could come to getting it to work. This is just a starting point</description>
		<content:encoded><![CDATA[<p>Google Analytics supports the \p unicode character sets such as</p>
<p>\p{L} any letter<br />
\p{N} any number<br />
\p{P} any punctuation<br />
\p{Z} any whitespace</p>
<p>you can negate a character set with ^ inside the {} such as</p>
<p>\p{^L} any non-letter</p>
<p>So the equivalent to \w should be [\p{L}\p{N}] or any letter or any number</p>
<p>So that lets us handle any part of the expression except the \b, the word break.  I&#8217;m not sure what the equivalent is here.</p>
<p>Note, I have no experience with the \p stuff myself, and I don&#8217;t know how it would actually play out or how close you could come to getting it to work. This is just a starting point</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Dalmer</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-988</link>
		<dc:creator>Michael Dalmer</dc:creator>
		<pubDate>Sun, 09 Mar 2008 17:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-988</guid>
		<description>Hi,

Thanks for this tip. Now for a Danish customer I need a regular expression that also include the Danish charaters Ã¦, Ã¸ and Ã¥. And for this particular customer also the swedish character Ã¶.

If I use this one: ^([\+*&quot;*\s*,*&#039;*\-*]*\w+\b\s*[\+*&quot;*\s*,*&#039;*\-*]*){3}$

these characters are not included.

If I use this one: ^(\W*\w+\b\W*){3}$

these characters are included, but they seem to count as spaces so that for example the word &quot;hÃ¦ngelÃ¥s&quot; (Danish word for padlock) is listed as a three word phrase.

Let me know if you have a solution for this - it will help me a lot!

Thanks,
Michael Dalmer</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this tip. Now for a Danish customer I need a regular expression that also include the Danish charaters Ã¦, Ã¸ and Ã¥. And for this particular customer also the swedish character Ã¶.</p>
<p>If I use this one: ^([\+*"*\s*,*'*\-*]*\w+\b\s*[\+*"*\s*,*'*\-*]*){3}$</p>
<p>these characters are not included.</p>
<p>If I use this one: ^(\W*\w+\b\W*){3}$</p>
<p>these characters are included, but they seem to count as spaces so that for example the word &#8220;hÃ¦ngelÃ¥s&#8221; (Danish word for padlock) is listed as a three word phrase.</p>
<p>Let me know if you have a solution for this &#8211; it will help me a lot!</p>
<p>Thanks,<br />
Michael Dalmer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rethinking your strategy, and why the long tail converts better.</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-987</link>
		<dc:creator>Rethinking your strategy, and why the long tail converts better.</dc:creator>
		<pubDate>Thu, 06 Mar 2008 19:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-987</guid>
		<description>[...] it a good idea to go after it? Probably not. Theres a great post over at Lunametics that proves why longer keyword phrases convert better. For example if someone searches for a &#8220;Dell computer&#8221;, they are probably researching [...]</description>
		<content:encoded><![CDATA[<div style="clear: both; background-color: #E7EDFE; padding: 1em 1em 0.5em 1em;">
<p>[...] it a good idea to go after it? Probably not. Theres a great post over at Lunametics that proves why longer keyword phrases convert better. For example if someone searches for a &#8220;Dell computer&#8221;, they are probably researching [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Moore</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-986</link>
		<dc:creator>Greg Moore</dc:creator>
		<pubDate>Thu, 03 Jan 2008 20:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-986</guid>
		<description>Another interesting take on this topic...
http://www.isearchmedia.com/articles/Keyword_Length_and_Conversion_Rate.php

Cheers!</description>
		<content:encoded><![CDATA[<p>Another interesting take on this topic&#8230;<br />
<a href="http://www.isearchmedia.com/articles/Keyword_Length_and_Conversion_Rate.php" rel="nofollow">http://www.isearchmedia.com/articles/Keyword_Length_and_Conversion_Rate.php</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren Hadley</title>
		<link>http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/comment-page-1/#comment-985</link>
		<dc:creator>Loren Hadley</dc:creator>
		<pubDate>Thu, 03 Jan 2008 19:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2008/01/02/keyword-analysis-by-number-of-terms-and-the-regex-that-helps/#comment-985</guid>
		<description>Thanks John,
Very interesting &amp; useful.  I did a quick run through our results for 2007 and discovered that roughly 87% of our traffic and 87% of our sales came in in 3 word phrases or less. with about 60% contributed by 2 word phrases, which is also where our conversion rate peaked.

If I had guessed at the results before running this, my guesses would have been way off.  I would have figured that our peak would have been at about 4 keyword phrases and more heavily weighted towards longer (brand and model specific) terms.

Thanks,
Loren</description>
		<content:encoded><![CDATA[<p>Thanks John,<br />
Very interesting &amp; useful.  I did a quick run through our results for 2007 and discovered that roughly 87% of our traffic and 87% of our sales came in in 3 word phrases or less. with about 60% contributed by 2 word phrases, which is also where our conversion rate peaked.</p>
<p>If I had guessed at the results before running this, my guesses would have been way off.  I would have figured that our peak would have been at about 4 keyword phrases and more heavily weighted towards longer (brand and model specific) terms.</p>
<p>Thanks,<br />
Loren</p>
]]></content:encoded>
	</item>
</channel>
</rss>

