<?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"
	>

<channel>
	<title>Kennedy Media Group</title>
	<atom:link href="http://www.kennedymedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kennedymedia.com</link>
	<description>Professional Website Design</description>
	<pubDate>Wed, 20 Aug 2008 15:02:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Basic SEO (Search Engine Optimization)</title>
		<link>http://www.kennedymedia.com/2008/08/16/basic-seo/</link>
		<comments>http://www.kennedymedia.com/2008/08/16/basic-seo/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 07:59:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Website Design Tips]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[headings]]></category>

		<category><![CDATA[metatags]]></category>

		<category><![CDATA[optimizing]]></category>

		<category><![CDATA[Search Engines]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[webmaster]]></category>

		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.kennedymedia.com/?p=134</guid>
		<description><![CDATA[When designing websites, one must always keep in mind the SEO aspect of the site.  Many clients have often said, i&#8217;m not getting the traffic insofar as high numbers.  What you want to remember is that its not QUANTITY its QUALITY that you are searching for.  If you owned a construction company in the Rio [...]]]></description>
			<content:encoded><![CDATA[<p>When designing websites, one must always keep in mind the SEO aspect of the site.  Many clients have often said, i&#8217;m not getting the traffic insofar as high numbers.  What you want to remember is that its not QUANTITY its QUALITY that you are searching for.  If you owned a construction company in the Rio Grande Valley, would you rather have a thousand people a day that have found your site by typing &#8220;construction&#8221; in google, or would you rather have 5 people a day that have typed &#8220;construction in the RGV&#8221;.  Those 5 people are looking for YOUR company, not the 1000 others who may be in a different geographic area, and would have no use for your services.</p>
<p><img class="alignright size-full wp-image-142" title="seotips" src="http://www.kennedymedia.com/wp-content/uploads/2008/08/seotips.jpg" alt="Search Engine Optimization Tips" align="right" width="400" height="300" />So when I am speaking of SEO, my goal is not to have a large number of people coming to your site, I&#8217;m referring to QUALIFIED traffic, that is, traffic that you can convert to a client.</p>
<p>The following tips will probably help webmasters who are looking to integrate SEO into their designs.  However this information can help the end client in evaluating their own sites, as well as evaluating the quality of work delivered by their webmasters.<span id="more-134"></span></p>
<p style="padding-left: 30px;">1.  <strong>The Title Tag</strong> This is usually in the header portion of the webpage, between the &lt;head&gt;&lt;/head&gt; Tags.  Basically its &lt;title&gt;The keyword phrase&lt;/title&gt;.  The phrase can be your company name, and most of the time thats what it is, but if your company name does not reflect what you do, then I would recommend you use your keywords in this area.  It should not be more than 5 or 6 words, and you should definitely NOT repeat the same word over and over.  If you are using a CMS this functionality should already built into it.</p>
<p style="padding-left: 30px;">2.  <strong>Metatags</strong>.  These are usually in the &lt;head&gt;&lt;/head&gt; portion of the site, and there are various different types of metatags.  Here are the basic ones that I like to use.</p>
<p style="padding-left: 30px;">&lt;meta name=&#8221;Abstract&#8221; content=&#8221;One or two sentence summary of the site or company description.&#8221; /&gt;<br />
&lt;meta name=&#8221;Keywords&#8221; content=&#8221;keywords separated by commas.  I would say no more than 10 keywords total.&#8221; /&gt;<br />
&lt;meta name=&#8221;Robots&#8221; content=&#8221;all&#8221; /&gt;<br />
&lt;meta name=&#8221;Distribution&#8221; content=&#8221;Global&#8221; /&gt;<br />
&lt;meta name=&#8221;Revisit-After&#8221; content=&#8221;20 days&#8221; /&gt;<br />
&lt;meta name=&#8221;Rating&#8221; content=&#8221;General&#8221; /&gt;<br />
&lt;meta name=&#8221;Reply-to&#8221; content=&#8221;Your email address&#8221; /&gt;<br />
&lt;meta name=&#8221;Owner&#8221; content=&#8221;The name of the company&#8221; /&gt;<br />
&lt;meta name=&#8221;Copyright&#8221; content=&#8221;The name of the company&#8221; /&gt;<br />
&lt;meta name=&#8221;Description&#8221; content=&#8221;One or two sentence summary of the site or company description.&#8221; /&gt;<br />
&lt;meta name=&#8221;Author&#8221; content=&#8221;The name of the person who wrote the content&#8221; /&gt;<br />
&lt;meta name=&#8221;robots&#8221; content=&#8221;index,follow&#8221; /&gt;
</p>
<p style="padding-left: 30px;">3. <strong>Headings</strong>.  What I mean by headings is the &lt;h1&gt;&lt;/h1&gt;, &lt;h2&gt;&lt;/h2&gt;, &lt;h3&gt;&lt;/h3&gt; tags.  This is what search engine bots look for to determine the SUBJECT of the page being spidered.   I have seen many webmaster simply take text and make it bold or &#8220;strong&#8221; but not enclose it in an &lt;h1&gt;  tag.</p>
<p style="padding-left: 30px;">4. <strong>Content</strong>.  Ok, while the above will get you noticed and cataloged will, its the content that will give you a lot more credibility on search engines.  Writing a 3 or 4 hundred word page, such as about us, or services is what your traffic is actually looking for.  You want to make sure you use your keyword phrase at least twice within the content of the site.</p>
<p style="padding-left: 30px;">5.  <strong>Backlinks</strong>.  This is the dirty little secret to SEO.  Backlinks are links from other sites to your site.  Lets say you have a friend who has a website, and as a favor, has added a hyperlink to your site.  If your company name is &#8220;Acme&#8221; and his link to your site says &#8220;Acme&#8221; then you DO NOT get the full benefit of this backlink.  The best backlinks are the ones which are titled with your keyword.  So lets say that you have construction company in South Texas.  The ideal backlink would read &#8220;Construction in the RGV&#8221;.  This link would be far more helpful than the first one.  Also, feel free to submit your friends page which contains the link to google, msn, and yahoo for cataloging.    Submitting pages to the search engines is very easy, and FREE.  The easiest way to do this is to go to google and search for &#8220;ADD URL&#8221;.  The first entry in the results is the page you want to go to to add the site.</p>
<p style="padding-left: 30px;">6.  <strong>Outgoing/Incoming links</strong>.  This is more of a common courtesy with SEO benefits if done correctly.  I used to have a website dedicated to the geographic region where I live.  I created a page called area links in which I posted outgoing links to other sites in my area.  I then contacted the webmaster for those sites and informed them that I had placed a link to thier site, and in the same email, I requested a backlink.  I nice jesture is to include the html code for them  to simply cut and paste onto their sites.  I spent an entire afternoon doing this, and was able to generate about 100 backlinks.  This shot my website&#8217;s ranking to the top of the search engines in no time flat.  Incoming links to your site can be viewed as testimonials attesting to the fact that your are the authority for that keyword phrase.  The added benefit of having outgoing links is that google does not want to send people to dead links, So it measures outgoing links from a site as part of that site&#8217;s relevance within its subject matter.</p>
<p>I hope the above was helpful.  I will be adding links to useful SEO tools on the net, but for now, as long as you have covered the above bases, you should be well on your way to getting a great rank on your keywords, and of course, get quality traffic that will boost your business.</p>
<p>Thanks, and thats it for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kennedymedia.com/2008/08/16/basic-seo/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
