<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for SEM CLUBHOUSE</title>
	<atom:link href="http://www.semclubhouse.com/comments/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:14:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Understanding Robots.txt by Christine Churchill</title>
		<link>http://www.semclubhouse.com/understanding-robotstxt/comment-page-1/#comment-2687</link>
		<dc:creator>Christine Churchill</dc:creator>
		<pubDate>Fri, 13 Jan 2012 22:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1266#comment-2687</guid>
		<description>g1smd: you are correct: there can be several Disallow records in the file, and a given robot will attempt to pick the ONE set of Disallows that best matches its User-agent.  The &quot;User-agent: *&quot; record is a catch-all default which will ONLY be used if a more specific User-agent line cannot be identified.

Care should be taken to avoid MULTIPLE records for the same User-agent, since the Standard (such as it is) does not specify how a robot should handle this case.  If you have multiple Disallows for a given User-agent, you should put all the Disallows (one per line) within the same record, then put a blank line to indicate the end of that record.

User-agent: first robot name
Disallow: /directory1
Disallow: /directory2
Disallow: /directory/subdirectory3

User-agent: 2nd robot name
Disallow: /directory1
Disallow: /directory2

# 3rd is allowed everywhere
User-agent: 3rd robot name
Disallow: 

#catchall (for robots not listed elsewhere)
User-agent: *
Disallow: /</description>
		<content:encoded><![CDATA[<p>g1smd: you are correct: there can be several Disallow records in the file, and a given robot will attempt to pick the ONE set of Disallows that best matches its User-agent.  The &#8220;User-agent: *&#8221; record is a catch-all default which will ONLY be used if a more specific User-agent line cannot be identified.</p>
<p>Care should be taken to avoid MULTIPLE records for the same User-agent, since the Standard (such as it is) does not specify how a robot should handle this case.  If you have multiple Disallows for a given User-agent, you should put all the Disallows (one per line) within the same record, then put a blank line to indicate the end of that record.</p>
<p>User-agent: first robot name<br />
Disallow: /directory1<br />
Disallow: /directory2<br />
Disallow: /directory/subdirectory3</p>
<p>User-agent: 2nd robot name<br />
Disallow: /directory1<br />
Disallow: /directory2</p>
<p># 3rd is allowed everywhere<br />
User-agent: 3rd robot name<br />
Disallow: </p>
<p>#catchall (for robots not listed elsewhere)<br />
User-agent: *<br />
Disallow: /</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Robots.txt by g1smd</title>
		<link>http://www.semclubhouse.com/understanding-robotstxt/comment-page-1/#comment-2686</link>
		<dc:creator>g1smd</dc:creator>
		<pubDate>Fri, 13 Jan 2012 21:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1266#comment-2686</guid>
		<description>One thing that is often overlooked is explained by the following simple example.

User-agent: *
Disallow: /dogs

User-agent: Googlebot
Disallow: /cats

You might expect that all agents (including Google) would desist accessing the /dogs folder and Google would additionally desist from accessing the /cats folder.

In reality, Google will continue to access the /dogs folder because when there is a Googlebot-specific section in robots.txt Google will read ONLY that section.

To be absolutely clear, if you have both a User-agent: * and a User-agent: Googlebot section in robots.txt you must put everything that you want Googlebot to obey in the User-agent: Googlebot section even if this duplicates directives already listed in the User-agent: * section of robots.txt.

Googlebot reads only the most specific section, by User-agent, of the robots.txt file.

Finally, add a blank line after the last Disallow: directive in each section of the robots.txt file.</description>
		<content:encoded><![CDATA[<p>One thing that is often overlooked is explained by the following simple example.</p>
<p>User-agent: *<br />
Disallow: /dogs</p>
<p>User-agent: Googlebot<br />
Disallow: /cats</p>
<p>You might expect that all agents (including Google) would desist accessing the /dogs folder and Google would additionally desist from accessing the /cats folder.</p>
<p>In reality, Google will continue to access the /dogs folder because when there is a Googlebot-specific section in robots.txt Google will read ONLY that section.</p>
<p>To be absolutely clear, if you have both a User-agent: * and a User-agent: Googlebot section in robots.txt you must put everything that you want Googlebot to obey in the User-agent: Googlebot section even if this duplicates directives already listed in the User-agent: * section of robots.txt.</p>
<p>Googlebot reads only the most specific section, by User-agent, of the robots.txt file.</p>
<p>Finally, add a blank line after the last Disallow: directive in each section of the robots.txt file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pinterest Gaining Traction For External SEO by Anna</title>
		<link>http://www.semclubhouse.com/pinterest-gaining-traction-for-external-seo/comment-page-1/#comment-2636</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Tue, 03 Jan 2012 23:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1237#comment-2636</guid>
		<description>Any guesses as to why Pinterest is overwhelmingly female?</description>
		<content:encoded><![CDATA[<p>Any guesses as to why Pinterest is overwhelmingly female?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;m A Social Media Goody 2 Shoes &#8230; And Proud Of It by SEO Sheffield</title>
		<link>http://www.semclubhouse.com/im-a-social-media-goody-2-shoes-and-proud-of-it/comment-page-1/#comment-2635</link>
		<dc:creator>SEO Sheffield</dc:creator>
		<pubDate>Fri, 23 Dec 2011 18:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=118#comment-2635</guid>
		<description>What is the single best search engine optimization (SEO) tool to help position a brand new website on Google?</description>
		<content:encoded><![CDATA[<p>What is the single best search engine optimization (SEO) tool to help position a brand new website on Google?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Day We Closed Google: An Illustration Of The Problem With Crowd Sourced Edits by Chris Silver Smith</title>
		<link>http://www.semclubhouse.com/the-day-we-closed-google-headquarters/comment-page-1/#comment-2634</link>
		<dc:creator>Chris Silver Smith</dc:creator>
		<pubDate>Wed, 21 Dec 2011 21:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1210#comment-2634</guid>
		<description>I was purposefully vague about who and how many of us were involved. I believe Mike Blumenthal may have mentioned it only required 4 separate accounts, but I could be mistaken. There were more than 4 of us involved in this experiment. I don&#039;t believe it has anything to do with how many people visit the Place page for the listing involved.

I think there should be an opportunity for businesses to respond to reports that they&#039;re closed before their listing gets flagged. A month doesn&#039;t seem too long. User edits could then still affect a listing, but it would reduce the chance of the business getting its bottom line negatively affected by mischievous or hostile false reports.</description>
		<content:encoded><![CDATA[<p>I was purposefully vague about who and how many of us were involved. I believe Mike Blumenthal may have mentioned it only required 4 separate accounts, but I could be mistaken. There were more than 4 of us involved in this experiment. I don&#8217;t believe it has anything to do with how many people visit the Place page for the listing involved.</p>
<p>I think there should be an opportunity for businesses to respond to reports that they&#8217;re closed before their listing gets flagged. A month doesn&#8217;t seem too long. User edits could then still affect a listing, but it would reduce the chance of the business getting its bottom line negatively affected by mischievous or hostile false reports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pinterest Gaining Traction For External SEO by Chris Silver Smith</title>
		<link>http://www.semclubhouse.com/pinterest-gaining-traction-for-external-seo/comment-page-1/#comment-2633</link>
		<dc:creator>Chris Silver Smith</dc:creator>
		<pubDate>Wed, 21 Dec 2011 20:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1237#comment-2633</guid>
		<description>I&#039;m not doing promotion work on behalf of Pinterest, if you were suggesting that. 

Actually, I don&#039;t mention that it&#039;s beta or only open to invites because I signed up on the site and they pretty promptly gave me access to start using it. Getting an invite doesn&#039;t seem inordinately difficult, thus far.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not doing promotion work on behalf of Pinterest, if you were suggesting that. </p>
<p>Actually, I don&#8217;t mention that it&#8217;s beta or only open to invites because I signed up on the site and they pretty promptly gave me access to start using it. Getting an invite doesn&#8217;t seem inordinately difficult, thus far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pinterest Gaining Traction For External SEO by Local SEO</title>
		<link>http://www.semclubhouse.com/pinterest-gaining-traction-for-external-seo/comment-page-1/#comment-2632</link>
		<dc:creator>Local SEO</dc:creator>
		<pubDate>Tue, 20 Dec 2011 14:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1237#comment-2632</guid>
		<description>I keep seeing Pinterest mentioned on my G+ Stream that Pinterest has Local SEO value and has potential to rival or even over take Flickr and Photobucket for this reason. Thing is, it seems getting a Pinterest invite is part of the pre-buzz stealth marketing strategy? I vote you put the kibash on that plan and open the gates before we lose interest</description>
		<content:encoded><![CDATA[<p>I keep seeing Pinterest mentioned on my G+ Stream that Pinterest has Local SEO value and has potential to rival or even over take Flickr and Photobucket for this reason. Thing is, it seems getting a Pinterest invite is part of the pre-buzz stealth marketing strategy? I vote you put the kibash on that plan and open the gates before we lose interest</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Day We Closed Google: An Illustration Of The Problem With Crowd Sourced Edits by Scott</title>
		<link>http://www.semclubhouse.com/the-day-we-closed-google-headquarters/comment-page-1/#comment-2631</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 15 Dec 2011 17:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1210#comment-2631</guid>
		<description>What I want to know from this post is how many were the &quot;handful&quot; that reported the Google HQ closed &amp; over what period of time did the &quot;handful&quot; report this?  Also we don&#039;t know the amount of normal traffic that the places page received during this period to compare the ratio of visits vs. the number of people reporting the location as closed.

I would hate to see claimed places pages get locked down to protect them because business owners can&#039;t be relied upon to self report if they close the doors.  The fact that &quot;reported to be closed&quot; and a link to report it &quot;not true&quot; appears, along with the phone # for the business seems a fair protection for the SMB.  Add an E-mail notification to the owner and you really couldn&#039;t ask for more.</description>
		<content:encoded><![CDATA[<p>What I want to know from this post is how many were the &#8220;handful&#8221; that reported the Google HQ closed &amp; over what period of time did the &#8220;handful&#8221; report this?  Also we don&#8217;t know the amount of normal traffic that the places page received during this period to compare the ratio of visits vs. the number of people reporting the location as closed.</p>
<p>I would hate to see claimed places pages get locked down to protect them because business owners can&#8217;t be relied upon to self report if they close the doors.  The fact that &#8220;reported to be closed&#8221; and a link to report it &#8220;not true&#8221; appears, along with the phone # for the business seems a fair protection for the SMB.  Add an E-mail notification to the owner and you really couldn&#8217;t ask for more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keyword Research for Local SEO by Nisheth</title>
		<link>http://www.semclubhouse.com/keyword-research-for-local-seo/comment-page-1/#comment-2630</link>
		<dc:creator>Nisheth</dc:creator>
		<pubDate>Thu, 08 Dec 2011 22:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=940#comment-2630</guid>
		<description>I&#039;ve been searching far and wide for information on keyword research for local businesses, since I&#039;m now starting to enter that market. And it&#039;s been almost impossible to find good information. This post probably has some of the best information that I&#039;ve found so far.

Compiling some of the comments, it feels like a good approach to local keyword research is to do the following:

1. Do keyword research on a national level.
2. Do keyword research on a local level by making some assumptions from the data gathered from step 1. It seems like you can still get some good data from the Google keyword tool at the local level, it&#039;s just incomplete.
3. Run an Adwords campaign for 30 days where possible to get some concrete data on the keywords that you&#039;ve found so far and then use this data to optimize the client&#039;s site.

Thanks again to everyone who contributed to this post!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been searching far and wide for information on keyword research for local businesses, since I&#8217;m now starting to enter that market. And it&#8217;s been almost impossible to find good information. This post probably has some of the best information that I&#8217;ve found so far.</p>
<p>Compiling some of the comments, it feels like a good approach to local keyword research is to do the following:</p>
<p>1. Do keyword research on a national level.<br />
2. Do keyword research on a local level by making some assumptions from the data gathered from step 1. It seems like you can still get some good data from the Google keyword tool at the local level, it&#8217;s just incomplete.<br />
3. Run an Adwords campaign for 30 days where possible to get some concrete data on the keywords that you&#8217;ve found so far and then use this data to optimize the client&#8217;s site.</p>
<p>Thanks again to everyone who contributed to this post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Save The Date: Google&#8217;s Juiced-Up Freshness In Rankings Underscore Dates, Too by SEO Agency</title>
		<link>http://www.semclubhouse.com/save-the-date-googles-juiced-up-freshness-in-rankings-underscore-dates-too/comment-page-1/#comment-2606</link>
		<dc:creator>SEO Agency</dc:creator>
		<pubDate>Wed, 30 Nov 2011 06:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.semclubhouse.com/?p=1223#comment-2606</guid>
		<description>Hi. I suspect that even for non-blog posts and non-news articles, dates can have an importance at times, such as when copyright dates on sites are extremely out-of-date. Thanks for sharing this information.
__________
Allen</description>
		<content:encoded><![CDATA[<p>Hi. I suspect that even for non-blog posts and non-news articles, dates can have an importance at times, such as when copyright dates on sites are extremely out-of-date. Thanks for sharing this information.<br />
__________<br />
Allen</p>
]]></content:encoded>
	</item>
</channel>
</rss>

