<?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>Privateer Web Solutions &#187; On Site Marketing</title>
	<atom:link href="http://www.privateerwebsolutions.com/subjects/online-marketing/on-site-marketing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.privateerwebsolutions.com</link>
	<description>Online Traffic Websites for Internet Sellers</description>
	<lastBuildDate>Mon, 11 Apr 2011 15:25:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Tips for HTML based Content Marketing</title>
		<link>http://www.privateerwebsolutions.com/articles/tips-for-html-based-content-marketing.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/tips-for-html-based-content-marketing.html#comments</comments>
		<pubDate>Sun, 12 Jul 2009 03:56:06 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[Information Marketing]]></category>
		<category><![CDATA[On Site Marketing]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=774</guid>
		<description><![CDATA[When you have the ability to use html while creating your content, you can do a variety of different things that can both help break up text blocks and get people to do what you want them to do. HTML Content Marketing Tips When creating content in places that allow both links and images, you [...]]]></description>
			<content:encoded><![CDATA[<p>When you have the ability to use html while creating your content, you can do a variety of different things that can both help break up text blocks and get people to do what you want them to do.</p>
<p><span id="more-774"></span></p>
<table class="pws-section">
<tr>
<th>
<h4>HTML Content Marketing Tips</h4>
</th>
</tr>
<tr>
<td>
<p>When creating content in places that allow both links and images, you can place images in your textual content to break it off and lead people to products which are related to your articles.</p>
<dl class="steps">
<dt>Image Styling and Linking</dt>
<dd>The following are some useful styles you can use when placing images:
<dl>
<dt>float: (left | right)</dt>
<dd>Makes the image float to the left or right of the text near it.</dd>
<dd>&lt;img src=&quot;URL&quot; style=&quot;float: left;&quot; /&gt;</dd>
<dd>&lt;img src=&quot;URL&quot; style=&quot;float: right; padding-right: 0.5em; padding-bottom: 0.25em;&quot; /&gt;</dd>
<dt>padding-left: 0.5em;</dt>
<dt>padding-right: 0.5em;</dt>
<dt>padding-bottom: 0.25em;</dt>
<dd>Padding attributes create a buffer of space around your images.</dd>
<dd>When using float: left; be sure to add padding-right: #.#; if necessary</dd>
<dd>When using float: right; be sure to add padding-left: #.#; if necessary</dd>
<dd>Padding bottom will prevent text from running right up against the edge of an image.</dd>
<dd>If you want an equal buffer around all sides of an image, use padding: #.#;</dd>
<dt>margin-left: 0.5em;</dt>
<dt>margin-right: 0.5em;</dt>
<dt>margin-bottom: 0.25em;</dt>
<dd>Margin attributes create a buffer of space around your images.</dd>
<dd>When using float: left; be sure to add margin-right: #.#; if necessary</dd>
<dd>When using float: right; be sure to add margin-left: #.#; if necessary</dd>
<dd>Margin bottom will prevent text from running right up against the edge of an image.</dd>
<dd>If you want an equal buffer around all sides of an image, use margin: #.#;</dd>
</dl>
</dd>
<dd>The difference between padding and margin is that padding is space considered to be within the block of an item while margin is external to it.</dd>
<dd>If you want a color around an image, give your image a background-color and a margin. If you want space between the color around your image and everything else, add a margin as well.</dd>
</dl>
<hr />
<p><img src="http://www.privateerwebsolutions.com/images/beer_cheaper_than_gas_small.jpg" width="200" height="124" style="float: left; padding-right: 0.5em; margin-right: 0.5em; margin-bottom: 0.5em; padding-bottom: 0.25em;" />As you can see, this image is floating to the left of this text. Placing multiple images floating in different ways can be problematic between browsers, though the easy way to do so and have it look right is to place each section in div tags.</p>
<p>The problem with that is your text then may not look the way you want it to either.</p>
<p><img src="http://www.privateerwebsolutions.com/images/beer_cheaper_than_gas_small.jpg" width="200" height="124" style="float: right; padding-left: 0.5em; margin-left: 0.5em; margin-bottom: 0.5em; padding-bottom: 0.25em;" />This time, our image is floating to the right side of the displayed text. For longer articles, you might place an image floating one way near the front of the title and an image floating another way near the end of it.</p>
<dl class="steps">
<dt>Making your image into a link:</dt>
<dd>When you place your images, you can turn them into links.</dd>
<dd>If you place an item you sell on a page, you might make it into a link to that item on your store.</dd>
<dd>&lt;a href=&quot;URL&quot;&gt;&lt;img src=&quot;URL&quot; style=&quot;float: right;&quot; /&gt;</dd>
<dd>&lt;a href=&quot;URL&quot;&gt;&lt;img src=&quot;URL&quot; style=&quot;float: left;&quot; /&gt;</dd>
</dl>
<p><a href="http://www.bonanzle.com/booths/LibertyUnchained/items/Star_Wars_Empire_Strikes_Back_35mm_Slide" title="Star Wars 35mm Slide. Authentic?"><img src="http://www.privateerwebsolutions.com/images/star-wars-empire-strikes-back-35mm-slide.jpg" style="float: right; padding-left: 0.5em; padding-bottom: 0.25em;" alt="Star Wars Empire Strikes Back 35mm Slide" /></a>Since I don&#8217;t sell beer online currently (now that is a good idea!), I&#8217;ve instead decided to include an image of an old slide I have lying about which appears to be an authentic slide from the making of Star Wars: Empire Strikes Back. Additionally, I have added a title tag to the link so that when someone places their mouse over the image they see what it is.</p>
<p>Being no expert, I couldnt say for sure&#8230;but if it is a fake, someone went through a good deal of trouble to make it.</p>
</td>
</tr>
<tr>
<td>
<p>Now that you know how to place arbitrary images into html text, I would like to point out that you can do the same thing with blocks of text.</p>
<p>The easiest way is to place a floating div inside of your content.</p>
<dl class="steps">
<dt>Floating Divs</dt>
<dd>&lt;div style=&quot;float: right;&quot;&gt;Some Text&lt;/div&gt;</dd>
<dd>That will create a block of text and float it to the right side of the page.</dd>
<dd>You can place informational blurbs, links, lists, and just about anything else inside of it that you want.</dd>
<dd>Some good attributes to place in the style tag of your floating div:
<dl>
<dt>width: 200px;</dt>
<dd>The width in pixels to make the div</dd>
<dt>border: 1px solid #000000;</dt>
<dd>Width of the border, style of the border, color of the border</dt>
<dt>padding: 1em;</dt>
<dd>How far to place internal text away from the edge of the containing div</dd>
<dt>margin: 1em;</dt>
<dd>How far away from external content ( in character widths ) to keep the div</dd>
<dt>background-color: #DEDEDE;</dt>
<dd>The color to fill the background in with</dd>
<dt>color: #000000;</dt>
<dd>The color to make the non hyperlink text within the box</dd>
</dl>
</dd>
<dd>If you find yourself using floating divs a lot, you might want to create a style for them in your style sheet ( or add one to your CSS Inserts if you use Atahualpa ) that defines the typical settings you want. Then you only have to set the ones that you want to be different than normal when you create them.</dd>
<dd>For example, you could set all of the above in a style called co-right.</dd>
<dd>To place the div, you would use &lt;div class=&quot;co-right&quot;&gt;Your Text&lt;/div&gt;</dd>
<dd>TO override a particular style, you would add a style=&quot;&quot; section with only the overridden style set.</dd>
</dl>
</td>
</tr>
<tr>
<td>
<div style="width: 200px; border: 1px solid #000000; float: right; padding: 1em; margin: 1em;">
<p><b><center>Z Title</center></b></p>
<ul>
<li>Item One</li>
<li>Item Two</li>
</ul>
<p>Some text afterwards</p>
</div>
<p>As you can see, the box floats to the right side of this text. As with images, be sure to use padding if your text is running right into your bordered divs.</p>
<p>The div box is a container which can hold other html items within it. In fact, it is used by most modern WordPress themes to display different sections of pages.</p>
<p>If you have a large display, resize your window a few times and see how the divs react. They can be a bit erratic and hard to get just right when you first start using them&#8230;at least on large display areas.</p>
<p>However, if you have a maximum width or fixed width set for your page, then this becomes a lot less problematic.</p>
<p>You can place images inside of divs to help position them a bit more reliably.</p>
<p>You can also use styled divs ( or even styled paragraph tags ) for callouts:</p>
<p style="text-align: center; border: 1px solid #000; font-weight: bold; color: #D00; background-color: #EEE;">A Styled Paragraph Callout</p>
<p>The above paragraph uses the following styles:</p>
<ul style="padding-bottom: 0.25em;">
<li>text-align: center;</li>
<li>border: 1px solid #000;</li>
<li>font-weight: bold;</li>
<li>color: #D00;</li>
<li>background-color: #EEE</li>
</ul>
<p>The #XXX notation is shorthand for #RRGGBB, which each single digit being repeated so #FFF stands for #FFFFFF.</p>
<p>And again, you could create a class so that you only had to enter class=&quot;whatever&quot; rather than each style attribute every time.</p>
<blockquote><p>
.whatever {<br />
<br /> text-align: center;<br />
<br /> border: 1px solid #000;<br />
<br /> font-weight: bold;<br />
<br /> color: #D00;<br />
<br /> background-color: #EEE;<br />
<br />}
</p></blockquote>
<p>That is how you would add such a style to your style sheet or CSS Insert.</p>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/tips-for-html-based-content-marketing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SEO With the Platinum SEO plugin</title>
		<link>http://www.privateerwebsolutions.com/articles/wordpress-seo-with-the-platinum-seo-plugin.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/wordpress-seo-with-the-platinum-seo-plugin.html#comments</comments>
		<pubDate>Sun, 12 Jul 2009 02:50:45 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[On Site Marketing]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=736</guid>
		<description><![CDATA[The Platinum SEO plugin for WordPress is an excellent plugin for taking care of search optimization on WordPress sites. Platinum SEO Plugin Information With the Platinum SEO plugin installed, you can: Specify the meta description for each page on your site This can help significantly when competing with other pages for clicks on search results. [...]]]></description>
			<content:encoded><![CDATA[<p>The Platinum SEO plugin for WordPress is an excellent plugin for taking care of search optimization on WordPress sites.</p>
<p><span id="more-736"></span></p>
<table class="pws-section">
<tr>
<th>Platinum SEO Plugin Information</th>
</tr>
<tr>
<td>
<p>With the Platinum SEO plugin installed, you can:</p>
<dl class="steps">
<dt>Specify the meta description for each page on your site</dt>
<dd>This can help significantly when competing with other pages for clicks on search results.</dd>
<dt>Specify the meta keywords for each page on your site</dt>
<dd>Not terribly important these days, but still nice.</dd>
<dt>Set the noodp robots tag</dt>
<dd>This tells Google to display your meta description as the page summary under your link on their search engine.</dd>
<dt>Set the noydir robots tag</dt>
<dd>This tells Yahoo to display your meta description as the summary under your link on their search engine.</dd>
<dt>Automatically do 301 redirects for permalink changes</dt>
<dd>This is great for those times when you need to change a permalink for some reason.</dd>
<dt>Specify rewriting of particular types of page titles</dt>
<dd>Particularly handy for short &quot;Page&quot; page names</dd>
<dt>Set the noindex robots command for various types of archives, comments, and feeds</dt>
<dt>Add nofollow automatically to particular types of links</dt>
<dd>Good for preventing the passing of too much page rank to your archives pages</dd>
<dt>Add extra post, page, and home headers</dt>
</dl>
<p>If you run a WordPress site and want to get it ranked up in search engines more easily, the Platinum SEO plugin is a great way to go.</p>
</td>
</tr>
<tr>
<td>
<p><b>Resources:</b></p>
<ul>
<li>Get the <a href="http://wordpress.org/extend/plugins/platinum-seo-pack/" rel="nofollow" target="_blank">Platinum SEO Plugin</a></li>
<li>See the <a href="http://techblissonline.com/platinum-seo-pack-faq/" rel="nofollow" target="_blank">Platinum SEO FAQ</a></li>
<li>Read more on <a href="http://techblissonline.com/wordpress-seo-plugin-smart-options-benefits/" rel="nofollow" target="_blank">the benefits of the Platinum SEO plugin</a></li>
</ul>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/wordpress-seo-with-the-platinum-seo-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Composition of a Search Optimized Web Page</title>
		<link>http://www.privateerwebsolutions.com/articles/the-composition-of-a-search-optimized-web-page.html</link>
		<comments>http://www.privateerwebsolutions.com/articles/the-composition-of-a-search-optimized-web-page.html#comments</comments>
		<pubDate>Sun, 12 Jul 2009 02:42:47 +0000</pubDate>
		<dc:creator>Privateer Web Solutions</dc:creator>
				<category><![CDATA[On Site Marketing]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[page optimization]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.privateerwebsolutions.com/?p=728</guid>
		<description><![CDATA[How well a search engine rates a web page is determined in part by the optimization of components on that web page. While it is entirely possible to build a well optimized page without realizing it, knowing what types of things are typically looked at by search engines when deciding the order to display pages [...]]]></description>
			<content:encoded><![CDATA[<p>How well a search engine rates a web page is determined in part by the optimization of components on that web page.</p>
<p>While it is entirely possible to build a well optimized page without realizing it, knowing what types of things are typically looked at by search engines when deciding the order to display pages in can help your pages rank higher reliably.</p>
<p><span id="more-728"></span></p>
<table class="pws-section">
<tr>
<th>
<p>The Components of an Optimized Web Page</p>
</th>
</tr>
<tr>
<td>
<dl class="steps">
<dt>The Page Title</dt>
<dd>Page Section: &lt;head&gt;</dd>
<dd>HTML Tag: &lt;title&gt;&lt;/title&gt;</dd>
<dd>Shown to users in browser title bars and tab names</dd>
<dd>Used as the default bookmark name</dd>
<dt>Meta Description</dt>
<dd>Page Section: &lt;head&gt;</dd>
<dd>HTML Tag: &lt;meta name=&#8221;description&#8221; content=&quot;&quot; /&gt;</dd>
<dd>Shown to users as the page summary in some search engines</dd>
<dd>Not shown to users on your site by most browsers</dd>
<dd>See noodp and noydir for getting this to show in Google and Yahoo</dd>
<dt>Meta Keywords</dt>
<dd>Page Section: &lt;head&gt;</dd>
<dd>HTML Tag: &lt;meta name=&quot;keywords&quot; content=&quot;&quot; /&gt;</dd>
<dd>Not shown to users by most browsers and search engines</dd>
<dd>Not used as much as it used to be by major search engines</dd>
<dt>Content</dt>
<dd>Page Section: &lt;body&gt;</dd>
<dd>Important tags in your page body:
<dl>
<dt>Header Tags</dt>
<dd>HTML Tag: &lt;h1&gt;&lt;/h1&gt;, &lt;h2&gt;&lt;/h2&gt;, &lt;h3&gt;&lt;/h3&gt;, &lt;h4&gt;&lt;/h4&gt;, &lt;h5&gt;&lt;/h5&gt;, &lt;h6&gt;&lt;/h6&gt;</dd>
<dd>Used on page to surround important information such as the page title, subheaders, site title, etc.</dd>
<dt>Image Alt, Title, and SRC Tags</dt>
<dd>HTML Tag: &lt;img src=&quot;&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;</dd>
<dd>Image is displayed to viewers</dd>
<dd>Alt is displayed if the image cannot be displayed</dd>
<dd>Title is shown when the image is hovered over</dd>
<dt>Bold, Underline, and Emphasize Tags</dt>
<dd>HTML Tags: &lt;b&gt;&lt;/b&gt;, &lt;u&gt;&lt;/u&gt;, &lt;em&gt;&lt;/em&gt;, </p>
<dd>Displays enclosed text in bold, underlines it, or emphasizes it</dd>
<dt>Hyperlink Tags</dt>
<dd>HTML Tag: &lt;a href=&quot;&quot; rel=&quot;&quot; title=&quot;&quot; target=&quot;&quot;&gt;&lt;/a&gt;</dd>
<dd>Creates links to other pages or items on the internet</dd>
</dl>
</dd>
</dl>
</td>
</tr>
</table>
<table class="pws-section">
<tr>
<th>Keywords as Applied to Page Creation</th>
</tr>
<tr>
<td>
<p>When creating a content page on the internet, it is a good idea to consider what the page is going to be about and then decide upon primary words and/or phrases that you want to focus on in the page.</p>
<p>These words and phrases, commonly called keywords, let you easily build well targeted pages that search engines will rank well.</p>
<p>When deciding upon key words and phrases for a page that you want people to find, it is a good idea to do at least a little bit of keyword research.</p>
<p>Keyword research consists of finding out what words and phrases people actually use when looking for the kind of information you are going to provide on your page.</p>
<p>By doing keyword research before you build a page, you can reinforce the page to rank well for searches on your chosen keywords.</p>
</td>
</tr>
<tr>
<td>
<p><b>Resources:</b></p>
<ul>
<li><a href="/articles/basic-keyword-research-for-targeted-marketing.html">Keyword Research for Targeted Marketing</a></li>
</ul>
</td>
</tr>
</table>
<table class="pws-section">
<tr>
<th>The Page Title Tag</th>
</tr>
<tr>
<td>
<p>Your page title is used to tell people and search robots what your page is about.</p>
<p>This is not the title displayed to readers, but rather the title that is included in the head section of your html document.</p>
<dl class="steps">
<dt>A strong title should:</dt>
<dd>
<ul>
<li>Include the primary keyword for your page</li>
<li>Tell people what the page is about</li>
</ul>
</dd>
</dl>
<p>If you are familiar with information marketing, many of the concepts which apply to an article title apply just as well to a page title.</p>
</td>
</tr>
</table>
<table class="pws-section">
<tr>
<th>The Meta Description Tag</th>
</tr>
<tr>
<td>
<p>This tag is used to tell people what the page is about in a few short sentences.</p>
<p>It is most commonly used to display a brief summary of the page for people who are browsing lists of pages, particularly in search engines.</p>
<dl class="steps">
<dt>A strong meta description should:</dt>
<dd>
<ul>
<li>Include your primary keyword near the front of if it</li>
<li>Include a couple of secondary keywords</li>
<li>Read naturally</li>
<li>Tell people what benefit reading the page will bring them</li>
<li>Tell people what is on the page</li>
</ul>
</dd>
</dl>
<p>From an information marketing standpoint, your meta description should be treated much like an article summary.</p>
<p>To get Google to show your meta description, use the noodp command in your robots header tag.</p>
<p>To get Yahoo to show your meta description, use the noydir command in your robots header tag.</p>
</td>
</tr>
<tr>
<td>
<p><b>Resources:</b></p>
<ul>
<li><a href="http://www.google.com/support/webmasters/bin/topic.py?topic=8522" rel="nofollow" target="_blank">Googles Webmaster Site Management Page</a></li>
<li><a href="http://help.yahoo.com/l/us/yahoo/search/basics/basics-18.html" rel="nofollow" target="_blank">Yahoo Search Content Quality Guidelines</a></li>
</ul>
</table>
<table class="pws-section">
<tr>
<th>The Meta Keyword Tag</th>
</tr>
<tr>
<td>
<p>This tag is used to tell people what the primary keywords for your page are.</p>
<p>These days, it is typically not used by the major search engines due to the fact that pages themselves note what is on them and it is easily abused by webmasters.</p>
<p>However, it is still used by some engines and, if you don&#8217;t mind people knowing specifically which words you are targeting on a page, placing them here is a good idea.</p>
<p>When creating a meta keyword tag:</p>
<dl class="steps">
<dt>Avoid repetitive keywords</dd>
<dd>For example:
<ol>
<li>Toys, Kids Toys, Children&#8217;s Toys, Boys Toys, Toddler Toys, Girls Toys, Infants Toys, Wooden Toys, Fun Toys</li>
<li>Toy, Kid, Child, Boy, Girl, Infant, Wood, Fun</li>
</ol>
</dd>
<dd>The first entry might be seen as keyword stuffing by search engines because you are using the same word within a lot of different phrases.</dd>
<dd>The second entry cuts out the redundancy and uses each word once.</dd>
<dt>Avoid words unrelated to the page in question</dt>
<dd>This may seem obvious, but if you are going to specify keywords, they should be relevant to the current page.</dd>
</dl>
<p>Other than not stuffing your meta keywords tag and using relevant words, I wouldn&#8217;t worry too much about this attribute as it is viewed as unreliable by most search engines.</p>
</td>
</tr>
</table>
<table class="pws-section">
<tr>
<th>Page Content and Tags</th>
</tr>
<tr>
<td>
<p>When building a page to rank well with search engines, keep the following in mind:</p>
<dl class="steps">
<dt>Strong content and readability are important</dt>
<dd>Good content will tend to naturally have a good mix of keywords, get people to read your page, and even get people to link back to it or refer other people to it.</dd>
<dd>Search engines are trying to think like people, so you really don&#8217;t need to spend a lot of time fretting over the optimal number of keywords to include in your page. use your targeted keywords in a natural manner while providing good content and you should not need to revise pages for search ranking purposes.</dd>
<dt>Use your primary keyword in your page title and surround the title with H1 tags</dt>
<dd>If your displayed page title matches the page title in the html head section, all the better.</dd>
<dd>Placing H1 tags around the displayed page title tells search engines that it is the most important thing on the page.</dd>
<dd>By using your primary keyword and enclosing it in H1 tags, you are telling search engines that your title is important and that your primary keyword is as well.</dd>
<dt>Use H2, H3, etc. tags for sections of your page</dt>
<dd>If you are writing content that breaks down well into subsections with subheaders, you can note that your subheaders are important by using header tags around them. This gives them more emphasis than using specific bold or underline tags.</dd>
<dt>When including images:</dt>
<dd>
<dl>
<dt>Give them descriptive alt tags</dt>
<dd>Alt tags are displayed when an image cannot be displayed for some reason.</dd>
<dd>If you use your alt tag to provide a short description of what is being shown, search engines will know what is being displayed.</dd>
<dt>Give your images good names</dt>
<dd>If you include an image of an apple pie, give it an appropriate name.</dd>
<dd>img0124534.jpg doesn&#8217;t tell search engines anything.</dd>
<dd>fresh-baked-apple-pie.jpg does tell search engines something useful.</dd>
<dt>Give your images a good title</dt>
<dd>The title tag not only tells search engines about the image, it also displays in most browsers when a user hovers their mouse over it.</dd>
</dl>
</dd>
<dt>Emphasize important words or ideas</dt>
<dd>If you do not link important words or phrases, you can make them stand out with bold, underline, or emphasis tags.</dd>
<dd>Search engines often use these tags to tell what things on a page are important.</dd>
<dt>Build good hyperlinks</dt>
<dd>When placing links on your pages:
<dl>
<dt>Use title tags to give a short description of where a user is going</dt>
<dd>These are normally displayed when someone puts their pointer over a link.</dd>
<dt>Choose good names for your links</dt>
<dd>Linked text is typically considered to be emphasized.</dd>
<dd>&quot;How to bake an apple pie&quot; might be better than &quot;Johnnies page&quot; if the page tells people how to bake an apple pie.</dd>
<dt>Use rel=&quot;nofollow&quot; attributes liberally</dt>
<dd>By including this attribute in your links, you avoid passing page rank on to linked pages.</dd>
<dd>I would recommend including this attribute on both external links ( unless you want to promote someone elses site ) and links to pages on your own site which you don&#8217;t want to pass page rank onto from other pages ( your about me page, contact page, terms of service, etc. )</dd>
<dt>Use target=&quot;_blank&quot; for external links that lead to other peoples sites</dt>
<dd>This will cause the link to open in a different window or tab by default.</dd>
<dd>It leaves your page open and opens a new one&#8230;so when they are done looking at the other one, your page is still there.</dd>
</dt>
<p>The most important thing is your content. If you give people what they are looking for, chances are that at least some of them will link to your page and/or refer it to other people&#8230;giving your site even more traffic.</p>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.privateerwebsolutions.com/articles/the-composition-of-a-search-optimized-web-page.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

