<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Huckabuck - search tag</title>
  <link>http://huckabuck.com:80/blog/tags/search/</link>
  <description>Discussion on Internet marketing, search engines and SEO tools.</description>
  <language>en</language>
  <copyright>Van Glass</copyright>
  <lastBuildDate>Thu, 19 Jul 2007 16:45:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Huckabuck adds scheduling and alerts support</title>
    <link>http://huckabuck.com:80/blog/2007/02/16/1171643640000.html</link>
    
      
      
        <description>
          The Huckabuck reporting service has been updated now allowing users to schedule reports to be automatically run at daily, weekly, bi-weekly or monthly intervals.&amp;nbsp; In addition, users may opt to receive email notification when certain events are fired.&amp;nbsp; For example, you may wish to have your Pageshare report run on a daily basis, being notified by email when your pageshare or rank changes.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&#034;http://www.huckabuck.com&#034;&gt;Create your free Huckabuck account today.&lt;/a&gt;&lt;p&gt;&lt;a href=&#034;http://huckabuck.com:80/blog/2007/02/16/1171643640000.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://huckabuck.com:80/blog/2007/02/16/1171643640000.html#comments</comments>
    <guid isPermaLink="true">http://huckabuck.com:80/blog/2007/02/16/1171643640000.html</guid>
    <pubDate>Fri, 16 Feb 2007 16:34:00 GMT</pubDate>
  </item>
  
  <item>
    <title>What&#039;s your pageshare?</title>
    <link>http://huckabuck.com:80/blog/2007/01/26/1169849500651.html</link>
    
      
        <description>
          If your business relies at all on Internet sales then you have more than likely at one time or another performed a web search to see what position your site holds in the major search engines.&amp;nbsp; You may have even performed some SEO (search engine optimization) tricks to try and make sure your site comes up in the top 10, or even better, the coveted top 3&amp;nbsp; results for search terms related to your product or service.&amp;nbsp; However, even if you&#039;ve made it to the top of the mountain, the reality is that several million new pages are indexed daily and the competition is not far behind.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
In this article I intend to explain why a Pageshare report is needed and also the algorithm behind the report.&amp;nbsp; Necessity is the mother of invention, so let&#039;s start with the need.&lt;br /&gt;
&lt;br /&gt;
As the founder of a small software company whose sales are 100% online I found myself constantly performing web searches to see where I and my competitors ranked for various search terms.&amp;nbsp; I did this on a regular basis using the major search engines &lt;a href=&#034;http://www.google.com&#034;&gt;Google&lt;/a&gt;, &lt;a href=&#034;http://www.yahoo.com&#034;&gt;Yahoo &lt;/a&gt;and &lt;a href=&#034;http://www.msn.com&#034;&gt;MSN&lt;/a&gt;.&amp;nbsp; Based on these results I would create and execute a marketing plan to maintain and/or improve my search ranking.&amp;nbsp;&amp;nbsp; Unfortunately manually analyzing these search results on a routine basis would take up a lot of my time, time away from focusing on critical software and business development tasks.&amp;nbsp; Like many small business owners I couldn&#039;t justify the expense and effort of hiring/training a person to perform these tasks but at the same time I could not afford to ignore these duties myself.&amp;nbsp; As a result I decided to focus a majority of my time on the core areas of the business, checking search ranking when I had spare time.&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
As expected spare time was rarely to be found and occasionally I would be less than pleasantly surprised to see a competitor jump in front of me in the search results.&amp;nbsp; When this happened I would scramble to try and&amp;nbsp; regain top-position before losing potential marketshare.&amp;nbsp; Once regaining position I would then refocus my efforts on the core areas of the business ... that is until it happened again and the cycle repeated itself.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
After repeating this process a few times and telling myself I needed to be more proactive v.s. reactive to these happenings, I began to long for a report that could quickly tell me my web sites position across all the major search engines.&amp;nbsp; Additionally, I wanted something that would tell me my position in relation to my competitors and that could quickly convey whether my position was improving.&amp;nbsp; After further consideration I decided that what I needed was a report that indicated marketshare for a given search term across the major search engines, hereafter referred to as pageshare.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;After a long search I could not find such a report.&amp;nbsp; I found some basic reports that would provide me with my ranking for a single search engine, but nothing that did everything I wanted.&amp;nbsp; Therefore I decided to create my own, hence the birth of &lt;a href=&#034;http://www.huckabuck.com&#034;&gt;Huckabuck &lt;/a&gt;and the Pageshare report.&lt;br /&gt;
&lt;br /&gt;
We (a group of talented programmers from across the U.S., Costa Rica and Ukraine) started with the idea that a website&#039;s pageshare for a given search term is directly related to it&#039;s position within search results for said search term.&amp;nbsp; Websites with results closer to the top are obviously more likely to be seen/clicked by users so will have a higher pageshare than those listed farther down in the results.&amp;nbsp; Additionally, since a website may be listed more than once in search results this also had to be considered when calculating pageshare.&amp;nbsp; For example, if your website occupies both positions 1 and 3 for a search term this is obviously better than if you just occupied position 1.&lt;br /&gt;
&lt;br /&gt;
To start we decided to focus on the major search engines of Google, Yahoo and MSN.&amp;nbsp; Using the criteria previously mentioned we set out to create the first version of the Pageshare algorithm which is described below.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Pageshare algorithm version 0.1&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
1.Perform search against each search engine and store results.&lt;br /&gt;
2.Group results by domain.&lt;br /&gt;
3.Assign points to each search result based on position.&amp;nbsp; See Point Assessment.&lt;br /&gt;
4.Calculate the total number of points for each domain and divide by the total number of available points to determine pageshare percentage.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Point Assessment&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Results 1-3 = 10 points&lt;br /&gt;
Results 4-6 = 6 points&lt;br /&gt;
Results 7-10 = 4 points&lt;br /&gt;
Results 11-15 = 2 points&lt;br /&gt;
Results 16-20 = 1 point&lt;br /&gt;
Results 21+ = 0.5 point&lt;br /&gt;
&lt;br /&gt;
After running several reports using this algorithm I found it to be very useful in quickly identifying my pageshare and how I compared to my competitors pageshare.&amp;nbsp; We soon realized however that the algorithm was flawed.&amp;nbsp; The problem was that not all search engines are created equal.&amp;nbsp; Google obviously has a much larger marketshare in web search than Yahoo or MSN, therefore one cannot consider a #1 ranking on MSN to be equal to a #1 ranking on Google.&amp;nbsp; Furthermore at this point we had added del.icio.us search results to the mix and they command an even smaller share of web search than Google, Yahoo or MSN, so to assign del.icio.us search results the same weight as a Google search result would make little sense.&amp;nbsp; To solve this issue we needed to determine what marketshare each search engine had and factor this into the total pageshare calculation.&amp;nbsp; Fortunately someone had already done the work in this regard.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&#034;http://www.comscore.com&#034;&gt;comScore&lt;/a&gt; is a company that houses vasts amounts of information on consumer behavior.&amp;nbsp; One of the metrics they report on is called qSearch, which tracks the total number of searches performed by Americans within a given month and what search engines were used.&amp;nbsp; According to &lt;a href=&#034;http://www.comscore.com/press/release.asp?press=1167&#034;&gt;December 2006 results&lt;/a&gt; and over 6.7 billion searches, Google has a marketshare of 47.3% followed by Yahoo and MSN with 28.5% and 10.5% respectively.&amp;nbsp; This means that roughly 4.5 times as many users performed searches using Google v.s. MSN.&amp;nbsp; No information was provided for del.icio.us however as a rough estimate I assumed a 1.0% marketshare of web searches.&amp;nbsp; Using these values I could then more accurately calculate pageshare using the following algorithm.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Pageshare algorithm version 0.2&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
1.Perform search against each search engine and store results.&lt;br /&gt;
2.Group results by domain.&lt;br /&gt;
3.Assign points to each search result based on position.&amp;nbsp; &lt;br /&gt;
4.Multiply the points for each search result by a factor equal to the marketshare for that search engine.&lt;br /&gt;
5.Calculate the total number of points for each domain and divide by the total number of available points to determine pageshare percentage.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Using these results I found that I often received a completely different, although I believe more accurate view of my pageshare and competition when compared to results using the first version of the pageshare algorithm.&lt;br /&gt;
&lt;br /&gt;
Today the Pageshare Report is made available to all via the &lt;a href=&#034;http://www.huckabuck.com&#034;&gt;Huckabuck&lt;/a&gt; service.&amp;nbsp; Please feel free to try it out and let us know your feedback.&amp;nbsp; We would be especially interested in knowing how we might improve this report or service in general.
        </description>
      
      
    
    
    
    <comments>http://huckabuck.com:80/blog/2007/01/26/1169849500651.html#comments</comments>
    <guid isPermaLink="true">http://huckabuck.com:80/blog/2007/01/26/1169849500651.html</guid>
    <pubDate>Fri, 26 Jan 2007 22:11:40 GMT</pubDate>
  </item>
  
  </channel>
</rss>
