<?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 &#187; SEO</title>
	<atom:link href="http://www.semclubhouse.com/category/seo/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>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>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>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>
		<item>
		<title>12 Tips To Optimize For Google Instant Previews</title>
		<link>http://www.semclubhouse.com/how-to-optimize-for-google-instant-previews/</link>
		<comments>http://www.semclubhouse.com/how-to-optimize-for-google-instant-previews/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 21:27:54 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Google Instant Previews]]></category>
		<category><![CDATA[image seo]]></category>
		<category><![CDATA[Instant Preview SEO]]></category>
		<category><![CDATA[Instant Previews]]></category>
		<category><![CDATA[nosnippet]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1071</guid>
		<description><![CDATA[Earlier today, I outlined how Google&#8217;s Instant Preview doesn&#8217;t display Maps, Flash, YouTube, AJAX, and lots of other rich media commonly found on webpages. If your site pages or homepage have this stuff on it, chances are your Instant Preview &#8230; <a href="http://www.semclubhouse.com/how-to-optimize-for-google-instant-previews/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Earlier today, I outlined how <a href="http://www.nodalbits.com/bits/google-instant-previews-leaves-out-google-maps-flash/">Google&#8217;s Instant Preview doesn&#8217;t display Maps, Flash, YouTube</a>, AJAX, and lots of other rich media commonly found on webpages. If your site pages or homepage have this stuff on it, chances are your Instant Preview image is less-than-stellar and may actually reduce your CTR. </p>
<p>There are a lot of professional websites which have &#8220;<a href="http://en.wiktionary.org/wiki/bork">borked</a>&#8221; Instant Previews. For example, check out this Los Angeles dentist&#8217;s homepage, which appears with this jaunty giant jigsaw puzzle piece taking up most of its space:</p>
<p><code>
<div align="center"><a href="http://www.flickr.com/photos/silvery/5451459960/" title="Los Angeles Dentist Website Instant Preview by Si1very, on Flickr"><img src="http://farm6.static.flickr.com/5298/5451459960_6c61589ed1.jpg" width="500" height="205" alt="Los Angeles Dentist Website Instant Preview" border="0" /></a></div>
<p></code></p>
<p>Google has said that the Instant Previews were found to improve their users&#8217; satisfaction with search results significantly during internal testing prior to rolling out the feature. Users can rapidly glance at the preview images to see if the webpages might hold what they&#8217;re looking-for, increasing their confidence and helping them select webpages to click upon which are more likely to hold what they want, avoiding clicking on stuff they don&#8217;t want.</p>
<p>If that&#8217;s true, then the opposite is likely also to play into users&#8217; behavior: if a preview image looks bad and doesn&#8217;t look like what they&#8217;d expect or want, they might avoid clicking on it.</p>
<p>For anyone who has a site which doesn&#8217;t look right in Google Instant Preview mode, this is alarming, since their introduction of this feature could wrongly reduce your clickthrough rates. Even if you&#8217;re not worried about the collective effect over time, you still are likely not thrilled that the image representing you may not reflect a true picture nor show you up in the best light.</p>
<p>I&#8217;ve been asked before on how to optimize for Google Instant Previews, so here are a few tips I&#8217;ve put together:<span id="more-1071"></span></p>
<ul>
<li>Although it was an unpleasant surprise when <a href="http://www.semclubhouse.com/google-ignored-noarchive-with-instant-previews/">Google opted to ignore sites&#8217; noarchive tags when launching Instant Previews</a>, they did provide a protocol whereby you could completely opt out of it. To opt out, you may add a robots meta tag to your webpage, and in the content include &#8220;nosnippet&#8221;. You can also use &#8220;nosnippet&#8221; in the x-robots-tag HTTP header response sent by your server. (Note, this will also block the regular text snippets which usually appear beneath webpage links in the Google SERPs, according to their <a href="http://sites.google.com/site/webmasterhelpforum/en/faq-instant-previews#11">FAQ</a>.)</li>
<li>Similarly, you could instruct Googlebot from spidering the page by specifying in your robots.txt file that the site, section, or page is to be disallowed. Note, this may also have other undesirable effects, since if Googlebot doesn&#8217;t crawl through the page they won&#8217;t see all the keyword content on the page nor all the SEO-goodness you&#8217;ve already put into it. <img src='http://www.semclubhouse.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  However, there are sites which have done this, such as <a href="http://www.condenast.com/">Condé Nast</a>, and as a result you will not find the Instant Preview magnifying-glass icon next to their homepage in the search results (an effect which I can understand them wanting, since the main content of their page is Flash, which Instant Preview won&#8217;t display):<br />
<blockquote><p><a href="http://www.flickr.com/photos/silvery/5451828020/" title="Condé Nast has no Instant Preview button by Si1very, on Flickr"><img src="http://farm6.static.flickr.com/5091/5451828020_d0a2f233de.jpg" width="500" height="161" alt="Condé Nast has no Instant Preview button" /></a></p></blockquote>
</li>
<li>Of course, opting out of having Instant Previews entirely may be something of a <a href="http://en.wikipedia.org/wiki/Pyrrhic_victory">Pyrrhic victory</a>, since all the webpages around you may have it. If you don&#8217;t have it, users might be more skeptical of clicking through to your site. Alternatively, they might click through more, out of curiosity. Read on for options on how to improve your preview portrait instead of deleting:</li>
<li>It&#8217;s important to diagnose why your page appears with chunks missing or with the gray puzzle icon in place of your core content. For example, I&#8217;ve run across a number of sites which have disallowed Google from spidering their images, perhaps under the mistaken belief that image search doesn&#8217;t help them. <a href="http://www.semclubhouse.com/image-search-vital-to-rankings/">Image search can actually enhance your overall rankings</a>, and your referrals from image search can be substantial over time. So, to get your images to appear in Instant Preview, go back to your robots.txt file and remove disallow rules which may have banned Googlebot from visiting directories on your server where you store your site images.</li>
<li>For Flash content, you really should enhance your site&#8217;s overall user-experience by incorporating code which detects whether a visitor&#8217;s browser can use the content, and display some default content such as state images or image maps when the browser doesn&#8217;t support Flash. For example, you could put the static image content on the page and use Javascript and CSS to overlay the Flash on page load for browsers which support it. In this way, Google Instant Preview may display the image content, allowing the page to look right when previewed. I&#8217;ve actually used screen-grabs of the Flash interface itself in order to create these default images for purposes of graceful degradation.</li>
<li>For YouTube videos, you might be able to do something similar. You can probably set up a static preview image of the video interface and then use Javascript and CSS layers to overlay the actual YouTube video embed code for browsers which support it.</li>
<li>For Google Maps, instead of using their embed code which relies upon iframes to deliver the dynamic map interface, you could take a screengrab of the map and set it up as a regular static image, possibly linking that image back to the URL for the map. </li>
<li>For site-wide applications using Google Maps, I believe their API also provides a static image option which could be used instead of the iframe delivery. Obviously, if you&#8217;re going for the dynamic functionality, these two options are not going to be preferable.</li>
<li>Another Google Maps option would be to attempt to use NOFRAMES tags around a screengrab image of the map. You&#8217;ll need to test this to see if Instant Previews is correctly interpreting and displaying noframed stuff.</li>
<li>Finally, for Google Maps you could also use the Javascript/CSS method I suggested for handling Flash and YouTube videos. Place the map iframe on a layer which will be made to overlay a static image of the map.</li>
<li>Optimizing the call-out text in Preview Images is even more tricky. You may have noticed that Google magnifies portions of text, displaying these snippets larger in boxes on the preview image of your webpages, depending upon the search keywords used. To optimize for this, if it&#8217;s displaying badly for some reason, you would need to experiment with placing the page&#8217;s most-popular keywords in advantageous places on the page, and then waiting to see how Google highlights it later on in the Instant Previews. Wash, rinse, and repeat.</li>
<li>I&#8217;ve also seen Instant Previews highlight certain images on a page, by drawing outlines around them. I believe this may occur when the search keyword matches the image&#8217;s ALT text. If this looks unattractive, you could experiment with adjusting the ALT text and see how it looks, just as with the callout snippets. However, I caution that removing ALT text from images could hurt your page&#8217;s overall keyword relevancy determination, and impair your image SEO work.</li>
<li>It might be a daunting prospect, but another possibility for optimizing for Instant Previews is to redesign. Instant Previews is a very small wakeup call that website appearance matters, and will impact your effectiveness. Considering how Google likes to quantify userexperience and <a href="http://www.semclubhouse.com/usability-and-advanced-seo/">incorporates usability into rankings</a>, website appearance may impact your rankings in search more and more &#8212; you could choose to get ahead of the curve now by making your site appear optimally in the little previews as well as when visitors come to the site.</li>
</ul>
<p>I expect that Google will likely (hopefully) work upon closing the many gaps in how Instant Previews represent pages. Until then, these tips may be useful to you in optimizing how your site appears in Instant Previews.</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/how-to-optimize-for-google-instant-previews/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trust Seals Could Bang Up Conversions For Local Websites</title>
		<link>http://www.semclubhouse.com/trust-seals-bang-up-conversions-local-websites/</link>
		<comments>http://www.semclubhouse.com/trust-seals-bang-up-conversions-local-websites/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 12:31:51 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Local Search]]></category>
		<category><![CDATA[Offline Marketing]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[BBB]]></category>
		<category><![CDATA[Better Business Bureau]]></category>
		<category><![CDATA[certification badges]]></category>
		<category><![CDATA[certifications]]></category>
		<category><![CDATA[McAfee Secure]]></category>
		<category><![CDATA[quality badges]]></category>
		<category><![CDATA[trust marks]]></category>
		<category><![CDATA[trust seals]]></category>
		<category><![CDATA[TRUSTe]]></category>
		<category><![CDATA[trustmarks]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1045</guid>
		<description><![CDATA[Internet 500 Retailers have been in-the-know about one secret key to online success for quite some time: trust seals. Trust seals are graphic badges which adorn the websites of companies and are awarded based on whether the company and/or website &#8230; <a href="http://www.semclubhouse.com/trust-seals-bang-up-conversions-local-websites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.internetretailer.com/top500/">Internet 500 Retailers</a> have been in-the-know about one secret key to online success for quite some time: <strong>trust seals</strong>. Trust seals are graphic badges which adorn the websites of companies and are awarded based on whether the company and/or website meets certain criteria, such as if they meet security guidelines, quality measures or if they have honorable business practices. There are a handful of better-known trust seal organizations which usually provide the assessment and seal service in return for a fee.</p>
<p>For internet marketers, there&#8217;s a really compelling reason why one should seriously consider paying the fees and going through the steps for obtaining a trust seal: they can inspire consumer confidence.</p>
<p>Some of the more popular website trust seals include <a href="http://www.trust-guard.com/">Trust Guard</a>, <a href="http://www.validsafe.com/">ValidSafe</a>, <a href="http://www.merchant-safe.com/">Merchant Safe</a>, <a href="http://www.truste.com/">TRUSTe</a>, <a href="http://www.verisign.com/ssl/seal/index.html">VeriSign</a>, <a href="http://www.mcafeesecure.com/us/">McAfee Secure</a>, and <a href="http://www.verisign.com/">VeriSign</a>.</p>
<p><code>
<div align="center"><a href="http://www.flickr.com/photos/silvery/5355474975/" title="Trust Seals, Trustmarks by Si1very, on Flickr"><img src="http://farm6.static.flickr.com/5088/5355474975_6d2a821534.jpg" width="406" height="228" border="0" alt="Trust Seals, Trustmarks" /></a></div>
<p></code></p>
<p>There have been a number of different academic researcher studies which have found that trust seals can improve rates for online purchases. In one research paper from 2001, <em>&#8220;<a href="http://zlin.ba.ttu.edu/papers/published/WITS01-trust.pdf">Myth or Reality: Effect of Trust-Promoting Seals in Electronic Markets</a>,&#8221;</em> Xiaorui Hu, Zhangxi Lin, and Han Zhang found that the seals can encourage consumers to buy from storefronts they are not familiar with, and that the seals that consumers recognized more influenced them more. David Gefen&#8217;s earlier paper, <em>&#8220;<a href="http://www.sciencedirect.com/science?_ob=ArticleURL&#038;_udi=B6VC4-4118F2Y-8&#038;_user=10&#038;_coverDate=12%2F31%2F2000&#038;_rdoc=1&#038;_fmt=high&#038;_orig=search&#038;_origin=search&#038;_sort=d&#038;_docanchor=&#038;view=c&#038;_acct=C000050221&#038;_version=1&#038;_urlVersion=0&#038;_userid=10&#038;md5=c7aee212cf6dd62b3b4dd1baba69a3b0&#038;searchtype=a">E-commerce: the role of familiarity and trust</a>,&#8221;</em> also found support for the theory that trust seals influenced online book purchase decisions.</p>
<p>However, online website trust seals decended from their offline counterparts, which already had a long history, if not track record. In 1894, due to faulty electrical parts causing fires, the National Board of Fire Underwriters started performing the first tests on the combustibility of insulation materials &#8212; their mark was the Underwriters Laboratory or &#8220;UL&#8221; seal of certification. But, even before that, seals of quality, certifications, trustmarks, and seals of approval have been in use by tradesmen or service providers. Royal seals of approval likely date back a few hundred years more.</p>
<p>Although there is not as much research on the subject, <span id="more-1045"></span> I think there&#8217;s sufficient evidence to indicate that trust seals on websites probably will also translate into increased brick-and-mortar visitors. Trust seals or trustmarks and other visual cues are absorbed by consumers <a href="http://www.screenwerk.com/2008/09/29/more-research-online-buy-offline/">online as they are researching to decide which business to go to</a>. If a consumer is comparing two different local businesses, a trust seal could potentially tip the scales if many other factors are similar.</p>
<p>We know that store owners are also concerned about various ratings and reviews websites &#8212; quite a few businesses even choose to proclaim their great ratings on their webpages by displaying the official ratings badge, such as from Yelp.</p>
<p><code>
<div align="center"><script type="text/javascript" src="http://www.refmobworks.com/syelpreview?phone=4158615555"></script><font face="arial,helvetica,sans-serif"><br />Yelp rating badge for the <br /> <a href="http://www.jardiniere.com">Jardiniere Restaurant</a> in San Francisco, CA</font></div>
<p></code></p>
<p><a href="http://www.flickr.com/photos/silvery/5354833727/" title="Zagat Rated sticker on a door window by Si1very, on Flickr"><img src="http://farm6.static.flickr.com/5249/5354833727_8880a9bd62_m.jpg" width="160" height="240" alt="Zagat Rated sticker on a door window" border="0" align="right" hspace="20" /></a>And simply having a &#8220;Zagat Rated&#8221; sticker on your restaurant window is likely to increase your walk-in customer traffic for restaurants. I&#8217;m always mildly impressed when I walk up to a restaurant with the Zagat sticker. In districts which have a lot of shopping and restaurants, the Zagat sticker could get more conversions as people walk from eatery to eatery, reading the menus before deciding on a place to dine.</p>
<p>For both online and offline, the Better Business Bureau probably has just about the best and widest degree of recognition. I suspect that placing your BBB badge on your site may directly result in increased referrals and increased conversions into paying customers because it increases confidence.</p>
<p><code>
<div align="center"><a href="http://www.flickr.com/photos/silvery/5354752057/" title="BBB - Better Business Bureau Accredited Business badge by Si1very, on Flickr"><img src="http://farm6.static.flickr.com/5161/5354752057_e9662d7740_m.jpg" width="148" height="84" border="0" alt="BBB - Better Business Bureau Accredited Business badge" /></a></div>
<p></code></p>
<p>Now, is there any evidence that trust seals on websites can improve rankings for local brick-and-mortar stores&#8217; online listing rankings? I don&#8217;t know of any study as of yet, but I suspect it would be very hard to isolate such an effect for certain, because I think that many sites which display the seals may tend to already be more-popular and more-successful businesses.</p>
<p>Now Google&#8217;s Matt Cutts has stated that he considers one of the future issues that&#8217;s critical to the future of the internet is the security of webservers (see video below). We know that Google has spent a lot of effort around alerting users who click on pages from sites deemed to be risky, as well as they&#8217;ve also alerted webmasters when they sense that their sites may&#8217;ve become compromised. So, it&#8217;s just possible that Google has pretty good data on whether some of the website security certification services are any good or not, too, and they might choose to use those services&#8217; badges as a signal for trustworthiness of sites. But, there&#8217;s no absolute proof that they are doing this.</p>
<p><code>
<div align="center"><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/B4ImPSPPc-A?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/B4ImPSPPc-A?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></div>
<p></code></p>
<p>If I were Google, I might choose to add the presence of trust badges into assessments of trustrank and overall popularity assessments. While Google themselves already have a lot of data around whether a site has malware and such on it, they&#8217;re open to other security assessment data, and they might also decide that consumers tend to like sites that have such badges more as well.</p>
<p>But, you shouldn&#8217;t consider it just for search ranking purposes &#8212; you should consider it for improving consumer perceptions of your company. This is one way to inspire confidence and impress potential customers.</p>
<p>In fact, there are a few different badges that I&#8217;d recommend you consider beyond the BBB or industry-specialized badges such as Zagat&#8217;s. Some local chambers-of commerce provide member badges, or you could even have your graphic artist manufacture one, if you&#8217;re a member of your chamber. Also, there are now <a href="http://www.gbb.org/">green business certifications</a>, <a href="http://www.fairtrade.net/">fair trade certifications</a>, and more which could enhance your profile in consumers&#8217; eyes.</p>
<p>Of course, some of the online trust badges really will not make much sense from a small business&#8217;s perspective, since they may be priced more for large online retailers than for a small, local, brick-and-mortar store. This advice is really more for higher-price product retailers and for businesses operating within hotly-contested business verticals. If you&#8217;re in a highly competitive business vertical, you just might consider leveraging a trust seal in order to help squeaze every last chance of edging above your competition in the search engine results pages. I could easily see this as being one of the many potential ranking factors in Google Place Search and Google Maps.</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/trust-seals-bang-up-conversions-local-websites/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Google Local Search Ranking Keys: Relevance, Prominence &amp; Distance</title>
		<link>http://www.semclubhouse.com/google-local-search-ranking-keys-relevance-prominence-distance/</link>
		<comments>http://www.semclubhouse.com/google-local-search-ranking-keys-relevance-prominence-distance/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 13:03:32 +0000</pubDate>
		<dc:creator>Chris Silver Smith</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Local Search]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1040</guid>
		<description><![CDATA[Google disclosed their three primary types of signals for local search rankings this past month in a blog post on LatLong. In it, they flat out stated that these are: Relevance, Prominence and Distance. For those who&#8217;ve been following our &#8230; <a href="http://www.semclubhouse.com/google-local-search-ranking-keys-relevance-prominence-distance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/silvery/4499113918/" title="Google LBC Shop Icon by Si1very, on Flickr"><img src="http://farm3.static.flickr.com/2801/4499113918_8c39255389_m.jpg" width="143" height="116" alt="Google LBC Shop Icon" border="0" align="right" /></a>Google disclosed their three primary types of signals for local search rankings this past month in a <a href="http://google-latlong.blogspot.com/2010/12/how-local-search-ranking-works.html">blog post</a> on LatLong. In it, they flat out stated that these are: <strong>Relevance</strong>, <strong>Prominence</strong> and <strong>Distance</strong>.</p>
<p>For those who&#8217;ve been following our articles and conference presentations for the past few years, none of these broad categories of signals come as any sort of a surprise.</p>
<p>Although Google LatLong declares in their post&#8217;s title that it&#8217;s about &#8220;How Local Search Ranking Works&#8221;, they&#8217;re still understandably obscure for the most part, and avoid providing all that many specifics. There&#8217;s a natural tension between informing businesses on how to provide Google with ideal information necessary for ranking, and providing so much info that search engine optimization specialists have &#8220;undue advantage&#8221; (from Google&#8217;s perspective). </p>
<p>So, I thought I&#8217;d take this opportunity to list out a number of more specific factors which could feed into Relevance, Prominence and Distance. Read on for a refresher on local search ranking factors which likely could contribute to each of these.<br />
<span id="more-1040"></span><br />
<strong>RELEVANCE</strong></p>
<ul>
<li>Business Name matches the user&#8217;s search keyword phrase;</li>
<li>Business Category (in Google Places) matches the user&#8217;s search keyword phrase;</li>
<li>Business Description or additional data fields match the user&#8217;s search query;</li>
<li>Keywords found on the Business&#8217;s website match the user&#8217;s search query;</li>
<li>Keywords on the Business&#8217;s website and Google Places fields indicate a match for the user&#8217;s search location;</li>
<li>Description text for the videos and images related to the Business include keyword phrases which match the user&#8217;s search query;</li>
<li>Business Categories may be mapped to match related Categories. For instance, if the user seeks &#8220;Restaurants&#8221;, but you&#8217;re only listed as a &#8220;Cafe&#8221;, then Google would likely choose to display your listing due to thesaurus relativity.</li>
<li>Fuzzy matching algorithms can also come into play for Relevance. For instance, common misspellings may be matched between the user&#8217;s queries and contents of your listing, website, and other data sources about your business.</li>
<li>Keyword relevance also comes into play with all of the various data sources which Google associates with your listing. For instance, keywords found in your internet yellow pages listings, newspaper articles about you, and places where people mention your business &#8212; all of these could be matched up with the search keywords users supply when searching for local businesses.</li>
<li>It should be noted that it&#8217;s likely that information on your website and directly in your Google Place page may be deemed to be more important and therefore more heavily-weighted in relevancy considerations than information on less-central pages such as internet yellow pages, articles, etc. However, having some level of keyword consistency among all the resources citing your business listing could additively help your overall relevancy scoring.</li>
</ul>
<p><strong>PROMINENCE</strong></p>
<ul>
<li>Prominence would be composed of signals which could help Google assess your company&#8217;s overall popularity compared with other similar businesses. Google&#8217;s classic ranking assessment is therefore also one of their prime signals for local rankings: PageRank. PageRank involves the number of webpages linking to a webpage or website, and the relative importance of each of the pages which are linking.</li>
<li><a href="http://www.davidmihm.com/blog/general-marketing/local-seo-citation-is-new-link/">Citations are the new link</a> where local search results are concerned, so having webpages that mention your company name, address, and phone number could help to build up your signal weight for relative popularity.</li>
<li>Your business&#8217;s location itself may independently have prominence signals associated with it, somewhat independent of the reputation of your business itself, and this could theoretically influence your rankings. For instance, a Chinese Restaurant tucked away on an off-street in a residential neighborhood might be assessed as less-popular than an otherwise similar Chinese Restaurant which happens to be located next door to a major tourist destination. While this may sound like a proximity signal, it&#8217;s really more about the relative popularity of places themselves which then may apply to a local business or organization. So, if your company is located next to a place which merits an article in Wikipedia, or in a highly-trafficed neighborhood, or next to a popular amusement park, you may reap the benefit of the popularity coming off of it.</li>
<li>Reviews and Ratings are an obvious indicator of popularity and quality, although they&#8217;re so obvious that Google has long stated that rating values themselves are not used for ranking purposes. However, there still appears to be some association between highly-rated/reviewed companies and rankings. It&#8217;s unclear if this is cause or effect, however, since the most-popular businesses (as assessed through other signals) are also often those which have the best ratings. Further, Google&#8217;s <a href="http://searchengineland.com/the-decor-my-eyes-fiasco-local-reviews-tactics-57725">recent algorithmic tweaks in the wake of the &#8220;Decor My Eyes&#8221; story</a> may now be incorporating some review sentiment analysis in determining negative ranking criteria &#8212; possibly using such info to penalize rankings of bad companies, while not really using them to influence positive rankings.</li>
<li>Consumer Click-Throughs to a business from Google search results has been a controversial/theoretical factor among search marketing experts, although Google patent filings document this as a potential metric which could be used for assessing relative popularity/importance. Under this concept, if your business listing info were clicked-upon or otherwise interacted-with more than that of similar competitors appearing in the same SERPs, you could get a ranking boost.</li>
<li>Social Media signals are likely to be an increasing Prominence factor. <a href="http://searchengineland.com/what-social-signals-do-google-bing-really-count-55389">Social media interactions are already influencing</a> real-time search as well as personalized search, and I&#8217;d bet they may be influencing even more than what the search engines have openly disclosed. For instance, the number of Facebook &#8220;likes&#8221; of a business and its associated pages should be a valuable signal to search engines. Increasingly, assessments of importance of social media mentions will also rely upon the relative importance/prominence of the person/account posting the mention.</li>
</ul>
<p><strong>DISTANCE</strong></p>
<ul>
<li>Distance has been one of Google Maps prime local ranking signals since inception &#8212; so much so that I once jokingly suggested <a href="http://www.naturalsearchblog.com/archives/2007/01/11/extreme-local-search-optimization-tactics/">businesses might move locations in order to rank better</a>. It used to be that businesses which were located closest to city centroids had a major advantage over businesses located further out from city centers. Over time, Google has adjusted the weighting of the various ranking factors so that proximity doesn&#8217;t have quite the overly-heavy influence it once did, but it still factors in. So, the main element of this has been the relative radial distance from city centroids. There really isn&#8217;t much one can do to alter your location, so the classic old business advice still remains valid in this respect: &#8220;Location, location, location.&#8221;<br />
<blockquote><p><a href="http://www.flickr.com/photos/silvery/4940057801/" title="Downtown &amp; Proximity in Google Maps by Si1very, on Flickr"><img src="http://farm5.static.flickr.com/4093/4940057801_70e2361067_m.jpg" width="240" height="139" alt="Downtown &amp; Proximity in Google Maps" border="0" /></a></p></blockquote>
</li>
<li>Google has altered some from dependence upon the city centroids, however, and now they are factoring-in the outlines of cities, ZIP code region outlines, or using something like heat maps of population densities in order to figure out location associations according to geographic position. </li>
<li>For businesses desiring to have a good Distance signal, there is overlap between this and Relevancy signals. It&#8217;s important to mention your location&#8217;s city name, neighborhood name, as well as various other location nicknames that people may be using to search for businesses in your area. For instance, many denizens of Manhattan use the abbreviation &#8220;NYC&#8221; when searching online.</li>
<li>Finally, many service-based businesses provide work in major metro areas beyond the borders of the smaller city region where their listing is physically located. For instance, a Plumber located in Orange, California, might offer services to numerous cities in the greater Los Angeles region. For these types of businesses, it&#8217;s very important to mention the names of each of the cities where they offer service &#8212; mentioning the names on their Google Place page, website, and other citation sources.</li>
<li><a href="http://www.nodalbits.com/bits/downtown-searches-in-google-maps/">Downtown searches</a> may still be one special case where centroid distance is particularly influential.</ul>
<p>For more information, also be sure to read my <a href="http://searchengineland.com/local-seo-primer-how-to-rank-google-place-search-54847">&#8220;Local SEO Primer&#8221; on how to rank in Google Place Search Results</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.semclubhouse.com/google-local-search-ranking-keys-relevance-prominence-distance/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

