<?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>Purple Ivy - Asheville Website Design and Consulting &#187; SEO</title>
	<atom:link href="http://www.purpleivy.net/tags/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.purpleivy.net</link>
	<description>Elegant, Organic, and Original Design</description>
	<lastBuildDate>Tue, 12 Oct 2010 17:41:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Organizing WordPress for Search Engines</title>
		<link>http://www.purpleivy.net/web-design/seo-marketing/2010/10/wordpress-for-search-engine-findability/</link>
		<comments>http://www.purpleivy.net/web-design/seo-marketing/2010/10/wordpress-for-search-engine-findability/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 16:54:19 +0000</pubDate>
		<dc:creator>Sha</dc:creator>
				<category><![CDATA[SEO and Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.purpleivy.net/?p=132</guid>
		<description><![CDATA[I recently read a wonderful post on VanSEO about how to organize the structure of a website to make it easier for search engines to organize the content.  Sure it&#8217;s critical for users to find your site easy to use!  But if you want your site to work well in promoting your business, and want [...]]]></description>
			<content:encoded><![CDATA[<p>I recently read a <a title="VanSEO on Siloing and SEO, Very technical, not wordpress specific" href="http://www.vanseo.com/seo/silos/" target="_blank">wonderful post on VanSEO</a> about how to organize the structure of a website to make it easier for search engines to organize the content.  Sure it&#8217;s critical for users to find your site easy to use!  But if you want your site to work well in promoting your business, and want good search engine ranking, you need to put some careful thought into organizing it.  Wordpress makes it especially easy, but you have to be deliberate, using techniques like siloing, robots.txt management, and link design to give your site good structure for findability.</p>
<p><span id="more-132"></span></p>
<p>The basic idea of siloing is simple:  You want to organize the directory structure in a heirarchical way organized around sections that target specific keywords that you want to use to help people find your site.  Then you make sure that links inside each directory for the most part stay in that directory.</p>
<p>WordPress has this great category feature that you can use to simplify the directory hierarchy.  It even allows subcategories.   As it turns out, the WordPress category feature is a great way to implement a siloing technique.</p>
<p>I started with a video from the above post from <a href="http://www.wolf-howl.com" target="_blank">Michael Gray</a>, to restructure my own PurpleIvy website.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/BiCn6y6JU8o?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/BiCn6y6JU8o?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">From there I distilled some steps that you can take to get this process underway.</p>
<h2>Set up and name your categories</h2>
<p style="text-align: left;">You should be very careful and deliberate about setting up your WordPress categories.  The content in your site should be organized around the categories, and each post should be in one and only one category to avoid duplicating content.  Duplicating is really bad for your findability because the link flow to your post may get split between different URLs, and your page is competing with itself also through two different URLs.</p>
<p style="text-align: left;">You should give each category a good &#8220;slug&#8221; or URL name that includes keywords you want to target.  Use dashes and not underscores to separate any words.</p>
<h2>Set up the permalinks</h2>
<p style="text-align: left;">Go to your settings / permalinks section and edit the permalink structure.  By default WordPress puts posts in a format that looks like /year/month/day/post-name, but this isn&#8217;t good.  You want each post to appear in the directory for its category.  You can also add extra SEO keywords to all the posts in your site this way.   I use this format there:</p>
<pre>/seo-keyword/%category%/%year%/%monthnum%/%postname%</pre>
<p style="text-align: left;">This way my urls look like this:   /web-design/seo/2009/01/somepost/</p>
<p style="text-align: left;">The category inside the URL is really important for the siloing.</p>
<p>I also use a prefix for all my category summary pages by putting something sensible in the Category Base field.   That way these pages have a distinct subpage as well.</p>
<p>Make sure your tags also use a prefix in the Tag Base field, because you&#8217;ll need that later.</p>
<h2>Robots.Txt WordPress Plugin</h2>
<p style="text-align: left;">You will need to be able to edit your robots.txt file.  Install and activate the PC-Robots.Txt plugin from your plugins tab in WordPress &#8211; just search for &#8220;plugins&#8221; to add it.</p>
<p style="text-align: left;">After you&#8217;ve added it, go to your Settings / PC Robots.Txt settings page to edit the robots.txt there.  You will want to add a disallow tag to prevent robots from sifting through your archives or through your tags. Here&#8217;s mine:</p>
<p style="text-align: left;">
<pre>User-agent: *
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/plugins/
Disallow: /wp-content/cache/
Disallow: /wp-content/themes/
Disallow: /wp-login.php
Disallow: /wp-register.php
Disallow: /tags/
Disallow: /2008/
Disallow: /2009/
Disallow: /2010/
Disallow: /2011/</pre>
<div>After you&#8217;ve done that, googlebot won&#8217;t find duplicate content under your tags or archives, but will find it only through your category pages.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.purpleivy.net/web-design/seo-marketing/2010/10/wordpress-for-search-engine-findability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Basics</title>
		<link>http://www.purpleivy.net/web-design/seo-marketing/2009/11/seo-basics/</link>
		<comments>http://www.purpleivy.net/web-design/seo-marketing/2009/11/seo-basics/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 04:46:57 +0000</pubDate>
		<dc:creator>Sha</dc:creator>
				<category><![CDATA[SEO and Marketing]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.purpleivy.net/?p=85</guid>
		<description><![CDATA[Recently a prospective client asked me for some help getting his site up onto search engines.  Even when people searched for his name and his website specifically, they couldn&#8217;t find him.  Last time I checked, this site was number one in Google for Purple Ivy, though I&#8217;d not expect anyone looking for web consulting to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a prospective client asked me for some help getting his site up onto search engines.  Even when people searched for his name and his website specifically, they couldn&#8217;t find him.  Last time I checked, this site was number one in Google for Purple Ivy, though I&#8217;d not expect anyone looking for web consulting to search for that, at least if they know what they are looking for and type into the search bar instead of the URL bar they will find me!</p>
<p>Even so, there are some basic steps you should take to make yourself even remotely findable.</p>
<h2><span id="more-85"></span>Paid and Free Search Engine Listing</h2>
<p>First, you need to list your site in <a title="Basic Site Listing in Google" href="http://www.dmoz.org/">DMOZ Open Directory Project</a>.  Many major search engines including Google start their web crawlers here.  (A crawler is a computer program that hops links from page to page and site to site to index the web.)</p>
<p>Second, list in the free <a title="Yahoo! Site Search and Directory" href="http://search.yahoo.com/info/submit.html" target="_blank">Yahoo site listing</a>.</p>
<p>Third, if you&#8217;re serious about your business, fork out the fee to list your site in the <a title="Yahoo! Site Search and Directory" href="http://search.yahoo.com/info/submit.html" target="_blank">Yahoo Directory</a>.  Non profits are free.</p>
<p>Fourth, if you are running a business that operates out of a location, add your site to the <a href="https://ssl.bing.com/listings/ListingCenter.aspx">Bing Local Listing Center</a> and also <a href="http://www.google.com/local/add/analyticsSplashPage?gl=US&amp;hl=en-US">Google Local Search</a>.  This is really important if you want people to find you with the street navigation on their smartphones.</p>
<h2>Web Site Basics for SEO</h2>
<p>Make sure you have a title for your web page, and that your web page has brief, cleanly presented text and great photos or graphics.  Avoid needless words, and stay brief.</p>
<p>Use key search words and phrases in your text, especially in your header tags and hyperlink text.  People can&#8217;t find your site by searching for it if the words and phrases you want them to find are not actually on your website.</p>
<h2>Additional Work for Search Engine Optimization</h2>
<p>Generate a search engine site map XML document if you can.</p>
<p>See if you can get some associated businesses or friends to link to your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.purpleivy.net/web-design/seo-marketing/2009/11/seo-basics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pay Per Click should Die</title>
		<link>http://www.purpleivy.net/web-design/opinion-and-news/2009/11/pay-per-click-should-die/</link>
		<comments>http://www.purpleivy.net/web-design/opinion-and-news/2009/11/pay-per-click-should-die/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 20:04:57 +0000</pubDate>
		<dc:creator>Sha</dc:creator>
				<category><![CDATA[Opinion and News]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.purpleivy.net/?p=78</guid>
		<description><![CDATA[Search engines are all about pay per click these days.  It&#8217;s part of the revolution that happened with Google&#8217;s add-money advent of adwords.  But since Google launched its pay per click model, other search companies have followed suit. The idea of course is simple &#8211; allow advertisers to pay only for visitors that click through [...]]]></description>
			<content:encoded><![CDATA[<p>Search engines are all about pay per click these days.  It&#8217;s part of the revolution that happened with Google&#8217;s add-money advent of adwords.  But since Google launched its pay per click model, other search companies have followed suit.</p>
<p>The idea of course is simple &#8211; allow advertisers to pay only for visitors that click through their ads.  I (me as a service and goods provider) decide how much I will pay for a click, and then Google determines the placement of my ad to maximize their profit &#8211; clickthrough percentage times clickthrough revenue.</p>
<p>For me the advertiser it seems I&#8217;m getting a good deal, but no&#8230;. that&#8217;s not the case.  It just offloads the job of me calculating the clickthrough rate myself and saves me from having to figure out what I&#8217;m willing to pay per impression on the front end.  But I still have to figure out how much of my revenue per visitor I&#8217;m willing to set aside.</p>
<p>There are problems with pay-per-click, and no actual advantages, for me the advertiser.  But still there are few effective alternatives for businesses who primarily sell via the &#8216;net.</p>
<p><span id="more-78"></span></p>
<p>The two most serious problems are:</p>
<ul>
<li><strong>Click fraud</strong>. I can&#8217;t tell if a click through my ad and a visit to my site is from a visitor that&#8217;s interested in what I&#8217;m offering, or not.  Google and other engines try to put technology in to minimize click fraud, but even so, when someone clicks on my ad, it costs me money no matter what.</li>
<li><strong>Uncertain impression cost.</strong> How much do I have to pay for an impression?  In advertising, name recognition is everything.  With the PPC system I can&#8217;t figure out how much an impression costs because impressions are not something I pay for.  But impressions very much matter.</li>
<li><strong>Skewed ad placement.</strong> It&#8217;s possible for others, or competitors, to push my ads off the search results just by clicking on them, particularly if I limit my daily spending on ads a lot.</li>
</ul>
<p>To illustrate the problem, just to be contrary, I always type in the name of sites directly into my URL for sites I find I&#8217;m interested in, because I don&#8217;t want the company I&#8217;m buying from to have to give money to Google and raise my costs as a consumer.</p>
<blockquote><p><em>Think about this: </em> By <em>not</em> clicking on the ad in Google, you are reducing the cost of goods that you, the consumer, pays.</p></blockquote>
<p>Additionally, I always click on the Google ads of companies I don&#8217;t like.</p>
<blockquote><p><em>Think about this:</em> By clicking on ads in Google, you can cause money to be transferred from the company to Google even if you could care less about actually using their goods or services.</p></blockquote>
<p>Google and other search engines could, very easily, provide me with click through statistics even if I purchase impressions.  And if I use the same adwords tool to track the conversion rate, I&#8217;m still guaranteed to know what a click is worth in terms of revenue for me.</p>
<p>But there are advantages to purchasing impressions:</p>
<ul>
<li>It doesn&#8217;t matter how many times anyone clicks on it, so paying for impressions is immune to click fraud. Google and other SEOs can very easily avoid counting repeat quick impressions by the same user.  If a user refreshes their search page 100 times in an hour, search providers can trivially count this as one user impression.</li>
<li>I get to decide how much it&#8217;s worth to me to get my name out in front of a potential customer who searches for a related key word, and</li>
<li>I get to see my relative impression placement against people I might be bidding against for placement.</li>
</ul>
<p>It&#8217;s not even difficult for search providers to calculate my clickthrough rate, and with integration of site stats, my conversion rate and return on investment.  That could easily give me a Pay-Per-Impression model that would work well.</p>
<blockquote><p>Think about this:  There&#8217;s no way for people (like me above) to skew ad presentation or cause transfer of money for uninterested visitors.</p></blockquote>
<p>I pick on Google most of all because it invented this insidious advertising model to start with, but every other search provider does it pretty much the same way.  So tell me then&#8230;. why do we even have Pay-per-click in our marketplace then? I&#8217;d sure like to know, and I&#8217;d sure very much love to see it go away.</p>
<p><strong>Nov. 24 &#8211; Update with an example: </strong> It&#8217;s certainly possible for impression-fraud to happen the same way click-fraud does, with bots all over the internet querying for search terms to generate an impression of my ad.  But it would require more work, as in many many more hits. That&#8217;s because impressions are worth so much less than clicks.  One of my ads has a clickthrough rate of 0.2 % and costs 50 cents per click.  A click fraud operation could exhaust my $20 per day budget in just 40 clicks.  But with the click through rate established, the cost per impression is 1 cent.  So a click fraud operation would have to generate 2000 impressions.  That&#8217;s harder to do undetected because it requires 2000 computers instead of 40.  Google would still make the same amount of money if I were bidding 1 cent per impression as if I were bidding 50 cents per click because Google&#8217;s already collected stats on my click through rate and that rate is fairly constant over time for my ad.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.purpleivy.net/web-design/opinion-and-news/2009/11/pay-per-click-should-die/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Step By Step</title>
		<link>http://www.purpleivy.net/web-design/design-tips/2009/11/step-by-step/</link>
		<comments>http://www.purpleivy.net/web-design/design-tips/2009/11/step-by-step/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:52:02 +0000</pubDate>
		<dc:creator>Sha</dc:creator>
				<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.purpleivy.net/?p=71</guid>
		<description><![CDATA[So you would like to get a web page up and going?  Great.  There are a few steps that need to happen along that road.  Some of them are very easy, and some of them a challenge.  Here&#8217;s what needs to happen: Choosing a domain name. I recommend using mydomain.com as a domain registrar &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>So you would like to get a web page up and going?  Great.  There are a few steps that need to happen along that road.  Some of them are very easy, and some of them a challenge.  Here&#8217;s what needs to happen:</p>
<h2>Choosing a domain name.</h2>
<p>I recommend using mydomain.com as a domain registrar &#8211; it&#8217;s easy to use, provides domain name resolution (DNS) services for free, isn&#8217;t cluttered with tons of ads, and has great features.  And it&#8217;s cheap.  You can use that site to choose and register your domain name.  You&#8217;ll need to sign up for the DNS service, as well as email forwarding as well, but you need a hosting account too where you will actually put your website.</p>
<p>If we will be working for you, please set us up as a technical contact for your domain:  Purple Ivy Web Design,  110 Oakland Dr,  Black Mountain, NC, 28711.  828-686-8231 is our contact phone.</p>
<h2>Choose a web host.</h2>
<p>We recommend <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=shatuga">Hostgator</a>.  If you want to order and set it up on your own, feel free, or we can handle all that for you.  Once you have your web host set up, you (or we) will point the domain name to the host.  They&#8217;ll give you an IP address, and you need to tell your domain registrar (mydomain) where people can find your website (the IP address at Hostgator).</p>
<h2>Set up email.</h2>
<p>We recommend gmail.  Just set up a new email address and then go into your mydomain account and have them forward all email to that address.  You can set up gmail to automatically reply using the right email address as well so that your messages don&#8217;t come from gmail.com but appear to be coming from your website address.</p>
<h2>Install your CMS.</h2>
<p>We use WordPress, and that&#8217;s the technical part.  With access to your web host, we&#8217;ll do all that for you.</p>
<h2>Upload your web content &#8211; photos and text</h2>
<p>Of course you have to have some content to upload!</p>
<p>And that&#8217;s it, you&#8217;re good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.purpleivy.net/web-design/design-tips/2009/11/step-by-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

