<?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>TastyPlacement Search and Web Strategy &#187; Blog</title>
	<atom:link href="http://www.TastyPlacement.com/home/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.TastyPlacement.com</link>
	<description>SEO &#124; Web Design &#124; Web Strategy &#124; Austin Texas</description>
	<lastBuildDate>Tue, 24 Jan 2012 22:03:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Video Tutorial: All in One SEO Pack to Yoast WordPress SEO Plugin Migration</title>
		<link>http://www.TastyPlacement.com/all-in-one-seo-pack-to-yoast-wordpress-seo-plugin</link>
		<comments>http://www.TastyPlacement.com/all-in-one-seo-pack-to-yoast-wordpress-seo-plugin#comments</comments>
		<pubDate>Fri, 16 Dec 2011 18:41:35 +0000</pubDate>
		<dc:creator>Claire J. Dunn</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2940</guid>
		<description><![CDATA[We&#8217;ve seen the light and are converting to the Yoast WordPress SEO plugin on all of our sites. However, when migrating from your existing SEO plugin to the (superior) Yoast plugin, there are a few tricks along the way that will help your conversion go seamlessly and keep your pages displaying properly. This tutorial walks you through the migration from the All in One SEO Pack to the Yoast SEO plugin for WordPress. Watch and learn &#8211; you (and your ...]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve seen the light and are converting to the Yoast WordPress SEO plugin on all of our sites. However, when migrating from your existing SEO plugin to the (superior) Yoast plugin, there are a few tricks along the way that will help your conversion go seamlessly and keep your pages displaying properly. This tutorial walks you through the migration from the All in One SEO Pack to the Yoast SEO plugin for WordPress. Watch and learn &#8211; you (and your website) will be glad you did.</p>
<p><iframe frameborder="0" height="420" src="http://player.vimeo.com/video/33795698?color=ffffff" width="560"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/all-in-one-seo-pack-to-yoast-wordpress-seo-plugin/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: How to Clean Up Your WordPress Head</title>
		<link>http://www.TastyPlacement.com/video-tutorial-how-to-clean-up-your-wordpress-head</link>
		<comments>http://www.TastyPlacement.com/video-tutorial-how-to-clean-up-your-wordpress-head#comments</comments>
		<pubDate>Tue, 13 Dec 2011 01:16:01 +0000</pubDate>
		<dc:creator>Michael David</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2905</guid>
		<description><![CDATA[By default, WordPress prints a lot of extra code to the &#8220;head&#8221; section of webpages that it generates. For example, it prints a &#8220;generator&#8221; meta tag that identifies the site as a WordPress site&#8211;that can serve as a flag to hackers that specifically target WordPress sites. In this video tutorial we&#8217;ll learn a quick and easy way to clean the following items from your WordPress installation:<br />
<br />
Here&#8217;s code to install in your functions.php to follow the above tutorial:<br />
remove_action('wp_head', ...]]></description>
			<content:encoded><![CDATA[<p>By default, WordPress prints a lot of extra code to the &#8220;head&#8221; section of webpages that it generates. For example, it prints a &#8220;generator&#8221; meta tag that identifies the site as a WordPress site&#8211;that can serve as a flag to hackers that specifically target WordPress sites. In this video tutorial we&#8217;ll learn a quick and easy way to clean the following items from your WordPress installation:</p>
<p><iframe frameborder="0" height="360" src="http://player.vimeo.com/video/33561300" width="560"></iframe></p>
<p>Here&#8217;s code to install in your functions.php to follow the above tutorial:</p>
<pre>remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wp_generator');
remove_action('wp_head', 'feed_links', 2);
remove_action('wp_head', 'index_rel_link');
remove_action('wp_head', 'wlwmanifest_link');
remove_action('wp_head', 'feed_links_extra', 3);
remove_action('wp_head', 'start_post_rel_link', 10, 0);
remove_action('wp_head', 'parent_post_rel_link', 10, 0);
remove_action('wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/video-tutorial-how-to-clean-up-your-wordpress-head/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a Sidebar to Your WordPress Theme</title>
		<link>http://www.TastyPlacement.com/add-sidebar-wordpress</link>
		<comments>http://www.TastyPlacement.com/add-sidebar-wordpress#comments</comments>
		<pubDate>Sat, 19 Nov 2011 21:08:39 +0000</pubDate>
		<dc:creator>Michael David</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[wordpress templates]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2703</guid>
		<description><![CDATA[A step-by-step tutorial that describes how to add additional sidebars to your Wordpress theme/template. ]]></description>
			<content:encoded><![CDATA[<p>Most simple WordPress templates/themes generally employ a single sidebar. But, in keeping with WordPress&#8217; open architecture, you can easily add a second (or 3rd or 4th) sidebar to your site&#8217;s theme. And, you aren&#8217;t restricted to using your sidebar in the typical sidebar area&#8211;you can put your new sidebar in a header, a footer, or any other area in your template. Additional sidebars let you place any WordPress Widget (such as Recent Posts, Pages, Links/Blogroll, Calendar, Tag Cloud, as well as any custom widgets) into new areas of your WordPress template. This technique is especially powerful when combined with <strong>custom WordPress page templates</strong>&#8211;with additional sidebars, we can have custom sidebars for each of our custom page templates. This is the approach we&#8217;ll teach you in this tutorial.</p>
<p><a href="http://www.amazon.com/gp/product/1847199003/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=learnaboutlaw-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399349&amp;creativeASIN=1847199003" target="_blank"><img class="alignnone size-full wp-image-2739" title="buy-wordpress-book-banner" src="http://www.TastyPlacement.com/wp-content/uploads/buy-wordpress-book-banner.jpg" alt="" width="650" height="244" /></a></p>
<h2>Laying the Groundwork for Your New Sidebar</h2>
<p>So what we&#8217;ll do in this tutorial is to add a second sidebar to one of our custom template pages in our WordPress theme. We have a custom homepage in our template where we want to include a robust <strong>call to action</strong> to our website visitors rather than a Category list which is more appropriate for blog readers. The screenshot below shows the default &#8220;Sidebar 1&#8243; sidebar from our simple template, and we&#8217;ll add a second sidebar called &#8220;Homepage Sidebar&#8221;.</p>
<p><img class="alignnone size-full wp-image-2706" title="add-wordpress-sidebar" src="http://www.TastyPlacement.com/wp-content/uploads/add-wordpress-sidebar.jpg" alt="Add WordPress Sidebars" width="650" height="396" /></p>
<p>Let&#8217;s first take a 10,000 foot view, we are going to employ the following steps to add our sidebar:</p>
<ul>
<li>We are going to <strong>register</strong> our sidebar within the template by making an entry in the template&#8217;s <em>functions.php</em> file.</li>
<li>We are going to <strong>create</strong> a separate, custom sidebar file called <em>sidebar-homepage.php</em>.</li>
<li>We are going to <strong>include</strong> a reference to our custom <em>sidebar-homepage.php</em> file in our custom page template.</li>
</ul>
<p>That&#8217;s it! With these three steps, we&#8217;ll have a 2nd sidebar that will display on our custom homepage. With the same technique, we could create additional sidebar areas, the steps would be the same.</p>
<h2>Step 1: Registering the Additional Sidebar Within the WordPress Template</h2>
<p>First step: we start by registering our sidebar within the template&#8217;s <em>functions.php</em> file. 99% of all WordPress templates/themes have a <em>functions.php</em> file. If your theme doesn&#8217;t have one, simply create a file in a text editor (we like Notepad++ in the Windows environment and TextMate in the Apple environment). If you don&#8217;t know how to find your theme files, you&#8217;ll find them in your web host in the following directory: www.yoursite.com/wp-content/themes/yourtheme/.</p>
<p>You&#8217;ll want to begin by finding any existing &#8220;register_sidebar&#8221; entries in your <em>functions.php</em> file. Ours had the following existing sidebar definition for our single default sidebar:</p>
<pre>if ( function_exists('register_sidebar') ) {
register_sidebar(array(
'before_widget' =&gt; '&lt;li id="%1$s" class="widget %2$s"&gt;',
'after_widget' =&gt; '&lt;/li&gt;',
'before_title' =&gt; '&lt;h2 class="widgettitle"&gt;',
'after_title' =&gt; '&lt;/h2&gt;',
));
}</pre>
<p>To register our second sidebar, we simply add the following code to the <em>functions.php</em> file:</p>
<pre>if ( function_exists('register_sidebar') ) {
register_sidebar(array(
'name' =&gt; 'Homepage Sidebar',
'id' =&gt; 'homepage-sidebar',
'description' =&gt; 'Appears as the sidebar on the custom homepage',
'before_widget' =&gt; '&lt;div style="height: 280px"&gt;&lt;/div&gt;&lt;li id="%1$s" class="widget %2$s"&gt;',
'after_widget' =&gt; '&lt;/li&gt;',
'before_title' =&gt; '&lt;h2 class="widgettitle"&gt;',
'after_title' =&gt; '&lt;/h2&gt;',
));
}</pre>
<p>So what did we just do?</p>
<ul>
<li>We told our WordPress installation, &#8220;we are adding a second sidebar area that we&#8217;ll use in our theme&#8221;</li>
<li>The sidebar&#8217;s name is &#8220;Homepage Sidebar&#8221;</li>
<li>The ID of the sidebar (we&#8217;ll refer to that ID later) is &#8220;homepage-sidebar&#8221;; you can choose &#8220;footer-sidebar&#8221;, &#8220;second-sidebar&#8221; or anything you want</li>
<li>We added the description &#8220;Appears as the sidebar on the custom homepage&#8221; that will display just under the sidebar&#8217;s title.</li>
</ul>
<p>If you upload your new <em>functions.php</em> file to your WordPress installation, you should see your new sidebar if you browse from your WordPress dashboard to Appearance, then Widgets. It should look like the following picture. We&#8217;ve already added a Text Widget with the title &#8220;Contact Us&#8221; to ours, but yours will be empty when you first look at it. But, all we have done is create the sidebar so far; we haven&#8217;t yet taken the steps to display the sidebar anywhere in our theme, that will come in the next steps.</p>
<p><img class="alignnone size-full wp-image-2717" title="add-wordpress-sidebar-2" src="http://www.TastyPlacement.com/wp-content/uploads/add-wordpress-sidebar-2.jpg" alt="Add WordPress Sidebar Step 2" width="313" height="363" /></p>
<p>If you see your new sidebar in the Widgets area of your WordPress Dashboard, you are ready to move on to the next step.</p>
<h2>Step 2: Create an Additional Sidebar File</h2>
<p>Wordpress themes use a default file called <em>sidebar.php</em> to display sidebars on pages and posts. But, our goal is to create a second sidebar, we&#8217;ll do that with a separate file called <em>sidebar-homepage.php</em>.</p>
<p>Again, we&#8217;ll open our text editor and create a file and paste in the following code and<strong> insert the ID of your new sidebar within the &#8220;dynamic_sidebar()&#8221; declaration</strong> like so:</p>
<pre>&lt;div id="sidebar"&gt;
   &lt;ul&gt;
      &lt;?php
      if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(<span style="color: #ff0000;">'homepage-sidebar'</span>) ) :
      endif; ?&gt;
   &lt;/ul&gt;
&lt;/div&gt;</pre>
<p>Now, we have to note that our example sidebar file is highly simplified. Most sidebar files have more code&#8211;this extra code displays core navigation in the event the sidebar does not have any widgets installed in it&#8211;but for the purposes of this tutorial, we have to simplify it. As an alternative, you can simply copy your <em>sidebar.php</em> file and rename it. Don&#8217;t forget to include your sidebar ID within the dynamic_sidebar declaration (shown in red in the code example above)&#8211;that sidebar ID tells WordPress which sidebar (which we registered in Step 1) to display.</p>
<h2>Step 3: Call the Additional Sidebar from Your Theme Files</h2>
<p>We&#8217;re almost there. Now, all we need to do is call our new sidebar file, <em>sidebar-homepage.php</em> from our template files&#8211;keep in mind that our file name must follow this construct: <em>sidebar-_______.php</em>; we&#8217;ll see why in a moment. In our example, we&#8217;ll call our sidebar file from a custom template page&#8211;but you can call your new sidebar from a footer file, header file, or any theme file that displays on your WordPress site.</p>
<p>The function in WordPress that calls sidebars is <em>get_sidebar()</em>. When <em>get_sidebar()</em> is used with no information within the parenthesis, WordPress grabs the default <em>sidebar.php</em> file. But we want to grab our <em>sidebar-homepage.php</em> file, so we put &#8220;homepage&#8221; in single quotes within the <em>get_sidebar</em> parentheses. This tells WordPress to grab a file called <em>sidebar-<strong>homepage</strong>.php</em> . The code we want to insert in our template file is the following:</p>
<pre>&lt;?php get_sidebar('homepage'); ?&gt;</pre>
<p>What we&#8217;ve told WordPress to do is the following: we want to grab a sidebar file, but not the default sidebar, we want a file called <em>sidebar-<strong>homepage</strong>.php</em>. With this string of code, we&#8217;ve successfully grabbed our custom sidebar file.</p>
<h2>Our New Sidebar</h2>
<p>If you&#8217;ve coded your additional sidebar correctly, you can drag Widgets from the WordPress dashboard to your new sidebar and you&#8217;ll see the widgets displayed on your WordPress site. Here&#8217;s our new sidebar displaying on our homepage, while we display our default sidebar on interior pages and blog posts:</p>
<p><img class="alignnone size-full wp-image-2730" title="additional-sidebar" src="http://www.TastyPlacement.com/wp-content/uploads/additional-sidebar.jpg" alt="Our New WordPress Sidebar" width="650" height="506" /></p>
<h2>Other Approaches to Adding Sidebars</h2>
<p>Our method is one of many, there are more elegant ways of accomplishing the same result without creating separate template files, but the method outlined here is simple and reliable. Please comment below if you have questions or run into trouble.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/add-sidebar-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Gallery Ultimate List</title>
		<link>http://www.TastyPlacement.com/css-gallery-ultimate-list</link>
		<comments>http://www.TastyPlacement.com/css-gallery-ultimate-list#comments</comments>
		<pubDate>Thu, 17 Nov 2011 04:35:37 +0000</pubDate>
		<dc:creator>Ryan Howard</dc:creator>
				<category><![CDATA[Backlink Strategies]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2680</guid>
		<description><![CDATA[Is your web design up to snuff? If it is, you can get free backlinks by submitting your superior web design to these CSS showcase websites. Would you like to add your CSS gallery? Post a comment and we’ll review it.<br />
Our Favorite CSS Galleries, the Cream of the Crop: <br />
<br />
Urban Trash. This gallery is truly one of the best, and often our first stop when we seek to tighten up our design skills. [Odd, this site went down ...]]></description>
			<content:encoded><![CDATA[<p>Is your web design up to snuff? If it is, you can get free backlinks by submitting your superior web design to these CSS showcase websites. Would you like to add your CSS gallery? Post a comment and we’ll review it.</p>
<h2>Our Favorite CSS Galleries, the Cream of the Crop:<span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"> </span></h2>
<ol>
<li>Urban Trash. This gallery is truly one of the best, and often our first stop when we seek to tighten up our design skills. [Odd, this site went down on 12/27/11, and we aren't sure what's up, could be temporary, but we've taken the link down pending].</li>
<li><a href="http://www.csselite.com/">CSS Elite</a>. Another of the truly high-end CSS galleries. Many fine sites are featured here.</li>
<li><a href="http://www.cssdrive.com/">CSSDrive</a>. CSS Drive is one of the elite class of directories, and CSS Drive has many other design-related features as well.</li>
</ol>
<h2>Exceptional, Noteworthy CSS Galleries:</h2>
<ol>
<li><a href="http://www.cssheroes.com/" target="_blank">CSS Heroes</a></li>
<li><a href="http://www.mostinspired.com/" target="_blank">Most Inspired</a></li>
<li><a href="http://www.css20.com/" target="_blank">CSS 2.0</a></li>
<li><a href="http://cssbased.com/" target="_blank">CSS Based</a></li>
<li><a href="http://www.cssbeauty.com/gallery/" target="_blank">CSS Beauty</a></li>
<li><a href="http://www.cssclip.com/" target="_blank">CSS Slip</a></li>
<li><a href="http://csscollection.com/" target="_blank">CSS Collection</a></li>
<li><a href="http://www.webdigity.com/cssGallery/" target="_blank">Web Digity</a></li>
<li><a href="http://www.alvit.de/css-showcase/" target="_blank">Alvit CSS Showcase</a></li>
<li><a href="http://bestwebgallery.com/" target="_blank">Best Web Galley</a></li>
<li><a href="http://www.brdcast.net/" rel="nofollow" target="_blank">Brdcast</a></li>
<li><a href="http://css-demo.com/" rel="nofollow" target="_blank">CSS Demo</a></li>
<li><a href="http://www.css-website.com/" target="_blank">CSS Website</a></li>
<li><a href="http://cssbased.com/" target="_blank">CSS Based</a></li>
<li><a href="http://www.cssclip.com/" target="_blank">CSS Clip</a></li>
<li><a href="http://cssexchange.com/" target="_blank">CSS Exchange</a></li>
<li><a href="http://cssgalaxy.com/" target="_blank">CSS Galaxy</a></li>
<li><a href="http://www.cssgallery.ro/" target="_blank">CSS Gallery</a></li>
<li><a href="http://www.cssheaven.com/" target="_blank">CSS Heaven</a></li>
<li><a href="http://www.cssimport.com/" target="_blank">CSS Import</a></li>
<li><a href="http://www.cssimpress.com/" target="_blank">CSS Impress</a></li>
<li><a href="http://www.cssliquid.com/" target="_blank">CSS Liquid</a></li>
<li><a href="http://cssmania.com/" target="_blank">CSS Mania</a></li>
<li><a href="http://csssmoothoperator.com/" target="_blank">CSS Smooth Operator</a></li>
<li><a href="http://www.csstux.com/" target="_blank">CSS Tux</a></li>
<li><a href="http://www.thecssgallerylist.com/">The CSS Gallery Lists</a> (helpful compilation site).</li>
</ol>
<h2>New CSS Galleries Added by Our Readers:</h2>
<ol>
<li><a href="http://supersit.es">http://supersit.es</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/css-gallery-ultimate-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siri Search Optimization</title>
		<link>http://www.TastyPlacement.com/siri-search-optimization</link>
		<comments>http://www.TastyPlacement.com/siri-search-optimization#comments</comments>
		<pubDate>Wed, 16 Nov 2011 17:54:56 +0000</pubDate>
		<dc:creator>Ryan Howard</dc:creator>
				<category><![CDATA[Mobile SEO]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2657</guid>
		<description><![CDATA[You may have heard that the iPhone&#8217;s new voice-command and personal/search assistant &#8220;Siri&#8221; will be &#8220;the end of SEO as we know it.&#8221; Undoubedly a shift is coming, but I for one doubt it will be as disruptive as the apocolyptos might have you believe. After all, we&#8217;re not all going to use only our phones for everything. We like our laptops, and in addition, bargain hunting (AKA commercial search) is deeply ingrained in human nature.<br />
There are a lot ...]]></description>
			<content:encoded><![CDATA[<p>You may have heard that the iPhone&#8217;s new voice-command and personal/search assistant &#8220;Siri&#8221; will be &#8220;the end of SEO as we know it.&#8221; Undoubedly a shift is coming, but I for one doubt it will be as disruptive as the apocolyptos might have you believe. After all, we&#8217;re not all going to use only our phones for everything. We like our laptops, and in addition, bargain hunting (AKA commercial search) is deeply ingrained in human nature.</p>
<p>There are a lot of fun things Siri can do including transcribing text to voice, setting reminders, playing music, checking the weather, getting directions, and yes carrying out search queries. Undoubetedly, Siri will catch on like wild fire, and as a result will compete with many apps and tools, including search engines.</p>
<h2>Optimizing for Siri</h2>
<p>The integration of Siri will begin to affect strategies and optimization efforts, but most of these things should be part of an immersive SEO program from the start.</p>
<h3>Local Search for Siri</h3>
<p>People search from mobile devices on the move; they&#8217;re not sitting down to do indepth research. A majority of mobile searches are loaction-specific including directions, finding nearby restaurants, or other local services.</p>
<p>With Siri, it&#8217;s not about people getting to your website through Google placement alone because visiblity comes from other sources. Siri wants to give users a visual experience and draws data from local listing sites such as Yelp, Google Maps, Citysearch, YP, etc. There are more than 60 of these sites on which it is well worth your time to create a listing. It&#8217;s not just for Siri, getting listed on (and links from) all these sites improves local listing and organic placements in SERPs as well.</p>
<p>Obviously you&#8217;ll want your information to be correct, up to date, and fully filled out on these sites with accurate address, phone number, images, positive reviews, and a high number of ratings. For more info on local optimization, check out our post on <a href="http://www.tastyplacement.com/how-does-google-local-order-its-results">local listings SEO</a>.</p>
<h3>Rich Snippets and Schema Tags</h3>
<p>Schema.org lets you use a specific markup language (web code) to identify specific information about your business and web presence and make that information more easily found by search engines.</p>
<p>Search engines are using on-page tags in a variety of ways. Google uses them to create rich snippets in search results and will continue to do so more and more. These snippets include author information, address, phone number, operating hours, and so on. So you can see how these tags have value to local searches such as are the focus of Siri. Offering a highly structured format for this information, makes it that much earier to be found.</p>
<h3>Variety in Linkbuilding and Long Tail Keywords</h3>
<p>This is the first version of Siri, and its depth of language capabilities will continue to increase with new versions. Therefore the following effect will only continue to grow. Already, the length of Siri queries are longer because users are searching in natural speach rather than pecking away at keyboards or small iphone touchscreens.</p>
<p>The result is more long-tail and highly targeted searches. Optimizing for long-tail means more words on the page and more flexible link building. Both of these strategies work in organic search as well, so you won&#8217;t even have to duplicate your efforts.</p>
<p>It used to be that you chose your anchor text and could simply bang away at it over and over. With enough links, you&#8217;d move on up. That hasn&#8217;t been best practice for a while, and Google is becomming even more focused on natural-looking anchor text profiles. Not only is this a saftey-first method, but it&#8217;s also more efficient. Flexible anchor text (anchor text with the keyword integrated here and there, but also broadly varied) is more efficent in increasing rankings, even for the targeted, high-volume terms.</p>
<p>Back to Siri, the efforts you make to naturalize and get the most out of your link profile will also help you rank for long-tail searches, which Siri is all about. As a bonus, long tail searches are more targeted to the specific needs of a given search query and therefore convert at higher rates.</p>
<p>The iPhone 4s (S is for Siri? Seems that way to me&#8230;) is Apple&#8217;s best selling phone to date, with 4 million sales in three days. Verizon started carrying the iPhone earlier this year and even Sprint has had no choice but to jump on the bandwagon. It&#8217;s a monolith, and it&#8217;s the impetus for a new fold of search optimization.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/siri-search-optimization/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlights From PubCon Vegas 2011</title>
		<link>http://www.TastyPlacement.com/highlights-from-pubcon-vegas-2011</link>
		<comments>http://www.TastyPlacement.com/highlights-from-pubcon-vegas-2011#comments</comments>
		<pubDate>Fri, 11 Nov 2011 20:54:24 +0000</pubDate>
		<dc:creator>Michael David</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[pubcon]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2635</guid>
		<description><![CDATA[[tweetmeme]I&#8217;ve just returned from PubCon Las Vegas 2011 where I spoke on Hosting Issues and SEO, and Ways to Monetize a Blog. Bruce Clay&#8217;s staff did a great job of summarizing the Monetizing Your Blog segment, complete with some screenshots. It was a great conference with lots of national leaders in the disciplines of SEO, social media, and internet marketing.<br />
Leo Laporte&#8217;s Keynote Address:<br />
Marketing in the Social Era and the Future of Search<br />
Leo Laporte is an Emmy Award ...]]></description>
			<content:encoded><![CDATA[<p>[tweetmeme]I&#8217;ve just returned from PubCon Las Vegas 2011 where I spoke on Hosting Issues and SEO, and Ways to Monetize a Blog. Bruce Clay&#8217;s staff did a great job of summarizing the <a href="http://www.bruceclay.com/blog/2011/11/monetizing-optimizing-your-blog-pubcon-vegas/" target="_blank">Monetizing Your Blog segment</a>, complete with some screenshots. It was a great conference with lots of national leaders in the disciplines of SEO, social media, and internet marketing.</p>
<h2>Leo Laporte&#8217;s Keynote Address:<br />
Marketing in the Social Era and the Future of Search</h2>
<p>Leo Laporte is an Emmy Award winning veteran of technology broadcasting, and a great thinker with respect to internet and marketing. He had some noteworthy messages.</p>
<p>Leo offered some insights into where advertising and marketing has evolved to the present day. If we look back to say, 1890, and examine a Sears catalog, we&#8217;ll see basic descriptions of &#8220;features and benefits&#8221;&#8211;no marketing fluff there. But as the 20th Century progressed, marketers injected skill and technique to bend a product&#8217;s message to appeal to buyers on an emotional level, or to force brand identities upon consumers. An effective technique to be sure, but not necessarily in the interests of consumers. A related idea: &#8220;brands are the refuge of the ignorant.&#8221; In other words, a brand is what a consumer refers to when they have no true benchmark for the underlying quality or suitability of a product or service. More recently though, in the very recent few years, consumers have come to depend on online reviews, ratings and recommendations from their social circles to make buying decisions. This is a fundamental shift in purchasing motivation. As Leo notes, it&#8217;s as if the circle has closed and &#8220;features and benefits&#8221; now become the linchpin of purchasing decisions. He sees social media and websites with engaged users as the great drivers of purchasing decisions in the present and near future.</p>
<p>Leo also offered some predictions about the future of search engines and Google specifically. He does not feel that Google will be as relevant in the future and went as far to say that Google will have some serious challenges in the future. The example he gave was Apple&#8217;s new Siri app. Siri lets users speak a command like &#8220;find me a dentist near 78704&#8243;. Siri then completes the search and offers the user an answer to that query. Note that something very fundamental just changed: the interface (Siri) now controls how the query is executed, rather than the user (as is the case with a simple search at Google.com). So, if Apple chooses to direct Siri queries to Google, then Google controls the query. Leo noted that the internet was a &#8220;disintermediary&#8221;&#8211;it killed travel agents because users could simply make their reservations at the airline directly. Services like Siri are &#8220;re-intermediaries&#8221;&#8211; they insert themselves between the user and the search engine. So, theoretically, if a manufacturer like Apple can control the user interface (as is the case with Siri), Apple can control the search, thereby threatening Google.</p>
<h2>Google&#8217;s Matt Cutts and Amit Singhal Talk About Upcoming Initiatives at Google</h2>
<p>Matt Cutts, the head of Google&#8217;s spam team (he also authors and appears in <a href="http://www.youtube.com/user/GoogleWebmasterHelp" target="_blank">Google&#8217;s Webmaster Central Channel Videos on YouTube</a>), and Google&#8217;s Amit Singhal spoke at the commencement of the 2nd day of the session. Conferences like this are a great way to learn what Google thinks is important and how they value sites and decide rankings.</p>
<div id="attachment_2643" class="wp-caption alignnone" style="width: 550px"><img class="size-large wp-image-2643 " title="michael-matt" src="http://www.TastyPlacement.com/wp-content/uploads/michael-matt-540x405.jpg" alt="" width="540" height="405" />
<p class="wp-caption-text">I ran into Matt Cutts at the Wynn Casino. He was gracious enough to spend a few minutes speaking with me and my wife.</p>
</div>
<p>Beside some expected disagreement with Leo Laporte&#8217;s earlier warning that Google was in big trouble, one particular highlight caught my attention:</p>
<h3>Google Testing an &#8220;Above the Fold&#8221; Algorithm</h3>
<p>Matt Cutts stated that Google was testing an &#8220;above the fold&#8221; algorithm change that &#8220;so far&#8230;looks pretty good.&#8221; The term &#8220;above the fold&#8221; refers, simply, to the top of a webpage. The term is inherited from the newspaper industry, the fold being the upward-facing part of the newspaper as it lays flat. This algorithm change would look for quality content at the top of a webpage. So, if a particular website were stuffed with ads, that website might not perform as well in search following the change. No word on if or when this will be implemented.</p>
<p>Some additional insights into search headed forward: Mobile search will continue to grow in importance, and Google will be working to continue to build quality in that area. Social sharing and activity will continue to be more important headed forward. Matt Cutts also proposed a way to protect the original creators of content from having that content stolen by scraper sites. He said that Google may soon begin allowing a notification system that works as follows: when new content is created by a website owner, the creator can ping Google with an alert that confirms that &#8220;I am the creator of this content and all other copies are not to be indexed and appear in search.&#8221; If implemented, this improvement will be a valuable tool for website owners. Matt also spoke about author reputation in search, noting that author reputation and authority can serve as a great measure of the value of content created by those authors.</p>
<h2>General Ideas Presented at PubCon</h2>
<p>From the broad pool of speakers, some general ideas emerged that present great opportunities for ranking, placement, and visibility headed forward.</p>
<h3>Author Profiles in Search Results</h3>
<p>This idea echos what Matt Cutts said about author reputation. In the screenshot below, you&#8217;ll note a screenshot image of some search results with a thumbnail photo of Matt Cutts and the text &#8220;by Matt Cutts &#8211; In 135,595 Google+ circles&#8221;. This is a recent search feature that links an author&#8217;s content to his or her Google+ profile.</p>
<p><img class="alignnone size-large wp-image-2640" title="author-authority" src="http://www.TastyPlacement.com/wp-content/uploads/author-authority-540x466.png" alt="" width="540" height="466" /></p>
<p>This feature is easy to implement by tagging content with a link to each author&#8217;s Google+ profile. We&#8217;ll be rolling this out for our clients in upcoming weeks, and of course, we&#8217;ll be working with clients to help build out properly optimized Google+ profiles. It is also important to note that this connection between author profiles will add authority to the content and potentially can increase the ranking positions of such content. In a WordPress environment, this feature will apply to posts, but not to your commercial pages, and contact pages, etc.</p>
<h2>The Power of Social Sharing</h2>
<p>Another prominent theme at PubCon (the second PubCon in a row, actually) is the power of social sharing to increase ranking and visibility. Besides the obvious effect of gaining additional placement through the sharing of content (after all, if content is shared, that means other people will see it), sharing of content can serve as a signal to search engines that &#8220;this content is valuable&#8221; and &#8220;this site is a legitimate source of content.&#8221; Remember, Google&#8217;s mission is to filter out thin content and deliver valuable content in response to search queries. Social sharing continues to rise in importance as a ranking factor within Google and other search engines.</p>
<h2>Site Value Over Page Value</h2>
<p>Another topic discussed at PubCon was the continued shift in how Google values individual pages of content. Typically, in the page, Google would tend to rank an individual page based on the merits of that page: the page elements, keywords used, load speed, inbound links. More recently, Google is shifting its focus to the value <em>of the site as a whole</em>. And so, a loose collection of well-optimized pages will not perform as well as a website that has developed overall authority. Ways to achieve this? Start by removing weak content from your site&#8211;weak content can actually harm your valuable content by lowering the authority of the site as a whole. Also, social sharing, discussed above, can increase the authority and power of a site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/highlights-from-pubcon-vegas-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Expert List: A Comprehensive List of Experts for Media/Press</title>
		<link>http://www.TastyPlacement.com/the-expert-list-a-comprehensive-list-of-experts-in-a-wide-range-of-fields</link>
		<comments>http://www.TastyPlacement.com/the-expert-list-a-comprehensive-list-of-experts-in-a-wide-range-of-fields#comments</comments>
		<pubDate>Sat, 22 Oct 2011 20:19:42 +0000</pubDate>
		<dc:creator>Peter Wendt</dc:creator>
				<category><![CDATA[Austin SEO + Web Design]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2618</guid>
		<description><![CDATA[The Expert List: Experts for Media Articles and Press<br />
We have compiled a list of experts available for comment and appearances in local/national media and the press. All listed experts are leaders in their fields and are available for prompt comment. To reach any expert on this list, contact TastyPlacement at 512.535.2492 or email michael@tastyplacement.com.<br />
<br />
Expert on Search Engines, SEO, and Social Media: Michael David<br />
Michael David is the owner and founder of TastyPlacement and is the author of ...]]></description>
			<content:encoded><![CDATA[<h1>The Expert List: Experts for Media Articles and Press</h1>
<p>We have compiled a list of experts available for comment and appearances in local/national media and the press. All listed experts are leaders in their fields and are available for prompt comment. To reach any expert on this list, contact TastyPlacement at 512.535.2492 or email michael@tastyplacement.com.</p>
<hr />
<h2>Expert on Search Engines, SEO, and Social Media: Michael David</h2>
<p>Michael David is the owner and founder of TastyPlacement and is the author of <strong>WordPress 3.0 Search Engine Optimization</strong>. He is a veteran of the search and social media industries, and a frequent speaker on the subject.</p>
<h3>Areas of expertise:</h3>
<ul>
<li>Search Engines; Google, Yahoo, Bing, etc.</li>
<li>SEO (Search Engine Optimization)</li>
<li>Social Media such as Facebook and Twitter</li>
<li>Web technologies and trends</li>
</ul>
<p>Contact information: call 512.535.2492 or email michael@tastyplacement.com.</p>
<hr />
<h2>Expert on Dermatology, Skin Care, and Skin Disorders: Dr. Roopal Bhatt</h2>
<p>Dr. Roopal Bhatt is a board-certified dermatologist and Diplomate of the American Board of Dermatology and Fellow of the American Academy of Dermatology.  She is a member of Austin Dermatologic Society, Travis County Medical Society and Texas Medical Association. She is the founding physician of Four Points Dermatology in Austin, TX.</p>
<h3>Areas of expertise:</h3>
<ul>
<li>Dermatology</li>
<li>Skin diseases</li>
<li>Skin care</li>
<li>Injectible products such as Botox and Juvederm</li>
</ul>
<p>Contact information: call 512.535.2492 or email michael@tastyplacement.com.</p>
<hr />
<p>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/the-expert-list-a-comprehensive-list-of-experts-in-a-wide-range-of-fields/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Local Listings for SEO</title>
		<link>http://www.TastyPlacement.com/free-local-listings-for-seo</link>
		<comments>http://www.TastyPlacement.com/free-local-listings-for-seo#comments</comments>
		<pubDate>Tue, 30 Aug 2011 21:47:57 +0000</pubDate>
		<dc:creator>Michael David</dc:creator>
				<category><![CDATA[Austin SEO + Web Design]]></category>
		<category><![CDATA[Backlink Strategies]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Local Maps and Local Listings]]></category>
		<category><![CDATA[Google Local]]></category>
		<category><![CDATA[google places]]></category>
		<category><![CDATA[local search]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[seo book]]></category>
		<category><![CDATA[SEO resources]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2526</guid>
		<description><![CDATA[Local listings are an increasingly large part of search. Google places results now pop up at the top of search results automatically. This is good news for local businesses. If you have a physical location, you better take full advantage of the opportunity!]]></description>
			<content:encoded><![CDATA[<p>Local listings are an increasingly large part of search. Google places results now pop up at the top of search results automatically. This is good news for local businesses. If you have a physical location, you better take full advantage of the opportunity!</p>
<p>You should always start by claiming your business on Google Places, then work your way down by submitting information to Yahoo Local, YellowPages.com, and maybe even Bing Local. From there, you want to convince search engines that your business exists and is significant to users. To do that, you&#8217;ll have to submit to many alternate local directories.</p>
<p>In Chapter 9 of our book, <a href="http://www.tastyplacement.com/seo-book-for-wordpress">SEO for WordPress</a>, we talk about local listings and their explosive power in the hands of local businesses.</p>
<p>We at TastyPlacement have been scouring local directories to figure out which best factor into local rankings.</p>
<table border="1">
<tbody>
<tr>
<td>Directory</td>
<td>Link</td>
<td>Post speed</td>
<td>Pictures</td>
<td>Notes</td>
</tr>
<tr>
<td>Kudzu.com</td>
<td>Yes</td>
<td>Slow</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>MojoPages.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>SuperPages.com(search)<br />
Supermedia.com(data entry)</td>
<td>Yes</td>
<td>Moderate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>InsiderPages.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>ExpressUpdateUSA.com</td>
<td>No</td>
<td>Moderate</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>advertise.local.com</td>
<td>Yes</td>
<td>Moderate</td>
<td>No</td>
<td>Upgrade to Premium to add pictures</td>
</tr>
<tr>
<td>local.botw.org</td>
<td>Yes</td>
<td>Moderate</td>
<td>Logo only</td>
<td>Must email a representative to edit mistakes</td>
</tr>
<tr>
<td>MerchantCircle.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>4</td>
<td>Must email a representative for multiple listings</td>
</tr>
<tr>
<td>Hotfrog.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>Yellowbook.com</td>
<td>Yes</td>
<td>Moderate</td>
<td>No</td>
<td>May require phone verification</td>
</tr>
<tr>
<td>Foursquare.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>No</td>
<td>Customers can check-in</td>
</tr>
<tr>
<td>thinklocal.com</td>
<td>Yes</td>
<td>Moderate</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>cityslick.net</td>
<td>Yes</td>
<td>Moderate</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>USYellowPages.com</td>
<td>No</td>
<td>Slow</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>MyCity.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>Logo only</td>
<td></td>
</tr>
<tr>
<td>BizJournals.com</td>
<td>No</td>
<td>Slow</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>mapinsight.teleatlas.com/mapfeedback</td>
<td>No</td>
<td>Slow</td>
<td>No</td>
<td>Provides a tracking number</td>
</tr>
<tr>
<td>justclicklocal.com</td>
<td>No</td>
<td>Immediate</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>DiscoverOurTown.com</td>
<td>Yes</td>
<td>Slow</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>MetroBot.com</td>
<td>No</td>
<td>Moderate</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>BestDealOn.com</td>
<td>Yes</td>
<td>Moderate</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>Manta.com/claim</td>
<td>Yes</td>
<td>Immediate</td>
<td>Logo only</td>
<td></td>
</tr>
<tr>
<td>Infignos.com</td>
<td>No</td>
<td>Slow</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>Yellowassistance.com</td>
<td>No</td>
<td>Slow</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>MyHuckleberry.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>BrownBook.net/business/add</td>
<td>Yes</td>
<td>Immediate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>CitySquares.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>Navteq.com</td>
<td>No</td>
<td>Slow</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>CitySearch.com</td>
<td>Yes</td>
<td>Slow</td>
<td>Logo only</td>
<td></td>
</tr>
<tr>
<td>Yellowee.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>Logo only</td>
<td></td>
</tr>
<tr>
<td>MatchPoint.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>Mapquest.com</td>
<td>Yes</td>
<td>Moderate</td>
<td>No</td>
<td>They have a number of options for verification</td>
</tr>
<tr>
<td>Sustainlane.com</td>
<td>No</td>
<td>Immediate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>Localprice.com</td>
<td>Yes</td>
<td>Slow</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>Thumbtack.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>Scrub the Web</td>
<td>No</td>
<td>Slow</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>CommunityWalk.com</td>
<td>Yes</td>
<td>Immediate</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>ChamberofCommerce.com</td>
<td>Yes</td>
<td>Moderate</td>
<td>4</td>
<td></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/free-local-listings-for-seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Article Directories List for SEO &#8211; Updated</title>
		<link>http://www.TastyPlacement.com/free-article-directories-list-for-seo-updated</link>
		<comments>http://www.TastyPlacement.com/free-article-directories-list-for-seo-updated#comments</comments>
		<pubDate>Tue, 12 Jul 2011 21:02:59 +0000</pubDate>
		<dc:creator>Michael David</dc:creator>
				<category><![CDATA[Austin SEO + Web Design]]></category>
		<category><![CDATA[Backlink Strategies]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo book]]></category>
		<category><![CDATA[SEO resources]]></category>
		<category><![CDATA[seo tools]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2483</guid>
		<description><![CDATA[We've compiled a list of free article directories that allow you to post SEO articles. We found 80 of the best article sites out there and gave the resource to you for free.]]></description>
			<content:encoded><![CDATA[<p>Even in this post-panda world there is a place for link building through articles. If you have unique and high quality content, then there are a lot of free article directories out there that will help you promote your business or website.</p>
<p>That&#8217;s something that we talk about in chapter six, the link building chapter, of our <a href="http://www.tastyplacement.com/seo-book-for-wordpress">SEO for WordPress</a> book.</p>
<p>But which directories are good and which are junk? There are a lot of lists of free article directories out there, but most of those lists are out of date, or they don&#8217;t have the needs of SEO in mind. You need directories that won&#8217;t give you too much of a hassle. You need a directory that will give you a lot of PR juice through a fair number of dofollow links, and you can&#8217;t have them throwing in a lot of editorial back talk.</p>
<p>That&#8217;s why the TastyPlacement team has compiled a list of the easiest SEO article directories out there. This is all current information, with the directories listed from most to least suitable. We had to look at over 600 directories to find 80 that are suitable to your needs. We&#8217;re posting this resource for free because we feel that you shouldn&#8217;t waste your time with article directories that won&#8217;t give you dofollow links or will be careless with your valuable content.</p>
<p>So give it a shot and let us know how it works out! We&#8217;ll update this post every month, so keep coming back!<br />
[tweetmeme]<br />
<strong>Updated November 2011</strong></p>
<table border="1" cellspacing="1">
<colgroup>
<col width="292" />
<col width="79" />
<col width="70" />
<col width="118" />
<col width="168" />
<col width="138" />
<col width="281" /></colgroup>
<tbody>
<tr>
<td align="LEFT" width="294" height="18">Directory</td>
<td align="LEFT" width="84">Page Rank</td>
<td align="LEFT" width="95">Alexa</td>
<td align="LEFT" width="130">Acceptance Time</td>
<td align="LEFT" width="170">Types of Articles</td>
<td align="LEFT" width="93">Link Type</td>
<td align="LEFT" width="138">Link Location</td>
<td align="LEFT" width="233">Notes</td>
</tr>
<tr>
<td align="LEFT" height="18">http://knol.google.com</td>
<td align="LEFT">7</td>
<td align="LEFT">9000</td>
<td align="LEFT">Immediate</td>
<td align="LEFT">General</td>
<td align="LEFT"></td>
<td align="LEFT">Body</td>
<td align="LEFT">Recently went dofollow. May particularly reward quality content.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://letsbefamous.com/</td>
<td align="LEFT">6</td>
<td align="LEFT">83k</td>
<td align="LEFT">days</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">Indexed articles take a long time to pass review</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.selfgrowth.com/</td>
<td align="LEFT">6</td>
<td align="LEFT">3k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Self improvement articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.promotionworld.com/</td>
<td align="LEFT">6</td>
<td align="LEFT">25k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">SEO related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://netymon.com/</td>
<td align="LEFT">6</td>
<td align="LEFT">28000</td>
<td align="LEFT">Immediate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">body</td>
<td align="LEFT">Appears to be immediate. Has an overly sensitive &#8220;curse word&#8221; restriction that is triggered by such words as &#8220;association&#8221; and &#8220;jewelry&#8221;</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articleshare.info/</td>
<td align="LEFT">3</td>
<td align="LEFT">10000000</td>
<td align="LEFT">Immediate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT">Only accepts unique content.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://ezinearticles.com/</td>
<td align="LEFT">6</td>
<td align="LEFT">101</td>
<td align="LEFT">7</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">High value, good rep</td>
</tr>
<tr>
<td align="LEFT" height="18">http://thepr.com.au/</td>
<td align="LEFT">5</td>
<td align="LEFT">74k</td>
<td align="LEFT">Weeks</td>
<td align="LEFT">Press Releases</td>
<td align="LEFT">follow</td>
<td align="LEFT">Body</td>
<td align="LEFT">Ostensibly a press release site. There is no visible means of editing once an article is submitted. Indexes beautifully. 11/11 went for-pay!</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.sooperarticles.com/</td>
<td align="LEFT">5</td>
<td align="LEFT">3k</td>
<td align="LEFT">Days</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.themanager.org</td>
<td align="LEFT">5</td>
<td align="LEFT">387k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">management, strategy, marketing, HR, finance, industry analysis related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">No signup, submit articles through email</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.businessknowhow.com/</td>
<td align="LEFT">5</td>
<td align="LEFT">16k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Small business and home business ideas articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box, body</td>
<td align="LEFT">No signup, submit articles directly</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.thewhir.com/article-central</td>
<td align="LEFT">5</td>
<td align="LEFT">15k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Web hosting articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.abnormalmedicalconditions.com/</td>
<td align="LEFT">5</td>
<td align="LEFT">146k</td>
<td align="LEFT">weeks</td>
<td align="LEFT">Health related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlesnatch.com/</td>
<td align="LEFT">5</td>
<td align="LEFT">3000</td>
<td align="LEFT">Hours</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">You can add NoFollow links to the body (which they say may be dofollowed one day). Up to 3 Do-Follow links in resource box</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.alumbo.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">67k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Self Help related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.organicgardenarticles.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">652k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Organic Gardening Articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.blogwidow.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">55k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Articles About Blogging</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">No registration, submit articles directly.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.financebusinessarticles.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">48k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Finance and business articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.allfreelancework.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">39k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Freelance jobs and community related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Body</td>
<td align="LEFT">Only few contains links, most articles don&#8217;t have links</td>
</tr>
<tr>
<td align="LEFT" height="18">http://tinyarticle.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">37k</td>
<td align="LEFT">Weeks</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.populararticles.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">31k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">Not currently accepting new articles.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.webmasterslibrary.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">30k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Web development topics</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Submit articles directly, no registration.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articleonlinedirectory.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">18k</td>
<td align="LEFT">weeks</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">You have to manually request the use of dofollow links.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.bharatbhasha.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">17k</td>
<td align="LEFT">weeks</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">Slow to publish, and slow to index, but it does seem to work.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.homebiztools.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">150k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">small/home business topics.</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">No registration, submit articles directly.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.tourist-place.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">149k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Tourist places related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://top7business.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">111k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">business related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">&#8220;No signup, submit articles directly</td>
</tr>
<tr>
<td align="LEFT" height="18">http://biz-whiz.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">101k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">work at home related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Articles RESTRICTED to this format: All articles must be in our format of a (1) paragraph introduction followed by (7) tips and closed with your resource box.&#8221;</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlegeek.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">33000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://genecast.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">32000</td>
<td align="LEFT">Immediate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">Body</td>
<td align="LEFT">CURRENTLY NOT ACCEPTING NEW ARTICLES</td>
</tr>
<tr>
<td align="LEFT" height="18">http://212articles.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">15000</td>
<td align="LEFT">weeks</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">Recently made all the links in its articles nofollow, but then the links changed back. This site should be treated with caution.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://articlesfactory.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">10000</td>
<td align="LEFT">Days</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://snipsly.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">10000</td>
<td align="LEFT">Immediate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT">More than 2 links in body plus links in resource box. Some editorial review. May lose articles with question marks in title. Make sure you get confirmation that the article is submitted before navigating away from the page.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articleblast.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">8000</td>
<td align="LEFT">Instant</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articleclick.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">6000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT">Instant post.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.ideamarketers.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">4000</td>
<td align="LEFT">Instant</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT">CURRENTLY NOT ACCEPTING ARTICLES. Must contain 400 words and more, more than 2 links in body plus links in resource box</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.pubarticles.com/</td>
<td align="LEFT">4</td>
<td align="LEFT">4000</td>
<td align="LEFT">Hours</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT">Instant post.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.businesstoolchest.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">97k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Home business articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">Make links in BBcode in article body.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.ebusiness-articles.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">90k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">business and internet related topics</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">no signup, submit articles directly</td>
</tr>
<tr>
<td align="LEFT" height="18">http://internetbasedbusinessarticles.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">85k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Internet Based Business Articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.realestateproarticles.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">81k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Real Estate related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.marketingarticlelibrary.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">64k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Marketing related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.free-wedding-articles.net/</td>
<td align="LEFT">3</td>
<td align="LEFT">584k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Wedding related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.biz-ewomen.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">510k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Home Business related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Title</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.blogymate.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">49k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box, body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.wkccradio.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">499k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">Contains No follow links, Signup requires blog</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.linkgeneral.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">46k</td>
<td align="LEFT">weeks</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box, body</td>
<td align="LEFT">WordPress framework, so you can schedule for future publication. May be instant</td>
</tr>
<tr>
<td align="LEFT" height="18">http://clearviewpublications.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">467k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Small business consulting articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.authorpalace.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">44k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">no signup, submit articles thru email</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.allthewebsites.org/</td>
<td align="LEFT">3</td>
<td align="LEFT">23k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">SEO related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://uberarticles.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">17k</td>
<td align="LEFT">weeks</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.travelarticlelibrary.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">132k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">travel articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Articles published with citation example in several styles. WordPress framework.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.guidemegreen.com/articles/</td>
<td align="LEFT">3</td>
<td align="LEFT">118k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">green and ethical related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">&#8220;MINIMUM ARTICLE SIZE = 800 WORDS</td>
</tr>
<tr>
<td align="LEFT" height="18">articlefriendly.net</td>
<td align="LEFT">3</td>
<td align="LEFT">115k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">MAXIMUM ARTICLE SIZE = 3,000 WORDS&#8221;</td>
</tr>
<tr>
<td align="LEFT" height="18">findarticles.eu</td>
<td align="LEFT">3</td>
<td align="LEFT">113k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.greatarticlesformoms.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">113k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">family and mom related content</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Signup requires author&#8217;s WEBSITE and ADDRESS.</td>
</tr>
<tr>
<td align="LEFT" height="17"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.airarticles.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">69000</td>
<td align="LEFT">Weeks</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlesofinfo.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">61000</td>
<td align="LEFT">Instant</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlegold.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">40000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlesengine.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">23000</td>
<td align="LEFT">Weeks</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Submit articles directly, no registration.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.easyarticles.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">15000</td>
<td align="LEFT">Immediate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Body</td>
<td align="LEFT">Currently not accepting articles.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlefeeder.com</td>
<td align="LEFT">3</td>
<td align="LEFT">14000</td>
<td align="LEFT">days</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://amazines.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">6000</td>
<td align="LEFT">1</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">anywhere</td>
<td align="LEFT">Allows body links. Sluggish load time, frequently down.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlerich.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">6000</td>
<td align="LEFT">1</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT">Make certain you get a success message before navigating from the submission page.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://goarticles.com/</td>
<td align="LEFT">3</td>
<td align="LEFT">2000</td>
<td align="LEFT">Immediate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT">Not high-powered in link value.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.ghewgle.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">99k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Personal Finance and money related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Links in body and resource box allowed.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.etradearticle.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">98k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">Reliable and low-hassle. Contains nofollow in the body.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.ezinearticlebarn.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">77k</td>
<td align="LEFT">immediate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://softensive.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">62k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">Does not accept more than 4 external links including article body and resource</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.thepricemonster.com/articles</td>
<td align="LEFT">2</td>
<td align="LEFT">541k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box, body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.readezarchive.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">433k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">Submit articles directly, no sign up</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.smallbizarticles.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">391k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">small business articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.trcb.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">37k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlescounter.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">361k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">No signup, submit articles directly</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articledeck.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">26k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlemotron.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">23k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box, body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.dime-co.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">23k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://articleslide.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">192k</td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.article-host.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">18k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box, body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://astawerks.net/</td>
<td align="LEFT">2</td>
<td align="LEFT">166k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.retirementlivingarticledirectory.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">160k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Retirement living articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.marketingtroll.co.uk/</td>
<td align="LEFT">2</td>
<td align="LEFT">157k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Internet Marketing related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box, body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.businessclique.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">155k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">Business related articles</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.niche-content-articles.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">111k</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">general</td>
<td align="LEFT">follow</td>
<td align="LEFT">resource box</td>
<td align="LEFT">No signup, submit articles directly</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.thinkarticle.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">296000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box, Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articleselect.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">143000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.ezinepost.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">126000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.rysite.com/?</td>
<td align="LEFT">2</td>
<td align="LEFT">124000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.familiararticles.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">80000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlecue.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">61000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Allows up to 3 links</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.tss-articles.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">40000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.bigfreearticles.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">34000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Has a minimum word limit</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlesxpert.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">23000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Allows up to 3 links</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlefire.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">20000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Allows up to 3 links.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.contentking.eu/</td>
<td align="LEFT">2</td>
<td align="LEFT">19000</td>
<td align="LEFT">Indeterminate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Contains nofollow links in the body.</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articleoutpost.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">18000</td>
<td align="LEFT">weeks</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.articlecell.com/</td>
<td align="LEFT">2</td>
<td align="LEFT">11000</td>
<td align="LEFT">Weeks</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">No resource box</td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.123articleonline.com/</td>
<td align="LEFT">0</td>
<td align="LEFT">16000</td>
<td align="LEFT">weeks</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Body</td>
<td align="LEFT"></td>
</tr>
<tr>
<td align="LEFT" height="18">http://www.qwesz.com/</td>
<td align="LEFT">0</td>
<td align="LEFT">14000</td>
<td align="LEFT">Immediate</td>
<td align="LEFT">General</td>
<td align="LEFT">follow</td>
<td align="LEFT">Resource Box</td>
<td align="LEFT">Only one unique URL per article, in resource box.</td>
</tr>
<tr>
<td align="LEFT" height="17"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT">No resource box</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/free-article-directories-list-for-seo-updated/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Should You Disallow Old Link Structures With Robots.TXT?</title>
		<link>http://www.TastyPlacement.com/should-you-disallow-old-link-structures-with-robots-txt</link>
		<comments>http://www.TastyPlacement.com/should-you-disallow-old-link-structures-with-robots-txt#comments</comments>
		<pubDate>Thu, 07 Jul 2011 21:06:14 +0000</pubDate>
		<dc:creator>Michael David</dc:creator>
				<category><![CDATA[Our Book: SEO for Wordpress]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[seo book]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress SEO]]></category>
		<category><![CDATA[wordpress themes]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.TastyPlacement.com/?p=2448</guid>
		<description><![CDATA[Questions from Readers: Jeff asks us, will using the Robots.TXT file to disallow the duplicate content in the archives page hurt his indexing?]]></description>
			<content:encoded><![CDATA[<h2>Questions from Readers&#8230;</h2>
<p><em>We&#8217;re getting great questions from readers of our book, </em>WordPress 3.0 Search Engine Optimization<em>. Today, Michael tackles a question sent in by Jeff of Houston, TX. Remember, send in those questions and feedback! We&#8217;re always  thrilled to help out our readers.</em></p>
<blockquote><p>Hi Mr. David,</p>
<p>I&#8217;m sorry to contact you with such an insignificant matter, but I just got your book today and wanted to ask if you could clarify an issue that I have encountered. My site has been up for about 6 months and I had been using a permalink structure of /year/month/day/postname and I changed it to /category/postname. I also used Deans Permalink Migration plugin to add 301 redirects for published posts.</p>
<p>I want to use your Ultimate Robot.txt file to my site, but I&#8217;m wondering if I add the &#8220;Disallow: /2011/ &#8221; directive to eliminate duplicate content in my archives, will it disallow my previous posts that had /2011/ in the old permalink structure? Any help or clarification on this issue would be very appreciated. Thank you for your time.</p>
<p>Jeff</p>
<p>Houston, TX</p></blockquote>
<p>Jeff,</p>
<p>We love hearing from readers.</p>
<p>Yes, I believe that if you add the directive Disallow: /2011/ you will remove year archives from indexing, but also any post that uses the year in that position as part of its permalink structure. I tested it, and it appears to disallow the content.</p>
<p>You can test your robots.txt file by using Google Webmasters&#8217; Crawler Access testing tool. The tool lets you test the text of a robots.txt file and compare it to a specific URL. The tool then tells you if your robots.txt file is allowing or blocking the URL. You can find the tool by logging into Google.com/webmasters and then selecting &#8220;Site Configuration&#8221; and then &#8220;Crawler Access&#8221; from the left menu. We didn&#8217;t cover this specific tip in WordPress 3.0 Search Engine Optimization, but we will implement it in a future edition of the book.</p>
<p>Now, but you say you&#8217;ve changed your permalink structure&#8211;that should solve the problem. In the case where a robots.txt entry would block regular blog posts from getting indexed when blocking year archives, the solution is clear: don&#8217;t block either. Just make sure your year archive is set to display excerpts of the posts, rather than the full text of the posts.</p>
<p>Michael<br />
[tweetmeme]</p>
<p><a class="ka_button medium_button medium_cherry" rel="nofollow" href="http://www.amazon.com/gp/product/1847199003/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=learnaboutlaw-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399349&amp;creativeASIN=1847199003" target="_blank"><span>Buy the Book Today at Amazon</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.TastyPlacement.com/should-you-disallow-old-link-structures-with-robots-txt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 21/36 queries in 0.010 seconds using disk: basic
Object Caching 1667/1689 objects using disk: basic

Served from: www.tastyplacement.com @ 2012-02-03 20:59:13 -->
