<?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>CWS Blog &#187; SEO</title>
	<atom:link href="http://www.connectedwebsolutions.com/blog/category/web-design/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.connectedwebsolutions.com/blog</link>
	<description>Connected Web Solutions News - Harrisburg Web Design</description>
	<lastBuildDate>Fri, 23 Jul 2010 16:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Web Standards &#8211; Why They Matter</title>
		<link>http://www.connectedwebsolutions.com/blog/web-design/seo/web-standards-why-they-matter/</link>
		<comments>http://www.connectedwebsolutions.com/blog/web-design/seo/web-standards-why-they-matter/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 17:07:22 +0000</pubDate>
		<dc:creator>Sam Bishop</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.connectedwebsolutions.com/blog/?p=142</guid>
		<description><![CDATA[<p><img class="alignleft size-full wp-image-143" title="web-standards" src="http://www.connectedwebsolutions.com/blog/wp-content/uploads/2009/01/web-standards.jpg" alt="web-standards" width="468" height="274" /></p>
<p>Web standards.  Some of you may know exactly what they are and some may have no clue.  I like to think of them as a sort of coding practice for any website project.  Those of you in the industry have all heard of separation of structure, layout/presentation, and behavior.  Most of the time this just means your structure is contained in your (x)html, layout/presentation in your CSS, and your behavior in your javascript.</p>
<p>I am going to list some of the benefits and hopefully anyone from a site owner to a developer can take something from this.</p>
<dl>
<dt>Makes maintenance a breeze</dt>
<dd>I have worked on too many sites with inline styles or even styles declared in each individual html file and the maintenance is almost NEVER easy.  The Find and Replace tool is not perfect so the time it takes to make a site wide change is exponentially larger than if it would have been created with web standards in mind.  This gets especially painful when there is a mess of javascript as well.  So to website owners, you could save a lot of money in web maintenance if your site is developed following web standards.</dd>
<dt>Search Engine</dt></dl><p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-143" title="web-standards" src="http://www.connectedwebsolutions.com/blog/wp-content/uploads/2009/01/web-standards.jpg" alt="web-standards" width="468" height="274" /></p>
<p>Web standards.  Some of you may know exactly what they are and some may have no clue.  I like to think of them as a sort of coding practice for any website project.  Those of you in the industry have all heard of separation of structure, layout/presentation, and behavior.  Most of the time this just means your structure is contained in your (x)html, layout/presentation in your CSS, and your behavior in your javascript.</p>
<p>I am going to list some of the benefits and hopefully anyone from a site owner to a developer can take something from this.</p>
<dl>
<dt>Makes maintenance a breeze</dt>
<dd>I have worked on too many sites with inline styles or even styles declared in each individual html file and the maintenance is almost NEVER easy.  The Find and Replace tool is not perfect so the time it takes to make a site wide change is exponentially larger than if it would have been created with web standards in mind.  This gets especially painful when there is a mess of javascript as well.  So to website owners, you could save a lot of money in web maintenance if your site is developed following web standards.</dd>
<dt>Search Engine Optimized</dt>
<dd>Because search engines spiders use content when determining where a site should fall in search engines (as well as a handful of other factors) it would make sense that the majority of your (x)html should be content.  When you have all sorts of CSS (layout/presentation) and javascript(behavior) mixed into your code it makes it that much harder for search engine spiders to grab all of your good content.  Another piece of web standards would the accurate use of (x)html tags.  You would be surprised how many sites still do not use header (h1-h6), strong, and appropriate list tags (ul, ol, dl).</dd>
<dt>Faster Page Load Times</dt>
<dd>When you separate your code in separate files you can greatly increase page load times.  For example just yesterday we recoded a single page that had javascript, html, and css all mashed together into 2 clean files.  Our xhtml was cut from 167 lines down to 46 AND our css file was even a few lines smaller.  Turns out the javascript was not even necessary thanks to css hovers.  The load time decreased almost a full second through a cable modem page load (3.04 seconds to 2.1 seconds).  This might not seem like a big difference but imagine someone trying to view this page on a DSL connection or worse still, a dial-up connection!</dd>
<dt>Sites Look Good Across Multiple Browsers</dt>
<dd>Now this is something I am seeing more and more and it&#8217;s not always the easiest to show someone.  First of all ALWAYS bring a laptop to any client meeting that has multiple browsers functioning on it.  You can always send screenshots but it is much easier to see it in action.  What many people do not realize is that unless coded properly, web sites can look completely different on different browsers (IE, Firefox, Chrome, Safari, Opera, etc).  Not only that but they can look completely different on the same browsers of different versions (IE6 and IE7 almost NEVER render pages the same with the same code the first time you test it).  By coding with web standards you run the least amount of risk when looking at your site across different browsers and browser versions.  I am saying that coding with web standards will give you the same results on every browser? Of course not but it is a step in the right direction and makes troubleshooting your code much easier when it&#8217;s laid out properly.</dd>
</dl>
<p>Hopefully you were able to get something out of this.  If anyone has anything they&#8217;d like to add go ahead and comment away.  Web standards are always evolving and have greatly helped CWS in its successes over the last 2 years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.connectedwebsolutions.com/blog/web-design/seo/web-standards-why-they-matter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 SEO Tips Everyone with a Website Should Know About</title>
		<link>http://www.connectedwebsolutions.com/blog/web-design/seo/5-seo-tips-everyone-with-a-website-should-know-about/</link>
		<comments>http://www.connectedwebsolutions.com/blog/web-design/seo/5-seo-tips-everyone-with-a-website-should-know-about/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 18:10:36 +0000</pubDate>
		<dc:creator>Sam Bishop</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.connectedwebsolutions.com/blog/?p=81</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-82" title="Get Found Online" src="http://www.connectedwebsolutions.com/blog/wp-content/uploads/2008/10/binocs.jpg" alt="" width="450" height="260" /></p>
<p>So many individuals and small businesses out there have taken the plunge into the online world.  In a perfect world once you launched your website your phone would start ringing off the hook with, <em>&#8220;We found your company online and would love to do business with you!&#8221;</em>.  However we do not live in a perfect world and this does not happen as often as we all would like.  So this post is to get some of you up to speed with some simple SEO tips that you can apply to your own sites to get a little more traffic, generate a few more leads, and ultimately a few more sales for you businesses.</p>
<ol>
<li><strong>Get listed as a business in the major search engines &#8211; </strong><a title="Google Maps Local Business Center" href="https://www.google.com/accounts/ServiceLogin?continue=http%3A%2F%2Fwww.google.com%2Flocal%2Fadd%2FbusinessCenter%3Fgl%3Dus%26hl%3Den-US&#38;service=lbc&#38;hl=en-US&#38;gl=US">Google Maps Local Business Center</a>, <a title="Yahoo Local" href="http://local.yahoo.com/">Yahoo Local</a>, <a title="MSN Local Listing Center" href="https://ssl.search.live.com/listings/ListingCenter.aspx">MSN Local Listing Center</a></li>
<li><strong>Write meaningful page titles</strong> &#8211; This is actually high under-utilized.  I see too many sites&#8217; page titles that read <em>&#8220;&#60;insert company name here&#62;&#8221;</em> and that&#8217;s it.  This is the perfect place to take advantage of geographic and keyword targeting.  For example CWS wants to appeal to the entire Lehigh Valley for web design so our</li></ol><p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-82" title="Get Found Online" src="http://www.connectedwebsolutions.com/blog/wp-content/uploads/2008/10/binocs.jpg" alt="" width="450" height="260" /></p>
<p>So many individuals and small businesses out there have taken the plunge into the online world.  In a perfect world once you launched your website your phone would start ringing off the hook with, <em>&#8220;We found your company online and would love to do business with you!&#8221;</em>.  However we do not live in a perfect world and this does not happen as often as we all would like.  So this post is to get some of you up to speed with some simple SEO tips that you can apply to your own sites to get a little more traffic, generate a few more leads, and ultimately a few more sales for you businesses.</p>
<ol>
<li><strong>Get listed as a business in the major search engines &#8211; </strong><a title="Google Maps Local Business Center" href="https://www.google.com/accounts/ServiceLogin?continue=http%3A%2F%2Fwww.google.com%2Flocal%2Fadd%2FbusinessCenter%3Fgl%3Dus%26hl%3Den-US&amp;service=lbc&amp;hl=en-US&amp;gl=US">Google Maps Local Business Center</a>, <a title="Yahoo Local" href="http://local.yahoo.com/">Yahoo Local</a>, <a title="MSN Local Listing Center" href="https://ssl.search.live.com/listings/ListingCenter.aspx">MSN Local Listing Center</a></li>
<li><strong>Write meaningful page titles</strong> &#8211; This is actually high under-utilized.  I see too many sites&#8217; page titles that read <em>&#8220;&lt;insert company name here&gt;&#8221;</em> and that&#8217;s it.  This is the perfect place to take advantage of geographic and keyword targeting.  For example CWS wants to appeal to the entire Lehigh Valley for web design so our page title reads <em>&#8220;Connected Web Solutions &#8211; Lehigh Valley Web Design &#8211; Establish your Web Presence&#8221;</em>.  You can be as specific as you want as well.  Also think of the competition.  If one of your competitors is established and ranks well above you for specific search terms (just do a Google search for your desired terms and see who comes before you) try something a bit different.  Think of synonyms for searches if you have no chance of catching them:  footware instead of shoes, autos instead of cars, etc.  Pair this with Google Analytics and Google Webmaster Tools and you have a formula to start ranking higher in the SERPs (Search Engine Results Pages).</li>
<li><strong>Use header tags properly</strong> &#8211; These are some of the most highly misused tags in (x)html.  Do NOT use header tags because you want larger text.  That should be done via CSS.  Use header tags for actual headers and titles.  Importance is placed on these header tags with &lt;h1&gt; being the most important to &lt;h6&gt; being the least.  I like to think that all of these are more important than the &lt;p&gt; tag as well.  That being said the order and frequency of these tags are taken into consideration as well.  It should work like a pyramid with 1 &lt;h1&gt;, 2 or 3 &lt;h2&gt;, 3-5 &lt;h3&gt; tags, and so on and so forth.  These are not exact numbers but this way you can order your importance quite easily.  Also remember to go in order!  Do NOT place &lt;h2&gt; tags before an &lt;h1&gt; tag!</li>
<li><strong>Separate your code</strong> &#8211; I see too many websites with bloated code.  This is usually because of WYSIWYG editors but this can be remedied.  Keep your xhtml in 1 file, your CSS in another, and your Javascript in another.  This makes site wide changes a lot easier and is also a ton easier for the search engines to spider.  So remember xhtml for Structure/Content, css for Layout/Design, and Javascript for behavior.</li>
<li><strong>Generate Links to Your Site</strong> &#8211; To increase your Google Page Rank (which will also increase your search engine replacement)  and traffic you must get other sites to link to you!  I do not mean jump on every link exchange you can find but use your previous relationships.  If you do a considerable amount of business with a company why not ask them for a link to your site in exchange for a link to theirs!  Primary example, we work with a realty firm and a housing developer.  They do work together so we asked both parties if they would mind linking to each other.  Neither had a problem and the mutual link ended up helping them both, not only in terms of getting more traffic but increasing Page Rank as well.  Or if you have an interesting news item or press release see if you can get a local paper to link to it.  This has happened with some of our soccer sites that are having tryouts or tournaments.</li>
<li><strong>DO NOT BELIEVE COMPANIES THAT WILL GUARANTEE YOU A #1 GOOGLE RANKING!</strong> &#8211; Be careful not to be fooled with SPAM emails saying that companies will guarantee you a #1 Google ranking for keywords.  These are SCAMS!  What could end up happening is you paying a company a considerable amount of money to rank #1 for a search term that is way too long and irrelevant.</li>
</ol>
<p>There are a handful of other things that you can do to improve your search engine placements but these are some basics that everyone should know about.  There are entire companies that are dedicated to strictly search engine optimization.</p>
<p>If you wish to learn more about the subject, check out Amazon and just type in SEO.  You will find tons and tons of books on the subject but be careful not to get one that is too old.  The field is changing constantly a book from a couple years ago will probably not have too much relevant information and might even have tips that will now HURT your rankings.  I recommend <em>Search Engine Optimization &#8211; by Kristopher B. Jones</em> and <em>Building Findable Websites &#8211; by Aarron Walter</em>.  Two great books with tons and tons of great tips.</p>
<p>If you would like an SEO evaluation of your site don&#8217;t hesitate to <a title="Contact us for an SEO evaluation" href="http://www.connectedwebsolutions.com/contact.php">contact us</a>!  While we do not solely focus on SEO we make it a large priority in the development stages as well as offer advice through the life of the site to keep it competitively ranked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.connectedwebsolutions.com/blog/web-design/seo/5-seo-tips-everyone-with-a-website-should-know-about/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Header Image Links, the SEO Way</title>
		<link>http://www.connectedwebsolutions.com/blog/web-design/seo/header-images-the-seo-way/</link>
		<comments>http://www.connectedwebsolutions.com/blog/web-design/seo/header-images-the-seo-way/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 14:07:47 +0000</pubDate>
		<dc:creator>Sam Bishop</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.connectedwebsolutions.com/blog/?p=14</guid>
		<description><![CDATA[<p>When working with some of our more recent clients they expressed that they liked their logo to function as a link back to their home page.  We had done this in the past but not always in the most SEO-friendly manner.  After doing some googling I found a great tutorial to accomplish just this.</p>
<p><a title="Permanent Link: Create SEO friendly Text Images Headers" rel="bookmark" href="http://tutorialdog.com/create-seo-friendly-text-images-headers/">Create SEO friendly Text Images Headers</a> from <a title="Tutorial Dog" href="http://tutorialdog.com/">Tutorial Dog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>When working with some of our more recent clients they expressed that they liked their logo to function as a link back to their home page.  We had done this in the past but not always in the most SEO-friendly manner.  After doing some googling I found a great tutorial to accomplish just this.</p>
<p><a title="Permanent Link: Create SEO friendly Text Images Headers" rel="bookmark" href="http://tutorialdog.com/create-seo-friendly-text-images-headers/">Create SEO friendly Text Images Headers</a> from <a title="Tutorial Dog" href="http://tutorialdog.com/">Tutorial Dog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.connectedwebsolutions.com/blog/web-design/seo/header-images-the-seo-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
