<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ronzie's Blog</title>
	<atom:link href="http://ronzieb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronzieb.wordpress.com</link>
	<description>Sharing ideas... a weblog powered by WordPress.com</description>
	<lastBuildDate>Sat, 21 May 2011 12:29:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ronzieb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ronzie's Blog</title>
		<link>http://ronzieb.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ronzieb.wordpress.com/osd.xml" title="Ronzie&#039;s Blog" />
	<atom:link rel='hub' href='http://ronzieb.wordpress.com/?pushpress=hub'/>
		<item>
		<title>List of HTML Codes</title>
		<link>http://ronzieb.wordpress.com/2009/05/24/list-of-html-codes/</link>
		<comments>http://ronzieb.wordpress.com/2009/05/24/list-of-html-codes/#comments</comments>
		<pubDate>Sun, 24 May 2009 00:44:46 +0000</pubDate>
		<dc:creator>ronzieb</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[basic codes]]></category>
		<category><![CDATA[html codes]]></category>
		<category><![CDATA[on-page]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://ronzieb.wordpress.com/?p=213</guid>
		<description><![CDATA[Basic codes needed in on-page optimization As a search engine marketing authority, you should know the basic HTML codes because you will need them in most optimization campaigns such as link building, blog posting, directory submissions, press release submissions, forum posting, social bookmarkings and many others. At least, you should be able to read and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=213&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">
<p style="text-align:justify;"><strong>Basic codes needed in on-page optimization</strong></p>
<p style="text-align:justify;">As a search engine marketing authority, you should know the basic HTML codes because you will need them in most optimization campaigns such as link building, blog posting, directory submissions, press release submissions, forum posting, social bookmarkings and many others. At least, you should be able to read and interpret the codes. There are some the important and commonly used HTML codes we should learn in the process. A basic web page should contain the following contents:</p>
<p style="text-align:center;"><a rel="attachment wp-att-215" href="http://ronzieb.wordpress.com/2009/05/24/list-of-html-codes/html-code/"><img class="size-thumbnail wp-image-215 aligncenter" title="HTML Code" src="http://ronzieb.files.wordpress.com/2009/05/html-code.jpg?w=248&#038;h=140" alt="HTML Code" width="248" height="140" /></a></p>
<p style="text-align:justify;"><strong>Header</strong> is where you can place the doctype, page title, and Meta tags such as description, keywords, copyright, author, robots and many others. Elements allowed inside headers are base, link, Meta, script, style, title and isindex.</p>
<p style="text-align:justify;"><strong>Title</strong> contains the Page Title of the document, visible in the Title bar of your browser and this is displayed by search engines as an anchor text when you make queries.</p>
<p style="text-align:justify;">&lt;head&gt;<br />
&lt;title&gt;Page Title&lt;/title&gt;<br />
&lt;META name=&#8221;description&#8221; content=&#8221;describe your site here.&#8221;&gt;<br />
&lt;META name=&#8221;keywords&#8221; content=&#8221;keyword1, keyword2, keyword3&#8243;&gt;<br />
&lt;META name=&#8221;robots&#8221; content=&#8221;index, follow&#8221;&gt;<br />
&lt;/head&gt;</p>
<p style="text-align:justify;"><strong>Body</strong> is where you start your document and place HTML codes.</p>
<p style="text-align:justify;">Commonly used HTML Tags</p>
<p style="text-align:left;">Anchor &lt;a&gt;<br />
&lt;a href=”http://www.internet-marketing-ronzieb.blogspot.com”&gt;Internet Marketing&lt;/a&gt;<br />
<a title="Internet Marketing" href="http://www.internet-marketing-ronzieb.blogspot.com" target="_blank">Internet Marketing</a></p>
<p>Bold &lt;b&gt;, Italic &lt;i&gt;, Emphasis&lt;em&gt;<br />
&lt;b&gt;Bold&lt;/b&gt; <strong>Bold</strong><br />
&lt;i&gt; Italic &lt;/i&gt;<em> Italic</em><br />
&lt;em&gt;Emphasis&lt;/em&gt; <em>Emphasis</em></p>
<p style="text-align:left;">Center &lt;center&gt;</p>
<p style="text-align:left;">&lt;center&gt; Place text in the Center&lt;/center&gt;</p>
<p>Underline &lt;u&gt;<br />
&lt;u&gt;Text Underlined&lt;/u&gt; <span style="text-decoration:underline;">Text Underlined</span></p>
<p>Font style, size and color<br />
&lt;font face=&#8221;Arial&#8221; size=&#8221;small&#8221; color=&#8221;ff0000&#8243;&gt;Example&lt;/font&gt;<span style="font-family:Arial;color:#ff0000;font-size:small;">Example</span></p>
<p>Image &lt;img&gt;<br />
&lt;img src=&#8221;picture.jpg&#8221; alt=&#8221;Describe image here&#8221;/&gt;</p>
<p>Paragraph &lt;p&gt;, Line Break &lt;br&gt;<br />
&lt;p&gt;This is your paragraph with three to five sentences &lt;/p&gt;<br />
&lt;p&gt;This is your second paragraph with three to five sentences.&lt;br&gt;<br />
&lt;br&gt;<br />
Example 1<br />
&lt;br&gt;<br />
&lt;br&gt;<br />
More text place here. &lt;/p&gt;</p>
<p>Ordered and Unordered List<br />
Ordered List<br />
&lt;ol&gt;<br />
&lt;li&gt;sample 1&lt;/li&gt;<br />
&lt;li&gt;sample 2&lt;/li&gt;<br />
&lt;li&gt;sample 3&lt;/li&gt;<br />
&lt;/ol&gt;<br />
Unordered List<br />
&lt;ul&gt;<br />
&lt;li&gt;sample 1&lt;/li&gt;<br />
&lt;li&gt;sample 2&lt;/li&gt;<br />
&lt;li&gt;sample 3&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p>Tables<br />
&lt;table&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Row 1,Column 1&lt;/td&gt;<br />
&lt;td&gt;Row 1,Column 2&lt;/td&gt;<br />
&lt;td&gt;Row 1,Column 3&lt;/td&gt;<br />
&lt;/tr&gt;&lt;tr&gt;<br />
&lt;td&gt;Row 2, Column 1&lt;/td&gt;<br />
&lt;td&gt;Row 2, Column 2&lt;/td&gt;<br />
&lt;td&gt;Row 2, Column 3&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</p>
<p><!--Session data--></p>
<p><!--Session data--></p>
<p><!--Session data--></p>
<br />Posted in Web Design  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ronzieb.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ronzieb.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ronzieb.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ronzieb.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ronzieb.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ronzieb.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ronzieb.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ronzieb.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ronzieb.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ronzieb.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ronzieb.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ronzieb.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ronzieb.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ronzieb.wordpress.com/213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=213&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ronzieb.wordpress.com/2009/05/24/list-of-html-codes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b284399bfff159d5e0bc04e10c879fa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ronzieb</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/html-code.jpg?w=150" medium="image">
			<media:title type="html">HTML Code</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Submit to Social Bookmarking Sites?</title>
		<link>http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/</link>
		<comments>http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/#comments</comments>
		<pubDate>Mon, 18 May 2009 06:23:14 +0000</pubDate>
		<dc:creator>ronzieb</dc:creator>
				<category><![CDATA[Social Media Optimization]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[bookmarking sites]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[social bookmarkings]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[steps]]></category>

		<guid isPermaLink="false">http://ronzieb.wordpress.com/?p=122</guid>
		<description><![CDATA[The 1-2-3 Steps to Complete the Process Social Bookmarking is merely like bookmarking a book except that this is done online and it has lot of features like storing your favorite sites, organizing your list categorically, sharing and recommending it with your friends or opt to save it privately, searching other bookmarked sites and make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=122&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><em><strong>The 1-2-3 Steps to Complete the Process</strong></em></p>
<p style="text-align:justify;"><a rel="attachment wp-att-193" href="http://ronzieb.wordpress.com/2009/05/12/which-separator-to-use-for-seo-purposes-hyphen-or-underscore/social-bookmarking/"><img class="alignleft size-thumbnail wp-image-193" title="social bookmarking" src="http://ronzieb.files.wordpress.com/2009/05/social-bookmarking4.jpg?w=150&#038;h=110" alt="social bookmarking" width="150" height="110" /></a>Social Bookmarking is merely like bookmarking a book except that this is done online and it has lot of features like storing your favorite sites, organizing your list categorically, sharing and recommending it with your friends or opt to save it privately, searching other bookmarked sites and make comments or even vote for your favorite ones. This is also an effective way of getting backlinks naturally, a possible increase in link popularity which is good in optimizing a site and this could also lead and drive qualified web traffic. Also, social bookmarking can help your site’s visibility online and opens opportunity to promote products, services, businesses or affiliate marketing programs over the net in a cheaper way to a wider range of audience with various interests.</p>
<p style="text-align:left;"><strong>The Process</strong></p>
<p style="text-align:left;">Submission is as simple and easy as 1-2-3 steps:</p>
<table style="text-align:center;" border="1">
<tbody>
<tr>
<td style="text-align:center;" width="200"><strong>Step 1</strong></p>
<p style="text-align:center;">You must have a valid email account to register. Fill-up the forms provided and confirm or validate your registration.</p>
</td>
<td style="text-align:center;" width="300"><a rel="attachment wp-att-127" href="http://ronzieb.wordpress.com/?attachment_id=127"></a></p>
<p style="text-align:center;"><a rel="attachment wp-att-194" href="http://ronzieb.wordpress.com/2009/05/12/which-separator-to-use-for-seo-purposes-hyphen-or-underscore/step1/"><img class="aligncenter size-thumbnail wp-image-194" title="step1" src="http://ronzieb.files.wordpress.com/2009/05/step11.jpg?w=228&#038;h=227" alt="step1" width="228" height="227" /></a></p>
</td>
</tr>
<tr>
<td style="text-align:center;"><strong>Step 2</strong></p>
<p style="text-align:center;">Install the add-on buttons on your computer. (Other sites are optional, others don’t require this step.)</p>
</td>
<td style="text-align:center;"><a rel="attachment wp-att-128" href="http://ronzieb.wordpress.com/?attachment_id=128"></a></p>
<p style="text-align:center;"><a rel="attachment wp-att-128" href="http://ronzieb.wordpress.com/?attachment_id=128"></a><a rel="attachment wp-att-195" href="http://ronzieb.wordpress.com/2009/05/12/which-separator-to-use-for-seo-purposes-hyphen-or-underscore/step2/"><img class="aligncenter size-thumbnail wp-image-195" title="step2" src="http://ronzieb.files.wordpress.com/2009/05/step21.jpg?w=255&#038;h=185" alt="step2" width="255" height="185" /></a></p>
</td>
</tr>
<tr>
<td>
<p style="text-align:center;"><strong>Step 3</strong></p>
<p style="text-align:center;">Start Bookmarking. Submit the URL of the site you wish to bookmark and fill-up the details needed such as title, description, tags and category. (Be very careful in filling up this form. Make sure your keywords are properly utilized and placed as this will be one of the basis used to pull up your site on search queries. )</p>
</td>
<td><a rel="attachment wp-att-196" href="http://ronzieb.wordpress.com/2009/05/12/which-separator-to-use-for-seo-purposes-hyphen-or-underscore/step3b/"><img class="aligncenter size-thumbnail wp-image-196" title="step3b" src="http://ronzieb.files.wordpress.com/2009/05/step3b1.jpg?w=261&#038;h=169" alt="step3b" width="261" height="169" /></a></td>
</tr>
</tbody>
</table>
<p style="text-align:left;">
<p style="text-align:left;"><strong>Recommended Social Bookmarking Sites:</strong></p>
<p style="text-align:justify;">You don’t need to register to all bookmarking sites online. Choose the ones that are most popular, with good Page Rank Value and Alexa Ranking, most likely your target audience would visit (can give you quality web traffic), has volume of registered users and can easily be managed and maintained. Below are some of the hundreds of social bookmarking sites you can start with.</p>

<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/delicious/' title='Delicious'><img width="148" height="37" src="http://ronzieb.files.wordpress.com/2009/05/delicious.jpg?w=148&#038;h=37" class="attachment-thumbnail" alt="Delicious" title="Delicious" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/digg/' title='digg'><img width="150" height="37" src="http://ronzieb.files.wordpress.com/2009/05/digg.jpg?w=150&#038;h=37" class="attachment-thumbnail" alt="digg" title="digg" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/blinklist/' title='blinklist'><img width="110" height="55" src="http://ronzieb.files.wordpress.com/2009/05/blinklist.jpg?w=110&#038;h=55" class="attachment-thumbnail" alt="blinklist" title="blinklist" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/facebook/' title='facebook'><img width="147" height="33" src="http://ronzieb.files.wordpress.com/2009/05/facebook.jpg?w=147&#038;h=33" class="attachment-thumbnail" alt="facebook" title="facebook" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/faves/' title='faves'><img width="110" height="62" src="http://ronzieb.files.wordpress.com/2009/05/faves.jpg?w=110&#038;h=62" class="attachment-thumbnail" alt="faves" title="faves" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/fickr/' title='fickr'><img width="133" height="37" src="http://ronzieb.files.wordpress.com/2009/05/fickr.jpg?w=133&#038;h=37" class="attachment-thumbnail" alt="fickr" title="fickr" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/multiply/' title='multiply'><img width="150" height="78" src="http://ronzieb.files.wordpress.com/2009/05/multiply.jpg?w=150&#038;h=78" class="attachment-thumbnail" alt="multiply" title="multiply" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/kaboodle/' title='kaboodle'><img width="150" height="35" src="http://ronzieb.files.wordpress.com/2009/05/kaboodle.jpg?w=150&#038;h=35" class="attachment-thumbnail" alt="kaboodle" title="kaboodle" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/reddit/' title='reddit'><img width="120" height="43" src="http://ronzieb.files.wordpress.com/2009/05/reddit.jpg?w=120&#038;h=43" class="attachment-thumbnail" alt="reddit" title="reddit" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/slashdot/' title='slashdot'><img width="117" height="61" src="http://ronzieb.files.wordpress.com/2009/05/slashdot.jpg?w=117&#038;h=61" class="attachment-thumbnail" alt="slashdot" title="slashdot" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/twitter/' title='twitter'><img width="150" height="38" src="http://ronzieb.files.wordpress.com/2009/05/twitter.jpg?w=150&#038;h=38" class="attachment-thumbnail" alt="twitter" title="twitter" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/yahoo-buzz/' title='Yahoo buzz'><img width="150" height="39" src="http://ronzieb.files.wordpress.com/2009/05/yahoo-buzz.jpg?w=150&#038;h=39" class="attachment-thumbnail" alt="Yahoo buzz" title="Yahoo buzz" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/webmarks/' title='webmarks'><img width="150" height="28" src="http://ronzieb.files.wordpress.com/2009/05/webmarks.jpg?w=150&#038;h=28" class="attachment-thumbnail" alt="webmarks" title="webmarks" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/technorati/' title='technorati'><img width="113" height="57" src="http://ronzieb.files.wordpress.com/2009/05/technorati.jpg?w=113&#038;h=57" class="attachment-thumbnail" alt="technorati" title="technorati" /></a>
<a href='http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/stumbleupon/' title='stumbleUpon'><img width="150" height="41" src="http://ronzieb.files.wordpress.com/2009/05/stumbleupon.jpg?w=150&#038;h=41" class="attachment-thumbnail" alt="stumbleUpon" title="stumbleUpon" /></a>

<p style="text-align:justify;">
<p style="text-align:center;">
<p style="text-align:center;"><span style="color:#0000ff;"><span style="text-decoration:underline;"><strong>List of 300 and more Social Bookmarking Sites Compiled </strong></span></span><br />
<em>(Link will be made available soon)</em></p>
<br />Posted in Social Media Optimization  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ronzieb.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ronzieb.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ronzieb.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ronzieb.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ronzieb.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ronzieb.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ronzieb.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ronzieb.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ronzieb.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ronzieb.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ronzieb.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ronzieb.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ronzieb.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ronzieb.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=122&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ronzieb.wordpress.com/2009/05/18/how-to-submit-to-social-bookmarking-sites/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b284399bfff159d5e0bc04e10c879fa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ronzieb</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/social-bookmarking4.jpg?w=150" medium="image">
			<media:title type="html">social bookmarking</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/step11.jpg?w=105" medium="image">
			<media:title type="html">step1</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/step21.jpg?w=150" medium="image">
			<media:title type="html">step2</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/step3b1.jpg?w=150" medium="image">
			<media:title type="html">step3b</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/delicious.jpg?w=148" medium="image">
			<media:title type="html">Delicious</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/digg.jpg?w=150" medium="image">
			<media:title type="html">digg</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/blinklist.jpg?w=110" medium="image">
			<media:title type="html">blinklist</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/facebook.jpg?w=147" medium="image">
			<media:title type="html">facebook</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/faves.jpg?w=110" medium="image">
			<media:title type="html">faves</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/fickr.jpg?w=133" medium="image">
			<media:title type="html">fickr</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/multiply.jpg?w=150" medium="image">
			<media:title type="html">multiply</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/kaboodle.jpg?w=150" medium="image">
			<media:title type="html">kaboodle</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/reddit.jpg?w=120" medium="image">
			<media:title type="html">reddit</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/slashdot.jpg?w=117" medium="image">
			<media:title type="html">slashdot</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/twitter.jpg?w=150" medium="image">
			<media:title type="html">twitter</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/yahoo-buzz.jpg?w=150" medium="image">
			<media:title type="html">Yahoo buzz</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/webmarks.jpg?w=150" medium="image">
			<media:title type="html">webmarks</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/technorati.jpg?w=113" medium="image">
			<media:title type="html">technorati</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/stumbleupon.jpg?w=150" medium="image">
			<media:title type="html">stumbleUpon</media:title>
		</media:content>
	</item>
		<item>
		<title>Which Separator to Use for SEO Purposes: Hyphen or Underscore?</title>
		<link>http://ronzieb.wordpress.com/2009/05/12/which-separator-to-use-for-seo-purposes-hyphen-or-underscore/</link>
		<comments>http://ronzieb.wordpress.com/2009/05/12/which-separator-to-use-for-seo-purposes-hyphen-or-underscore/#comments</comments>
		<pubDate>Tue, 12 May 2009 01:54:53 +0000</pubDate>
		<dc:creator>ronzieb</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[dividers]]></category>
		<category><![CDATA[hyphen]]></category>
		<category><![CDATA[key phrases]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[separator]]></category>
		<category><![CDATA[underscore]]></category>

		<guid isPermaLink="false">http://ronzieb.wordpress.com/?p=114</guid>
		<description><![CDATA[Search engines, especially Google, care for keywords used in the URL name. Before creating domain names, we usually ask questions whether separators affect the meaning of two separate words and which one is better to replace the other. Certainly, a simple hyphen or underscore changes the way search engines read the words. HYPHEN (-) Hyphens [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=114&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Search engines, especially Google, care for keywords used in the URL name. Before creating domain names, we usually ask questions whether separators affect the meaning of two separate words and which one is better to replace the other. Certainly, a simple hyphen or underscore changes the way search engines read the words.</p>
<p style="text-align:justify;"><strong>HYPHEN (-)</strong><br />
<em>Hyphens are considered dividers by search engines.</em></p>
<p style="text-align:justify;padding-left:60px;">Examples:<br />
<span style="color:#ff0000;">Keyword1</span>-<span style="color:#008000;">keyword2</span>.com<br />
domain.com/<span style="color:#ff0000;">Keyword1</span>-<span style="color:#008000;">keyword2</span>.html</p>
<p style="text-align:justify;">Given the examples above, “Keyword1 keyword2” separated by hyphen, it simply informs search engines of the two separate words, Keyword1 and Keyword2. And they are most likely to be found using search queries like: Keyword1, Keyword2, Keyword1 Keyword2, Keyword1 + Keyword X, Keyword2 + Keyword X, or any other phrases where “Keyword1” and “Keyword2” are present.</p>
<p style="text-align:justify;"><strong>UNDERSCORE ( _ )</strong><br />
<em>Underscores merge two different words to form as one.</em></p>
<p style="text-align:justify;padding-left:60px;">Examples:<br />
<span style="color:#ff0000;">Keyword1</span>_<span style="color:#008000;">Keyword2</span>.com<br />
Domain.com/<span style="color:#ff0000;">Keyword1</span>_<span style="color:#008000;">Keyword2</span>.html</p>
<p style="text-align:justify;">Base from the examples above, “Keyword1 Keyword2” separated by underscore, it tells search engines that these two words are treated singly. One cannot stand without the other just like the word rainbow. Rain and bow mean two different things and when combined, forms another meaning. Sample URLs above will only show up to search term “Keyword1 Keyword2”.</p>
<p style="text-align:justify;"><strong>Which Separator to Recommend?</strong></p>
<p style="text-align:justify;">Personally, both separators can be used strategically. Most SEO experts recommend the use of hyphen as a divider especially when you are targeting numerous keywords and wanted to show up on all those keywords. Given the example hearing aid as part of your URL name, you would want search engines to pull up your site to search terms like hearing aid, hearing devices, hearing amplifiers, hearing support and so on. So you would probably opt to hyphen. On the other hand, underscores can be useful when used to multiple words that would mean another thing when treated as one. The best example would be seven headed dragons. You won’t need each words treated differently and the absence of one word would change its meaning. Thus, this case is handled by underscore.</p>
<br />Posted in Search Engine Optimization  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ronzieb.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ronzieb.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ronzieb.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ronzieb.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ronzieb.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ronzieb.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ronzieb.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ronzieb.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ronzieb.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ronzieb.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ronzieb.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ronzieb.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ronzieb.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ronzieb.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=114&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ronzieb.wordpress.com/2009/05/12/which-separator-to-use-for-seo-purposes-hyphen-or-underscore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b284399bfff159d5e0bc04e10c879fa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ronzieb</media:title>
		</media:content>
	</item>
		<item>
		<title>Where to Place Keywords? The First Crucial Step in Optimizing Your Site</title>
		<link>http://ronzieb.wordpress.com/2009/05/11/where-to-place-keywords-the-first-crucial-step-in-optimizing-your-site/</link>
		<comments>http://ronzieb.wordpress.com/2009/05/11/where-to-place-keywords-the-first-crucial-step-in-optimizing-your-site/#comments</comments>
		<pubDate>Mon, 11 May 2009 02:47:56 +0000</pubDate>
		<dc:creator>ronzieb</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[key phrases]]></category>
		<category><![CDATA[keyword analysis]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[off-page]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[page url]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://ronzieb.wordpress.com/?p=99</guid>
		<description><![CDATA[Yes, keyword analysis plays the most essential part in search engine optimization process. It needs careful and thorough study and research as this will later on lure internet users to your site. Prepare a list of keywords or phrases related to your products or services. Analyze every word you have in the list, find out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=99&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a rel="attachment wp-att-100" href="http://ronzieb.wordpress.com/2009/05/11/where-to-place-keywords-the-first-crucial-step-in-optimizing-your-site/keyword-analysis/"><img class="alignright size-thumbnail wp-image-100" title="keyword-analysis" src="http://ronzieb.files.wordpress.com/2009/05/keyword-analysis.jpg?w=150&#038;h=134" alt="keyword-analysis" width="150" height="134" /></a>Yes, keyword analysis plays the most essential part in search engine optimization process. It needs careful and thorough study and research as this will later on lure internet users to your site. Prepare a list of keywords or phrases related to your products or services. Analyze every word you have in the list, find out its related terms and compare which is commonly used by users. You will be surprised to see there are lots of terminologies people are using on a specific word that would mean the same thing in your list. It’s better to use different tools available online to know how many are actually searching on a specific keyword or phrase everyday so you would only focus on the popular ones and get rid of the least searchable terms. Ideally, it’s not advisable to have bulks of keywords as it will be hard to maintain and deal with them in the future. Just stick to 3 to 5 best profitable keywords.</p>
<p style="text-align:justify;"><span style="color:#000000;"><strong>Where to place keywords?</strong></span></p>
<p style="text-align:justify;"><a rel="attachment wp-att-101" href="http://ronzieb.wordpress.com/2009/05/11/where-to-place-keywords-the-first-crucial-step-in-optimizing-your-site/checkmark2/"><img class="alignleft size-thumbnail wp-image-101" title="checkmark2" src="http://ronzieb.files.wordpress.com/2009/05/checkmark2.png?w=86&#038;h=74" alt="checkmark2" width="86" height="74" /></a><span style="color:#000000;"><strong>Page URL </strong></span></p>
<p style="text-align:justify;"><strong>Web Page Optimization </strong></p>
<p style="text-align:justify;"><strong>Off-page Optimization (Inbound Links)</strong></p>
<p style="text-align:justify;"><strong><br />
</strong></p>
<p style="text-align:justify;"><span style="color:#000000;"><strong></strong></span></p>
<p style="text-align:justify;"><span style="color:#000000;"><strong>Page URL</strong></span></p>
<p style="text-align:justify;">Placing keywords in the URL can gain advantage in search engines and can help achieve high ranks in Search engine Results Page (SERP). But this is not advisable to well-established and high-ranked sites. This is only worth considering in creating new page or site. Make sure to make a sensible one by not abusing the keywords. Here’s a good tip in creating a domain name: separate words or phrases by a hyphen (-) or underscores (_) and do not write them as a single word as search engine will understand them as one word.</p>
<p style="text-align:justify;"><span style="color:#000000;"><strong>Web Page Optimization</strong></span></p>
<p style="text-align:justify;">Keywords properly placed in your web page will definitely pull you up in SERP. Titles are weighed more than any other else in the HTML code. Place the most important keyword at the beginning of the title followed by the support words. But don’t over stuff them. Insert other keywords in your “meta description” and “meta keywords”. Make a unique title, descriptions and keywords in every page to avoid conflict with search engines especially when you check on the Google webmaster tool. Your web content should also include keywords in bold, highlighted, emphasized and placed in headers to inform search engines of their importance. Also use keywords in alt image attributes.</p>
<p style="text-align:justify;"><span style="color:#000000;"><strong>Off-page Optimization (Inbound Links)</strong></span></p>
<p style="text-align:justify;">Get links from different site! Web page optimization should be supported by LINKS from other sites. Use your keywords as an anchor text. Search engine loves context clues. It helps search engines informed of what your site is all about. The more links you have from reputable and related sites, the faster you will rank in search engines.</p>
<p style="text-align:justify;"><span style="color:#808080;"><strong></strong></span></p>
<table style="height:100px;" border="1" width="514">
<tbody>
<tr>
<td width="475" bgcolor="#999999"><span style="color:#000000;"><strong>Tip from the Author: </strong></span></td>
</tr>
<tr>
<td><span style="color:#808080;"><a rel="attachment wp-att-106" href="http://ronzieb.wordpress.com/2009/05/11/where-to-place-keywords-the-first-crucial-step-in-optimizing-your-site/key-words/"><img class="alignleft size-thumbnail wp-image-106" title="key words" src="http://ronzieb.files.wordpress.com/2009/05/key-words.jpg?w=76&#038;h=54" alt="key words" width="76" height="54" /></a>In  my own personal opinion, supported by my experiences in search engine  optimization, Google gives more weight in the Title page, putting your  site on top on keywords properly positioned in the Page Title then  supported by off-site link factors while Yahoo loves links! Keywords  used as anchor text will boost your ranking in Yahoo then on-page  optimization comes next.</span></td>
</tr>
</tbody>
</table>
<br />Posted in Search Engine Optimization  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ronzieb.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ronzieb.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ronzieb.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ronzieb.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ronzieb.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ronzieb.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ronzieb.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ronzieb.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ronzieb.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ronzieb.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ronzieb.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ronzieb.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ronzieb.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ronzieb.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=99&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ronzieb.wordpress.com/2009/05/11/where-to-place-keywords-the-first-crucial-step-in-optimizing-your-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b284399bfff159d5e0bc04e10c879fa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ronzieb</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/keyword-analysis.jpg?w=150" medium="image">
			<media:title type="html">keyword-analysis</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/checkmark2.png?w=150" medium="image">
			<media:title type="html">checkmark2</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/key-words.jpg?w=150" medium="image">
			<media:title type="html">key words</media:title>
		</media:content>
	</item>
		<item>
		<title>Overview of Search Engine Optimization (SEO)</title>
		<link>http://ronzieb.wordpress.com/2009/05/04/13/</link>
		<comments>http://ronzieb.wordpress.com/2009/05/04/13/#comments</comments>
		<pubDate>Mon, 04 May 2009 03:23:41 +0000</pubDate>
		<dc:creator>ronzieb</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[off-page]]></category>
		<category><![CDATA[on-page]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://ronzieb.wordpress.com/?p=13</guid>
		<description><![CDATA[For years, SEO has been proven effective and more and more companies are relying on it in generating higher sales in a practical way. Search Engine optimization is basically optimizing a website to get higher ranks from major search engines like Google, Yahoo, Live and Ask and other vertical search engines. Good positioning in Search [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=13&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a rel="attachment wp-att-96" href="http://ronzieb.wordpress.com/2009/05/04/13/seo-company/"><img class="alignleft size-thumbnail wp-image-96" title="seo company" src="http://ronzieb.files.wordpress.com/2009/05/seo-company.jpg?w=150&#038;h=98" alt="seo company" width="150" height="98" /></a>For years, SEO has been proven effective and more and more companies are relying on it in generating higher sales in a practical way. Search Engine optimization is basically optimizing a website to get higher ranks from major search engines like Google, Yahoo, Live and Ask and other vertical search engines. Good positioning in Search Engine Results Page (SERPS) is not what SEO is all about. It covers a wider range and components to make your websites, companies, products or services known and reach its target audience.</p>
<p><strong>2 Kinds of Optimization</strong></p>
<ol>
<li>On-page optimization</li>
<p style="text-align:justify;">Includes on-the-page factors influencing rankings such as proper insertion of keywords in the source code, correct placement of meta tags, using search engine friendly and readable scripts, alt tags optimization. Basically, this refers to the content management system used.</p>
<li>Off-page optimization</li>
<p style="text-align:justify;">A way of optimizing websites using off-the-page strategy influencing search engine rankings and popularity online through inbound and outbound links. In short, it’s all about LINKS.</p>
</ol>
<p style="text-align:justify;"><strong>Components of On-Page Optimization</strong></p>
<ol>
<li>Keyword Analysis
<p style="text-align:justify;">Keywords are considered as one of the vital elements in optimization. Choosing the proper and right keywords or key phrases is very important as it will bring targeted web traffic. It should be unique in every page, specific or country-specific and think of words that people will search on to find your business or businesses like yours. There are free software tools you can choose online or download to help you build specific keywords or key phrases.</p>
<p style="text-align:justify;">To gain a serious advantage in search engine rankings, it is best to place your major keyword in your domain name or URL. Consider placing a hyphen (-) [domain/two-words.html] or underscore (_) [domain/two_words.html] rather than writing them as one. Otherwise, search engines will understand it as a single word</p>
</li>
<li>Title Tag
<p style="text-align:justify;">Your Title tag should be placed before all other tags to avoid search engines overlooking it and should be unique in each page.</p>
<p style="text-align:justify;">Avoid using too much stop words such as “and, on, a, and other auxiliary words” as search engines don’t take them into consideration. The lesser stop words, the better.</p>
<p style="text-align:justify;">Place your keywords in the Title tag at least once, but don’t make it look like you’re doing keyword stuffing by putting in long lists of keywords. Start with important keyword followed by support words and always use lower case letters as they are found first in the search engine result. Avoid using superlatives. Ideal Page Titles can be 60 characters long inclusive of separators, punctuations and spaces.</p>
</li>
<li>Meta Tags
<p style="text-align:justify;">Meta tags are part of the HTML code: Title, Description, Keywords, Robots, copyright, author, etc.</p>
<p style="text-align:justify;">Meta description &#8211; The actual words placed within this tag are given some crucial weight with most major search engines today and can really help a page to rank higher in the search results for specific keywords and key phrases. Just as important, the words placed in the meta description tags appear under the title in a search engine&#8217;s list of results, giving searchers a much better idea of what that page is all about.</p>
<p style="text-align:justify;">Meta keywords &#8211; Used to help search engines understand the content of your web page. It is ideal to concentrate on 3 to 5 major keywords or key phrases rather than having bulk of keywords.</p>
<p style="text-align:justify;">Meta Robots – This attribute can specify what certain pages should not be indexed or followed by search engine robots.</p>
</li>
<li>Content (keyword emphasis, alts, headers)
<p style="text-align:justify;">Web content are the text from the body area of your code and it is vital to have your web copy keyword-enriched.</p>
<p style="text-align:justify;">Headers – search engines consider text in the headings to be essential and having your keyword there will positively influence your website&#8217;s overall optimality.</p>
<p style="text-align:justify;">Bolds, Emphasis, Italics &#8211; The fact that you put a certain keyword or phrase in bold tells the search engine that you place an emphasis on it. Naturally it considers these words or phrases to be more important than those in regular font.</p>
</li>
<li>Image optimization
<p style="text-align:justify;">Search engines cannot read images, only text. So putting an alt attribute will make it readable to search engines. This is also a good way to place keywords in alt tags to optimize images.</p>
</li>
<li>Include Pages to your site
<p style="text-align:justify;">Include a separate “About Us” and “Contact Us” pages, and make room for News, Press Release, White Paper, Testimonial, Blog or Articles.</p>
</li>
<li>Create a Sitemap
<p style="text-align:justify;">Sitemap helps user to navigate your internal pages easily. Submitting sitemaps to search engines will help in determining which page of your site has a higher priority in terms of indexing than the other. You can also track which pages from your site is not indexed or causes conflicts or problems as read by the search engines.</p>
</li>
</ol>
<p><strong>Components of Off-Page Optimization</strong></p>
<ol>
<li>Link Building
<p style="text-align:justify;">There are three types of building links:</p>
<ul>
<li>One Way Links ( Site A points to Site B)
<p style="text-align:justify;">Also called as incoming links or inbound links, It is a very effective way of building links as it looks natural to search engines thus, telling how important and interesting the site is.</p>
</li>
<li>Reciprocal / Two Way Linking (Site A points to Site B and in return, Site B points back to Site A)
<p style="text-align:justify;">It is a mutual link between two sites where both benefit web traffic.</p>
</li>
<li>Three Way Links (Site A points to Site B and Site B points to Site C and Site C points to Site A)
<p style="text-align:justify;">It is a different type of exchanging links that will look more natural than reciprocal links.</p>
</li>
</ul>
</li>
<li>Directory Submissions
<p style="text-align:justify;">A good way of building backlinks, but make sure these directories are of good PR value.</p>
</li>
<li>Press Release Submissions
<p style="text-align:justify;">Submit press release to PR sites so that readers will know stories, news or updates with what you are up to currently in the market. Make fresh content that is reader friendly giving them reasons to keep coming back to your site, bookmark your page, and they may even provide word-of-mouth advertising.</p>
</li>
<li>Blog
<p style="text-align:justify;">Writing quality and interesting content will help attract visitors to your site. By posting them to blog sites, readers will have a chance of visiting your site, bookmark and talk about it on the net, a good way to boost web traffic.</p>
</li>
<li>Social Bookmarking and Networking
<p style="text-align:justify;">Bookmarking and Networking sites are good sources of traffic. You will have the chance to share your site to others and have them list in their favorites and share with their friends. The more popular your site is, the better ranking you will get fro search engines.</p>
</li>
<li>Comments and Forum Posting
<p style="text-align:justify;">Actively participate in forums using signature linking and comments.</p>
</li>
</ol>
<p><strong>Tips:</strong></p>
<ul>
<li>Use keywords as your anchor text (known as context clues) rather than using your site’s URL because it helps in telling search engine robots what your site is all about and to gain weight in that particular key phrase. (ie, <a href="http://www.onlinemarketingconcept.com">Online Marketing Concept</a> rather than <a href="http://www.onlinemarketingconcept.com">www.onlinemarketingconcept.com</a>)</li>
<li>Link only to sites with good Page Rank value, relevant sites or categories and sites with good traffic.</li>
<li>Although frameset can now be optimized, avoid using them. It will be hard to optimize site using frames or framesets because search engines will not index pages containing frames, some browsers doesn’t support frames, visitors cannot bookmark pages from frames, it is hard to navigate through pages in frames and difficult to print content of all frames.</li>
<li>Do not link to sites that uses “nofollow” or “noindex” attributes because it has no value at all as they are telling search engine robots not to visit links listed.</li>
</ul>
<p><strong>Recommended Tools:</strong></p>
<table style="height:202px;" border="0" width="489">
<tbody>
<tr>
<td><a title="Wordtracker" rel="attachment wp-att-75" href="http://ronzieb.wordpress.com/2009/05/04/13/wordtracker/" target="_blank"><img class="alignleft size-thumbnail wp-image-75" title="wordtracker" src="http://ronzieb.files.wordpress.com/2009/05/wordtracker.jpg?w=150&#038;h=37" alt="wordtracker" width="150" height="37" /></a></td>
<td><a title="Search Engine Genie" rel="attachment wp-att-81" href="http://ronzieb.wordpress.com/2009/05/04/13/searchenginegenie/" target="_blank"><img class="alignleft size-thumbnail wp-image-81" title="searchenginegenie" src="http://ronzieb.files.wordpress.com/2009/05/searchenginegenie.jpg?w=150&#038;h=48" alt="searchenginegenie" width="150" height="48" /></a></td>
</tr>
<tr>
<td><a title="Metamend" rel="attachment wp-att-80" href="http://ronzieb.wordpress.com/2009/05/04/13/metamend/" target="_blank"><img class="alignleft size-thumbnail wp-image-80" title="metamend" src="http://ronzieb.files.wordpress.com/2009/05/metamend.jpg?w=150&#038;h=37" alt="metamend" width="150" height="37" /></a></td>
<td><a title="SEO Scores" rel="attachment wp-att-78" href="http://ronzieb.wordpress.com/2009/05/04/13/seoscores/" target="_blank"><img class="alignleft size-thumbnail wp-image-78" title="seoscores" src="http://ronzieb.files.wordpress.com/2009/05/seoscores.jpg?w=150&#038;h=41" alt="seoscores" width="150" height="41" /></a></td>
</tr>
<tr>
<td><a title="TrafficZap" rel="attachment wp-att-77" href="http://ronzieb.wordpress.com/2009/05/04/13/trafficzap/" target="_blank"><img class="alignleft size-thumbnail wp-image-77" title="trafficzap" src="http://ronzieb.files.wordpress.com/2009/05/trafficzap.jpg?w=150&#038;h=46" alt="trafficzap" width="150" height="46" /></a></td>
<td><a title="Web CEO" rel="attachment wp-att-76" href="http://ronzieb.wordpress.com/2009/05/04/13/webceo/" target="_blank"><img class="alignnone size-full wp-image-76" title="webceo" src="http://ronzieb.files.wordpress.com/2009/05/webceo.jpg?w=142&#038;h=50" alt="webceo" width="142" height="50" /></a></td>
</tr>
<tr>
<td><a title="IBP and Arelis (IBP)" rel="attachment wp-att-79" href="http://ronzieb.wordpress.com/2009/05/04/13/ibp/" target="_blank"><img class="alignnone size-thumbnail wp-image-79" title="ibp" src="http://ronzieb.files.wordpress.com/2009/05/ibp.jpg?w=150&#038;h=18" alt="ibp" width="150" height="18" /></a></td>
<td></td>
</tr>
</tbody>
</table>
<br />Posted in Search Engine Optimization  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ronzieb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ronzieb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ronzieb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ronzieb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ronzieb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ronzieb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ronzieb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ronzieb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ronzieb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ronzieb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ronzieb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ronzieb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ronzieb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ronzieb.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=13&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ronzieb.wordpress.com/2009/05/04/13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b284399bfff159d5e0bc04e10c879fa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ronzieb</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/seo-company.jpg?w=150" medium="image">
			<media:title type="html">seo company</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/wordtracker.jpg?w=150" medium="image">
			<media:title type="html">wordtracker</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/searchenginegenie.jpg?w=150" medium="image">
			<media:title type="html">searchenginegenie</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/metamend.jpg?w=150" medium="image">
			<media:title type="html">metamend</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/seoscores.jpg?w=150" medium="image">
			<media:title type="html">seoscores</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/trafficzap.jpg?w=150" medium="image">
			<media:title type="html">trafficzap</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/webceo.jpg" medium="image">
			<media:title type="html">webceo</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/05/ibp.jpg?w=150" medium="image">
			<media:title type="html">ibp</media:title>
		</media:content>
	</item>
		<item>
		<title>Online Marketing and Its Concept</title>
		<link>http://ronzieb.wordpress.com/2009/04/30/online-marketing-and-its-concept/</link>
		<comments>http://ronzieb.wordpress.com/2009/04/30/online-marketing-and-its-concept/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 06:25:02 +0000</pubDate>
		<dc:creator>ronzieb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[promotions]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ronzieb.wordpress.com/?p=3</guid>
		<description><![CDATA[Definition of Online Marketing Also known as internet marketing, web marketing or search engine marketing (SEM). Online Marketing is a marketing strategy of promoting or advertising organizations, products or services using online media with the goal of increasing sales and profits. In the past, it only refers to digital media such as the wireless media, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=3&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><strong>Definition of Online Marketing</strong></p>
<p style="text-align:justify;"><a rel="attachment wp-att-93" href="http://ronzieb.wordpress.com/2009/04/30/online-marketing-and-its-concept/marketing-online/"><img class="alignleft size-thumbnail wp-image-93" title="online marketing" src="http://ronzieb.files.wordpress.com/2009/04/marketing-online3.jpg?w=150&#038;h=105" alt="online marketing" width="150" height="105" /></a>Also known as <em>internet marketing, web marketing or search engine marketing (SEM)</em>.</p>
<p style="text-align:justify;">Online Marketing is a marketing strategy of promoting or advertising organizations, products or services using online media with the goal of increasing sales and profits. In the past, it only refers to digital media such as the wireless media, e-mail and the Internet by having a website or placing banner ads online. Nowadays, the term can mean a variety of things evolving into a broader mix of components and includes management of digital customer data and electronic customer management (ECRM) systems.Internet marketing ties together creative and technical aspects of the Internet, including design, development, advertising, and sale.</p>
<p style="text-align:justify;"><strong>Why Online Marketing?</strong></p>
<ol>
<li>It has proven to be cost-effective in distributing information to global market resulting in a growth for your business.</li>
<li> The number of internet users increases everyday, thus, more time and money are spent online by consumers.</li>
<li> People especially shoppers uses search engines (Google, Yahoo, MSN and others) and directories to look and buy for products or services. The need of visibility and exposure of a site is important.</li>
<li> Customers trust in the safety of online shopping due to secure systems that fight against fraud.</li>
</ol>
<p style="text-align:justify;"><strong>Components of Internet Marketing</strong></p>
<p style="text-align:justify;"><strong><img class="alignright size-thumbnail wp-image-29" title="Web Design and Development" src="http://ronzieb.files.wordpress.com/2009/04/web-design1.jpg?w=150&#038;h=150" alt="Web Design and Development" width="150" height="150" /><br />
</strong></p>
<ul>
<li>Web Design and Development
<p style="padding-left:30px;">It is important how you appear online. Your website should speak who and what you are, what your products and services are and who your target markets are. It should starts with the right web design and implementation to attract customers, make them stay and revisit your site.</p>
</li>
<li> Search Engine Marketing <img class="alignleft size-thumbnail wp-image-30" title="search-engine-marketing1" src="http://ronzieb.files.wordpress.com/2009/04/search-engine-marketing1.jpg?w=146&#038;h=150" alt="search-engine-marketing1" width="146" height="150" />
<p style="text-align:justify;padding-left:30px;">Internet users uses search engines (both broad-based and vertical search engines) to search, inquire, shop and buy online. Having a website is not enough. You need to visibly expose to let them know you exist.</p>
<p style="text-align:justify;padding-left:30px;">SEM includes:</p>
<ul>
<li> Search Engine Optimization (SEO)</li>
<li> Pay per click (PPC)</li>
<li> Press Release</li>
<li> Submissions to Directories and Social Bookmarking sites</li>
<li> Media Optimization:
<ul>
<li> Blog marketing</li>
<li> Multivariate testing or optimization</li>
<li> Viral marketing (i.e. video clips, interactive Flash games, ebooks)</li>
<li>Forums</li>
</ul>
</li>
</ul>
</li>
<li>Email Marketing
<p style="text-align:justify;"><img class="aligncenter size-thumbnail wp-image-35" title="email_marketing" src="http://ronzieb.files.wordpress.com/2009/04/email_publications1.jpg?w=150&#038;h=106" alt="email_marketing" width="150" height="106" />As the name implies, it is sending mails via emails to customers or potential customers. Sending letters to thousands of emails is cheaper than sending to thousands of postal addresses. Despite abusive spammers, still it is one of the powerful marketing tools.</p>
<p style="text-align:justify;">Different kinds of E-mail marketing online:</p>
<ul>
<li>Direct Email</li>
<li>Newsletters</li>
<li>Advertisements from newsletters</li>
</ul>
</li>
<li>Article Marketing <img class="alignright size-thumbnail wp-image-32" title="article_marketing1" src="http://ronzieb.files.wordpress.com/2009/04/article_marketing1.jpg?w=150&#038;h=103" alt="article_marketing1" width="150" height="103" />
<p style="text-align:justify;">It involves writing articles with topics related to your business and have it published online through syndicated article sites. It is important that links are maintained to boost web traffic and promote your products or services to a wide audience.</p>
</li>
</ul>
<ul>
<li>Banner Advertising / Web Banner <img class="alignleft size-thumbnail wp-image-33" title="banner-advertising1" src="http://ronzieb.files.wordpress.com/2009/04/banner-advertising1.jpg?w=150&#038;h=76" alt="banner-advertising1" width="150" height="76" />
<p style="text-align:justify;">A form of advertising on the World Wide Web created from an image (JPEG, GIF, PNG), Java Script program or multimedia object such as Silverlight, Shockwave or Flash, Java, utilizing animations, sounds or videos intended to attract traffic and directed to a website advertised once clicked by the user.</p>
</li>
</ul>
<ul>
<li>Digital Marketing <img class="alignright size-thumbnail wp-image-34" title="digital-marketing1" src="http://ronzieb.files.wordpress.com/2009/04/digital-marketing1.jpg?w=145&#038;h=150" alt="digital-marketing1" width="145" height="150" />
<p style="text-align:justify;">It is practice of promoting products and services using digital distribution channels to reach consumers in a timely, relevant, personal and cost-effective manner. It is usually hosts through mobile phones, sms/mms, display banner ads and digital outdoor.</p>
</li>
</ul>
<ul>
<li>Classified Advertising <img class="alignleft size-thumbnail wp-image-36" title="classified-advertising21" src="http://ronzieb.files.wordpress.com/2009/04/classified-advertising21.jpg?w=139&#038;h=150" alt="classified-advertising21" width="139" height="150" />
<p style="text-align:justify;">A textually based advertising common in newspapers, online and other periodicals with little information such business name and contact info.</p>
</li>
</ul>
<br />Posted in General  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ronzieb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ronzieb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ronzieb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ronzieb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ronzieb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ronzieb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ronzieb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ronzieb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ronzieb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ronzieb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ronzieb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ronzieb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ronzieb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ronzieb.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ronzieb.wordpress.com&amp;blog=7561927&amp;post=3&amp;subd=ronzieb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ronzieb.wordpress.com/2009/04/30/online-marketing-and-its-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b284399bfff159d5e0bc04e10c879fa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">ronzieb</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/04/marketing-online3.jpg?w=150" medium="image">
			<media:title type="html">online marketing</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/04/web-design1.jpg?w=150" medium="image">
			<media:title type="html">Web Design and Development</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/04/search-engine-marketing1.jpg?w=146" medium="image">
			<media:title type="html">search-engine-marketing1</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/04/email_publications1.jpg?w=150" medium="image">
			<media:title type="html">email_marketing</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/04/article_marketing1.jpg?w=150" medium="image">
			<media:title type="html">article_marketing1</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/04/banner-advertising1.jpg?w=150" medium="image">
			<media:title type="html">banner-advertising1</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/04/digital-marketing1.jpg?w=145" medium="image">
			<media:title type="html">digital-marketing1</media:title>
		</media:content>

		<media:content url="http://ronzieb.files.wordpress.com/2009/04/classified-advertising21.jpg?w=139" medium="image">
			<media:title type="html">classified-advertising21</media:title>
		</media:content>
	</item>
	</channel>
</rss>
