<?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>SEM CLUBHOUSE</title>
	<atom:link href="http://www.semclubhouse.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semclubhouse.com</link>
	<description>Welcome to the Clubhouse, where we share our secrets</description>
	<lastBuildDate>Fri, 13 Jan 2012 22:34:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Understanding Robots.txt</title>
		<link>http://www.semclubhouse.com/understanding-robotstxt/</link>
		<comments>http://www.semclubhouse.com/understanding-robotstxt/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 23:52:51 +0000</pubDate>
		<dc:creator>Christine Churchill</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[robots.txt]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1266</guid>
		<description><![CDATA[Robots.txt Basics One of the most over-looked items related to your web site is a small unassuming text file called the robots.txt file. This simple text file has the important job of telling web crawlers (including search engine spiders) which &#8230; <a href="http://www.semclubhouse.com/understanding-robotstxt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Robots.txt Basics</h2>
<p>One of the most over-looked items related to your web site is a small unassuming text file called the robots.txt file.  This simple text file has the important job of telling web crawlers (including search engine spiders) which files the web robots can access on your site.</p>
<p>Also known as <a href="http://www.robotstxt.org/orig.html" title="Robots Exclusion Standard" target="_blank">&#8220;A Standard for Robot Exclusion&#8221;</a>, the robots.txt file gives the site owner to ability to request that spiders not access certain areas of the site.  The problem arises when webmasters accidentally block more than they intend. </p>
<p>At least once a year I get a call from some frantic site owner telling me that their site was penalized and is now out of Google when often they blocked the site from Google via their robots.txt. </p>
<p>An advantage of being a long time search marketer is that experience teaches you to know where to look when sites go awry.  Interestingly, people are always looking for a complex reason for an issue when more times than not, it is a simple more basic problem.  </p>
<p>It’s a situation not unlike the printing press company <a href="http://pinds.com/2007/05/27/knowing-which-screw-to-turn/" target="_blank">hiring the guy</a> who knew which screw to turn.  Eliminate the simple things that could be causing the problem before you jump to the complex.  With this in mind, one of the first things I always check when I am told a site is having a penalty or crawling issues is the robots.txt file.</p>
<p><strong>Accidental Blockage by Way of Robots.txt</strong><br />
This is often a self-inflicted wound that causes many webmasters to want to pound their heads into their desks when they discover the error.  Sadly, it happens to companies small and big including publicly traded businesses with a dedicated staff of IT experts. </p>
<p>There are numerous ways to accidentally alter your robots.txt file. Most often it occurs after a site update when the IT department, designer, or webmaster rolls up files from a staging server to a live server. In these instances, the robots.txt file from the staging server is accidentally included in the upload. (A staging server is a separate server where new or revised web pages are tested prior to uploading to the live server. This server is generally excluded from search engine indexing on purpose to avoid duplicate content issues.)</p>
<p>If your robots.txt excludes your site from being indexed, this won&#8217;t force removal of pages from the index, but it will block polite spiders from following links to those pages and prevent the spiders from parsing the content of those pages.  (Pages that are blocked may still reside in the index if they are linked to from other places.)  You may think you did something wrong that got your site penalized or banned, but it’s actually your robots.txt file telling the engines to go away.</p>
<p><strong>How to Check Your Robots.txt</strong><br />
How do you tell what’s in your robots.txt file? The easiest way to view your robots.txt is to go to a browser and type your domain name followed by a slash then “robots.txt.” It will look something like this in the address bar: </p>
<p>http&#58;//www.yourdomainname.com/robots.txt</p>
<p>If you get a 404-error page, don’t panic. The robots.txt file is actually an optional file. It is recommended by most engines but not required.</p>
<p>You can also log into your Google Webmaster Tools account and Google will tell you which URLs are being restricted from indexing.</p>
<p>You have a problem if your robots.txt file says:<br />
<code>User-agent: *<br />
Disallow: /<br />
</code></p>
<p>A robots.txt file that contains the text above is excluding ALL robots – including search engine robots – from indexing the ENTIRE site.  Unless you are working on a staging server, you don&#8217;t normally want to see this on a site live on the web.</p>
<p><strong>How to Keep Areas of your Site From Being Indexed</strong><br />
There may be certain sections you don’t want indexed by the engines (such as an advertising section or your log files). Fortunately, you can selectively disallow them. A robots.txt that disallows the ads and logs directories would be written like this:<br />
<code>User-agent: *<br />
Disallow: /ads<br />
Disallow: /logs<br />
</code><br />
The disallow statement shown above only keeps the robots from indexing the directories listed. Note that the protocol is pretty simplistic: it does a text comparison of the path of the URL to the Disallow: strings: if the front of the URL matches the text on a Disallow: line (a &#8220;head&#8221; match), then the URL is not fetched/parsed by the spider.</p>
<p>Many errors are introduced because webmasters think the robots.txt format is smarter than it really is.  For example, the basic version of the Protocol does NOT allow:</p>
<ul>
<li>Wildcards in the Disallow: line
<li>&#8220;Allow:&#8221; lines
</ul>
<p>Google has expanded on the original format to allow both of these options, but these are not universally accepted, so it is recommended that these expansions ONLY be used for a &#8220;User-agent:&#8221; run by Google (e.g. Googlebot, Googlebot-Image, Mediapartners-Google, Adsbot-Google.).</p>
<p><strong>Does the robots.txt Restrict People From Your Content?</strong><br />
No, it only requests that spiders keep from walking through and parsing the content for its index. Some webmasters falsely think that if they disallow a directory in the robots.txt file that it protects the area from prying eyes. The robots.txt file only tells robots what to do, not people (and the standard is voluntary so only “polite” robots follow it). If certain files are confidential and you don’t want them seen by other people or competitors, they should be password protected.</p>
<p>Note that the robots exclusion standard is a &#8220;please don&#8217;t parse this page&#8217;s content&#8221; standard.  If you want the content <em>removed</em> from the index, you need to include a Robots noindex Meta tag on each page you want removed from the index.</p>
<p><strong>Check robots.txt First</strong><br />
The good news is that if you have a situation where you accidently blocked your own site, the solution is easy to fix now that you know to look at your Robots.txt file first.  Little things matter online.  To learn more about the robots.txt file see <a href="http://www.robotstxt.org" target="_blank">http://www.robotstxt.org</a>. </p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/understanding-robotstxt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Great Site For Sharing Infographics: Visual.ly</title>
		<link>http://www.semclubhouse.com/great-site-for-sharing-infographics-visual-ly/</link>
		<comments>http://www.semclubhouse.com/great-site-for-sharing-infographics-visual-ly/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 17:26:54 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[image search optimization]]></category>
		<category><![CDATA[image seo]]></category>
		<category><![CDATA[infographics marketing]]></category>
		<category><![CDATA[Visual.ly]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1241</guid>
		<description><![CDATA[I recently highlighted how social media newcomer Pinterest is good for SEO, and it&#8217;s useful for local SEO as well. Another relative newcomer worth looking to for optimizing infographics is Visual.ly. Check out how Visual.ly has grown content in the &#8230; <a href="http://www.semclubhouse.com/great-site-for-sharing-infographics-visual-ly/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.semclubhouse.com/wp-content/uploads/2011/12/visual-ly.jpg"><img src="http://www.semclubhouse.com/wp-content/uploads/2011/12/visual-ly.jpg" alt="Visual.ly Infographic Image Sharing Service" title="visual-ly" width="187" height="57" class="alignright size-full wp-image-1242" /></a>I recently highlighted how social media newcomer <a href="http://www.semclubhouse.com/pinterest-gaining-traction-for-external-seo/">Pinterest is good for SEO</a>, and it&#8217;s <a href="http://searchengineland.com/how-to-use-pinterest-for-local-seo-102697">useful for local SEO</a> as well. Another relative newcomer worth looking to for optimizing infographics is Visual.ly.</p>
<p>Check out how Visual.ly has grown content in the last few months:</p>
<div id="attachment_1243" class="wp-caption aligncenter" style="width: 500px"><a href="http://www.semclubhouse.com/wp-content/uploads/2011/12/visual-ly-growth.jpg"><img src="http://www.semclubhouse.com/wp-content/uploads/2011/12/visual-ly-growth.jpg" alt="Visual.ly Content Growth 2011" title="visual-ly-growth" width="490" height="184" class="size-full wp-image-1243" /></a><p class="wp-caption-text">Visual.ly&#039;s content has grown to over 5,000 images in just a few months.</p></div>
<p>Their growth in numbers of fans on Facebook has been really good, too:<span id="more-1241"></span></p>
<p><a href="http://www.semclubhouse.com/wp-content/uploads/2011/12/visually-facebook.jpg"><img src="http://www.semclubhouse.com/wp-content/uploads/2011/12/visually-facebook.jpg" alt="" title="visually-facebook" width="572" height="321" class="aligncenter size-full wp-image-1244" /></a></p>
<p>Visual.ly hasn&#8217;t grown search market share at the skyrocketing rate we&#8217;ve seen with Pinterest, but it has grown enough to be interesting and worthwhile for promotion of infographic images. </p>
<p>I&#8217;m suspecting most of its audience share is made up of search marketers and graphic artists at this point, but if they can make the social voting aspects more compelling it might leverage the potential hinted at in the Facebook Likes numbers more effectively.</p>
<p>Either way, this is one worth watching.</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/great-site-for-sharing-infographics-visual-ly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pinterest Gaining Traction For External SEO</title>
		<link>http://www.semclubhouse.com/pinterest-gaining-traction-for-external-seo/</link>
		<comments>http://www.semclubhouse.com/pinterest-gaining-traction-for-external-seo/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 18:37:53 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[image search engine optimization]]></category>
		<category><![CDATA[image seo]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1237</guid>
		<description><![CDATA[Pinterest appears to be gaining traction really quickly right now. If you aren&#8217;t familiar with it, it&#8217;s a image sharing site which provides theme based &#8220;image boards&#8221; which people can &#8220;pin&#8221; items to (think of the old cork bulletin boards &#8230; <a href="http://www.semclubhouse.com/pinterest-gaining-traction-for-external-seo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.semclubhouse.com/wp-content/uploads/2011/11/Pinterest.jpg"><img src="http://www.semclubhouse.com/wp-content/uploads/2011/11/Pinterest.jpg" alt="Pinterest" title="Pinterest" width="188" height="186" class="alignright size-full wp-image-1238" align="right" /></a><a href="http://pinterest.com/">Pinterest</a> appears to be gaining traction really quickly right now. If you aren&#8217;t familiar with it, it&#8217;s a image sharing site which provides theme based &#8220;image boards&#8221; which people can &#8220;pin&#8221; items to (think of the old cork bulletin boards people hang on walls and pin photos and pieces of paper to).</p>
<p>It seems unusual to see a new image-sharing type of social media site to be gaining so much ground, and so quickly. This could be happening due to beneficial attention from influential people who may be serving as &#8220;mavens&#8221; as Malcolm Gladwell describes them. With significant people such as <a href="http://www.linkedin.com/in/jeremystoppelman">Jeremy Stoppelman</a> (involved in early PayPal, Yelp, etc) as initial investors backing it, it has gotten pretty good industry attention.</p>
<p>I have written numerous times about <a href="http://www.semclubhouse.com/tag/image-seo/">image SEO</a> and leveraging social media image sharing sites in the past as a means for building PageRank when doing search engine optimization, so I may have to update my <a href="http://silvery.com/PhotoSharingComparison.html">comparison matrix for image sharing sites for SEO value</a> in order to rank it. </p>
<p>Pinterest&#8217;s homepage has a toolbar PageRank value of 6 currently, but nearly 16 million pages are indexed! Even more wonderfully from a search marketer&#8217;s viewpoint, the dreaded NOFOLLOW tag is not in use as of yet, so links included with images can pass PageRank. For instance, <a href="http://pinterest.com/rachelers/wedding/">this page of wedding photos</a> contains links which pass PageRank (although, arguably the links could be slightly more optimal if they weren&#8217;t opened into new windows with the target=&#8221;_blank&#8221; parameters in the link tags). Pictures from Pinterest.com are showing up nicely under image search results, too.<span id="more-1237"></span></p>
<p>According to Google Insights, searches for &#8220;Pinterest&#8221; have climbed so quickly this year that it&#8217;s now on par with searches for &#8220;Flickr&#8221; and &#8220;Picassa&#8221;. While searches for the brandname do not equate with traffic/visits to the site, they typically do correlate pretty closely.</p>
<p><code><a href="http://www.flickr.com/photos/silvery/6344314863/" title="Pinterest Usage by Si1very, on Flickr"><img src="http://farm7.static.flickr.com/6219/6344314863_65301a5f27.jpg" width="500" height="283" alt="Pinterest Usage"></a></code></p>
<p>Some degree of Pinterest&#8217;s success may be attributed to its iPhone app, which has gained over 35,000 votes, and has 4.5 stars, indicating it&#8217;s well-liked by users.</p>
<p>The main detraction from the site right now is in terms of motivation &#8212; why do users wish to go here, versus merely sharing images in Facebook, Twitter, Flickr &#8212; or, even within Google+, for that matter? The main advantage the site has right now seems to be in terms of the user-interface featuring the pinboards, which allow for good browsing, compared with less compelling lists of thumbnails found in most sites. </p>
<p>The site also has a number of significant issues in terms of usability. If you sign up now, you can expect some clunkiness, depending on your browser. However, I would expect these issues to be addressed fairly rapidly.</p>
<p>For SEOs, I recommend that you enjoy the not-yet-NOFOLLOWed status, because it&#8217;s certain to come to an end really soon. I might also predict that as it stands now, I think Pinterest might make better longterm sense as a user-interface feature of some other social media service such as Facebook, Twitter, or Google Plus. It might make for a very good acquisition for one of those services.</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/pinterest-gaining-traction-for-external-seo/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Save The Date: Google&#8217;s Juiced-Up Freshness In Rankings Underscore Dates, Too</title>
		<link>http://www.semclubhouse.com/save-the-date-googles-juiced-up-freshness-in-rankings-underscore-dates-too/</link>
		<comments>http://www.semclubhouse.com/save-the-date-googles-juiced-up-freshness-in-rankings-underscore-dates-too/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 13:03:59 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[freshness ranking factor]]></category>
		<category><![CDATA[Google algorithm]]></category>
		<category><![CDATA[last updated]]></category>
		<category><![CDATA[page dates]]></category>
		<category><![CDATA[page freshness]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1223</guid>
		<description><![CDATA[Last week&#8217;s announcement that Google has tweaked algorithms to rank fresher content higher in many cases (purportedly 35%! more often) isn&#8217;t a complete surprise for those who follow SEM Clubhouse. I previously wrote some on how Google may rank pages &#8230; <a href="http://www.semclubhouse.com/save-the-date-googles-juiced-up-freshness-in-rankings-underscore-dates-too/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.semclubhouse.com/wp-content/uploads/2011/11/DateBunny.jpg"><img src="http://www.semclubhouse.com/wp-content/uploads/2011/11/DateBunny-180x300.jpg" alt="Paying Attention To Page Dates for SEO? Dates and Freshness as Google Search Ranking Factors." title="The Date Bunny" width="180" height="300" class="alignright size-medium wp-image-1226" align="right" border="0" /></a>Last week&#8217;s <a href="http://googleblog.blogspot.com/2011/11/giving-you-fresher-more-recent-search.html">announcement</a> that Google has tweaked algorithms to rank fresher content higher in many cases (purportedly 35%! more often) isn&#8217;t a complete surprise for those who follow <a href="http://www.semclubhouse.com/">SEM Clubhouse</a>. I previously wrote some on how <a href="http://www.semclubhouse.com/dates-on-pages-ranking-factor/">Google may rank pages with dates higher</a> and many of us in the SEO field have already known that freshness is an important factor for blog posts, news articles, and some other types of content such as images. But this current announcement indicates that the search engine views <strong>recency</strong> to be more important for a wider variety of content and topics than it was previously.</p>
<p>So, what does this mean in terms of displaying dates on pages as I earlier explored? Does the recent algo tweaking change my earlier recommendation that displaying dates on webpages may help rankings?</p>
<p>As you may recall, Michael Gray and I differed on this point &#8212; he suggested that one should opt out of having dates on pages because Google displays them willy-nilly in snippets, and they may frequently prejudice users from clicking through if other content with more recent dates is available in the same search results page. In contrast, I argued that Google&#8217;s usability testing apparently found that users often prefer to see the dates in the SERP listing snippets, and that factoid makes it an element that Google&#8217;s algorithm might prefer slightly for ranking purposes. Even if the algorithm didn&#8217;t give advantage to pages with dates, their research indicates that it might still increase user CTR to the webpage, which can indirectly improve rankings over time. Both Michael and I provided caveats, however, and acknowledged that their are exception cases.</p>
<p>In that earlier post, I provided a decision matrix which I believe supports my general stance that having the dates is likely beneficial in more cases than not. In it, the green check marks are cases where having the date is probably advantageous, while the red exxes indicate cases where it might not be helpful:<span id="more-1223"></span></p>
<p><code>
<div align="center"><img src="http://farm5.static.flickr.com/4123/4946087503_fcd5c5f26a.jpg" width="500" height="433" alt="Decision Matrix: Value of Page Dates for Google Search Rankings"></div>
<p></code></p>
<p>Now that Google has apparently bumped up the &#8220;freshness factor&#8221; in ranking signals as slightly more important than before, I believe it further supports my stance that having the date on pages is beneficial for most types of content. By making this change to the algorithm (and announcing it publicly), Google has signaled that this is particularly important. Therefore, having the date in the snippet is likely even more important to searchers.</p>
<p>Now, you might be thinking at this point that you have older or even stale content, so you will opt out of the date in order to avoid some perceived penalty of the application of the freshness factor. I&#8217;ll tell you flat out that this particular reasoning is illogical: Google has a separate factor which they independently derive to decide a document&#8217;s initial publication date. It&#8217;s probably based upon the date when they index the webpage for the very first time. This document inception date is *not* affected by the date printed on the webpage, so you can&#8217;t fool the algo by declining to display the date or lying about the publication date! (Search Engine Land further verified this in <a href="http://searchengineland.com/google-search-algorithm-change-for-freshness-to-impact-35-of-searches-99856">chatting with Google about their freshness ranking announcement</a>.) In fact, if you frequently change the date you print on the page without actually changing the page&#8217;s content, you could get dinged in your quality score &#8212; I would not try it.</p>
<p>One thing you could do is periodically review your content and update it with postscripts or revision notes at the end, and THEN change the &#8220;last updated&#8221; date you display on the page to reflect the day of the change. This method is, of course, costlier, and requires some actual investment in ongoing quality improvement. But, I&#8217;d say that it&#8217;s the valid way to optimize in terms of date and freshness, and there&#8217;s likely no good shortcut for this signal.</p>
<p>Finally, if you&#8217;re thinking about abruptly changing all of the URLs of your article pages to periodically start the clock ticking once more for the document inception dates, you should know that one of the prime ranking factors that&#8217;s been in play for years now is an advantage given to pages with a longer legacy. Pages which have been around for a longer period of time on stable URLs have had some ranking advantage in Google SERPs. The question now is, how much advantage?  Does the advantage of recency now outweigh the advantage of longevity? </p>
<p>If you dump all your legacy URLs you might find out &#8212; but the answer may not be to your liking.</p>
<p>In truth, I suspect that this freshness factor tweak is likely somewhat subtle and the actual impact may be fairly light for most sites. While the figure of 35% of searches being changed sounds impressive and impactful, it could be as simple as one page out of 10,000 getting bumped up to the first page. It doesn&#8217;t mean that 35% of the first page of SERPs will alter. Listings that are bumping in and out of positions ten and eleven likely wouldn&#8217;t notice a change at all.</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/save-the-date-googles-juiced-up-freshness-in-rankings-underscore-dates-too/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Day We Closed Google: An Illustration Of The Problem With Crowd Sourced Edits</title>
		<link>http://www.semclubhouse.com/the-day-we-closed-google-headquarters/</link>
		<comments>http://www.semclubhouse.com/the-day-we-closed-google-headquarters/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 13:31:13 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Local Search]]></category>
		<category><![CDATA[Crowd Sourcing]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Google Places]]></category>
		<category><![CDATA[UGC]]></category>
		<category><![CDATA[User Corrections]]></category>
		<category><![CDATA[User Generated Content]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1210</guid>
		<description><![CDATA[An interesting new Google Maps interface was found this past week by Daniel Hollerung, and after he tweeted Mike Blumenthal and I about it, Google Places confirmed it was an interface they are testing for verifying map accuracy. I&#8217;ve replicated &#8230; <a href="http://www.semclubhouse.com/the-day-we-closed-google-headquarters/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>An interesting new Google Maps interface was found this past week by <a href="http://twitter.com/DanielHollerung">Daniel Hollerung</a>, and after he tweeted <a href="http://blumenthals.com/blog">Mike Blumenthal</a> and I about it, Google Places <a href="http://twitter.com/#!/GooglePlaces/status/124617792505905152">confirmed</a> it was an interface they are testing for verifying map accuracy. I&#8217;ve replicated an example of the interface using the listing for my friends over at <a href="http://www.searchinfluence.com/">Search Influence</a>:</p>
<p><code>
<div align="center"><a href="http://www.flickr.com/photos/silvery/6258773752/" title="Google Map Correction Tool Interface by Si1very, on Flickr"><img src="http://farm7.static.flickr.com/6097/6258773752_4b653ac461.jpg" width="500" height="255" alt="Google Map Correction Tool Interface"></a></div>
<p></code></p>
<p>While this particular Google Places information accuracy widget is new, Google has long been leveraging similar user-generated content to try to enhance and grow map information. They have been actively crowd-sourcing map accuracy work for a while now, but it&#8217;s not without significant issues.</p>
<p>Obviously, one of the more serious issues involved is the fact that people will lie and cheat.</p>
<p>So, it&#8217;s no surprise that Google Maps help groups have instances reported where people suspect that their locations have been compromised some by malicious competitors, disgruntled former employees, or randomly psychotic customers. I&#8217;ve had clients and colleagues approach me with similar reports, and Mike Blumenthal has reported these types of stories as well.</p>
<p>Not only can some of the general public be expected to purposefully try to cause mischief, well-meaning people can also ignorantly make mistakes in commenting or reporting on data accuracy &#8212; just think of all the stories throughout popular culture of stereotyped representations of men who can&#8217;t find addresses while driving (and refuse to ask directions) or spatially-challenged women who can&#8217;t read maps. I&#8217;m not suggesting that these stereotypes are accurate representations of the sexes, but that the stories likely come from the fact that many people, regardless of sex, find navigation and map interpretation highly challenging.</p>
<p>So, there are some inherent problems with attempting to base a large percentage of location accuracy upon crowd sourced information. </p>
<p>What&#8217;s particularly concerning about Google&#8217;s methodology is that they&#8217;ve <a href="http://google-latlong.blogspot.com/2011/10/faster-updates-to-local-business.html">recently declared</a> that they&#8217;ll sometimes use this data to override business owners&#8217; disclosed information, or call into question accuracy in consumers&#8217; minds. Blumenthal hilariously communicated the issue in his brother-in-law&#8217;s <a href="http://blumenthals.com/blog/2011/08/16/clarification-re-clarification-re-closed-listings-on-google-places/">open letter response</a> to the matter. An actively-engaged business owner may have gone in and verified that their address and map are correct in Google Places, but if a small handful of users claim the address is wrong, it can get incorrectly flagged as being a closed location, or that the address may be wrong &#8212; something which would clearly discourage potential customers from going to the business. </p>
<p>Mike <a href="http://blumenthals.com/blog/2011/08/15/google-mt-view-reported-closed/">organized a really humorous experiment</a> to illustrate this issue when he asked a handful of us to go in and flag Google&#8217;s own corporate headquarters as &#8220;closed&#8221;.<span id="more-1210"></span>  For a brief while, the Mountain View location&#8217;s Place Page listing carried the flag, &#8220;Reported to be closed.&#8221;:</p>
<p><code>
<div align="center"><a href="http://www.flickr.com/photos/silvery/6258369615/" title="Google Headquarters Closed by Si1very, on Flickr"><img src="http://farm7.static.flickr.com/6057/6258369615_85a10f3465.jpg" width="379" height="289" alt="Google Headquarters Closed" border="0"></a></div>
<p></code></p>
<p>Auditors (and perhaps an activity pattern detection algorithm) twigged to the fact that a bunch of users had declared the location closed, and someone at Google corrected the defacement. But, the point was made &#8212; users can falsely get a listing flagged as closed. (This was done to illustrate the issue from the perspective of small local businesses, and not with any intent or expectation of causing harm. So, hopefully those of us who participated were not blackballed by Google Places!)</p>
<p>If Google headquarters was a local business that relied upon having potential walk-in customers referred by Google Places, they would have almost certainly lost business during the time that the alert appeared on their Places page. You should ask yourself: is that fair? Should a mean little gang be allowed to abruptly paint a &#8220;closed&#8221; sign over the door of a viable business?</p>
<p>My concern with the testing of these new crowd sourced accuracy widgets is that the same sorts of stuff can and will happen across the millions of businesses listed in the United States. Having a place flagged as closed is potentially damaging to these businesses, and so is having a location of a business tagged as possibly erroneous &#8212; or having the address changed outright to an erroneous place. </p>
<p>There are numerous methods for assessing address correctness which can be handled with algorithms and which do not involve trusting humans. For instance:</p>
<ul>
<li>if the street address is outside of the ZIP code polygon;</li>
<li>if the ZIP is not associated with the City name;</li>
<li>if an odd-numbered address is geolocated to the even side of a street (and vice-versa);</li>
<li>if the phone area code is outside of the City or ZIP;</li>
<li>if the address number seems impossibly high or low;</li>
<li>if the street address is determined to be less likely to be located in the city block where it&#8217;s geolocated (if neighboring addresses are pinpointed elsewhere);</li>
<li>if the street name is not recognized in the ZIP area;</li>
<li>if the other directory data sources are in reasonable agreement on the geolocation pinpoints;</li>
</ul>
<p>&#8230;And, there are more. (For a primer on basic causes for online mapping errors, see my article, &#8220;<a href="http://searchengineland.com/top-causes-of-errors-in-online-mapping-systems-13715">Top Causes of Errors in Online Mapping Systems</a>&#8220;.)</p>
<p>Google is undoubtedly using some of the algorithmic methods for detecting and correcting map errors, but are they using all of them, and couldn&#8217;t they do more?!?  For long-established businesses, there perhaps shouldn&#8217;t even be an option for users to suggest that a location is incorrect.</p>
<p>Owner-verified listings should be particularly trusted above user-generated content. In fact, there should be some safeguards in place for owner-verified listings such that &#8220;this location may be closed&#8221; and &#8220;the address location may be incorrect&#8221; messages perhaps shouldn&#8217;t be displayed at all without first alerting the contact email address for the listing, and even giving it some sort of time delay such as a month before the general public would see such a message.</p>
<p>Some of the top yellow pages sites which dealt with these types of data issues for many decades came up with business rules to help mitigate discrepancies in data sources. For instance, for a certain number of months after a business has been contacted and has updated/verified its own info, any other data source is set to a lower priority. And, this is the way it should be in Google Maps as well. The business owner has much more invested in insuring that location information is correct than the general public does. They have skin in the game!  This is why data which comes directly from the owner is correlated with a higher degree of correctness than that of the general public (at least when that data is fresh or recently verified).</p>
<p>Google&#8217;s user-centered product development is great in many ways, but the ongoing refusal to properly incorporate and represent the business owner in the overall local business ecosystem is problematic. They are a type of user themselves, and they are a highly important demographic which should be given proper precedence in some areas of the communication and presentation of business information. This is why we undertook the experiment with the Google headquarters listing &#8212; to illustrate the disparity.  </p>
<p>One suspects that Google employees overrode the crowd-sourced edits we submitted stating the location was closed &#8212; not only should the flag not have appeared, but the same sort of listing alerts and controls should be extended to small businesses who&#8217;ve verified their listings.</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/the-day-we-closed-google-headquarters/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Mind Your P&#8217;s &amp; Q&#8217;s In Quality To Avoid Google&#8217;s Panda Updates</title>
		<link>http://www.semclubhouse.com/mind-your-ps-qs-quality-googles-panda-updates/</link>
		<comments>http://www.semclubhouse.com/mind-your-ps-qs-quality-googles-panda-updates/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 21:59:23 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Google Panda]]></category>
		<category><![CDATA[Panda Algorithm]]></category>
		<category><![CDATA[Panda Update]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1200</guid>
		<description><![CDATA[Last week at the SMX East conference in New York, I both sat in on sessions concerned with Google&#8217;s Panda algorithm updates and spoke on one of them. One thing which really struck me is how extraordinarily unified fellow search &#8230; <a href="http://www.semclubhouse.com/mind-your-ps-qs-quality-googles-panda-updates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week at the SMX East conference in New York, I both sat in on sessions concerned with Google&#8217;s Panda algorithm updates and spoke on one of them. One thing which really struck me is how extraordinarily unified fellow search marketing experts were about both the causes and solutions to sites which were impacted by Panda! Each marketer spoke about improving sites&#8217; quality, usability, and overall user experience (&#8220;UX&#8221;).</p>
<p><code>
<div align="center"><a href="http://www.flickr.com/photos/silvery/6169979895/" title="Mind your Ps &amp; Qs to Avoid the Panda Updates by Si1very, on Flickr"><img src="http://farm7.static.flickr.com/6167/6169979895_c2ed0cc44d.jpg" width="500" height="313" alt="Mind your Ps &amp; Qs to Avoid the Panda Updates" border="0"></a><br /><font size="-1"><em>Panda photo by J. Patrick Fischer, CC BY-SA 3.0</em></font></div>
<p></code></p>
<p>For those of us who have been following Google&#8217;s evolution over time, the Panda updates actually weren&#8217;t all that surprising. For me, the emergence of Panda seemed very familiar, harkening back to perhaps as far back as 2006 when Google clamped down on affiliate sites. At that same time, <a href="http://twitter.com/#!/henkvaness">Henk van Ess</a> revealed how Google was hiring on temporary quality evaluation staff to rate search results. In Google internal documents which van Ess exposed, the evaluators were instructed to give poor ratings to spam content, porn ranking on inappropriate keyword phrases, and &#8220;thin affiliate content&#8221;. It became clear very quickly that the negative human ratings for &#8220;thin affiliate content&#8221; were related quite closely to the virtual penalization that many affiliate sites experienced at that time.</p>
<p>What Google was focusing upon in reducing the ratings of &#8220;thin affiliates&#8221; were instances where a search results page would be filled up with links to pages which all had virtually the same content, and where those pages often weren&#8217;t the final destinations of the people who landed upon them (obviously, with most affiliate sites one clicks-through to the actual retailer&#8217;s site where more information could be found and orders could be placed). From Google&#8217;s perspective, it was a poor user experience for there to be millions of pages indexed which had all essentially identical content and which often edged out other more-worthwhile pages which consumers might prefer.  </p>
<p>From all of the information around the &#8220;Panda&#8221; Updates, it seems highly likely to me that Google is continuing to leverage their human quality evaluator staff, along with a number of other automated metrics which they could also incorporate in determining quality of pages.<span id="more-1200"></span> For instance, the numbers of people clicking back out of a page they found in the search results in order to select another page &#8212; this sort of a bounce rate metric could indicate which a page is of very poor quality for a particular keyword term. </p>
<p>Naturally, there are far more pages on the internet than what Google may reasonably have evaluators visit and assess, but there have also been developments in methods for using small numbers of ratings to be algorithmically applied across larger numbers of websites and pages. The <a href="http://en.wikipedia.org/wiki/TrustRank">TrustRank analysis technique</a> is just one of these methods, and the research paper describing it shows how one could use a small sample set of rated webpages in combination with an automated analysis of the link graph associated with those pages in order to broadly apply ranking decisions to good content or poor content.</p>
<p><code>
<div align="center"><a href="http://www.flickr.com/photos/silvery/6170053089/" title="TrustRank diagram by Si1very, on Flickr"><img src="http://farm7.static.flickr.com/6161/6170053089_ccfac1c5a1.jpg" width="319" height="216" alt="TrustRank diagram" border="0"></a><br /><font size="-1"><em>TrustRank Diagram</em></font></div>
<p></code></p>
<p>The combination of human interaction metrics is likely used by Google to determine a sort of <a href="http://www.naturalsearchblog.com/archives/2007/07/02/google-quality-scores-for-natural-search-optimization/">&#8220;quality score&#8221; for pages</a>, and some sort of mechanism similar to the TrustRank method is used to apply the quality score values across a broad swath of a site&#8217;s sections and pages.</p>
<p>While the Panda Updates were initially targeting &#8220;content farms&#8221;, or sites which specifically generated large numbers of pages to target user search queries, the criteria used to ding them could easily wreck many other types as well. Poorly constructed sites where users are confused about where to find what they were searching-for, or sites which make a bad impression by being too crammed full of ads, tricky links, or unsophisticated layouts might also fall under the treads of Panda. </p>
<p>The leaked evaluator documents from Google gave a few ideas of the sorts of things which could decide between a &#8220;thin affiliate&#8221; that got bad ratings versus sites which happened to contain affiliate content but which might otherwise get good ratings. Having additional content on the pages, particularly &#8220;value-added&#8221; content such as maps or user ratings or price comparisons could make a difference. </p>
<p>Here in 2011, I&#8217;d say the bar is even higher, though. You want your site to make a good impression when a searcher lands upon it, and you want them to have trust in your content. You need the site to be usable so that it doesn&#8217;t frustrate users, and you need to seriously consider removing impediments which annoy or hamper users in getting what they&#8217;re seeking. That gigantic interstitial ad that blocks them from the page, or all the cluttered fineprint and links may result in higher bounce rates which will translate into lower rankings for you. </p>
<p>In the past year, Google <a href="http://searchengineland.com/google-now-counts-site-speed-as-ranking-factor-39708">introduced Page Speed as a ranking factor</a> &#8212; a major element which impacts consumer satisfaction with webpages. In their blog posts about Google they mention improving a number of elements affecting quality of a sites, including spelling and grammar (we previously highlighted how <a href="http://www.semclubhouse.com/google-penalty-low-quality-writing/">Google could use spelling and grammar in quality determinations and rankings</a>). With the increasing attention to user experience factors in ranking determinations, it has become clear that if you&#8217;re <a href="http://www.semclubhouse.com/usability-and-advanced-seo/">not doing usability analysis, you may not be doing SEO at all</a>.</p>
<p>Search engine optimization based purely upon clever technical tricks really appears to be on the wane with the Panda Updates. SEO may really decline in favor of much more sustainable longterm attention to User Experience and Usability factors. Unfortunately, I don&#8217;t see a whole lot of websites or companies positioned to take advantage of the trends. Most of the companies I&#8217;ve consulted with continue to base site design decisions more heavily upon arbitrary egos, expediency, and mere immitation of their competition rather than upon informed UX testing.</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/mind-your-ps-qs-quality-googles-panda-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catch Us At SMX East in New York 2011!</title>
		<link>http://www.semclubhouse.com/smx-east-in-new-york-2011/</link>
		<comments>http://www.semclubhouse.com/smx-east-in-new-york-2011/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 18:20:07 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Happenings]]></category>
		<category><![CDATA[Industry Happenings]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[SMX]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1191</guid>
		<description><![CDATA[You can catch some of us from KeyRelevance at next week&#8217;s SMX East in New York &#8212; Christine Churchill, President of KeyRelevance, and Chris Silver Smith, Director of Optimization Strategies, will both be speaking and moderating on various panels: Sept &#8230; <a href="http://www.semclubhouse.com/smx-east-in-new-york-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><code><a href="http://searchmarketingexpo.com/east/agenda?utm_content=EastBadgeSpkM125"><img src="http://searchmarketingexpo.com/_images/badges/east11/east11_spkr_m.jpg" alt="I am speaking at SMX East" width="125" height="125" border="0" align="right" /></a></code></p>
<p>You can catch some of us from KeyRelevance at next week&#8217;s SMX East in New York &#8212; Christine Churchill, President of KeyRelevance, and Chris Silver Smith, Director of Optimization Strategies, will both be speaking and moderating on various panels:</p>
<p><strong>Sept 13:</strong>
<ul>
<li>
7:30-9:00 <a href="http://searchmarketingexpo.com/east/2011/full_agenda#527">SMX Boot Camp: Keyword Research &#038; Copywriting For Search Success</a> (Christine Churchill, speaking)</li>
<li>9:00-10:15 <a href="http://searchmarketingexpo.com/east/2011/full_agenda#530">Google Survivor Tips</a> (Chris Silver Smith, Q&#038;A moderating)</li>
<li>10:45-Noon <a href="http://searchmarketingexpo.com/east/2011/full_agenda#531">SMX Boot Camp: Link Building Fundamentals</a> (Christine Churchill, moderating)</li>
<li>10:45-Noon <a href="http://searchmarketingexpo.com/east/2011/full_agenda#534">What Every Paid Search Marketer Needs To Know About Google +1</a> (Chris Silver Smith, Q&#038;A moderating)</li>
<li>1:45-3:00 <a href="http://searchmarketingexpo.com/east/2011/full_agenda#536">Panda-Proofing Your Content</a> (Chris Silver Smith, speaking)</li>
</ul>
<p><strong>Sept 14:</strong>
<ul>
<li>10:45-Noon <a href="http://searchmarketingexpo.com/east/2011/full_agenda2#544">PPC &#038; SEO: Can’t We All Just Get Along?</a> (Christine Churchill, Q&#038;A moderating)</li>
<li>1:30-2:45 <a href="http://searchmarketingexpo.com/east/2011/full_agenda2#550">Best Practices With adCenter For Bing &#038; Yahoo</a> (Christine Churchill, Q&#038;A moderating)</li>
</ul>
<p><strong>Sept 15:</strong>
<ul>
<li>9:00-10:15 <a href="http://searchmarketingexpo.com/east/2011/full_agenda3#555">Video Search Success Stories</a> (Chris Silver Smith, Moderating)</li>
<li>2:00-3:00 <a href="http://searchmarketingexpo.com/east/2011/full_agenda3#577">Mobile Search Ads</a> (Chris Silver Smith, Q&#038;A Moderating)</li>
</ul>
<p><em>We hope to see you there!</em></p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/smx-east-in-new-york-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Now Imitates AOL With New Page Speed Service!</title>
		<link>http://www.semclubhouse.com/google-now-imitates-aol-with-new-page-speed-service/</link>
		<comments>http://www.semclubhouse.com/google-now-imitates-aol-with-new-page-speed-service/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 13:00:59 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[Google Page Speed Service]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1186</guid>
		<description><![CDATA[Google&#8217;s announcement of their new Page Speed Service was so very expected by me that it nearly didn&#8217;t form a blip on my radar screen when it flew by in my streams today! It&#8217;s a sort of combination of Content &#8230; <a href="http://www.semclubhouse.com/google-now-imitates-aol-with-new-page-speed-service/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s <a href="http://googlewebmastercentral.blogspot.com/2011/07/page-speed-service-web-performance.html">announcement</a> of their new Page Speed Service was so very expected by me that it nearly didn&#8217;t form a blip on my radar screen when it flew by in my streams today! <code><a href="http://www.flickr.com/photos/silvery/5986793278/" title="Google and AOL Page Speed by Si1very, on Flickr"><img src="http://farm7.static.flickr.com/6010/5986793278_c4f5bee28c_m.jpg" width="240" height="118" alt="Google and AOL Page Speed" border="0" align="right"></a></code>It&#8217;s a sort of combination of Content Delivery Network (&#8220;CDN&#8221;) and automatic page code optimizer which will allow them to make your webpages more efficient at delivering and resolving in browser windows, and it will allow them to cache your site content on servers deployed around the world so that your content won&#8217;t have to travel as far through the network to reach anyone at the moment that it&#8217;s requested. It&#8217;d be super-cool, except this kind of technology was first invented by AOL! Let me explain.<span id="more-1186"></span></p>
<p>Quite a number of years ago, AOL got sued by some of their subscribers for not upholding service representations, and as a result, AOL began to automatically cache images and webpages from across the internet, keeping them in their servers in Reston, Virginia. This helped them to cut one leg off of the circuit for delivering content for their subscribers. As part of their caching process, they&#8217;d recompress images, knocking percentages of the images&#8217; filesize off, reducing how much data needed to be transferred. This actually used to cause problems for some types of images, since their compression algorithm had one or two errors in it, causing big honkin&#8217; artifacts to be left unattractively in the image.</p>
<p>(It&#8217;s very geeky of me, but I actually remember some of the image processes which would cause the compression errors, because I had to deal with cases at Superpages.com where our artists made ads for clients, and then the client might call us up and scream because the ad looked bad to them. Such calls could be confounding &#8212; imagine an irate attorney who pays many tens of thousands of dollars per year calling you up because he sees crap in the ad your team made for him, and when you pull it up on screen, you can&#8217;t see any problem! Then imagine trying to explain to him how he&#8217;s seeing the error because he&#8217;s on AOL, while the people in your company who create the ads are not on AOL&#8230; and you and up with an interesting conversation. Don&#8217;t EVER do tech support! But, I digress.)</p>
<p>Anyway, Google&#8217;s Page Speed service is taking AOL&#8217;s idea just a little further, because they&#8217;ve married a few of their services together in order to improve the HTML of the pages they&#8217;re caching. Some of that automated improvement will be stuff like rewriting the code to specify heights and widths of images, and minifying CSS or JS code. They might even be doing some of that image compression which was so troublesome with AOL&#8217;s rehosting of the entire internet.</p>
<p>But, I&#8217;m being snarky with the AOL comparisons! I actually think Google&#8217;s idea is a very cool one, and it&#8217;s one that I <a href="http://www.semclubhouse.com/usability-and-advanced-seo/">had previously predicted</a>. It made sense once Google rolled out the Page Speed diagnostic (which helped webmasters find areas for improving their pages speed) to then roll out something that would cut down on the network travel time between web site servers and the endusers who request webpages.</p>
<p>This service also immitates other CDNs which came previously, such as <a href="http://www.akamai.com">Akamai</a> and <a href="http://aws.amazon.com/ec2/">Amazon&#8217;s EC2</a>. I&#8217;m a big believer in the power of CDNs, since they have long helped sites move content out closer to &#8220;the edge&#8221; of the network, reducing the time it takes to deliver webpages, images, Flash, videos, etc. I recommended a CDN for Superpages back when I was there, and it helped improve the user-experience for the millions of visitors we had.</p>
<p>Google&#8217;s deployment of this service is a great fit for them, since they already have an array of servers located around the globe, which had enabled them to essentially be their own content delivery network. Also, I wonder if Google couldn&#8217;t leverage some of their dark fiber to further reinforce their delivery network&#8217;s effectiveness. </p>
<p>The open question at the moment is whether integrating with Google&#8217;s Page Speed Service will positively influence search rankings. Since Google started using Page Speed measures as a ranking factor (another development we at KeyRelevance had anticipated), and since using their service would speed up a site&#8217;s delivery speeds, it&#8217;s easy to connect the dots to see that using such a service could provide a website with an immediate advantage for this ranking factor.</p>
<p>So, Google&#8217;s retread of a very old AOL idea may not be all that original, but it is cool since it&#8217;s a tool that could help optimize your site a little and improve your user experience very quickly. </p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/google-now-imitates-aol-with-new-page-speed-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vacation Rentals Inflating Reviews In Google Maps</title>
		<link>http://www.semclubhouse.com/vacation-rentals-inflating-reviews-google-maps/</link>
		<comments>http://www.semclubhouse.com/vacation-rentals-inflating-reviews-google-maps/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 22:07:52 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Local Search]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Google Maps reviews]]></category>
		<category><![CDATA[Local Search Engine Optimization]]></category>
		<category><![CDATA[local seo]]></category>
		<category><![CDATA[online reviews]]></category>
		<category><![CDATA[user reviews]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1181</guid>
		<description><![CDATA[I&#8217;ve been noticing an oddity in Google Maps for vacation rentals: some listings have got simply unbelievable numbers of reviews. Now, I see a wide range of numbers of reviews for all sorts of industries &#8212; from zero or just &#8230; <a href="http://www.semclubhouse.com/vacation-rentals-inflating-reviews-google-maps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been noticing an oddity in Google Maps for vacation rentals: some listings have got simply unbelievable numbers of reviews.</p>
<p>Now, I see a wide range of numbers of reviews for all sorts of industries &#8212; from zero or just a small handful, to around a hundred, all the way up to a few thousand for highly-popular eateries located in big cities. So, a range of these numbers is normal, and for some cases it&#8217;s normal for there to be a few thousand.</p>
<p>For instance, the famous Union Oyster House in Boston is <a href="http://maps.google.com/maps/place?q=seafood+restaurants,+boston,+ma&#038;hl=en&#038;cid=6319045547406381352">showing</a> a couple of thousand reviews. Considering it&#8217;s the oldest restaurant (in continuous service) in the entire country, this even makes sense.  It makes even more sense when you see that they have quite a few hundred reviews in <a href="http://www.yelp.com">Yelp</a>, and <a href="http://www.opentable.com/">OpenTable</a> as well. When someone has placed a reservation for the restaurant in OpenTable, they may be receiving an invite to rate the restaurant after they&#8217;ve had their visit there. I&#8217;d say this is is a great practice and works well for everyone &#8212; the business itself, the person rating, OpenTable, and for consumers shopping for an eatery. The natural outcome is that they&#8217;ll have hundreds and thousand of reviews in a relatively short time period.</p>
<p>But, there&#8217;s something else going on in vacation rentals which is similar, but isn&#8217;t ideal.<span id="more-1181"></span></p>
<p>Here&#8217;s an example from Avalon, California, on Santa Catalina Island where the main industry is tourism and there are dozens of vacation rentals which people stay at annually. Notice the high number (over 1300) of reviews Google shows for a rental agency there:</p>
<p><code>
<div align="center"><a href="http://www.flickr.com/photos/silvery/5938246994/" title="Vacation Rentals in Avalon by Si1very, on Flickr"><img src="http://farm7.static.flickr.com/6003/5938246994_5005ce065d.jpg" width="500" height="252" alt="Vacation Rentals in Avalon" border="0"></a></div>
<p>
<hr /></code></p>
<p><code>
<div align="center"><a href="http://www.flickr.com/photos/silvery/5938247020/" title="Listing closeup showing an abundance of reviews by Si1very, on Flickr"><img src="http://farm7.static.flickr.com/6150/5938247020_0ed9f3e0fb.jpg" width="250" height="113" alt="Listing closeup showing an abundance of reviews" border="0"></a></div>
<p></code></p>
<p>What I see happening is this: some travel information sites are listing vacation rentals, and allowing consumers to rate/review those rental properties. The rental properties are associated with a particular rental agency, and the travel info site is assigning all those reviews to the rental agency that they roll up under.</p>
<p>Now, this works well for cases where the property is handled by one company which handles the rental and property management. However, there are a lot of cases where multiple rental agents from different companies may be renting out the same property, depending upon who lets it out to a renter first. In those cases, having all the reviews rolling up under one company is unfair.</p>
<p>Where vacation rentals are concerned, I believe that consumers are also fairly naive about what it is that they are reviewing. They are likely being led to believe they&#8217;re reviewing the property itself &#8212; and if they property isn&#8217;t owned by the company managing it, details about its amenities maybe shouldn&#8217;t be applied to the rental company. For instance, the process of reserving and renting the property may have sucked, but the consumer is mainly being asked about how great the Wi-Fi was, the hottub, and the quality of the window views.</p>
<p>In most cases I&#8217;ve looked at across the country, the large bulk of these reviews are coming from <a href="http://www.flipkey.com">FlipKey</a>, operated by TripAdvisor.</p>
<p>FlipKey&#8217;s interface for reviewing the rentals encourages the property be reviewed more than the rental agency, as I suspected. The review form is titled &#8220;Rate this vacation rental&#8221;, rather than &#8220;Rate the property management company&#8221;, and it says &#8220;Review your stay&#8221;. Their tips do suggest that one &#8220;Describe the service you received&#8221;, but it also says &#8220;Tell us how you liked the home&#8221;, and to &#8220;Talk about the location and amenities&#8221; &#8212; neither of which are necessarily controlled at all by the property agency.</p>
<p>But, as I see it the primary issue is whether reviews of individual rental properties ought to be rolled-up into an aggregate to represent the rental agency in this manner. Google has no quick way of assessing instances where properties may be represented by multiple rental agents, and property owners sometimes switch the agents representing them &#8212; in which case do the reviews then get reassigned to the new rental agency, or do they stay associated with the first rental agent as part of their legacy? </p>
<p>This appears to be a form of spam. FlipKey has been clever with design this so that individual vacation rental reviews will roll up collectively under rental agent listings, and having their data associated importantly with so many businesses is useful in terms of some referral traffic as well as a promotion vehicle for potential advertisers.</p>
<p>This is yet another problem which Google has associated with user reviews and business listings. Not long ago, <a href="http://www.nodalbits.com/bits/google-maps-launching-folksonomy-descriptive-terms/">Google Maps rolled out &#8220;Descriptive Terms&#8221;</a> derived from user reviews, causing undesirable and often unfair effects for local businesses.</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/vacation-rentals-inflating-reviews-google-maps/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>3 More Unorthodox Ideas For Local Citations &amp; Links</title>
		<link>http://www.semclubhouse.com/3-more-unorthodox-ideas-for-local-citations-links/</link>
		<comments>http://www.semclubhouse.com/3-more-unorthodox-ideas-for-local-citations-links/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 13:01:03 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Local Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[cell towers]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[link development]]></category>
		<category><![CDATA[local citation sources]]></category>
		<category><![CDATA[local citations]]></category>
		<category><![CDATA[Local Search Engine Optimization]]></category>
		<category><![CDATA[local seo]]></category>
		<category><![CDATA[weather stations]]></category>
		<category><![CDATA[webcams]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1166</guid>
		<description><![CDATA[You may have seen my article a few weeks back, &#8220;10 Unorthodox Ideas For Local Citations &#038; Links&#8220;. In it, I outlined some unconventional local link-building and citation-building strategies which focus on doing things which might get others to do &#8230; <a href="http://www.semclubhouse.com/3-more-unorthodox-ideas-for-local-citations-links/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may have seen my article a few weeks back, &#8220;<a href="http://searchengineland.com/10-unorthodox-ideas-for-local-citations-links-77468">10 Unorthodox Ideas For Local Citations &#038; Links</a>&#8220;. In it, I outlined some unconventional local link-building and citation-building strategies which focus on doing things which might get others to do a lot of your local citation development work for you, and which might also increase the &#8220;<a href="http://www.netmagellan.com/google-placerank-in-the-wild-750.html">Place Rank</a>&#8221; of your business&#8217;s location. </p>
<p>For instance, if your place of business is located in an historic building, you might get it registered with the National Register of Historic Places or you might apply to get it designated a state historical marker. Doing either of those things would get the location intered into dozens if not hundreds of databases and directories, causing the address to get republished in numerous places, resulting in more prominence for the location and your business, by association. I&#8217;ve used this sort of tactic before to gain <a href="http://www.semclubhouse.com/easy-tactics-to-leverage-wikipedia-for-google-maps/">local citational references from Wikipedia</a>. </p>
<p>This has been one of my secret tactics &#8211; most businesses may not merit an article in Wikipedia, but their building just might. And, Wikipedia content gets redistributed simply everywhere &#8212; even into Facebook! (Yes, Wiki links are nofollowed, but are local citations, hmmm?)</p>
<p>These round-about link-building ideas require some effort on your part to accomplish &#8212; they won&#8217;t happen in an instant click. However, they&#8217;re fairly robust and have some viral characteristics which can mean that you&#8217;ll focus on one project which may result in multiple high-quality links and citations.</p>
<p>So, what are some other, similar tactics you can use to nab some astonishing numbers of links and citations? Here are three more, in the same vein: <span id="more-1166"></span></p>
<ul>
<li><strong>Install weather monitoring equipment and become a weather reporting station.</strong> You&#8217;ll have to buy and install some hardware correctly, but once you do you can feed the weather data into the Weather Underground and other distribution channels, and they&#8217;ll begin showing your location on their sites!
<p>For instance, the JohnDory Vineyard in Sebastapol, California, has a weather station, and the weather data gets displayed on many sites, including <a href="http://weather.koaa.com/weatherstation/WXDailyHistory.asp?ID=KCASEBAS12&#038;PWSOnAir=1">KOAA</a>, TV station sites, and newspaper sites. For instance, they&#8217;re listed on a <a href="http://weather.postandcourier.com/auto/charleston/CA/Santa_Rosa.html">weather page on The Post and Courier</a> &#8212; a news site &#8212; which links straight to their homepage:</p>
<div align="center"><a href="http://www.flickr.com/photos/silvery/5838114111/" title="JohnDory Vineyard's Weather Page on KOAA by Si1very, on Flickr"><img src="http://farm6.static.flickr.com/5224/5838114111_df306b13ae_m.jpg" width="240" height="173" alt="JohnDory Vineyard's Weather Page on KOAA" border="0"></a><a href="http://www.flickr.com/photos/silvery/5838682278/" title="JohnDory Vineyard Weather Station by Si1very, on Flickr"><img src="http://farm4.static.flickr.com/3122/5838682278_64cdb3a4cf_m.jpg" width="240" height="167" alt="JohnDory Vineyard Weather Station" border="0"></a></div>
<p>Should I mention that many of these links back are nofollow-free?! <img src='http://www.semclubhouse.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li><strong>Add a cellular antenna to your property.</strong> As with historical marker locations, there are websites out there which specialize in pinpointing cell sites where mobile phone antennas or wireless phone towers are located. Even more aluring, companies will pay you for the privilege of putting their cellphone antennas on your property! What could be cooler than having someone pay you to give you more local citations?
<p>For instance, see the <a href="http://www.cellreception.com/towers/details.php?id=1002788">CellReception.com page</a> for the Prudential Tower building at 800 Boylston St. in Boston, MA:</p>
<div align="center"><a href="http://www.flickr.com/photos/silvery/5838138495/" title="Prudential Building cell tower by Si1very, on Flickr"><img src="http://farm4.static.flickr.com/3230/5838138495_87219f4694.jpg" width="500" height="271" alt="Prudential Building cell tower" border="0"></a></div>
<p>An even more striking example would be the Epiphany Lutheran Church in Lake Worth, Florida, which <a href="http://www.palmbeachpost.com/opinion/columnists/can-you-save-me-now-nothing-divine-about-216382.html">erected a 100-foot-tall cross</a> at their building which camoflauges the cellular antenna inside it:</p>
<div align="center"><a href="http://www.flickr.com/photos/silvery/5838691266/" title="Epiphany Lutheran Church Cross by Si1very, on Flickr"><img src="http://farm6.static.flickr.com/5034/5838691266_aa144af5e9_m.jpg" width="180" height="240" alt="Epiphany Lutheran Church Cross"></a></div>
<p>Epiphany Lutheran further leveraged their unique wireless installation by sending out <a href="http://www.prlog.org/10460553-controversial-church-cross-and-tmobile-cell-tower-completed-just-in-time-for-christmas.html">press releases about the cross antenna</a> and holding a dedication ceremony for it. Their story got picked up and reported on by a number of news organizations. </p>
<p>I also know of at least one church here in the Dallas area where I live that has a cell tower hidden in their bell tower, so this may be moderately common for churches.</li>
<li><strong>Install a webcam at your place of business.</strong> This can qualify you to get listed in a number of local and national webcam directories with links back to your business website. This is one of the easiest things businesses can do to attract links and also more site visits (and user interactions with your site can provide other rank-enhancing signals, too). For example, check out the <a href="http://www.earthcam.com/usa/hawaii/waikiki/?cam=cheeseburger2">Waikiki Beach Cam</a> provided by Tiki&#8217;s Grill &#038; Bar in Hawaii:
<div align="center"><a href="http://www.flickr.com/photos/silvery/5838154531/" title="Waikiki Beach Cam by Si1very, on Flickr"><img src="http://farm4.static.flickr.com/3223/5838154531_21607be8e8.jpg" width="500" height="299" alt="Waikiki Beach Cam" border="0"></a></div>
<p>Or, the cam from atop the <a href="http://www.earthcam.com/usa/california/losangeles/hollywood/">Yamashiro Restaurant</a> with fantastic views of Los Angeles:</p>
<div align="center"><a href="http://www.flickr.com/photos/silvery/5838154561/" title="Yamashiro Restaurant Cam View by Si1very, on Flickr"><img src="http://farm3.static.flickr.com/2640/5838154561_11223ea420.jpg" width="500" height="333" alt="Yamashiro Restaurant Cam View" border="0"></a></div>
<p>This tactic likely will require one to do the groundwork to register the cam with various directories. But, it also provides some other advantages in that the cam may provide video and photo content which may be used for additional optimization work.</li>
</ul>
<p>You can see that these various local citation-building ideas have some characteristics in common. They give people more excuses to list information about your business and it&#8217;s location. There are more things like this which can be done for similar effects &#8212; can you think of any?</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/3-more-unorthodox-ideas-for-local-citations-links/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

