<?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>Life Style By Choice &#187; SEO</title>
	<atom:link href="http://www.lifestylebychoice.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifestylebychoice.com</link>
	<description>Because Life is All Too Short and Fabulous... to sweat the small stuff!</description>
	<lastBuildDate>Tue, 24 Mar 2009 22:05:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LifeStyleByChoice &#124; SEO Friendly Buttons</title>
		<link>http://www.lifestylebychoice.com/seo-friendly-buttons/</link>
		<comments>http://www.lifestylebychoice.com/seo-friendly-buttons/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 16:28:14 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Buttons]]></category>
		<category><![CDATA[Link Text]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=138</guid>
		<description><![CDATA[

I just learned something new today that I thought I&#8217;d share, because I&#8217;m sure there are others like myself that are learning this stuff.  This is pretty cool for those that are new to creating SEO friendly code, like myself.  With this code you can create buttons with link text that is readable by the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 10px; float: left;" title="SEO Button" src="http://www.lifestylebychoice.com/images/button-Large-Red-SEO.gif" alt="SEO Button" /></p>
<div style="float:right; padding-left:5px; padding-bottom:10px;"><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>I just learned something new today that I thought I&#8217;d share, because I&#8217;m sure there are others like myself that are learning this stuff.  This is pretty cool for those that are new to creating SEO friendly code, like myself.  With this code you can create buttons with link text that is readable by the search engines, plus you can also create buttons that are reusable rather than having to create a button for each variation of the same button that you want to put different text  into.</p>
<p>Let me give you an example of this.  I had two buttons on one of my pages.  They were exactly the same except for the text. One button I wanted to read &#8220;Compare&#8221; and the other read &#8220;Reviews&#8221;.  Plus it would be extremely helpful if the search engines actually read that text and followed my link to those pages.<span id="more-138"></span>Now normally you&#8217;d say just create two buttons, one for each with graphical text embedded into the button, and you can do that and it&#8217;ll work just fine.  However, with a normal button with the text embedded into the button itself, the search engines can not and will not read that &#8220;compare&#8221; or &#8220;review&#8221; text&#8230; thus you loose potential SEO power.  With the code I&#8217;m proposing, you will actually be creating a css style, and wrapping the &#8220;&lt;a href&gt;&#8221; tag around the div to accomplish the same thing, but now the search engines will see it as a link and follow it.(if you choose to allow them)</p>
<p>So first, here is the code that actually goes into you page: (or in my case my page to show my compare and review buttons)</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;">&lt;a class=&#8221;lower_button&#8221; href=&#8221;&lt;your website location here&gt;&#8221;&gt;<br />
&lt;div class=&#8221;compare_review_button&#8221; onmouseover=&#8221;this.className=&#8217;compare_review_button_hover&#8217;&#8221;<br />
onmouseout=&#8221;this.className=&#8217;compare_review_button&#8217;&#8221;&gt;</span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"> COMPARE &lt;/div&gt;<br />
&lt;/a&gt;</span></p>
<p style="padding-left: 30px;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>this is the code for the review button:</p>
<p style="padding-left: 60px;"><span style="color: #0000ff;">&lt;a class=&#8221;lower_button&#8221; href=&#8221;http://&lt;your website location here&gt;&#8221;&gt;<br />
&lt;div class=&#8221;compare_review_button&#8221; onmouseover=&#8221;this.className=&#8217;compare_review_button_hover&#8217;&#8221;<br />
onmouseout=&#8221;this.className=&#8217;compare_review_button&#8217;&#8221;&gt;<br />
REVIEWS </span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;">&lt;/div&gt;<br />
&lt;/a&gt;</span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><span style="color: #000000;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Here are the classes you will need to add to your css style sheet.  They control the button characteristics using a url of a graphic we defined in fireworks, the size, the text font, and hover characteristics.<br />
</span></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #0000ff;">.compare_review_button {<br />
color:#000000;<br />
font-family: &#8220;Trebuchet MS&#8221;, Arial, Helvetica, sans-serif;<br />
font-size:11pt;<br />
font-weight:bold;<br />
height:30px;<br />
margin-left: 20px;<br />
margin-top: 0px;<br />
margin-bottom: 20px;<br />
padding-top:5px;<br />
text-align:center;<br />
text-decoration:none;<br />
width:140px;<br />
background-attachment: scroll;<br />
background-color: transparent;<br />
background-image: url(/images/button-orange.gif);<br />
background-repeat: no-repeat;<br />
background-position: 0 0;<br />
}</span></span></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #0000ff;">.compare_review_button_hover {<br />
color:#000000;<br />
font-family: &#8220;Trebuchet MS&#8221;, Arial, Helvetica, sans-serif;<br />
font-size:11pt;<br />
font-weight:bold;<br />
margin-left: 20px;<br />
margin-top: 0px;<br />
margin-bottom: 20px;<br />
height:30px;<br />
padding-top:5px;<br />
text-align:center;<br />
text-decoration:none;<br />
width:140px;<br />
background-attachment: scroll;<br />
background-color: transparent;<br />
background-image: url(/images/button-orange-hover.gif);<br />
background-repeat: no-repeat;<br />
background-position: 0 0;<br />
}<br />
</span></span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">What  you ultimately end up with are two buttons that look similar to the ones in the screen shot below:</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><img title="SEO Buttons Screenshot" src="http://www.lifestylebychoice.com/images/seo-buttons-screenshot.gif" alt="SEO Buttons Screenshot" width="476" height="65" /></span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">The difference with this code is that the search engines will now read two links, one that says &#8220;Compare&#8221; and one that says &#8220;Reviews&#8221; that link to other pages on your site.</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Now I&#8217;m sure some of the established SEO guru&#8217;s will say, wow, she just learned this.. yep, I did.  This is an SEO 101.  But I look at it this way, &#8220;never too late&#8221;, and I&#8217;d welcome any comments or corrections if I&#8217;ve stated anything incorrectly.  I love learning new things, and sometimes it&#8217;s the simplest, easiest things to the guru&#8217;s that us newbies don&#8217;t know, and still need to learn.<br />
</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Test it out, have fun with it, and give me a shout if you need any help.</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Best Successes!</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/seo-friendly-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LifeStyleByChoice &#124; Tips for Writing Good Title Tags</title>
		<link>http://www.lifestylebychoice.com/tips-for-good-title-tags/</link>
		<comments>http://www.lifestylebychoice.com/tips-for-good-title-tags/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:53:57 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[description meta tag]]></category>
		<category><![CDATA[title tag]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=112</guid>
		<description><![CDATA[
I want to share a few tips I&#8217;ve learned about using Title tags and Meta Description tags that are both SEO friendly as well as user friendly. Many times these two little items are the most overlooked by new website owners and new internet marketers, but yet can be the top traffic &#8220;getters&#8221; or top [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right; padding-left:5px; padding-bottom:10px;"><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>I want to share a few tips I&#8217;ve learned about using Title tags and Meta Description tags that are both SEO friendly as well as user friendly. Many times these two little items are the most overlooked by new website owners and new internet marketers, but yet can be the top traffic &#8220;getters&#8221; or top traffic &#8220;killers&#8221; for your site.</p>
<p>For those not familiar with them, both of these html tags go in the header section of your code &#8211; so between the &lt;head&gt;  and &lt;/head&gt; lines of  code.</p>
<p style="padding-left: 30px;">The title tag is pretty straight forward and looks like this &lt;title&gt; Put your Title Here&lt;/title&gt;.</p>
<p style="padding-left: 30px;">The description meta tag looks like this &lt;meta name=&#8221;description&#8221; content=&#8221;Put your description here.&#8221; /&gt;</p>
<p><span id="more-112"></span>Here are some tips for uses of both.</p>
<div style="float:left; background:#EBEBEB">
<ol>
<li>Always make sure you have a title for every page of your site, and never, never duplicate titles amongst pages &#8211; make sure every page has a unique title tag.</li>
<li>Make sure that the title tag is 65 characters or less.  The reason for this is that you will then avoid the dreaded &#8220;&#8230;&#8221; being appended to the end of your title when displaying them in the SERP&#8217;s. And believe it or not, it&#8217;s been studied and proven that people are more likely to click on a title without the &#8220;&#8230;&#8221; than one with it.</li>
<li>Use your keywords in your title, but don&#8217;t &#8220;stuff&#8221; your title with keywords to the point that it becomes a meaningless blog of words.  Remember, your ultimate goal is to have a user click on your link, so it won&#8217;t matter if you rank #1 on the page if no-one ever clicks your link. You are not only writing for the search engines but for humans looking for information as well.</li>
<li>Along the same lines as above, be sure to keep your meta description to 150 characters or less.  By doing this you will again avoid the &#8220;&#8230;&#8221; being appended to your description, thus increasing the readability and odds of being clicked on.  See the examples below to view what I mean. Both are on the 1st page of google, however the first example is much less readable and informative than the 2nd example.</li>
<p><img title="Title Examples" src="http://www.lifestylebychoice.com/images/title_examples.gif" alt="Title Examples" width="401" height="112" /></p>
<li>Write your titles and descriptions as if you were writing sales copy. Your ultimate goal is to get the reader to click your link and visit your page/site.  Make the text interesting &#8211; grab attention, create curiosity, evoke emotion  or confirm the search intent of the user. So again, remember that you are writing for humans as well as the search engines.  If you leave out the description meta all together, then the search engines will take a snippet from your website and use that in the SERP&#8217;s.  This most likely will not be optimal from either an SEO or user experience point of view.</li>
<li>This isn&#8217;t a title or meta description tip, but make sure that  your page headline &#8211; preferably put between &lt;h1&gt; tags &#8211; confirms the topic of your title. This will reassure your visitor that he has indeed reached the page he thought he was clicking to.</li>
<li>Use your title tag to brand yourself/your site. So put your site name in the title if you have room. I use the pipe &#8220;|&#8221; but you could also use the hyphen &#8220;-&#8221; or possibly the &#8220;&gt;&#8221; symbols as well. This is a unique opportunity for you to build brand recognition for your site, and as more people recognize you as a trustworthy source of information you are more likely to get those clicks.</li>
<li>If you are using a Wordpress blog you can still utilize these tips by using any number of plugin&#8217;s that are available.  The one that I use and like the best is the <a title="All In One SEO Wordpress plugin" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO Pack</a> plugin for Wordpress. It allows you to enter both an SEO friendly title and description.  Or if you are using the <a title="Thesis Wordpress theme" href="http://www.lifestylebychoice.com/oms_track/click.php?link=2" target="_blank">Thesis theme</a>, as I am here, you can use the &#8220;custom  fields&#8221; section when writing your post, utilizing the field name &#8220;meta&#8221; and then enter the description you want.</li>
</ol>
</div>
<p>I hope these tips help.</p>
<p>Things to add?  Think I&#8217;m wrong?   Think I&#8217;m spot on?   Leave me a comment and let me know!</p>
<p>To your success!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/tips-for-good-title-tags/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
