<?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>SEO &#8211; Bogey Web Design</title>
	<atom:link href="https://www.bogeywebdesign.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.bogeywebdesign.com</link>
	<description>A Zebulon, NC based web designer / developer with typical nerd / geek roots</description>
	<lastBuildDate>Sun, 18 Apr 2010 20:22:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">14475308</site>	<item>
		<title>Search engine optimization (SEO) techniques</title>
		<link>https://www.bogeywebdesign.com/2008/03/28/search-engine-optimization-seo-techniques/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Sat, 29 Mar 2008 00:33:09 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2008/03/28/search-engine-optimization-seo-techniques/</guid>

					<description><![CDATA[Search Engine Optimization (SEO) is a strategy to allow a site to rank in search engines (Google, Yahoo, Ask) for terms. Typically the goal is to rank in the top ten for terms relevant to the main focus of the site and within the top 1-2 pages (10-30 results typically) for secondary focus areas. Since &#8230; <a href="https://www.bogeywebdesign.com/2008/03/28/search-engine-optimization-seo-techniques/" class="more-link">Continue reading <span class="screen-reader-text">Search engine optimization (SEO) techniques</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><a title="Wikipedia: SEO" href="http://en.wikipedia.org/wiki/Search_engine_optimization" target="_blank">Search Engine Optimization</a> (SEO) is a strategy to allow a site to rank in search engines (<a title="Google" href="http://www.google.com" target="_blank">Google</a>, <a title="Yahoo" href="http://www.yahoo.com" target="_blank">Yahoo</a>, <a title="Ask" href="http://www.ask.com" target="_blank">Ask</a>) for terms. Typically the goal is to rank in the top ten for terms relevant to the main focus of the site and within the top 1-2 pages (10-30 results typically) for secondary focus areas. Since most new sites are found via search engine results this becomes the main source of traffic for smaller sites like blogs and startups. However, even main web staples rely heavily on this referral traffic.</p>
<p><strong>In order to SEO a site a dual strategy is needed.</strong></p>
<p>Internally, a site must have good technical design and well-written content. This makes it more attractive to search engines and helps with &#8220;natural indexing&#8221; a search engine spider finding a single link to your site and being able to traverse the entire site tree to add it to it&#8217;s database.</p>
<p>Externally, a site must rely on strong inbound links in order to build the trust factor associated to its domain by search engines (mainly Google). Means of accomplishing this include using social book marking sites (<a title="Del.icio.us" href="http://del.icio.us/dohmsford" target="_blank">Del.icio.us</a>, <a title="My Ma.gnolia" href="http://ma.gnolia.com/people/bogeywebdesign" target="_blank">Ma.gnolia</a>), social news / technology sites (<a title="Digg" href="http://www.digg.com" target="_blank">Digg</a>, <a title="My Reddit - I really need to post more" href="http://reddit.com/user/bogeywebdesign" target="_blank">Reddit</a>), popular blogs (<a title="TechCrunch" href="http://www.techcrunch.com" target="_blank">TechCrunch</a>), and niche link building (inbound links from other sites that rate for the same search terms).</p>
<p><strong>Internal Design</strong></p>
<p>Internal design should focus on semantic web design and well-written content. On the web, it&#8217;s said that &#8220;content is king.&#8221; Well-written content will trump any attempts at &#8220;keyword stuffing&#8221;, hidden keywords, or any other &#8220;<a title="White Hat versus Black Hat" href="http://en.wikipedia.org/wiki/Search_engine_optimization#White_hat_versus_black_hat" target="_blank">black hat</a>&#8221; SEO strategies (those frowned upon and/or banned by search engines). While black hat strategies might earn a short term gain inherently the search engines catch onto the strategy resulting in a long term loss either in reducing the site&#8217;s trust so they rank lower or simply banning them from the index altogether.</p>
<p><a title="Semantic Web Design" href="http://en.wikipedia.org/wiki/Semantic_Web" target="_blank">Semantic design</a> is the process of writing HTML code so that content on the page is contained in semantic elements. This movement came about after the fiasco of 1990s web design including &#8220;table-itis&#8221; using tables and other semantic elements non-semantically in order to display the page the way the designer wanted. With the widespread acceptance of CSS and the (mostly) widespread implementation of it in browsers such as Firefox, Opera and IE 6+ the move to semantic design seriously began and started gaining a foothold in the web standards community.</p>
<p>At it&#8217;s heart, semantic design is basically wrapping content in elements that describe it semantically paragraphs in p tags, lists (many times navigation links) in ul (or if ordered ol) tags, tabular data (like graphs or excel documents) in tables, definition lists in dl tags, and headers in h1-6 tags. The use of non-semantic tags divs and spans mostly along with liberal use of classes, ids and Cascading Style Sheets (CSS) then allow the designer to have semantic content in semantic tags but still display it in any manner that they wish.</p>
<p>The reason semantic design is important is because it tells search engines what the data means it outlines header hierarchies to allow for keyword sensing and allows it to sense how data is formed and related (paragraphs under a header being a &#8220;section&#8221; etc). Since search engine spiders can only parse and not actually read the data this allows them to parse the site more intelligently and results in better keyword matching for the site.</p>
<p>The final internal design facet is likely one of the most important the title tag. This is a tag that is only shows at the top of the browser window, above the address bar and is thought in the SEO community to be the most highly weighted element by spiders. Having unique, meaningful, concise, and useful titles on each of your pages is the first step to being indexed for the terms you want.</p>
<p>After the title tag is surmised that the header elements h1-h6 are the next most heavily weighted internal element because they perform a function like a &#8220;table of contents&#8221; for the page. These should be used intelligently and not abused though as this can be considered &#8220;black hat&#8221; as well.</p>
<p><strong>External Link Building</strong></p>
<p>Beyond good internal design, a well-executed inbound linking strategy is key to SEO. In the SEO community it is thought that this is actually the most important overall part of the process. Search results tend to sway towards this thinking as many times a site that has poor internal design but strong inbound linking for terms will rank higher (many times much higher) than well designed sites with poor inbound linking.</p>
<p>Google is the largest search engine and likely the one that values this most. Although it&#8217;s algorithm is unknown many hypothesizes have been put forth by the SEO community and results seem to provide validation.</p>
<p>The first hypothesis is that search engines (specifically Google) place an amount of &#8220;trust&#8221; on a domain and page (sometimes confused with PageRank). This trust for search terms shares a one-to-one relationship with how that page and domain rank for those same terms.</p>
<p>In order to build this trust, a site must be thought of as an expert for the terms. Typically this is show by inbound links that meet a combination of criteria. The most important is number of links combined with some sort of freshness multiplier. The more inbound links for a term the more trust. The freshness multiplier comes into effect when, for example, an older site might have more links for a term however has not had any recent links for those terms. A newer site with less overall links but many recent links for those terms might then have more trust. The logic is that data is timely so more new links earn more trust than many old links.</p>
<p>Beyond total number of links is links from other sites that have trust for the terms. So, for example, if a site wishes to rate for &#8220;dog breeding&#8221; having inbound links from other sites that rank well for &#8220;dog breeding&#8221; show to spiders than those trusted sites consider the linked to site a peer.</p>
<p>Finally, the terms in and around the anchor text of the referring link assign terms. So a link set with the text &#8220;dog breeding&#8221; in the previous example would pass on trust for that keyword phrase. This is thought to be the least heavily weighted method.</p>
<p>There are many other hypothesizes, however these seem to be the most prevalent and well trusted.</p>
<p>Inbound links are typically generated though networking in the niche community a site is looking to enter as well as using popular social networking sites (Digg, Reddit, <a title="StumbleUpon" href="http://www.stumbleupon.com/" target="_blank">StumpleUpon</a>, Del.icio.us, Ma.gnolia) to increase the exposure of the site and, hopefully, gain inbound links from various sources. A campaign of using social networking sites intelligently to garner inbound links is typically referred to as &#8220;<a title="Wikipedia: Viral Marketing" href="http://en.wikipedia.org/wiki/Viral_marketing" target="_blank">viral marketing</a>.&#8221;</p>
<p><em>In conclusion</em>, SEO relies on both internal and external methods. The most important is a strong campaign of collecting links from valuable sources preferably in the same niche. The second most important is strong internal design so when a spider reaches the site it has the highest chance of success to index it correctly and rank it for preferred terms.</p>
<p><em>Random Tidbit</em>: Want to learn more about SEO?  Try reading some of the <a title="15 Most Popular Search Engine Optimization Websites" href="http://www.ebizmba.com/articles/search-engine-optimization.html" target="_blank">15 most popular SEO websites</a>.  If you use <a title="wpSEO: More SEO for WordPress" href="http://www.smashingmagazine.com/2007/08/20/wpseo-more-seo-for-wordpress/" target="_blank">WordPress learn more about improving it&#8217;s SEO</a> &#8211; I actually use a different plugin called <a title="Add Meta Tags plugin homepage" href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/" target="_blank">Add Meta Tags</a>. Finally, check my <a title="My Ma.gnolia: SEO" href="http://ma.gnolia.com/people/bogeywebdesign/tags/seo" target="_blank">SEO page on Ma.gnolia</a> for more interesting sites and tools I find.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">115</post-id>	</item>
		<item>
		<title>SEO: Linking Strategies from Outside Sources</title>
		<link>https://www.bogeywebdesign.com/2007/09/24/seo-linking-strategies-from-outside-sources/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Tue, 25 Sep 2007 00:25:50 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/09/24/seo-linking-strategies-from-outside-sources/</guid>

					<description><![CDATA[This is something I drafted up for a discussion on our boards at work and figured I&#8217;d pilfer as content. If I&#8217;m going to do the work anyways, might as well get some content for my site. Search Engine Optimization (SEO) is a tricky subject but one of the most widely accepted processes is having &#8230; <a href="https://www.bogeywebdesign.com/2007/09/24/seo-linking-strategies-from-outside-sources/" class="more-link">Continue reading <span class="screen-reader-text">SEO: Linking Strategies from Outside Sources</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>This is something I drafted up for a discussion on our boards at work and figured I&#8217;d pilfer as content.  If I&#8217;m going to do the work anyways, might as well get some content for my site.</p>
<p><strong>Search Engine Optimization</strong> (SEO) is a tricky subject but one of the most widely accepted processes is having numerous, quality links from outside sites builds trust in a page and domain, helping both page and domain to gain value in rankings for the keywords associated.</p>
<p>There are a few widely accepted facts (since there are no certainties in SEO) I&#8217;ve discovered and seen in action that follow in (relative) order of importance (and not comprehensive):</p>
<ol>
<li><strong>Deep links are better</strong>.  Using a blog example a link to a post is better than a link to category page.  A link to a category page is better than a link to the blog&#8217;s homepage.  Why?  Because each link gives a little “link juice” (value that search engines associate with a page) from the referring site.  Typically the more broad a page the stronger it’s natural link juice.  Basically your home page naturally has more link juice than a new oist on “Why kittens are cute.”  This is because of the way web page hierarchies are setup (it’s too long to go into detail here) so the “link juice” passed from the referring site will make a bigger impact on an post (which has very little “link juice”) than the home page (which already has a lot of “link juice” both from internal and external links).  Think of it like this – you have an ounce of real juice to share.  Your home page is a swimming pool, a category page is a kiddie pool, and an post is a cup.  In which one would you see the biggest impact?  The cup.</li>
<li><strong>Niche links are better</strong>.  An article about “Why kittens are cute” will get more “link juice” from a site about (and recognized as being an expert – ranking in search engines – for) animals (good), cats (better) or kittens (best) rather than a site about golf.  Why?  Because search engines (SEs) give more value to links from perceived experts in the niche.  If you were buying a computer and one friend you had was a computer programmer and the other was a ditch digger in whose opinion would you place more value?  Probably the computer programmer – same thing with SEs.</li>
<li><strong>Links from sites with greater site age and trust are better</strong>.  Trust is built through many ways, but basically it’s a catch 22: if other sites trust you (link to you) for keywords, you are trusted for those keywords (and can then pass on that trust).  Site age refers to how long a site has been indexed in the search engine – the longer it&#8217;s been indexed the more trust.  Google especially weights in site age and trust more than any other SE.  Trust is also built in part (it seems) by how often your site is updated.  Sites that have been stagnant for a long time (months, years) gradually lose trust to more recently updated sites under the impression that the information goes state and/or becomes dated on updated sites over time.  This can be offset if others sites are regularly linking in to the site.  Example: on a certain keyword a site that has been updated recently and regularly gets lots of incoming links <strong>is better than</strong> a stagnant site with lots of fresh incoming links <strong>or</strong> an updated site with few fresh incoming links<strong> which are both better</strong> than a stagnant site with few fresh incoming links.</li>
<li><strong>Links with keyword built text are better</strong>.  This does not mean make a link that says “cats, kittens, animals, &#8230;.” etc.  SEs can pick up on that and call it “keyword stuffing.”  This does mean that a link to the kitten article is more valuable if the link text (the words between the opening &lt;a href=”..”&gt; and closing &lt;/a&gt; tags) says something like “an article about why kittens are cute” than “kittens” or “cats”.</li>
<li><strong>Links with titles are better</strong>.  The anchor tag (&lt;a&gt;) has an attribute called “title” in which you can put further keywords.  This is especially good for links that are auto generated.  A good example is “read more” links you see sometimes on blogs that link to the whole post.  This can also be used to make a normal part of a sentence a link but still get the keyword effect.  Example:  &#8230; Check out this &lt;a href=”site.com/kittens” title=”Why kittens are cute”&gt;great article about cute kittens&lt;/a&gt;.</li>
</ol>
<p>Some of those are basic and more for beginners (my intended audience when I crafted it) but there is still some value for the intermediate SEO out there.</p>
<p>Conclusion:  there&#8217;s more to SEO than to simply have a lot of sites link to you.  One good site (a trusted authority in your niche) is worth dozens, hundreds or even thousands of links from smaller sites, blogs and web directories.</p>
<p><em>Random Tidbits</em>: Sticking with the SEO theme I found 2 great items on <a href="http://www.seomoz.org" title="Read SEOmoz. Rank better." target="_blank">SEOmoz</a> (view source for an example of title tag use on that link &#8211; not that SEOmoz is going to get a lot of link juice from the likes of <em>me</em>).</p>
<ol>
<li><a href="http://www.seomoz.org/blog/questions-answers-with-googles-spam-guru" title="Matt Cutts on Nofollow, Links-Per-Page and the Value of Directories" target="_blank"> Matt Cutts on Nofollow, Links-Per-Page and the Value of Directories</a> &#8211; Matt spreads some knowledge on several hot button SEO topics including use of nofollow, which is sometimes misunderstood.  <a href="http://mattcutts.com/blog" title="Matt Cutts: Gadgets, Google, and SEO" target="_blank">Matt</a> works for Google (SEOmoz calls him their &#8220;spam guru&#8221;) and is one of the best sources to understand Google.</li>
<li><a href="http://www.seomoz.org/seo-expert-quiz/" title="SEO Expert Quiz" target="_blank">SEOmoz&#8217;s SEO Expert quiz</a> &#8211; test your SEO mettle in 75 questions.  See if you can beat my <strike>horrible</strike> impressive 55%.  Seriously, the best part is at the end it shows you the correct answers along with a brief description.  Unfortunately, you can&#8217;t save that page to keep that information &#8211; unless you print it as a PDF to your computer.</li>
</ol>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">98</post-id>	</item>
		<item>
		<title>The Basics of SEO</title>
		<link>https://www.bogeywebdesign.com/2007/04/21/the-basics-of-seo/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Sun, 22 Apr 2007 00:51:54 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webstandards]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/04/21/the-basics-of-seo/</guid>

					<description><![CDATA[I&#8217;ve done a few SEO posts lately, but I got to thinking of another quasi beginner&#8217;s guide &#8211; similar to the one I posted awhile back. I think this is a little more clear as I have gained more information, insight and confidence with regards to the subject. Search Engine Optimization (SEO) is comprised of &#8230; <a href="https://www.bogeywebdesign.com/2007/04/21/the-basics-of-seo/" class="more-link">Continue reading <span class="screen-reader-text">The Basics of SEO</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve done a few SEO posts lately, but I got to thinking of another quasi beginner&#8217;s guide &#8211; similar to <a href="https://www.bogeywebdesign.com/2006/11/24/seo-what-i-learned-as-a-web-designer/" title="SEO: What I Learned as a Web Designer" target="_blank">the one I posted awhile back</a>.  I think this is a little more clear as I have gained more information, insight and confidence with regards to the subject.</p>
<p>Search Engine Optimization (SEO) is comprised of 3 basic elements: good site design, site age and trust, and link popularity.</p>
<p>Good site design basically means two things: designing with web standards and utilizing good keywords and content in SEO important tags.</p>
<p>Designing with web standards means using semantic tags &#8211; p for content paragraphs, ul/ol for lists, h1-6 for headers and so on. It also means using the least amount of non-semantic tags like divs and spans to provide hooks in order to style your site with CSS. Ideally, you want to have the least amount of tags possible because a large amount of non-semantic tags makes it harder for search engines to &#8220;read&#8221; your site and find content, as well as the fact that they only index so much of a page, so if a page is too large and your content too far down it might not be seen at all. Many standard tags like headers, p and lists are block level elements anyways and can by styled with borders, padding, margins and background images eliminating the need for extra divs for all but the more complex designs like rounded corners.</p>
<p>Utilizing good keywords and content is a major part of SEO. First, you must decide what your site is about and what you are looking to provide to users. That will determine your content and what searches you should (and can) optimize for. Second, you must place those in SEO important tags. The highest level and most important is the page&#8217;s title tag which displays at the top of the browser. For example, in this article (at the time of this writing at least) the title tag of this page reads &#8220;The Basics of SEO.&#8221; Having relevant, clear, concise and individual title tags is one of the most important parts of SEO. Each page should ideally have a unique title &#8211; for example your home page might be &#8220;YourSite.com&#8221; and your about page might be &#8220;About YourSite.com&#8221;, etc. Second is a page&#8217;s h1 tag(s) which should be, ideally, similar to the title tag but not exactly the same. Some repetition is good but you don&#8217;t want to keyword stuff. Finally, at a much lower level, are h2-h3 elements and, on a much broader level, the actual content of the site. While the actual content is not in important tags, this allows search engines to figure out what your page is about, what keywords you really are targeting, and what should be displayed in search result snippets.</p>
<p>Site age and trust are harder to quantify. Site age refers not to how old the domain name is but how long it has been in the search engine&#8217;s index. This is why older, popular domains can fetch a decent price at sale and can unfortunately be, at least for a short time, abused to spam search engines for profit. Trust is typically related to <a href="http://www.google.com" title="Google" target="_blank">Google</a> and deals with link popularity as well. Most assumptions are that trust is derived from the trust of the site plus (or minus) the trust of sites that link to and from them. The biggest factor here is black hat strategies like link rings having a lot of links to you from sites that aren&#8217;t trusted can significantly lower your own trust.</p>
<p>Finally, we talk about link popularity. Besides the negative effects I mentioned before this can actually provide significant and quick returns for SEO. One of the simplest things is to institute social bookmarking/networking icons on your site &#8211; <a href="http://www.digg.com" title="Digg" target="_blank">digg</a>, <a href="http://del.icio.us" title="Del.icio.us" target="_blank">del.icio.us</a>, <a href="http://www.reddit.com" title="Reddit" target="_blank">reddit</a>, <a href="http://www.furl.com" title="Furl" target="_blank">furl</a>, <a href="http://ma.gnolia.com/" title="Ma.gnolia" target="_blank">ma.gnolia</a>, <a href="http://blinklist.com" title="Blinklist" target="_blank">blinklist</a>, etc. These sites, especially del.icio.us, are becoming the new search engines of choice. They are gaining trust because actual humans build the indexes and the tags associated with sites as part of the Web 2.0 movement think of them as social search engines. Many of these sites have high level of trusts so links coming from them, especially if many people bookmark you, are highly valuable. Adding these buttons simplifies the process for your users to help you out and can expose you to new users who might be using those sites to search for tags relevant to you.</p>
<p>Providing high quality content in your niche can also boost SEO because search engines give additional value to links to your site from other sites in the same niche. If you are seen as an authority on that subject, you will naturally gain more trust and move up in the rankings.</p>
<p>Sites that rank high typically do because a search engine can trust them. They have been around for awhile, have lots of links from other sites that are relevant to the terms being searched for, have lots of inbound links total, and have content that is designed to be easily understood by search engine spiders. A good analogy is to think of a search engine like word of mouth advertising. If someone asks you for the best pizza place in town you&#8217;re going to recommend places you trust. And if some place you usually recommend changes their recipe or gives you a bad experience, they will lose your trust and not be as highly recommended by you. The same with search engines &#8211; if you use black hat or spam techniques, you could hurt your trust for a long time and potentially even be banned. However, if you provide good content and are popular for that niche, then they will recommend you more and more.</p>
<p>Random Tidbit: A neat article on <a href="http://www.modernlifeisrubbish.co.uk/article/how-to-get-a-six-figure-blogging-income" title="How To Get A Six Figure Blogging Income" target="_blank">how to make a six figure income while blogging</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72</post-id>	</item>
		<item>
		<title>Ranking in Google</title>
		<link>https://www.bogeywebdesign.com/2007/04/07/ranking-in-google/</link>
					<comments>https://www.bogeywebdesign.com/2007/04/07/ranking-in-google/#comments</comments>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Sat, 07 Apr 2007 15:18:42 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/04/07/ranking-in-google/</guid>

					<description><![CDATA[I pulled an article from my feeds the other day from SEOmoz that was very interesting.  Basically, it&#8217;s a discussion and compilation of what is important SEO-wise for sites from 37 of the top people in the field.  For those of us who can&#8217;t afford our own search engine marketers and/or don&#8217;t have a lot &#8230; <a href="https://www.bogeywebdesign.com/2007/04/07/ranking-in-google/" class="more-link">Continue reading <span class="screen-reader-text">Ranking in Google</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I pulled an article from my feeds the other day from <a href="http://www.seomoz.org/article/search-ranking-factors" title="Google Search Engine Ranking Factors" target="_blank">SEOmoz that was very interesting</a>.  Basically, it&#8217;s a discussion and compilation of what is important SEO-wise for sites from 37 of the top people in the field.  For those of us who can&#8217;t afford our own search engine marketers and/or don&#8217;t have a lot of experience separating the myths from the facts it was very eye opening.  It confirmed a lot of what I had believed and implemented, as well as adding some new ideas to my head.</p>
<p>It is a rather long article, so I&#8217;ve compiled a sort of top 10 list of things that they found to be extremely important.  These are not in order of importance.  <em>All factors are taken from the <a href="http://www.seomoz.org/article/search-ranking-factors" title="Google Search Engine Ranking Factors" target="_blank">article</a> and are attributed to <a href="http://www.seomoz.org" title="SEOmoz" target="_blank">SEOmoz</a>.  Summaries are provided for convenience by BogeyWebDesign.</em></p>
<ol>
<li><strong>Page title tag</strong> &#8211; using keywords in your title tag not only shows up in results but is likely one of, if not the, highest ranking SEO element.  <a href="http://www.keyrelevance.com/" title="Christine Churchill: Key Relevance" target="_blank">Christine Churchill</a> said it best: &#8220;<span class="comment" id="com_1">If you have time to do only one SEO action on your site, take the time to create good titles.&#8221; One interesting negative factor is repetition of title on many pages &#8211; keep your titles as page specific as possible.</span></li>
<li><strong>Link popularity of site</strong> &#8211; incoming links, both in quality and quantity.  It also talks about sub-categorizing this further as links inbound from high ranking sites in your niche also help.</li>
<li><strong>Age of site</strong> &#8211; not when registered but from the date of first index by search engines.  Google especially factors this in with regards to trust.</li>
<li><strong>Anchor text of inbound links </strong>&#8211; the text around the links coming to your site.  Has started to depreciate though according to their experts.</li>
<li><strong>Keyword use in body text</strong> &#8211; how much the search term appears in your actual content.</li>
<li><strong>Relationship of content to keyword</strong> &#8211; how much your content actually matches those keywords.  This could also hurt you if you pull in for a keyword but don&#8217;t support it &#8211; in the case of spammers putting high use keywords to pull in for say selling ED medicine.</li>
<li><strong>Keyword Use in H1 Tag</strong> &#8211; the trick is to avoid too much repetition of keywords.  Perhaps a broader one in your title, with more meaty relevant content around the keyword in the H1 tag.</li>
<li><strong>Topical Relevance of Inbound Links</strong> &#8211; do inbound links to your site focus on a similar topic.  Again, building link popularity in your niche.</li>
<li><strong>Link Popularity of Site in Topical Community</strong> &#8211; another factor they rated high that relates to being popular and relevant in your niche.</li>
<li><strong>Rate of New Inbound Links to Site</strong> &#8211; how often do people link to your site.  The more popular you are, the more relevant you likely are to the subject.</li>
</ol>
<p>So it seems that not only should you build a key site, but by becoming a player in your niche/topic &#8211; through white hat tactics &#8211; you will gain more credibility.  It makes sense.  For example, when you google &#8220;css&#8221; one of the top links is the <a href="http://www.csszengarden.com" title="CSS Zen Garden" target="_blank">CSS Zen Garden</a>.  What is that site known for?  Revolutionizing the use of CSS on the web.  And most sites that have content on CSS likely link to them one or more times.  I probably have a dozen if not more links to that one site on mine.</p>
<p>The bottom line?  Design a clean, relevant site with keywords prominently displayed in the right places &#8211; title tag, H1&#8217;s &#8211; and work to become a resource to other sites in your niche as well as people who might be searching the web for that content.</p>
<p>Random Tidbit: Also on <a href="http://www.seomoz.org/page-strength/" title="SEOmoz: Page Strength SEO Tool" target="_blank">SEOmoz is a nice tool to help you see the page strength of your site SEO-wise</a>.  I used it on <a href="http://www.seomoz.org/page-strength/www.bogeywebdesign.com" title="Bogey Web Design: Page Strength" target="_blank">my site</a> and between that and the article have already taken steps to strengthen my site including changing my homepage title tag and trying to get my site re-indexed &#8211; especially considering I&#8217;ve added dozens of pages of new content.  I think I might delete my old blog since repetition issues might be the case.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bogeywebdesign.com/2007/04/07/ranking-in-google/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65</post-id>	</item>
		<item>
		<title>5 WordPress Plugins Everyone Should Use</title>
		<link>https://www.bogeywebdesign.com/2007/04/05/5-wordpress-plugins-everyone-should-use/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 06 Apr 2007 03:09:26 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[web design]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/04/05/5-wordpress-plugins-everyone-should-use/</guid>

					<description><![CDATA[I&#8217;ve finally started to get my site up and running and have been actively searching for various plugins to enhance my site. So far, I&#8217;ve come up with a short list that anyone should start with in order to have the basic functionality &#8211; for yourself or a client &#8211; without paying a lot from &#8230; <a href="https://www.bogeywebdesign.com/2007/04/05/5-wordpress-plugins-everyone-should-use/" class="more-link">Continue reading <span class="screen-reader-text">5 WordPress Plugins Everyone Should Use</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve finally started to get my site up and running and have been actively searching for various plugins to enhance my site.  So far, I&#8217;ve come up with a short list that anyone should start with in order to have the basic functionality &#8211; for yourself or a client &#8211; without paying a lot from a hosting company or anyone else to have them.</p>
<ol>
<li><a title="Akismet Plugin for WordPress" href="http://akismet.com/download/" target="_blank">Akismet</a> &#8211; because of the good code, SEO-wise, that WordPress generates you get a lot of traffic.  Unfortunately, that means you get a lot of bad traffic too &#8211; including comment spam.  A must have.</li>
<li><a title="Google Analytics Plugin for WordPress" href="http://boakes.org/analytics" target="_blank">Google Analytics</a> &#8211; a simple google account and you have access to all the advanced stats you could ever want or need &#8211; does any more really need to be said?</li>
<li><a title="Google Sitemap Generator Plugin for WordPress" href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final" target="_blank">Google Sitemap Generator</a> &#8211; with the same google account you can generate an XML sitemap &#8211; that will dynamically re-create itself and notify <a title="Google" href="http://www.google.com" target="_blank">Google</a> everytime you add a post &#8211; that will allow the 3 major search engines to index your entire site easier.</li>
<li><a title="Share This Plugin for WordPress" href="http://alexking.org/projects/wordpress" target="_blank">Share This</a> &#8211; nearly every social bookmarking site known to man is included, as well as a feature for people to e-mail your site/post/page to friends.  Easily allow your users to index your site for you with popular sites like <a title="Del.icio.us" href="http://del.icio.us" target="_blank">del.icio.us</a> and get traffic from sites like <a title="Digg" href="http://www.digg.com" target="_blank">digg</a> and <a title="Reddit" href="http://www.reddit.com" target="_blank">reddit</a>.</li>
<li><a title="Add Meta Tag Plugin for WordPress" href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/" target="_blank">Add Meta Tags</a> &#8211; although less important for SEO, this plugin lets you dynamically generate keyword and description metatags based upon your categories and the content of your post.</li>
</ol>
<p>Random Tidbit: Excellent article on <a title="Five Principles to Design By" href="http://bokardo.com/archives/five-principles-to-design-by/" target="_blank">five principles to design by</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64</post-id>	</item>
		<item>
		<title>SEO: What I Learned as a Web Designer</title>
		<link>https://www.bogeywebdesign.com/2006/11/24/seo-what-i-learned-as-a-web-designer/</link>
					<comments>https://www.bogeywebdesign.com/2006/11/24/seo-what-i-learned-as-a-web-designer/#comments</comments>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 24 Nov 2006 19:35:08 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=34</guid>

					<description><![CDATA[One of the most important things for a site is for it to be seen by as many people that would be interested in it as possible.  Typically, there are two ways to facilitate this happening.  One is paid advertising &#8211; buying search engine terms in Google, Yahoo, or other search engines and/or buying space &#8230; <a href="https://www.bogeywebdesign.com/2006/11/24/seo-what-i-learned-as-a-web-designer/" class="more-link">Continue reading <span class="screen-reader-text">SEO: What I Learned as a Web Designer</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>One of the most important things for a site is for it to be seen by as many people that would be interested in it as possible.  Typically, there are two ways to facilitate this happening.  One is paid advertising &#8211; buying search engine terms in Google, Yahoo, or other search engines and/or buying space to promote your site on other sites that attract the same audience as you.  The second is Search Engine Optimization, SEO.  Even with paid advertising this is necessary because it is a free way to improve your natural rankings in search engine listings for the keywords you feel are important to your site.</p>
<p>What is SEO and how do you improve it for your site though?  Simply put, SEO is designing your site so that it is easier for search engines to read it &#8211; and so quicker for them to understand where you should go in their directory.  Ironically, by making it more search engine friendly you typically also make your site more compliant and easier to update and validate.</p>
<p>The first step to improving your SEO can be done by anyone &#8211; provide rich content.  If your site/post has the relevant keywords related to the topic you want to be listed in and contains content related to that subject that people will find interesting and want to read &#8211; then you&#8217;ve taken the first step.  This has nothing to do with XHTML, CSS, PHP or any web technology.  I&#8217;m talking about the simple text you place in between all those wonderful tags.</p>
<p>The second step is to understand the hierarchy of your site.  This varies slightly based on the search engine and some people will disagree with what I say about meta tags &#8211; but this is based upon reading many books and sites on SEO, as well as first hand experience.  In regards to meta tags &#8211; by all means fill them in.  But because of abuse, they are very low weight &#8211; i.e. lower in the hierarchy &#8211; and do not improve your ranking much.  The highest level is the title tag &#8211; what will appear in the bar at the top of the browser.  You should choose something that relates to the topic and, preferably, provides a 5-10 word summary of what your site/post is about.  Following that is the h tags &#8211; h1-h6 respectively &#8211; which are weighted accordingly &#8211; h1 is higher then h2 and so on.  Be careful not to abuse these by using them all over the page &#8211; as that can be considered &#8220;keyword stuffing&#8221; or other not nice words that mean search engines will not like you.  Finally, there is the rest of the stuff in the hierarchy &#8211; p, strong, ul, li and all the other wonderful tags.  They have some varying weights but not really enough to be worth talking about.  The easiest way to implement this step is to think of your site like an outline for a paper you&#8217;re doing in school.  You have a title, some subject and sub-subject headers (h1, h2, etc) and then the meat &#8211; paragraphs of content.  Only in this case, you&#8217;re not summarizing in the paragraphs, but placing rich content.</p>
<p>The final step is CSS.  One of the reasons CSS was proposed and implemented was that web pages had become bowls of &#8220;tag soup&#8221; &#8211; what you saw looked nice, but beneath that the HTML was loaded with misused tags, presentational information and other things that made it difficult to edit and bloated the page weight.  CSS is very simply a way to separate your presentation from your content.  Because of browser quirks this is not always possible &#8211; though the biggest perpetrator, Internet Explorer, is looking to correct this with IE7.  In an ideal world, the XHTML for your site would contain the basics &#8211; your plain text content, basic tags (p, h1-6, ul, li, etc), some id and class declarations and that&#8217;s it.  Only the things that describe your content &#8211; nothing dealing with presentation like colors, fonts, or even div/spans.  This is typically never possible because at a minimum you usually need a few div&#8217;s to mold your design &#8211; but it&#8217;s nice to dream.  Your CSS file would then hold the actual design of the site &#8211; where elements should reside on the page, what color and typeface fonts/headers should be, background graphics, etc.  You could then easily edit the look of your entire site simply by editing your CSS &#8211; potentially a single file in a simpler design.  This is the true power of CSS &#8211; not only will it allow more interested users to see your site (by helping your SEO) but it will also allow you to change your site quickly and easily whenever you want.</p>
<p>Once you understand the basics, you can start to see the potential.  One of the more powerful tools is to place your content first in the HTML because search engines only read the HTML and give more weight to what they read first &#8211; so you would rather have them see your content first then say your navigation or sometimes even your header.  The problem is most sites don&#8217;t want their content to <em>display</em> first &#8211; they want a header with site branding and usually some left navigation &#8211; though right navigation is typically better because the user&#8217;s mouse resides near the scroll bar, so having it on the right means they have to move the mouse less, improving their experience and making it more accessible for them.  With CSS you can have both.  I did this for the sites I used to work on &#8211; 2 mid-size employment sites &#8211; and have even created a few free templates on <a href="https://www.bogeywebdesign.com" title="Bogey Web Design - my portfolio and personal site" target="_blank">my site</a> &#8211; feel free to steal them.</p>
<p>I hope that you got something out of this.  If you have any questions, comments, or criticisms feel free to leave a comment or, if you prefer, <a href="mailto:bwdblog@bogeywebdesign.com" title="E-mail me" target="_blank">e-mail</a> me.</p>
<p>Random Tidbit:  Want to have a neat Web 2.0 tool to track your competitors with?  Check out <a href="http://www.techcrunch.com/2006/10/04/competitous-track-your-competition-online/" title="Competito.us" target="_blank">this article on Competitio.us</a>.  The article is old, but the site still appears to be free to use.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bogeywebdesign.com/2006/11/24/seo-what-i-learned-as-a-web-designer/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">34</post-id>	</item>
		<item>
		<title>Sites a Web Designer Should Know (or ‘I wish I had thought of this first’) Part 2</title>
		<link>https://www.bogeywebdesign.com/2006/09/30/sites-a-web-designer-should-know-or-%e2%80%98i-wish-i-had-thought-of-this-first%e2%80%99-part-2/</link>
					<comments>https://www.bogeywebdesign.com/2006/09/30/sites-a-web-designer-should-know-or-%e2%80%98i-wish-i-had-thought-of-this-first%e2%80%99-part-2/#comments</comments>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Sat, 30 Sep 2006 08:07:29 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=30</guid>

					<description><![CDATA[They say patience is a virtue and absence makes the heart grow fonder, but you just want your links, right? So here goes: Templates Intensivstation &#8211; XHTML and CSS 2 templates that start you off in pretty much any basic design you would want to use. Mollio &#8211; another set of basic templates that you &#8230; <a href="https://www.bogeywebdesign.com/2006/09/30/sites-a-web-designer-should-know-or-%e2%80%98i-wish-i-had-thought-of-this-first%e2%80%99-part-2/" class="more-link">Continue reading <span class="screen-reader-text">Sites a Web Designer Should Know (or ‘I wish I had thought of this first’) Part 2</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>They say patience is a virtue and absence makes the heart grow fonder, but you just want your links, right?  So here goes:</p>
<h3>Templates</h3>
<ul>
<li><a TARGET="_blank" TITLE="Intensivstation" HREF="http://www.intensivstation.ch/en/templates/">Intensivstation</a> &#8211; XHTML and CSS 2 templates that start you off in pretty much any basic design you would want to use.</li>
<li><a TARGET="_blank" TITLE="Mollio" HREF="http://www.mollio.org/">Mollio</a> &#8211; another set of basic templates that you can download and play around with.  A good learning tool if you&#8217;re new to CSS and XHTML.</li>
<li><a TARGET="_blank" TITLE="Layout Gala" HREF="http://blog.html.it/layoutgala/">Layout Gala</a> &#8211; the best of the three, especially if you have a grasp of CSS.  Takes the same markup and applies different CSS similar to <a TARGET="_blank" TITLE="CSS Zen Garden" HREF="http://www.csszengarden.com">the CSS Zen Garden</a>.  Excellent for setting up how you want content and links to appear for SEO purposes.</li>
</ul>
<h3>Inspiration</h3>
<ul>
<li><a HREF="http://www.cssbeauty.com/" TITLE="CSS Beauty" TARGET="_blank">CSS Beauty</a> &#8211; excellent design of the site itself, lists of CSS sites, CSS jobs and news as well.</li>
<li>Stylegala &#8211; similar to CSS beauty.</li>
<li><a HREF="http://cssvault.com/" TITLE="CSS Vault" TARGET="_blank">CSS Vault</a></li>
<li><a HREF="http://www.csstux.com/" TITLE="CSS Tux" TARGET="_blank">CSS Tux</a> &#8211; labeled as the &#8220;best dressed&#8221; sites on the web, some nice designs &#8211; including the site itself</li>
<li><a HREF="http://www.w3csites.com/" TITLE="W3C Sites" TARGET="_blank">W3C Sites</a> &#8211; sites that conform to the W3C standards &#8211; beauty and standards compliance hand in hand.</li>
</ul>
<h3>CSS</h3>
<ul>
<li><a HREF="http://www.webcredible.co.uk/user-friendly-resources/css/css-tricks.shtml" TITLE="CSS Tricks" TARGET="_blank">Ten CSS Tricks You May Not Know</a> &#8211; some cool stuff that I hadn&#8217;t heard of at the time for simply didn&#8217;t use enough.</li>
<li><a HREF="http://alvit.de/css-showcase/css-navigation-techniques-showcase.php" TITLE="CSS Navigation Techniques" TARGET="_blank">CSS Navigation Techniques</a> &#8211; besides allowing users to navigate your site and improving your SEO, navigation can be a strong aesthetic part of your site.</li>
<li><a HREF="http://css.maxdesign.com.au/" TARGET="_blank">Max Design</a> &#8211; list of resources, including Listamatic.</li>
<li><a HREF="http://www.barelyfitz.com/screencast/html-training/css/positioning/" TITLE="Learn CSS Positioning in Ten Steps" TARGET="_blank">Learn CSS Positioning in Ten Steps</a> &#8211; everything you need to know about positioning</li>
<li><a HREF="http://www.positioniseverything.net/" TITLE="Position is Everything" TARGET="_blank">Position is Everything</a> &#8211; for when everything you know about positioning doesn&#8217;t work.  Hopefully, IE7 will make this site obsolete.</li>
<li><a HREF="http://www.soxiam.com/Notes/CSSTools" TITLE="CSS Tools" TARGET="_blank">CSS Tools</a> &#8211; another list of CSS tools, much longer then mine.  Some redundancy but some really cool stuff I didn&#8217;t list.</li>
<li><a HREF="http://meyerweb.com/eric/css/edge/" TITLE="css/edge" TARGET="_blank">css/edge</a> &#8211; Eric Meyer doing CSS.  Do I need to say more?</li>
<li><a HREF="http://cssplay.co.uk/index.html" TITLE="CSS Play" TARGET="_blank">Stu Nicholls | CSS Play</a> &#8211; I have mentioned I have a love/hate relationship with this site.  It has dozens of cool ideas that I borrow (steal) and that cause me to expand my understanding and abilities with CSS.  I hate it though because everytime I think I&#8217;ve come up with a new idea in CSS&#8230; I find he&#8217;s already thought of it and 3 offshoots.  Highly recommended</li>
</ul>
<p>I hope you found something you didn&#8217;t know before and something that inspires you to make the web a more beautiful, CSS enabled, standards compliant and semantically correct place.  Comments, constructive criticisms and flames welcome.  Spam can be directed <a TARGET="_blank" TITLE="Yankees Suck" HREF="http://www.yankeessuck.com/">here</a>.</p>
<p>Random Tidbit: WordPress does not like Opera at all.  Something in the Ajax or Javascript just hates it.  I&#8217;ve tried identifying and masking as Firefox and even Explorer, still no go.  Someone should work on that since it&#8217;s rather annoying.  I like Firefox and it&#8217;s not that hard to switch over I guess, but I would think that it wouldn&#8217;t be that hard to get it to work in Opera compared to say Explorer.  But it could be I&#8217;m just not that smart.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bogeywebdesign.com/2006/09/30/sites-a-web-designer-should-know-or-%e2%80%98i-wish-i-had-thought-of-this-first%e2%80%99-part-2/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">30</post-id>	</item>
		<item>
		<title>Sites a Web Designer Should Know (or &#8216;I wish I had thought of this first&#8217;)</title>
		<link>https://www.bogeywebdesign.com/2006/09/20/sites-a-web-designer-should-know-or-i-wish-i-had-thought-of-this-first/</link>
					<comments>https://www.bogeywebdesign.com/2006/09/20/sites-a-web-designer-should-know-or-i-wish-i-had-thought-of-this-first/#comments</comments>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Wed, 20 Sep 2006 23:04:31 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=29</guid>

					<description><![CDATA[Awhile back I did a post on my personal top ten sites. It was dugg and relabeled as sites a web developer should know. This was not my intention since there were many sites on it that have nothing to do with web design, CSS or SEO. But it was one of my most popular &#8230; <a href="https://www.bogeywebdesign.com/2006/09/20/sites-a-web-designer-should-know-or-i-wish-i-had-thought-of-this-first/" class="more-link">Continue reading <span class="screen-reader-text">Sites a Web Designer Should Know (or &#8216;I wish I had thought of this first&#8217;)</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Awhile back I did a post on my personal top ten sites.  It was dugg and relabeled as sites a web developer should know.  This was not my intention since there were many sites on it that have nothing to do with web design, CSS or SEO.  But it was one of my most popular posts &#8211; probably not for my superb writing skills, more likely interest from the digg post.</p>
<p>I am still relatively new at web design but I thought I would share some of the sites I use regularly in the hopes that experienced designers might find something new and new designers might start out correctly &#8211; that is, building CSS based, SEO friendly and standard compliant sites.  Since there is a relatively large number of things I want to list, this will probably be broken up over several posts.</p>
<h3>SEO</h3>
<ul>
<li><a href="http://www.dlperry.com/what_search_engine_spiders_see.html" title="dlperry.com - What Search Engine Spiders See" target="_blank">See how your site looks to search engines</a> &#8211; input your site, choose your paramaters and it will show you what order your content shows up in, your keywords and keyword density, as well as headers, title, meta tags and other SEO elements of your page.  A good way to make sure your page is being read the way you want it to.</li>
<li><a href="http://www.site-reference.com/articles/Search-Engines/Getting-Your-Site-Indexed-Before-You-Launch.html" title="Getting your site indexed before you launch" target="_blank">Getting your site indexed before you launch</a> &#8211; this article brings up a good point.  Many sites talk about how to improve your SEO after the fact, but as many designers know &#8211; by doing things right from the beginning, it&#8217;ll make your life and job a lot easier.  This offers several simple ideas to be indexed before you&#8217;re even done.</li>
<li><a href="http://www.456bereastreet.com/archive/200502/basics_of_search_engine_optimisation/" title="Basics of SEO" target="_blank">Basics of SEO</a> &#8211; 456 Berea St. offers an excellent list of things to do &#8211; keep your title (the most important SEO element) in mind and utilize it correclty, use real headings, write good content (and keep it fresh), use good (semantic and lean) markup, and keep in mind there are no shortcuts.  It includes more information and ideas then I mention here &#8211; I highely recommend it even if you know a lot about SEO, you might learn something new.</li>
<li><a href="http://www.seomoz.org/beginners.php" title="Beginner's Guide to SEO" target="_blank">Beginner&#8217;s Guide to SEO</a> &#8211; <a href="http://www.seomoz.org/" title="SEOmoz" target="_blank">SEOmoz</a> is an entire site dedicated to SEO and this beginner&#8217;s guide is actually pretty comprehensive.</li>
</ul>
<h3>Markup</h3>
<ul>
<li><a href="http://www.w3schools.com/" title="W3schools Online Web Tutorials" target="_blank">W3Schools</a> &#8211; a free online school of the basics of HTML, CSS, JavaScript and other web languages.  Very basic, but a good resource.</li>
<li><a href="http://www.webdesignfromscratch.com/" title="Web Design from Scratch" target="_blank">Complete Guide to Web Design</a> &#8211; An excellent, complete guide to building web pages.  Easy to read and well written.  Highetly recommended.</li>
</ul>
<h3>Web Standards</h3>
<ul>
<li><a href="http://validator.w3.org/" title="W3 Validator" target="_blank">W3c Validator</a> &#8211; the official validator.  You can&#8217;t have standard compliant code unless it&#8217;s valid (ad servers, CMS, etc. aside).</li>
<li><a href="http://blog.outer-court.com/archive/2006-06-23-n15.html" title="9 Ways to Misunderstand Web Standards" target="_blank">9 Ways to Misunderstand Web Standards</a> &#8211; Some common misunderstandings that still go on today.</li>
<li><a href="http://www.hotdesign.com/seybold/" title="Why Tables for Layouts is Stupid" target="_blank">Why Tables for Layouts is Stupid</a> &#8211; An online slide show from Seybold 2003.  Simple and easy to understand.  A <a href="http://www.hotdesign.com/seybold/32online.html" title="Resources" target="_blank">great list of resources</a> near the end.  Included because it&#8217;s amazing to me how many table based layouts there still are out there &#8211; including many of those free template sites or page builders you find.  Tables have their uses &#8211; but bloating markup and killing SEO is not one of them.</li>
<li><a href="http://www.456bereastreet.com/lab/developing_with_web_standards/" title="Designing with Web Standards" target="_blank">Designing with Web Standards</a> &#8211; another great 456 Berea St. article.  A comprehensive guide to designing standard compliant sites.  A little hard to understand for beginners, but a source I highely recommend.</li>
</ul>
<p>That&#8217;s it for today.  Next time: CSS, Inspiration and Template sites and color/graphics sites (most likely &#8211; subject to change).  A great, and much more extensive, resource list can be found at <a href="http://www.alvit.de/handbook/" title="The Web Developer's Handbook" target="_blank">the web developer&#8217;s handbook</a> &#8211; some of the sites listed here are on there and I have mentioned this site before.  My only complaint would be that no descriptions are provided.  However, on a list that large, descriptions would make it almost unreadable.</p>
<p>Random Tidbit: Sticking with the list theme &#8211; here are three great <a href="http://del.icio.us" title="Del.icio.us" target="_blank">del.icio.us</a> links:</p>
<ul>
<li><a href="http://davidbrunelle.com/2006/09/05/become-a-delicious-power-user/" title="Become a del.icio.us power user" target="_blank">Become a del.icio.us power user</a></li>
<li><a href="http://slackermanager.com/2005/12/the_several_hab.html" title="The Several Habits of Wildly Successful del.icio.us Users" target="_blank">The Several Habitsof Wildly Successful del.icio.us users</a></li>
<li><a href="http://theory.isthereason.com/?p=499" title="From Del.icio.us to WordPress: How to automatically post daily links" target="_blank">From Del.icio.us to WordPress: How to automatically post daily links</a> &#8211; this is something I might start doing, what do you think?</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bogeywebdesign.com/2006/09/20/sites-a-web-designer-should-know-or-i-wish-i-had-thought-of-this-first/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">29</post-id>	</item>
		<item>
		<title>Viral Marketing and Link Baiting</title>
		<link>https://www.bogeywebdesign.com/2006/08/27/viral-marketing-and-link-baiting/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Mon, 28 Aug 2006 01:38:28 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Patriots]]></category>
		<category><![CDATA[Red Sox]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=21</guid>

					<description><![CDATA[Found an interesting article about viral marketing and link baiting, which is a term I had not heard before.  Viral marketing is something that I have been thinking a lot about lately as I try to not only provide content, but also to get people to actually see the content I have provided.  Nothing worse &#8230; <a href="https://www.bogeywebdesign.com/2006/08/27/viral-marketing-and-link-baiting/" class="more-link">Continue reading <span class="screen-reader-text">Viral Marketing and Link Baiting</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Found an interesting article about <a href="http://searchenginewatch.com/showPage.html?page=3623287" title="Viral Marketing" target="_blank">viral marketing and link baiting</a>, which is a term I had not heard before.  <a href="http://en.wikipedia.org/wiki/Viral_marketing" title="Definition of Viral Marketing" target="_blank">Viral marketing</a> is something that I have been thinking a lot about lately as I try to not only provide content, but also to get people to actually see the content I have provided.  Nothing worse then a good idea that no one knows about.</p>
<p>Basically, the two ideas are ways in which to use the new web &#8211; mainly web 2.0, community content driven sites &#8211; in order to introduce your site to the masses for free.  Essentially, word of mouth advertising meets the web.  The benefit is that it, hopefully, has a snowball effect.  As people find out about your content and find value in it, they link to it from their sites, blogs, myspace&#8217;s, etc.  This grows your linked-to rating, which helps in SEO, especially for Google.</p>
<p>The article also has a <a href="http://www.seomoz.org/beginners.php" title="Beginner's Guide to SEO" target="_blank">beginner&#8217;s guide to SEO</a>.  If you don&#8217;t know what SEO, Search Engine Optimization, is &#8211; it&#8217;s basically a way to get your side indexed, preferably indexed high, under the searches that your content matches.  So when someone is looking for widget toolboxes and you have the site 1001widgettoolboxes.com then they can find your site easily.  This is especially important for smaller businesses since they do not have the funds to use conventional advertising &#8211; tv, radio, newspapers &#8211; or to become a sponsored link for those searches &#8211; paying per click.  It again goes back to word of mouth advertising on the web &#8211; and ask any salesmen, word of mouth advertising is the strongest kind.</p>
<p>So besides using CSS and good XHTML to design your site, you should also keep in mind what you need to add &#8211; keywords, metatags, etc &#8211; in order to give yourself the best chance of getting your content in front of your audience.  And using sites like <a href="http://www.technorati.com/" title="Technorati" target="_blank">technorati</a>, <a href="http://www.digg.com" title="Digg" target="_blank">digg</a>, <a href="http://slashdot.org/" title="Slashdot" target="_blank">slashdot</a>, etc to create buzz is even better.</p>
<p>Random Tidbit: I can&#8217;t believe <a href="http://sports.espn.go.com/mlb/standings" title="MLB Standings" target="_blank">Boston is 7 games back of the Yankees</a>.  The Yankees have no pitching and usually when I can&#8217;t watch them, which I haven&#8217;t been able to lately, the Red Sox do well.  At least the <a href="http://sports.espn.go.com/nfl/standings" title="NFL Standings" target="_blank">Pats are 2-1</a>.  Although having a good preseason is rarely a good thing.  I don&#8217;t have any solid stats, but I remember hearing something along the lines of more 0-4 preseason teams have gone on to the Super Bowl then 4-0.  Not sure what finishing 3-1 or 2-2 does for you.  Time will tell.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">21</post-id>	</item>
	</channel>
</rss>
