<?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>Bootstrap Search Engine Optimization &#187; SEO Resources: Search Engine Ranking Tips, Online Marketing Links Exchange</title>
	<atom:link href="http://www.seobootstrap.com/category/resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seobootstrap.com</link>
	<description>Online Marketing Blog, SEO Packages, Interactive Marketing Strategy</description>
	<lastBuildDate>Tue, 24 Aug 2010 20:39:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nimble Solutions to Sneaky &#8220;No Follow&#8221; Classifieds Directories</title>
		<link>http://www.seobootstrap.com/nimble-solutions-to-sneaky-no-follow-classifieds-directories/</link>
		<comments>http://www.seobootstrap.com/nimble-solutions-to-sneaky-no-follow-classifieds-directories/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:30:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO Resources: Search Engine Ranking Tips, Online Marketing Links Exchange]]></category>
		<category><![CDATA[directory links]]></category>
		<category><![CDATA[do follow]]></category>
		<category><![CDATA[free classifieds]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[no follow]]></category>
		<category><![CDATA[seo trick]]></category>

		<guid isPermaLink="false">http://www.seobootstrap.com/?p=535</guid>
		<description><![CDATA[We don&#8217;t usually share information of this nature, but given the summer doldrums, we hope our readers appreciate a little spice to light their SEO efforts.  
Recently we discovered that a major online classified directory that allows free classifieds automatically adds the &#8216;rel no follow&#8217; attribute to any hyperlinks?  It does this unbeknownst to posters, despite labeling [...]]]></description>
			<content:encoded><![CDATA[<p><em>We don&#8217;t usually share information of this nature, but given the summer doldrums, we hope our readers appreciate a little spice to light their SEO efforts.  </em></p>
<p>Recently we discovered that a major online classified directory that allows free classifieds automatically adds the &#8216;rel no follow&#8217; attribute to any hyperlinks?  It does this unbeknownst to posters, despite labeling itself as an open resource.  What is even less known is that there is an easy work around to this that allows you to conver the no follow to a do follow link.  </p>
<p>We won&#8217;t divulge the name of the resource here since the operators of the site might &#8220;fix&#8221; this oversight.  The resource in question allows postings (e.g., for services, selling homes, etc.) to remain online for a period of time, after which the postings are taken down but stored.  Users have the option to &#8220;repost&#8221; those listings for an additional period of time.  During the reposting process, you will see a screen where raw HTML code of the original posting is included.  In that screen, you can edit the code (unlike when you are creating a posting.  Notice that the hyperlinks have the rel no follow attribute included within them?</p>
<p><strong>Simply delete the rel no follow attribute and proceed with the posting.  The new hyperlinks will be do follow links! </strong></p>
<p>Since we are not posting the actual identity of the site, be sure that you check the terms of service of any site to see if this is a violation.  Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seobootstrap.com/nimble-solutions-to-sneaky-no-follow-classifieds-directories/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The truth about &#8220;rel nofollow&#8221;</title>
		<link>http://www.seobootstrap.com/the-truth-about-rel-nofollow/</link>
		<comments>http://www.seobootstrap.com/the-truth-about-rel-nofollow/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 21:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO Blog: Internet Marketing Tips, Seach Engine Marketing News and Tricks]]></category>
		<category><![CDATA[SEO Resources: Search Engine Ranking Tips, Online Marketing Links Exchange]]></category>
		<category><![CDATA[Internet Marketing Tips]]></category>
		<category><![CDATA[Search Ranking]]></category>
		<category><![CDATA[SEO Blog]]></category>

		<guid isPermaLink="false">http://www.seobootstrap.com/?p=502</guid>
		<description><![CDATA[The "rel nofollow" tag in hyperlink text is commonly thought to instruct Google and its spiders that a link should not be counted toward the target web site's link popularity.  This is enormous implications on link building efforts. ]]></description>
			<content:encoded><![CDATA[<p>The &#8220;rel nofollow&#8221; tag in hyperlink text is commonly thought to instruct Google and its spiders that a link should not be counted toward the target web site&#8217;s link popularity.  This is enormous implications on link building efforts.  First, however, a little background&#8230;</p>
<p>In Google&#8217;s blog, instructions to webmasters about how to avoid being blacklisted include identifying what links are &#8220;paid&#8221; versus &#8220;free&#8221;.  The presumption is that Google considers that paid links should not count toward a site&#8217;s link popularity and, if it discovers that a site is attempting to distort its position in search engines through excessive spamming (buying or trading of links, posting of redundant content for SEO purposes only, etc.), that site could be penalized.  One way that webmasters are asked to instruct Google&#8217;s spiders whether a link is indeed paid is by inserting the &#8220;rel no follow&#8221; tag into hyperlink text.  An example of what rel no follow looks like in a link tag, ummm, follows:</p>
<p>&lt;a href=&#8221;http://www.visitorcamp.com&#8221; <span style="color: #ff0000;">rel=&#8221;nofollow</span>&#8220;&gt;Website Packages&lt;/a&gt;</p>
<p>As compared to a standard hyperlink:</p>
<p>&lt;a href=&#8221;http://www.visitorcamp.com&#8221;&gt;Website Packages&lt;/a&gt;</p>
<p>You can&#8217;t tell if a rel no follow tag exists unless you actually look at the page source code.  In both of the above examples, the link looks like this: <a title="Website Packages" href="http://www.visitorcamp.com" target="_blank">Website Packages</a> .</p>
<p>Why should webmasters or search engine marketers care?  Well, for one thing, a lot of web sites that feature link exchange now surreptitiously add the rel no follow tag into their hyperlinks.  Thus, if you, an honest wbemaster, add a link to a third party site in exchange for one back, you may not actually get any benefit if the site does use rel no follow.  Many major web sites like Wikipedia do this automatically.</p>
<p>There are many implications:</p>
<p>1. Many Link checkers, used to verify that site that you link to are linking back, do not check for this</p>
<p>2. Webmasters that manage web sites using content management solutions or databases can sometimes tweak hyperlink tags across their site very quickly &#8211; sites that used to provide link popularity can stop doing so overnight</p>
<p>Having said all that, the actual truth behind rel no follow is not so clear cut.  Many other major search engines like Yahoo appear to ignore the no follow tag.  Even Google is said to potentially include links toward pagerank in some cases according to the <a href="http://en.wikipedia.org/wiki/Nofollow" target="_blank">nofollow article</a> in Wikipedia.  Finally, even if a link does not count toward your link popularity and Pagerank, you can still benefit from web site visitors that click on it to visit you!  So don&#8217;t let SEO objectives completely cloud visitor traffic and other benefits of having links simply because rel nofollow is used.</p>
<p>The best strategy is vigilance.  Check if your link checker software detects rel no follow. Stay aware of developments in how rel no follow is evaluated by visiting the Google blog, and check the source code of sites that you partner with.  You don&#8217;t have to avoid seeking links that will have a rel no follow tag, but consider whether link exchange is worth it or if its justified by other factors like traffic or visibility.</p>
<p><a rel="tag" href="http://technorati.com/tag/Search+Engine+Marketing">Search Engine Marketing</a><br />
<a rel="tag" href="http://technorati.com/tag/Rel+Nofollow">Rel Nofollow</a><br />
<a rel="tag" href="http://technorati.com/tag/Linking">Linking</a><br />
<a rel="tag" href="http://technorati.com/tag/Search+Engine+Spamming">Search Engine Spamming</a><br />
<a rel="tag" href="http://technorati.com/tag/Link+Checker">Link Checker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seobootstrap.com/the-truth-about-rel-nofollow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s &#8220;Waiting Period&#8221; for New Sites</title>
		<link>http://www.seobootstrap.com/googles-waiting-period-for-new-sites/</link>
		<comments>http://www.seobootstrap.com/googles-waiting-period-for-new-sites/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 19:58:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO Blog: Internet Marketing Tips, Seach Engine Marketing News and Tricks]]></category>
		<category><![CDATA[SEO Resources: Search Engine Ranking Tips, Online Marketing Links Exchange]]></category>
		<category><![CDATA[Internet Marketing Tips]]></category>
		<category><![CDATA[SEO Blog]]></category>
		<category><![CDATA[SEO Resources]]></category>

		<guid isPermaLink="false">http://www.seobootstrap.com/?p=212</guid>
		<description><![CDATA[Google has a &#8220;waiting period&#8221; or &#8220;sandbox&#8221; method that it employs with new sites. This means that when a new site is developed, it will take between three and four months before you can expect it to show up in Google searches. This Google &#8220;waiting period&#8221; article explains this process in more depth.
However, there are [...]]]></description>
			<content:encoded><![CDATA[<p>Google has a &#8220;waiting period&#8221; or &#8220;sandbox&#8221; method that it employs with new sites. This means that when a new site is developed, it will take between three and four months before you can expect it to show up in Google searches. This <a href="http://www.rightclickwebs.com/seo/google-aging.php" target="_blank">Google &#8220;waiting period&#8221; article</a> explains this process in more depth.</p>
<p>However, there are certain things that you can do during this &#8220;waiting period&#8221; to ensure that your site will rank highly in Google searches after this period. <a href="http://www.seobootstrap.com/?page_id=5" target="_self">Contact Us </a>to learn how we can help you prepare your site for search engines.</p>
<p><a rel="tag" href="http://technorati.com/tag/Search+Engine+Marketing">Search Engine Marketing</a><br />
<a rel="tag" href="http://technorati.com/tag/Small+Business+Resources">Small Business Resources</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seobootstrap.com/googles-waiting-period-for-new-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official Google Webmaster Blog</title>
		<link>http://www.seobootstrap.com/official-google-webmaster-blog/</link>
		<comments>http://www.seobootstrap.com/official-google-webmaster-blog/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 17:33:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO Resources: Search Engine Ranking Tips, Online Marketing Links Exchange]]></category>
		<category><![CDATA[Search Engine Ranking Tips]]></category>
		<category><![CDATA[SEO Resources]]></category>

		<guid isPermaLink="false">http://www.seobootstrap.com/?p=139</guid>
		<description><![CDATA[This blog provides information and updates about Google&#8217;s philosophy of filtering results. It explores relevant topics such as the negative scores sites can get by having massive link exchanges or spamming the web. Visit the blog to read more about these topics.
However, Google&#8217;s blog does not provide information on the fastest way to get good [...]]]></description>
			<content:encoded><![CDATA[<p>This blog provides information and updates about Google&#8217;s philosophy of filtering results. It explores relevant topics such as the negative scores sites can get by having massive link exchanges or spamming the web. <a href="http://googlewebmastercentral.blogspot.com/" target="_blank">Visit the blog</a> to read more about these topics.</p>
<p>However, Google&#8217;s blog does not provide information on the fastest way to get good links from quality sites. <a href="http://www.seobootstrap.com/?page_id=5">Contact Polar Design</a> to learn more about obtaining quality links.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seobootstrap.com/official-google-webmaster-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BMW and Ricoh are &#8220;Black Boxed&#8221;</title>
		<link>http://www.seobootstrap.com/bmw-and-ricoh-are-black-boxed/</link>
		<comments>http://www.seobootstrap.com/bmw-and-ricoh-are-black-boxed/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 16:46:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO Resources: Search Engine Ranking Tips, Online Marketing Links Exchange]]></category>
		<category><![CDATA[Search Engine Ranking Tips]]></category>
		<category><![CDATA[SEO Resources]]></category>

		<guid isPermaLink="false">http://www.seobootstrap.com/?p=134</guid>
		<description><![CDATA[BMW and Rioch had their German web pages removed from Google due to their &#8220;black box&#8221; SEO attempts.
Read the full article
  
]]></description>
			<content:encoded><![CDATA[<p>BMW and Rioch had their German web pages removed from Google due to their &#8220;black box&#8221; SEO attempts.</p>
<div><a href="http://www.theregister.co.uk/2006/02/06/bmw_removed/" target="_blank">Read the full article</a><br />
<a href="http://www.theregister.co.uk/2006/02/06/bmw_removed/" target="_blank"> </a><a href="http://www.theregister.co.uk/2006/02/06/bmw_removed/" target="_blank"> </a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.seobootstrap.com/bmw-and-ricoh-are-black-boxed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Look into Google&#8217;s Methods</title>
		<link>http://www.seobootstrap.com/how-google-works/</link>
		<comments>http://www.seobootstrap.com/how-google-works/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:11:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO Resources: Search Engine Ranking Tips, Online Marketing Links Exchange]]></category>
		<category><![CDATA[Search Engine Ranking Tips]]></category>
		<category><![CDATA[SEO Resources]]></category>

		<guid isPermaLink="false">http://www.seobootstrap.com/?p=127</guid>
		<description><![CDATA[An overview of the process in which Google indexes sites and determines search ranking.
Read the full article
 
]]></description>
			<content:encoded><![CDATA[<p>An overview of the process in which Google indexes sites and determines search ranking.</p>
<p><a href="http://www.googleguide.com/google_works.html" target="_blank">Read the full article</a></p>
<div><a href="http://www.theregister.co.uk/2006/02/06/bmw_removed/" target="_blank"> </a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.seobootstrap.com/how-google-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

