<?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>Master Optimizer</title>
	<atom:link href="http://masteroptimizer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://masteroptimizer.wordpress.com</link>
	<description>Website Optimization tips, techniques, rules, how to and free tools</description>
	<lastBuildDate>Mon, 18 Jul 2011 17:54:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='masteroptimizer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c47bf59810fac562da58f722ecaf4227?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Master Optimizer</title>
		<link>http://masteroptimizer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://masteroptimizer.wordpress.com/osd.xml" title="Master Optimizer" />
	<atom:link rel='hub' href='http://masteroptimizer.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Level6: Page Optimizer</title>
		<link>http://masteroptimizer.wordpress.com/2010/08/20/level6-page%c2%a0optimizer/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/08/20/level6-page%c2%a0optimizer/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 23:04:39 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Level 06: Page Optimization]]></category>
		<category><![CDATA[Step by Step Optimization]]></category>
		<category><![CDATA[SEO Good Bad Ugly]]></category>
		<category><![CDATA[Step by step optimization]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=190</guid>
		<description><![CDATA[Why Page Optimizer Web users are more interactive and faster. Web users in average wait 8-10 seconds for a page to load and most of them will leave if the page does not load in 8-10 seconds. Artistic website or website with specific purpose may have flash intro that takes longer to load or more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=190&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Why Page Optimizer</h2>
<p>Web users are more interactive and faster. Web users in average wait 8-10 seconds for a page to load and most of them will leave if the page does not load in 8-10 seconds.</p>
<p>Artistic website or website with specific purpose may have flash intro that takes longer to load or more images and graphic. In general, we suggest having a fast website with fast webpages.</p>
<p>It is the website owner or administrator to make a choice about speed or flashy, lot images and slower webpages.</p>
<p>To find out is your website is fat enough for your audience you need to have traffic analytic monitoring in your website like Urchin or Google Analytics.</p>
<p>Traffic with higher bounce rate represent less quality traffic, design and navigation issue or page speed.</p>
<p>We suggest to speed up your pages as fast is possible if your audiences have the speed issue and if they do not, still it is base on good practices to speed up your webpages.<br />
<span id="more-190"></span></p>
<h2>Page Optimizer Overview</h2>
<p>Page optimizer process is critical and essential for some websites. You may take your side and answer “is my website needs to speed up and how?” and answer to “What is the bottom line for my business?” There are ten steps as page optimizer process, which is list below:</p>
<ol>
<li>Page Size Under 100K</li>
<li>Object in Page -20</li>
<li>External Script Size -20K</li>
<li>Multimedia -10K</li>
<li>Cache Control</li>
<li>Minimize HTTP Request</li>
<li>Gzip</li>
<li>Multi-Threading</li>
<li>Image Optimization</li>
<li>CSS Optimization</li>
</ol>
<h2>Page Size Under 100K</h2>
<h3>Page size is new ranking factor</h3>
<p>Matt Cutts from Google said there is strong lobbying in Google to introduce a new ranking factor into the algorithm. The new ranking factor has to do with how fast a site or page loads.</p>
<p>Matt described this as one of his ’what to expect in 2010’ bullet points.</p>
<h3>Less than 40K Page Size Even Better</h3>
<p>We suggest trying to keep your page size less than 100K or even less than 40K to improve your ranking and give your visitors better experience and offer faster web surf experience to them.</p>
<h3>Try to not have a page more than 150K</h3>
<p>100K page size before CSS, image and other external file is good, 40K page size even better but if you have a page up to 150K it is not bad but try to not exceed this limit.</p>
<h2>Object in Page -20</h2>
<p>Above 20 objects per page the overhead from dealing with the real objects.</p>
<p>Consider reducing CSS to one or two external files. Combine, refine, and optimize your external CSS files.</p>
<p>Ideally you should have one JavaScript file (or even embed scripts for high-traffic pages) on your pages and keep the JavaScript size under 20K.</p>
<h2>External Script Size -20K</h2>
<p>Ideally you should have one JavaScript file (or even embed scripts for high-traffic pages) on your pages and keep the JavaScript size under 20K.</p>
<h2>Multimedia -10K</h2>
<p>Try to keep your multi-media total file size under 10k.</p>
<h2>Cache Control</h2>
<ul>
<li>HTTP 1.1. Allowed values are:</li>
<li>PUBLIC &#8211; may be cached in public shared caches</li>
<li>PRIVATE: may only be cached in private cache</li>
<li>NO-CACHE: may not be cached</li>
<li>NO-STORE: may be cached but not archived</li>
</ul>
<p>Note: It may be better to specify cache commands in HTTP than in META statements, where they can influence more than the browser, but proxies and other intermediaries that may cache information.</p>
<p>Example:</p>
<p><em>&lt;META HTTP-EQUIV=&#8221;CACHE-CONTROL&#8221; CONTENT=&#8221;PUBLIC&#8221;&gt;</em></p>
<h2>Minimize HTTP Request</h2>
<h3>Minimizing HTTP requests is key for web site optimization.</h3>
<p>Placing external JavaScript files at the bottom of your BODY, and CSS files in the HEAD enables progressive display in XHTML web pages.</p>
<p>Finally, consider optimizing parallel downloads by using different hostname to reduce&nbsp;the object overhead, activate cache control and compression.</p>
<h2>Gzip</h2>
<p>gzip is a software application used for file compression, it usually means the GNU Project&#8217;s implementation of compression/decompression tool using Lempel-Ziv coding (LZ77), where gzip is short for GNU zip; as the program was created a free software replacement for the compress program used in early Unix systems, intended for use by the GNU Project.</p>
<h2>Multi-Threading</h2>
<h3>Parallel Download Default Throttles Browsers</h3>
<p>The HTTP 1.1 specification, circa 1999, recommends that browsers and servers limit parallel requests to the same hostname to two (Fielding et al. 1999). Written before broadband was widely adopted, this specification was designed for narrowband connections. Most browsers comply with the multithreading recommendation of the specification, although downgrading to HTTP 1.0 boosts parallel downloads to four. So most web browsers are effectively throttled by this limit on parallel downloads if the objects in the web page they download are hosted on one hostname. There are two ways around this limitation:</p>
<ul>
<li>Serve your objects from multiple servers</li>
<li>Create multiple subdomains to serve from multiple hostname</li>
</ul>
<h3>Using Multiple Servers</h3>
<p>You can set up multiple object or image-hosting servers to boost the number of parallel downloads. For example:</p>
<ul>
<li>images1.domain.com</li>
<li>images2.domain.com</li>
<li>images3.domain.com</li>
</ul>
<p>Each of these subdomains does not have to be on a separate server, however.</p>
<h3>Using Multiple hostname on the Same Server</h3>
<p>A more elegant solution is to set up multiple subdomains that point to the same server. This technique fools browsers into believing objects are being served from different hostname, thereby allowing more than two-threads per server. For example you can set:</p>
<ul>
<li>images1.domain.com</li>
<li>images2.domain.com</li>
<li>domain.com images3.domain.com</li>
</ul>
<p>Within your DNS zone record. Now you can refer to different objects using different hostname, even though they are on the same server! For example:</p>
<p><em>&lt;img src=&#8221;images1.domain.com/i/balloon.png&#8221; alt=&#8221;balloon&#8221;&gt; </em></p>
<p>All of these URLs point back to:</p>
<p><em>domain.com/i/</em></p>
<h2>Image Optimization</h2>
<p>Assuming that you specify the HEIGHT and WIDTH of your images, this size allows your HTML to display content in less than 10 seconds, the average time users are willing to wait for a page to display without feedback.</p>
<p>Try to keep your total image size under 100K. Consider switch graphic formats to meet smaller file sizes (from JPEG to PNG). Finally, substitute CSS techniques for graphics techniques to create colored borders, backgrounds, and spacing.</p>
<h2>CSS Optimization</h2>
<p>CSS Optimization is a way to remove repetitive CSS codes and clean unused CSS rules.</p>
<p>In addition, you may clear extra spaces and compress your CSS to decrease you CSS file size. You can save you original CSS, upload your clean and compress CSS version to your site.</p>
<p>For next update you can update your original CSS then compress, clean it, and upload the compressed one and keep the original separated for further updating purpose.</p>
<h2>Level 6 Page Optimizer Highlights</h2>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="38">#</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="153">Title</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="478">Description</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="54">Rank</td>
</tr>
<tr>
<td width="38"><strong>1</strong></td>
<td width="153">Page Size Under 100K</td>
<td width="478">Try to keep your page size fewer   than 100K or even under 40K to improve your ranking and give your visitors   better experience and faster web pages.<br />
<strong>Try to not have a page more than 150K</strong><br />
100K page size before CSS, image and other external file is good, 40K page size even better but if you have a page up to 150K it is not bad but try to   not exceed this limit.</td>
<td width="54">+3</td>
</tr>
<tr>
<td width="38"><strong>2</strong></td>
<td width="153">Object in Page -20</td>
<td width="478">Above 20 objects per page the overhead from dealing with the real objects.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>3</strong></td>
<td width="153">External Script Size -20K</td>
<td width="478">Ideally you should have one JavaScript file (or even embed scripts for high-traffic pages) on your pages   and keep the JavaScript size under 20K.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>4</strong></td>
<td width="153">Multimedia -10K</td>
<td width="478">Try to keep your multi-media total file size under 10K.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>5</strong></td>
<td width="153">Cache Control</td>
<td width="478">We suggest using cash control to cash the data in user computer and speed up your pages load time.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>6</strong></td>
<td width="153">Minimize HTTP Request</td>
<td width="478">Minimizing HTTP requests is key   for web site optimization.<br />
Placing external JavaScript files at the bottom of your BODY, and CSS files   in the HEAD enables progressive display in XHTML web pages.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>7</strong></td>
<td width="153">Gzip</td>
<td width="478">Gzip is a software application   used for file compression; it usually means the GNU Project&#8217;s implementation   of compression/decompression tool.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>8</strong></td>
<td width="153">Multi-Threading</td>
<td width="478">We suggest considering parallel   downloads or multi-threading by using different hostnames to reduce object   overhead, activate cache control and compression.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>9</strong></td>
<td width="153">Image Optimization</td>
<td width="478">Try to keep your total image size   under 100k. Consider switch graphic formats to meet smaller file sizes   (from JPEG to PNG). Finally, substitute CSS techniques for   graphics techniques to create colored borders, backgrounds, and spacing.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>10</strong></td>
<td width="153">CSS Optimization</td>
<td width="478">Consider reducing CSS to one or   two external files. Combine, refine, and optimize your external CSS files.</td>
<td width="54">+1</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/190/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=190&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/08/20/level6-page%c2%a0optimizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Level 5: Good, Bad &amp; Ugly</title>
		<link>http://masteroptimizer.wordpress.com/2010/07/26/level-5-good-bad-ugly/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/07/26/level-5-good-bad-ugly/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 06:33:03 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Level 05: Good, Bad, Ugly]]></category>
		<category><![CDATA[Step by Step Optimization]]></category>
		<category><![CDATA[SEO Good Bad Ugly]]></category>
		<category><![CDATA[Step by step optimization]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=170</guid>
		<description><![CDATA[What are Good, Bad &#38; Ugly? In this chapter, we describe the good things for having them to improve your website ranking in SERP. We describe some bad things to avoid them. In addition, the ugly things, which may cause you serious trouble or even ban to being in the search engine result page. Good: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=170&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>What are Good, Bad &amp; Ugly?</h2>
<p>In this chapter, we describe the good things for having them to improve your website ranking in SERP.</p>
<p>We describe some bad things to avoid them. In addition, the ugly things, which may cause you serious trouble or even ban to being in the search engine result page.</p>
<h2>Good: sitemap.html</h2>
<p>We suggest having sitemap page for your visitors and putting a link to your sitemap page in bottom of the all pages. By doing so your visitors can refer to it and find what they are looking for it.</p>
<p>Sitemap page for your visitors is different from sitemap.xml that is for search engine usage and help search engine know about your website. <a href="http://www.masteroptimizer.com/sitemap.php">Sitemap sample</a></p>
<p>We suggest having sitemap.xml for crawler and searching engine bots, in addition, having a document sitemap for your users like HTML.</p>
<h3>Sitemap</h3>
<p>Sitemap is a list of pages of a web site accessible to crawlers or users.</p>
<p>It can be either a document in any form used as a planning tool for web design, or a web page that lists the pages on a web site, typically organized in hierarchical fashion. This helps visitors and search engine bots find pages on the site.<br />
<span id="more-170"></span></p>
<h2>Good: 2 to 3 Click Away</h2>
<p>We suggest having 2-3 clicks away all pages from your home page except you have e-commerce website or you have different category and subcategories.</p>
<p>Three clicks away means the entire website is reachable by 3 clicks from your home page.</p>
<p>Three clicks away rule has benefit for you and your visitors. Your entire website is reachable by three or fewer clicks for your visitors.</p>
<h2>Good: Incoming/Outgoing Links Validity</h2>
<p>We suggest link to working and validate link. By the other hand, make sure all links are valid inside your website.</p>
<p>You may have incoming links from other websites, make sure those links pointing to a valid address and working properly.</p>
<p>We suggest to have a custom 404 error page and give your visitors information to what to do next if they are looking for a link is not existed.</p>
<h3>Context Link</h3>
<p>We suggest adding context to your link by using title and alt tag even for your text links. As instance consider a gardening tool seller the buying page or product page may name like “product.html”, we suggest to name the page more meaningful like “gardening-tools.html”,&nbsp; in addition, add alt tag and title tag to this anchor or link like below example:</p>
<ul>
<li> <em>alt=”Gardening Tools Index”</em></li>
<li> <em>title=”Buy Gardening Tools”</em></li>
</ul>
<p>You may name your page as “Gardening Tools” or “Buy Gardening Tools”, in this case your anchor or link code would be:</p>
<p><em>&lt;a href=”gardening-tools.html” alt=”Gardening Tools Index” title=”Buy Gardening Tools”&gt;Gardening Tools&lt;/a&gt;</em></p>
<p>Or simply you can have:</p>
<p><em>&lt;a href=”gardening-tools.html&gt;Gardening Tools&lt;/a&gt;</em></p>
<h3>Context in Target page Title</h3>
<p>We suggest having related title for you “gardening-tools.html” in above instance. In this case, you may use one of below title in your header of your page:</p>
<ul>
<li> <em>&lt;title&gt;Gardening Tools | My Company&lt;/title&gt;</em></li>
<li> <em>&lt;title&gt;Buy Gardening Tools | My Company&lt;/title&gt;</em></li>
</ul>
<h3>Links in or In-bound links</h3>
<p>Link from other websites to your website known as in-bound or incoming links, counts as a vote to your website.</p>
<p>Incoming links from relevant website as the subject or content to the page they linked to it has greater value.</p>
<p>Incoming links from authority website or website with higher Google Page Rank has greater impact to your website ranking in search and in your Google Page Rank.</p>
<p>We have a different level for link building and the best practices strategy to do it in the effective way and do it in the right ways.</p>
<p>In-bound links or incoming links also may call as backlinks. Back link is the link from another webpage to your webpage . By the other hand, they link back to you or they have a link to your website.</p>
<h2>Good Canonical Home page</h2>
<p>Consider your domain name is domian.com but people may type different form and we suggest making sure all of your homepage address point to the unique URI or web address. Consider your domain is domain.cim and your home page is index.htm, in this case other possible address for your home page will be:</p>
<ul>
<li> www.domain.com</li>
<li> http://www.domain.com</li>
<li> http://doamin.com</li>
<li> http://www.domain.com/index.htm</li>
<li> http://domain.com/index.htm</li>
</ul>
<p>We suggest to forward all below addresses to <strong>http://www.domain.com </strong>or<strong> www.domain.com </strong>and stick to just one of them.</p>
<p>This approach has two benefits. First, you eliminate duplicate contents and secondly all links to different form of your home page counts as a visit to a unique web address, which is your website home page.</p>
<h2>Bad: Dynamic Pages, Duplicate Content</h2>
<p>Dynamic pages or duplicate content has less value to compare to old days but still does. We suggest having canonical Meta tag to define the original content.</p>
<p>The canonical Meta tag for “order.htm” webpage must be inside the header of your html code and must be like:</p>
<p><em>&lt;link rel=&#8221;canonical&#8221; href=&#8221;http://www.domain.com/order.html&#8221; /&gt;</em></p>
<p>The above Meta tag tell the search engines to consider all duplicate and dynamic webpages or “order.html” as “order.html” page and prevent to generate duplicate content.</p>
<h2>Bad: Reciprocal Link</h2>
<p>Reciprocal or two-way linking is a link from website A to website B and vice versa.&nbsp; There are lot of debate about having reciprocal link, but if you want use it for two of your website it is fine but if you have many reciprocal links they do not improve your ranking and even may be penalized your website.</p>
<p>Google guideline is simple “you are responsible for all your website outgoing links” or link to other websites. We suggest not having reciprocal or two-way links.</p>
<h2>Bad: Freshness of Anchor Text</h2>
<p>Anchor text starts with “a” tag and ends with “/a” tag. Having fresh anchor text translate for search engine as a updated page and has more value than old Anchor text. We suggest updating your anchor text seasonally if it is essential but keep them updated and valid. Fresh anchor text in an old webpage is even better.</p>
<h3>Anchor Text</h3>
<p>The <strong><em>anchor text</em></strong>, <strong><em>link label</em></strong> or <strong><em>link title</em></strong> is the visible, clickable text in a hyperlink. The words contained in the anchor text can determine the ranking that the page will receive by search engines. Since 1998, some web browsers&nbsp; have added the ability to show a tooltip for a hyperlink before it is selected. Not all links have anchor texts because it may be obvious where the link will lead due to the context in which it is used. Anchor texts normally remain below 60 characters. Different browsers will display anchor texts differently.</p>
<p>Anchor text usually gives the user relevant descriptive or contextual information about the content of the link&#8217;s destination. The anchor text may or may not be related to the actual text of the URL of the link. For example, a hyperlink to the English-language Wikipedia&#8217;s homepage might take this form:</p>
<p><em> &lt;a href=&#8221;http://www.mydomain/my-page.html&#8221;&gt;My Tools&lt;/a&gt;</em></p>
<p>The anchor text in this example is &#8220;My Tools&#8221;; the unwieldy URL http://www.mydomain/my-page.html displays on the web page as My tools, contributing to clean, easy-to-read text.</p>
<h2>Bad: More Than 100 Out-bound Links</h2>
<p>More than 100 outgoing links in a webpage is a red flag for most search engines. They do not like it because it is more likely a webpage selling links, which is forbidden or is more like spammy webpage. We suggest to keep your outgoing links fairly short and relative to your webpage topic.</p>
<h2>Ugly: Link Farm</h2>
<p>A link farm is any group of web sites that all hyperlink to every other site in the group. Although some link farms can be created by hand, most are created through automated programs and services. A link farm is a form of spamming the index of a search engine (sometimes called spamdexing or spamexing). Other link exchange systems are designed to allow individual websites to selectively exchange links with other relevant websites and are not considered a form of spamdexing.</p>
<p>Search engines require ways to confirm page relevancy. A known method is to examine for one-way links coming directly from relevant websites. The process of building links should not be confused with being listed on link farms, as the latter requires reciprocal return links, which often renders the overall backlink advantage useless. This is due to oscillation, causing confusion over which is the vendor site and which is the promoting site.</p>
<p>According to Google, a site that participates in a link farm may have its search rankings penalized.</p>
<h2>Ugly:&nbsp;Cloaking, Google Promises to Ban!</h2>
<p><strong>Cloaking</strong> is a black hat search engine optimization (SEO) technique in which the content presented to the search engine spider is different to that presented to the user&#8217;s browser. This is done by delivering content based on the IP addresses or the User-Agent HTTP header of the user requesting the page. When a user is identified as a search engine spider, a server-side script delivers a different version of the web page, one that contains content not present on the visible page. The purpose of cloaking is to deceive search engines so they display the page when it would not otherwise be displayed.</p>
<p>Cloaking will take seriously by Google and the cloaked site will be ban from search engine result page.</p>
<h2>Ugly: Black Hat SEO Techniques</h2>
<p>Search engine optimization has two types of techniques. White hat techniques are base on search engine guideline and best practices. Black hat optimization techniques are some optimization techniques to cheat and make search engine fool to improve the ranking or traffic. Black hat techniques may work for a while but soon or later will find by search engine and the website will be penalize by banning from search result.</p>
<h2>What are Good, Bad &amp; Ugly?</h2>
<p>In this chapter, we describe the good things for having them to improve your website ranking in SERP.</p>
<p>We describe some bad things to avoid them. In addition, the ugly things, which may cause you serious trouble or even ban to being in the search engine result page.</p>
<h2>Good: sitemap.html</h2>
<p>We suggest having sitemap page for your visitors and putting a link to your sitemap page in bottom of the all pages. By doing so your visitors can refer to it and find what they are looking for it.</p>
<p>Sitemap page for your visitors is different from sitemap.xml that is for search engine usage and help search engine know about your website. <a href="http://www.masteroptimizer.com/sitemap.php">Sitemap sample</a></p>
<p>We suggest having sitemap.xml for crawler and searching engine bots, in addition, having a document sitemap for your users like HTML.</p>
<h3>Sitemap</h3>
<p>Sitemap is a list of pages of a web site accessible to crawlers or users.</p>
<p>It can be either a document in any form used as a planning tool for web design, or a web page that lists the pages on a <a title="Web site" href="http://en.wikipedia.org/wiki/Web_site">web site</a>, typically organized in hierarchical fashion. This helps visitors and search engine bots find pages on the site.</p>
<h2>Good: 2 to 3 Click Away</h2>
<p>We suggest having 2-3 clicks away all pages from your home page except you have e-commerce website or you have different category and subcategories.</p>
<p>Three clicks away means the entire website is reachable by 3 clicks from your home page.</p>
<p>Three clicks away rule has benefit for you and your visitors. Your entire website is reachable by three or fewer clicks for your visitors.</p>
<h2>Good: Incoming/Outgoing Links Validity</h2>
<p>We suggest link to working and validate link. By the other hand, make sure all links are valid inside your website.</p>
<p>You may have incoming links from other websites, make sure those links pointing to a valid address and working properly.</p>
<p>We suggest to have a custom 404 error page and give your visitors information to what to do next if they are looking for a link is not existed.</p>
<h3>Context Link</h3>
<p>We suggest adding context to your link by using title and alt tag even for your text links. As instance consider a gardening tool seller the buying page or product page may name like “product.html”, we suggest to name the page more meaningful like “gardening-tools.html”,&nbsp; in addition, add alt tag and title tag to this anchor or link like below example:</p>
<ul>
<li> <em>alt=”Gardening Tools Index”</em></li>
<li> <em>title=”Buy Gardening Tools”</em></li>
</ul>
<p>You may name your page as “Gardening Tools” or “Buy Gardening Tools”, in this case your anchor or link code would be:</p>
<p><em>&lt;a href=”gardening-tools.html” alt=”Gardening Tools Index” title=”Buy Gardening Tools”&gt;Gardening Tools&lt;/a&gt;</em></p>
<p>Or simply you can have:</p>
<p><em>&lt;a href=”gardening-tools.html&gt;Gardening Tools&lt;/a&gt;</em></p>
<h3>Context in Target page Title</h3>
<p>We suggest having related title for you “gardening-tools.html” in above instance. In this case, you may use one of below title in your header of your page:</p>
<ul>
<li> <em>&lt;title&gt;Gardening Tools | My Company&lt;/title&gt;</em></li>
<li> <em>&lt;title&gt;Buy Gardening Tools | My Company&lt;/title&gt;</em></li>
</ul>
<h3>Links in or In-bound links</h3>
<p>Link from other websites to your website known as in-bound or incoming links, counts as a vote to your website.</p>
<p>Incoming links from relevant website as the subject or content to the page they linked to it has greater value.</p>
<p>Incoming links from authority website or website with higher Google Page Rank has greater impact to your website ranking in search and in your Google Page Rank.</p>
<p>We have a different level for link building and the best practices strategy to do it in the effective way and do it in the right ways.</p>
<p>In-bound links or incoming links also may call as backlinks. Back link is the link from another webpage to your webpage . By the other hand, they link back to you or they have a link to your website.</p>
<h2>Good Canonical Home page</h2>
<p>Consider your domain name is domian.com but people may type different form and we suggest making sure all of your homepage address point to the unique URI or web address. Consider your domain is domain.cim and your home page is index.htm, in this case other possible address for your home page will be:</p>
<ul>
<li> www.domain.com</li>
<li> http://www.domain.com</li>
<li> http://doamin.com</li>
<li> http://www.domain.com/index.htm</li>
<li> http://domain.com/index.htm</li>
</ul>
<p>We suggest to forward all below addresses to <strong>http://www.domain.com</strong><strong> or </strong><strong>www.domain.com</strong><strong> and stick to just one of them.</strong><strong> </strong></p>
<p>This approach has two benefits. First, you eliminate duplicate contents and secondly all links to different form of your home page counts as a visit to a unique web address, which is your website home page.</p>
<h2>Bad: Dynamic Pages, Duplicate Content</h2>
<p>Dynamic pages or duplicate content has less value to compare to old days but still does. We suggest having canonical Meta tag to define the original content.</p>
<p>The canonical Meta tag for “order.htm” webpage must be inside the header of your html code and must be like:</p>
<p><em>&lt;link rel=&#8221;canonical&#8221; href=&#8221;http://www.domain.com/order.html&#8221; /&gt;</em></p>
<p>The above Meta tag tell the search engines to consider all duplicate and dynamic webpages or “order.html” as “order.html” page and prevent to generate duplicate content.</p>
<h2>Bad: Reciprocal Link</h2>
<p>Reciprocal or two-way linking is a link from website A to website B and vice versa.&nbsp; There are lot of debate about having reciprocal link, but if you want use it for two of your website it is fine but if you have many reciprocal links they do not improve your ranking and even may be penalized your website.</p>
<p>Google guideline is simple “you are responsible for all your website outgoing links” or link to other websites. We suggest not having reciprocal or two-way links.</p>
<h2>Bad: Freshness of Anchor Text</h2>
<p>Anchor text starts with “a” tag and ends with “/a” tag. Having fresh anchor text translate for search engine as a updated page and has more value than old Anchor text. We suggest updating your anchor text seasonally if it is essential but keep them updated and valid. Fresh anchor text in an old webpage is even better.</p>
<h3>Anchor Text</h3>
<p>The <strong><em>anchor text</em></strong>, <strong><em>link label</em></strong> or <strong><em>link title</em></strong> is the visible, clickable text in a hyperlink. The words contained in the anchor text can determine the ranking that the page will receive by search engines. Since 1998, some web browsers&nbsp; have added the ability to show a tooltip for a hyperlink before it is selected. Not all links have anchor texts because it may be obvious where the link will lead due to the context in which it is used. Anchor texts normally remain below 60 characters. Different browsers will display anchor texts differently.</p>
<p>Anchor text usually gives the user relevant descriptive or contextual information about the content of the link&#8217;s destination. The anchor text may or may not be related to the actual text of the URL of the link. For example, a hyperlink to the English-language Wikipedia&#8217;s homepage might take this form:</p>
<p><em> &lt;a href=&#8221;http://www.mydomain/my-page.html&#8221;&gt;My Tools&lt;/a&gt;</em></p>
<p>The anchor text in this example is &#8220;My Tools&#8221;; the unwieldy URL http://www.mydomain/my-page.html displays on the web page as My tools, contributing to clean, easy-to-read text.</p>
<h2>Bad: More Than 100 Out-bound Links</h2>
<p>More than 100 outgoing links in a webpage is a red flag for most search engines. They do not like it because it is more likely a webpage selling links, which is forbidden or is more like spammy webpage. We suggest to keep your outgoing links fairly short and relative to your webpage topic.</p>
<h2>Ugly: Link Farm</h2>
<p>A link farm is any group of web sites that all hyperlink to every other site in the group. Although some link farms can be created by hand, most are created through automated programs and services. A link farm is a form of spamming the index of a search engine (sometimes called spamdexing or spamexing). Other link exchange systems are designed to allow individual websites to selectively exchange links with other relevant websites and are not considered a form of spamdexing.</p>
<p>Search engines require ways to confirm page relevancy. A known method is to examine for one-way links coming directly from relevant websites. The process of building links should not be confused with being listed on link farms, as the latter requires reciprocal return links, which often renders the overall backlink advantage useless. This is due to oscillation, causing confusion over which is the vendor site and which is the promoting site.</p>
<p>According to Google, a site that participates in a link farm may have its search rankings penalized.</p>
<h2>Ugly:&nbsp; Cloaking, Google Promises to Ban!</h2>
<p><strong>Cloaking</strong> is a black hat search engine optimization (SEO) technique in which the content presented to the search engine spider is different to that presented to the user&#8217;s browser. This is done by delivering content based on the IP addresses or the User-Agent HTTP header of the user requesting the page. When a user is identified as a search engine spider, a server-side script delivers a different version of the web page, one that contains content not present on the visible page. The purpose of cloaking is to deceive search engines so they display the page when it would not otherwise be displayed.</p>
<p>Cloaking will take seriously by Google and the cloaked site will be ban from search engine result page.</p>
<h2>Ugly: Black Hat SEO Techniques</h2>
<p>Search engine optimization has two types of techniques. White hat techniques are base on search engine guideline and best practices. Black hat optimization techniques are some optimization techniques to cheat and make search engine fool to improve the ranking or traffic. Black hat techniques may work for a while but soon or later will find by search engine and the website will be penalize by banning from search result.</p>
<h2>Level 5 Good, Bad &amp; ugly Highlights</h2>
<table border="1" cellspacing="0" cellpadding="0" width="729">
<tbody>
<tr>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="38">#</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="153">Title</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="478">Description</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="54">Rank</td>
</tr>
<tr>
<td width="38"><strong>1</strong></td>
<td width="159">Good: sitemap.html</td>
<td width="478"></td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>2</strong></td>
<td width="159">Good: 2 to 3 Click Away</td>
<td width="478">1 click away: Page has a link from    home page.</p>
<p>2 clicks away: Page with a link    from 1 click away page.</p>
<p>3 clicks away: Page with a link    form 2 clicks away page.</td>
<td width="54">+3</td>
</tr>
<tr>
<td width="38"><strong>3</strong></td>
<td width="159">Good: Incoming/Outgoing Links    Validity</td>
<td width="478">Server responds with an HTTP    response message. HTTP/1.1 200. Success &#8211; The action was successfully    received, understood, and accepted.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>4</strong></td>
<td width="159">Bad: Dynamic Pages, Duplicate    Content</td>
<td width="478">Spiders prefer static URLs, though    you will see many dynamic pages on top positions. Long dynamic URLs (over 100    characters) are really bad and in any case you&#8217;d better use a tool to rewrite    dynamic URLs in something more human- and SEO-friendly.</td>
<td width="54">-1</td>
</tr>
<tr>
<td width="38"><strong>5</strong></td>
<td width="159">Bad: Reciprocal Link</td>
<td width="478">Cross-linking occurs when site A    links to site B, site B links to site C and site C links back to site A. This    is the simplest example but more complex schemes are possible. Cross-linking    looks like disguised reciprocal link trading and is penalized.</td>
<td width="54">-3</td>
</tr>
<tr>
<td width="38"><strong>6</strong></td>
<td width="159">Bad: Freshness of Anchor Text</td>
<td width="478"></td>
<td width="54">-1</td>
</tr>
<tr>
<td width="38"><strong>7</strong></td>
<td width="159">Bad: More Than 100 Links Out Total</td>
<td width="478">Google does not like pages that    consists mainly of links, so you&#8217;d better keep them under 100 per page.    Having many outgoing links does not get you any benefits in terms of ranking    and could even make your situation worse.</td>
<td width="54">-1</td>
</tr>
<tr>
<td width="38"><strong>8</strong></td>
<td width="159">Ugly: Link Farm</td>
<td width="478">Frames are very, very bad for SEO.    Avoid using them unless really necessary.</td>
<td width="54">-2</td>
</tr>
<tr>
<td width="38"><strong>9</strong></td>
<td width="159">Ugly: &nbsp;Cloaking, Google Promises to Ban!</td>
<td width="478">Cloaking is another illegal    technique, which partially involves content separation because spiders see    one page (highly-optimized, of course), and everybody else is presented with    another version of the same page.</td>
<td width="54">-3</td>
</tr>
<tr>
<td width="38"><strong>10</strong></td>
<td width="159">Ugly: Black Hat SEO Techniques</td>
<td width="478">Black hat optimization techniques    are some optimization techniques to cheat and make search engine fool to    improve the ranking or traffic. Black hat techniques may work for a while but    soon or later will find by search engine and the website will be penalize by    banning from search result.</td>
<td width="54">-3</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=170&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/07/26/level-5-good-bad-ugly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Level 4: Usability</title>
		<link>http://masteroptimizer.wordpress.com/2010/07/13/level-4-usability/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/07/13/level-4-usability/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 04:19:05 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Level 04: Usability]]></category>
		<category><![CDATA[Step by Step Optimization]]></category>
		<category><![CDATA[SEO Usability]]></category>
		<category><![CDATA[Step by step optimization]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=156</guid>
		<description><![CDATA[Why Usability Search optimization drive traffic to your site but you need to convert this traffic to your business goals and increase your customer satisfaction or simply be usable for them. Usability Segments Your most important page is your homepage. You need to make your choice what do you want to say in your homepage. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=156&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Why Usability</h2>
<p>Search optimization drive traffic to your site but you need to convert this traffic to your business goals and increase your customer satisfaction or simply be usable for them.</p>
<h2>Usability Segments</h2>
<p>Your most important page is your homepage. You need to make your choice what do you want to say in your homepage. You need to know what to say, how to say it with how much detail in your homepage.</p>
<p>In addition, you must have proper navigation and link to the other segment of your website in your home page.<br />
<span id="more-156"></span></p>
<h2>Call to Action</h2>
<p>We suggest using strong and clear call to action sentence like:</p>
<ul>
<li>Call now</li>
<li>Subscribe now</li>
<li>Buy now</li>
<li>Register now</li>
<li>Donate now</li>
</ul>
<p>Or create a sense of urgency such as:</p>
<ul>
<li>Offer expires July 31<sup>st</sup></li>
<li>Limited time Offer</li>
<li>Order now and receive a free gift</li>
</ul>
<h2>More information as Option</h2>
<p>Explain in detail about everything in your homepage is not a good idea. You may consider your homepage as a newspaper front page with headlines and a short version for each headline.</p>
<p>At the end of each section, you may add:</p>
<ul>
<li>Read more »</li>
<li>More information »</li>
<li>Read how »</li>
</ul>
<p>By doing so you have your highlighted information in your homepage, you organize them with headings and brief info an option to read the complete version.</p>
<h2>Having Plan for your Audience</h2>
<p>Think as your audience or your customers. Try to know them and define different scenarios of what they may look for. Then, what is your plan to give them what they want. Make questionnaire and answer them then check them and ask what are missing. You may start from simple list like:</p>
<ul>
<li>Where is more information</li>
<li>Where is price list</li>
<li>Why there is no price</li>
<li>What is the product/services page</li>
<li>What do they offer</li>
<li>How can I buy them</li>
<li>How can I contact them</li>
<li>How can I ask for more information</li>
</ul>
<p>However, any other questions you think your on-line visitors may have and you want to answer those. Then you can find more information about your audience and you plan to discuss your audience needs.</p>
<h2>Having Price List</h2>
<p>Having price list is a good idea but nor having a price list is good in other way. It really depends on your market, your offer, your customers and your competitors.</p>
<p>This is your choice but you need to know why you need to list your prices or why you do not want to have price list.</p>
<h2>Service in Detail</h2>
<p>Try to explain your service or product briefly and short but you may consider read more option to give extra information to your audience. You need to know what to say, how to say it and how much to say.</p>
<p>You may prefer not to give full information and convince your audience to make a phone call or send a web form and asking for more information. It depends on your market and your strategy.</p>
<h2>Competitor Watch</h2>
<p>Try to review your competitor’s websites. What they do and why then make your decision to be more like them or be different.</p>
<h2>Conversion Rate</h2>
<p>Usability goal is to improve your website conversion rate to the max. Let us say you are selling flower. If each 1000 visitors place 5 orders with 200$ total, your conversion rate will be:</p>
<blockquote><p>5 orders <strong>/</strong> 1000 visitors <strong>x</strong> 100 <strong>=</strong> 0.5% Conversion rate</p></blockquote>
<p>You conversion value will be:</p>
<blockquote><p>200$ <strong>/</strong> 1000 visitors <strong>=</strong> 0.2$ value of each visit</p></blockquote>
<p>You have two options to improve your sales and benefit in your website:</p>
<ol>
<li>Increase conversion rate</li>
<li>Increase value of each visit</li>
</ol>
<h3>Increase Conversion rate</h3>
<p>You need to answer what can I do if I want more than 5 orders in 1000 visits. Here are brief lists of question you need to answer first:</p>
<ul>
<li>Is our price competitive</li>
<li>Is our flower quality is acceptable</li>
<li>DO we have straight process to placing order</li>
<li>Is our shipping options fair</li>
<li>Are people can find everything easily</li>
<li>Do we have analytic traffic monitoring</li>
</ul>
<h3>Increase value of each Visit</h3>
<p>People want to buy flower may interested about something else too, like bucket or delivery to other place. If you can give more related offer to your audience, you have more opportunity to increase value of each visitor each order.</p>
<h2>Page speed</h2>
<p>Faster web pages generate more revenue. Internet users are not patient and they are active. They decide to stay on a page or leave it in <a href="http://en.wikipedia.org/wiki/Network_performance">less than 8 seconds</a>. You have a choice to ignore this rule or be prepare to take advantage of it.</p>
<p>Webpages which downloading faster than 8 seconds has less abandon visitors. By the other hand, they have better chance to grab visitor attentions.</p>
<h2>Context</h2>
<p>It is very important how you organize your page. What context are highlight and why. How your context distributed to the page and do you have a good design in your webpages or not.</p>
<p>Brief and easy to read context, simple and straightforward navigation are two other important factor to make your webpages more profitable.</p>
<h2>Page speed &#8211; Image Size</h2>
<p>Smaller image and having fewer amounts of images are better. Try to use CSS to combine your images menu and other icons, backgrounds and optimize them fairly.</p>
<h2>Page Context &#8211; Alt Tag</h2>
<p>Use alt tag for your images to give more contexts about an image to search engines. In addition, use title tag in images as a brief explanation or name. As instance, do not leave a red rose as “img0001.jpg” instead rename it to “red_rose.jpg”, also, in alt tag put “Red Rose”, and add title as “Red Rose”.</p>
<h2>Page Speed &#8211; Image Count</h2>
<p>Fewer amount of images load faster and improve your page speed. Try to keep your images amount low. If you think all images is essential and you have reason for keeping all of them then it is better do not do this in your home page or other landing pages, instead distribute them in sub group pages like rose section and so on.</p>
<h2>Page Context – Readability</h2>
<p>Readability has some automated and standard tests. More readable context will be easier to read and understand.</p>
<p>Try to use proper punctuation, emphasize title with brief and contextual text. Use short sentence and keep your paragraphs short.</p>
<p>If you have audience with English as second language it is more essential than websites just have native audience and more technical.</p>
<h2>Page Navigation &#8211; Text Navigation</h2>
<p>Text navigation has more advantage than text, JavaScript or other form of navigations.</p>
<p>Your visitors and search engines can understand your text navigation in the same way. However, if you like to have other navigation you need to consider search engine and people to understand them easily.</p>
<p>Try to use proper font, font size, font color and background to help your audience read your navigation easily and more important put them in the top or at the left side.</p>
<p>People expect navigation in the top or in the left. By putting your navigation in different areas, some people get confused and cannot use your navigation properly, because they are not used to it.</p>
<p>Use context in your navigation. For instance if you are selling flower do not name your products such as product or flower instead use “Buy Flower” or “Order Flower”. This type of context navigation generates more conversion instead of general or broad text.</p>
<h2>Page Navigation &#8211; Image Navigation</h2>
<p>Image navigations are prettier but there are downsides. Image navigations are not readable by search engine so you need to add extra information on any image to be readable for search engine. Always add alt tag with related context. Use title tag for all images. Make sure your images are optimum or combine them together to improve their download speed.</p>
<h2>JavaScript Navigation</h2>
<p>JavaScript navigations are invisible for search engine and try not to use them as much as possible. Some search engine has difficulty with JavaScript navigation and if it is possible not use them.</p>
<h2>Other Navigation</h2>
<h3>Flash Navigation</h3>
<p>Flash navigation is the most difficult navigation for search engines. They have no clue about links or other information about your links except you add your links outside the flash file. We suggest to not use them or at least do not add links in flash file, simply add link to each menu item as an image link with alt and title tag.</p>
<h2>Quick Text Links</h2>
<p>Add quick links in the bottom of all pages. This helps your user find your important pages and if you ing image navigation, JavaScript or flash navigation the quick text links help search engine know about your important web pages.</p>
<h2>W3C validation</h2>
<p>We suggest validating your webpages and your CSS files and making your code more readable and standard. <a href="http://validator.w3.org/docs/why.html">Read more why »</a></p>
<h2>Level 4 Usability Highlights</h2>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="38">#</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="153">Title</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="478">Description</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="54">Rank</td>
</tr>
<tr>
<td width="38"><strong>1</strong></td>
<td width="153">Usability</td>
<td width="478">A successful Web site has the   information that users are seeking and is presented in a way that makes sense   to them. Thoughtful selection, logical organization, and clear and visual   writing are critical components of a usable Web site.</p>
<p>Usability is about how to make   your content and pages more useful for your users and for your own benefit.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>2</strong></td>
<td width="153">Alt Tag</td>
<td width="478">Try to use text instead of images to display important names, content, or links. If you must use images for   textual content, consider using the &#8220;ALT&#8221; attribute to include a   few words of descriptive text.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>3</strong></td>
<td width="153">Image Count</td>
<td width="478">We suggest having up to 20 images and less than 100k total size. By having less image improve your web page   speed. Use images to clarify your content and have plan for each image in   your page.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>4</strong></td>
<td width="153">Readability</td>
<td width="478">Readability defines as reading ease Ease-of-reading is the result of the interaction between the text and the reader.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>5</strong></td>
<td width="153">Text Navigation</td>
<td width="478">We suggest using text navigation   and CSS with context to give search engines more information about your   navigation links and linked webpages.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>6</strong></td>
<td width="153">Image Navigation</td>
<td width="478">We suggest to use ALT tag and fill   the alt tag with relevant context to the linked page but still text   navigation is better than image navigation.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>7</strong></td>
<td width="153">JavaScript Navigation</td>
<td width="478">We suggest not using JavaScript or   Flash for navigation if you want optimize them for search engine. They are   not crawl as good as text or HTML navigation.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>8</strong></td>
<td width="153">Browser Compatibility</td>
<td width="478">In general, you should avoid   relying on browser specific behavior, such as relying on a browser to   correctly detect a content-type or encoding when you did not specify one. In   addition, there are some steps you can take to make sure your site does not   behave in unexpected ways.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>9</strong></td>
<td width="153">Quick Text Links</td>
<td width="478">Try to have a quick link for your   important page or category pages in bottom of your pages these quick links   improve link popularity for your category pages .</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>10</strong></td>
<td width="153">W3C validation</td>
<td width="478">When you have the same content on   several pages on the site, this will not make your site look larger because   the duplicate content penalty kicks in.</td>
<td width="54">+1</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=156&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/07/13/level-4-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Level 3: Evaluation</title>
		<link>http://masteroptimizer.wordpress.com/2010/07/12/level-3-evaluation/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/07/12/level-3-evaluation/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 04:28:48 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Level 03: Evaluation]]></category>
		<category><![CDATA[Step by Step Optimization]]></category>
		<category><![CDATA[SEO Evaluation]]></category>
		<category><![CDATA[Step by step optimization]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=138</guid>
		<description><![CDATA[Why Evaluation Evaluation process defines the status of the web site. Evaluation result may show some major concern like web host quality. SEO evaluation gives you an overview about your web site search engine visibility and your web site ranking listed as below steps: PageRank Alexa Rank DMOZ Listing Site Age Domain Expiration Date Web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=138&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Why Evaluation</h2>
<p>Evaluation process defines the status of the web site. Evaluation result may show some major concern like web host quality.</p>
<p>SEO evaluation gives you an overview about your web site search engine visibility and your web site ranking listed as below steps:</p>
<ul>
<li>PageRank</li>
<li>Alexa Rank</li>
<li>DMOZ Listing</li>
<li>Site Age</li>
<li>Domain Expiration Date</li>
<li>Web Host Quality &amp; Uptime</li>
<li>Freshness of Page</li>
<li>Broken Link Analysis</li>
<li>Single Pixel Link</li>
<li>Others</li>
</ul>
<p><span id="more-138"></span></p>
<h2>Google PageRank™</h2>
<p>The name &#8220;PageRank&#8221; is a trademark of Google, and the PageRank™ process has been patented (U.S. Patent 6,285,999).</p>
<h3>Google Describes PageRank:</h3>
<blockquote><p>PageRank™   relies on the uniquely democratic nature of the web by using its vast link   structure as an indicator of an individual page&#8217;s value. In essence, Google   interprets a link from page A to page B as a vote, by page A, for page B.   But, Google looks at more than the sheer volume of votes, or links a page   receives; it also analyzes the page that casts the vote. Votes cast by pages   that are themselves &#8220;important&#8221; weigh more heavily and help to make   other pages &#8220;important&#8221;.</p></blockquote>
<h2>PageRank™ Vs. SERP Rank</h2>
<p>PageRank™ is a good reason for popularity and authority of the website or web page. PageRank™ is a logarithmic scale, by the other hand PageRank 1 to 2 is very shorter than PageRank 2 to 3.</p>
<table class="MsoNormalTable" style="border-collapse:collapse;border:medium none;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width:23.9pt;border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="32">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">#</span></strong></p>
</td>
<td style="width:75.3pt;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="100">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Home page</span></strong></p>
</td>
<td style="width:145.25pt;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="194">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Average monthly visits by  compete.com</span></strong></p>
</td>
<td style="width:67.5pt;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="90">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">PageRank™</span></strong></p>
</td>
</tr>
<tr style="text-align:center;">
<td style="width:23.9pt;border-right:1pt solid #9bbb59;padding:0 1.45pt;" width="32">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>1</strong></p>
</td>
<td style="width:75.3pt;padding:0 1.45pt;" width="100">
<p class="MsoNormal" style="margin:3pt .1in;">Google.com</p>
</td>
<td style="width:145.25pt;padding:0 1.45pt;" width="194">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>145,000,000</strong></p>
</td>
<td style="width:67.5pt;padding:0 1.45pt;" width="90">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">10</p>
</td>
</tr>
<tr style="text-align:center;">
<td style="width:23.9pt;border-right:1pt solid #9bbb59;padding:0 1.45pt;" width="32">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>2</strong></p>
</td>
<td style="width:75.3pt;padding:0 1.45pt;" width="100">
<p class="MsoNormal" style="margin:3pt .1in;">Yahoo.com</p>
</td>
<td style="width:145.25pt;padding:0 1.45pt;" width="194">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>128,000,000</strong></p>
</td>
<td style="width:67.5pt;padding:0 1.45pt;" width="90">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">9</p>
</td>
</tr>
<tr style="text-align:center;">
<td style="width:23.9pt;border-right:1pt solid #9bbb59;padding:0 1.45pt;" width="32">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>3</strong></p>
</td>
<td style="width:75.3pt;padding:0 1.45pt;" width="100">
<p class="MsoNormal" style="margin:3pt .1in;">Bing.com</p>
</td>
<td style="width:145.25pt;padding:0 1.45pt;" width="194">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>50,000,000</strong></p>
</td>
<td style="width:67.5pt;padding:0 1.45pt;" width="90">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">8</p>
</td>
</tr>
</tbody>
</table>
<p>Google describe PageRank™ is not a good metrics for optimization purpose but still it can be as a shortcut but less meaningful and goal oriented.</p>
<p>Improving the SERP rank is most important reason in search engine optimization but some people prefer to focus on PageRank™ instead of SERP rank but you need to know these two ranking have different meaning and different result.</p>
<h2>SERP Rank</h2>
<p>SERP Rank is ranking in the search engine result page for search term.</p>
<p>People use keywords combination as search term.  Search Engine optimization covers the techniques to improve ranking in search results.</p>
<h3>PageRank™ Range</h3>
<p>PageRank™ is a number in range of 0- 10 and describe the website authority or may consider as brand management criteria.</p>
<h3>PageRank™ Improvement</h3>
<p>PageRank™ improvement is a mid to long-term commitment and improving is by having a lot back links in short-term is not a good idea and it may caused be banned your site by Google because if you are building your back link rapidly search engine consider it as link buying or other not ethical practices.</p>
<h3>Focus on SERP Rank instead of PageRank™</h3>
<p>We suggest focusing on other SEO metrics and PageRank™ will be increase during the time but you need to be patient and do not focus on PageRank™ too much.<br />
PageRank™ is an off-page optimization process and drives by quality one-way back link or inbound links to your site.<br />
SERP rank is on-page optimization process and is create with on-page SEO process. It is possible to having a good PageRank™ but not a good SERP rank and vice versa.<br />
Better ranking in search results is more fair for most business but still PageRank is important too.<br />
We suggest to keeping eye on your search engine ranking for wisely choose keywords. You may see the result faster in the easier way and measurable by focusing on your ranking in search result page.</p>
<h2>Alexa Traffic Rank</h2>
<p class="MsoNormal">Alexa Rank is more starlight than PageRank and is more meaning full. Rank #1 in Alexa means rank #1.</p>
<table class="MsoNormalTable" style="border-collapse:collapse;border:medium none;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width:82.15pt;border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Site</span></strong></p>
</td>
<td style="width:116.35pt;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Alexa Traffic Rank</span></strong></p>
</td>
<td style="width:119.4pt;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Traffic Rank in US</span></strong></p>
</td>
<td style="width:119.4pt;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Sites Linked in</span></strong></p>
</td>
</tr>
<tr style="text-align:center;">
<td style="width:82.15pt;border-right:1pt solid #9bbb59;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">Google.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>1</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">1</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/google.com">727,036 </a><strong> </strong></p>
</td>
</tr>
<tr style="text-align:center;">
<td style="width:82.15pt;border-right:1pt solid #9bbb59;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">Facebook.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>2</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">2</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/facebook.com">776,492 </a><strong> </strong></p>
</td>
</tr>
<tr style="text-align:center;">
<td style="width:82.15pt;border-right:1pt solid #9bbb59;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">YouTube.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>3</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">4</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/youtube.com">686,159 </a><strong> </strong></p>
</td>
</tr>
<tr style="text-align:center;">
<td style="width:82.15pt;border-right:1pt solid #9bbb59;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">Yahoo.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>4</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">3</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/yahoo.com">119,825 </a><strong> </strong></p>
</td>
</tr>
<tr style="text-align:center;">
<td style="width:82.15pt;border-right:1pt solid #9bbb59;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">Live.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>5</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">9</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/live.com">24,889 </a><strong> </strong></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">
<p class="MsoNormal">Alexa Rank may be use as comparison metrics for two web sites in the same industry or different industries with some considerations.</p>
<h2>DMOZ Listing or ODP</h2>
<p>DMOZ is open directory whit manually added data. Adding to DMOZ is not an easy task like submitting to search engines and you may have to wait for their review for a long time. They call themselves as republic of the web:<br />
Instead of fighting the explosive growth of the Internet, the Open Directory provides the means for the Internet to organize itself. As the Internet grows, so do the number of net-citizens. These citizens can each organize a small portion of the web and present it back to the rest of the population, culling out the bad and useless and keeping only the best content.</p>
<h2>Site Age</h2>
<p>Site age is one of the most important factor for PageRank and less important for SERP ranking.<br />
Some brand new website owners may consider buying old web sites to improve their ranking. Search engines consider site age as stability in business.<br />
Site age has more effect on PageRank. However, site age has less effect on ranking in search result pages.</p>
<h2>Domain Expiration</h2>
<p>Like site age, longer expiration date is better. For brand new website, we recommend registering your domain for five or more years, 10 years registration is even better.<br />
Shorter domain expiration may consider as the web site owner is not serious to continuing the business and is not a good sign for search engines.</p>
<h2>Web Host Quality &amp; Uptime</h2>
<p>This is important to make sure your web site is up and running. S engines consider this as a factor in your ranking. However, if your web host has downtime your visitors receive an error message, which obviously you do not like it.<br />
Quality is another important factor. Web hosts share the space and their bandwidth for their clients. Space is not the issue because in most cases it is unlimited because their limitation is base on bandwidth.<br />
Bandwidth define how much data can be transfer from your web site in a month and when you exceed the limitation you need to upgrade your service.<br />
Share bandwidth cannot dedicate the promised bandwidth. By the other hand in the peak time of the traffic, your web site may be load slower and in the less traffic your web site load faster.<br />
Check your web host uptime and try to use caching to use less bandwidth.<br />
Bad neighborhood is another issue on shared hosting service, in this case you may penalize by search engine because of your bad neighborhood.</p>
<h2>Freshness of Page</h2>
<p>Fresh and frequently updated page are favorable for most search engines, but too frequent is not good sign for them. The best combination is old web site but fresh web pages.<br />
It is great when you constantly add new content but it is not so great when you only make small updates to existing content.<br />
You may consider quarterly or monthly update if the content really needs revision. We recommend to start with your pages which is important but they do not have rich content.<br />
Text content is one of type of the content. You may have image content with descriptive title and alt tag, multi-media content and video content.</p>
<h2>Broken Link Analysis</h2>
<p>Broken link or dead links are linked to an address that is not exist. It happens because of file rename, remove, relocation, or typo.<br />
Broken links have negative impact in your optimization campaign.<br />
Page with broken link generate bad experience for you visitors and worse than that if you do not have custom “not found page”.<br />
Clicking on a broken link generates a web page with 404 error page that says “the page cannot be found”. You may consider another web page for case the requested page cannot be found.<br />
By adding custom not found page you can give your visitors better experience or maybe you want to add your sitemap or some links to other pages for your visitors and explain them the requested page is not exist.</p>
<h2>Single Pixel Link</h2>
<p>When you have a link, that is a pixel or so wide it is invisible for humans, so nobody will click on it and it is obvious that this link is trying to manipulate search engines.<br />
As best practice, you must avoid of having any single pixel link.</p>
<h2>Others</h2>
<h3>Duplicate Content</h3>
<p>Duplicate content has less negative impact to compare with the past but still does. Duplicate content from your content decrease the quality of your content as search engine point of view.<br />
Duplicate content from other web pages may arise copyright complain and search engines has a simple rule for this kind of duplication, they consider the older one as original and because you copied from another web page your copy will be ignored in most of the cases.<br />
Dynamic web pages may generate duplicate content due by having the same content but with small difference and different URI. You can prevent this by adding a meta tag and define what is the original content and the all version consider as a one page in search engine.</p>
<h2><a name="_Toc268009727"></a></h2>
<table class="MsoNormalTable" style="border-collapse:collapse;border:none;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;background:#9BBB59;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:6pt 0;"><strong><span style="color:white;">#</span></strong></p>
</td>
<td style="width:115pt;border:solid #9BBB59 1pt;border-left:none;background:#9BBB59;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:6pt 0;"><strong><span style="color:white;">Keyword   Title</span></strong></p>
</td>
<td style="width:358.6pt;border:solid #9BBB59 1pt;border-left:none;background:#9BBB59;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:6pt 0;"><strong><span style="color:white;">Description</span></strong></p>
</td>
<td style="width:40.8pt;border:solid #9BBB59 1pt;border-left:none;background:#9BBB59;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:6pt 0;"><strong><span style="color:white;">Rank</span></strong></p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>1</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">PR: Google PageRank</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>PageRank</strong> is a link analysis   algorithm, named after Larry Page, used by the Google Internet search engine   that assigns a numerical weighting to each element of a hyperlinked set of   documents, such as the World Wide Web, with the purpose of <em>measuring</em> its relative importance within the set.</p>
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">+6</p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>2</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">Alexa Rank</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>Alexa</strong> ranks sites based on   tracking information of users of its <em>Alexa Toolbar</em> for <em>Internet   Explorer</em> and from integrated sidebars in <strong>Mozilla</strong> and <strong>Netscape</strong>.</p>
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">+10</p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>3</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">DMOZ Listing</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>The Open Directory Project</strong> (<strong>ODP</strong>), also known as <em>DMOZ</em>, is a multilingual open content   directory of <em>World Wide Web</em> links and maintained by a community of   volunteer editors.</p>
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">+4</p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>4</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">Site Age</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;">Similarly, to wine, older sites   are respect more. The idea is that an old, established site is more   trustworthy (they have been around and are here to stay) than a new site that   has just popped up and might soon disappear.</p>
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">+3</p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>5</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">Domain Expiration Date</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;">Register for 1 year it may   translate you are not serious about your business.<br />
Register for 5 years has positive effect and even for 10 years or more are   even better.</p>
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">+1</p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>6</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">Web Host Quality &amp; Uptime</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;">The web host uptime and   reliability sometimes measure in nines. &#8220;Five nines&#8221; means 99.999%   availability, which translates to a total downtime of approximately five   minutes and fifteen seconds per year.</p>
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">+1</p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="margin:3pt .1in;"><strong><span> </span>7</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">Freshness of Page</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;">Frequent changes are favored. It   is great when you constantly add new content but it is not so great when you   only make small updates to existing content.</p>
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">+1</p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>8</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">Broken Link Analysis</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;">A link that does not work anymore calls   a Dead Link, broken link or dangling link. Because broken links are, to some,   very annoying, generally disruptive to the user experience, and can live on   for many years, sites containing them are regard as unprofessional.</p>
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">+1</p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>9</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">Single Pixel Link</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;">When you have a link, that is a   pixel or so wide it is invisible for humans, so nobody will click on it and   it is obvious that this link is an attempt to manipulate search engines.</p>
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">+1</p>
</td>
</tr>
<tr>
<td style="width:28.5pt;border:solid #9BBB59 1pt;border-top:none;padding:0 1.45pt;" width="38">
<p class="MsoNormal" style="text-align:center;margin:3pt .1in;"><strong>10</strong></p>
</td>
<td style="width:115pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="153">
<p class="MsoNormal" style="margin:3pt .1in;">Others</p>
</td>
<td style="width:358.6pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="478">
<p class="MsoNormal" style="margin:3pt .1in;">
</td>
<td style="width:40.8pt;border-top:none;border-left:none;border-bottom:solid #9BBB59 1pt;border-right:solid #9BBB59 1pt;padding:0 1.45pt;" width="54">
<p class="MsoNormal" style="text-align:center;margin:1pt .1in;">
</td>
</tr>
</tbody>
</table>
<h2></h2>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:1027px;width:1px;height:1px;overflow:hidden;">
<p><!--[if gte mso 9]&gt;  12.00      &lt;![endif]--><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE AR-SA                           &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                              &lt;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:12.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-bidi-font-family:Arial;} a:link, span.MsoHyperlink 	{mso-style-priority:99; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-fareast-font-family:Calibri; 	mso-hansi-font-family:Calibri; 	mso-bidi-font-family:Arial;} @page WordSection1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.WordSection1 	{page:WordSection1;} --><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&quot;Table Normal&quot;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:&quot;&quot;; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;} --> <!--[endif]--></p>
<table class="MsoNormalTable" style="border-collapse:collapse;border:medium none;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width:82.15pt;border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Site</span></strong></p>
</td>
<td style="width:116.35pt;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Alexa Traffic Rank</span></strong></p>
</td>
<td style="width:119.4pt;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Traffic Rank in US</span></strong></p>
</td>
<td style="width:119.4pt;background:none repeat scroll 0 0 #9bbb59;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:6pt .1in;"><strong><span style="color:white;">Sites Linked in</span></strong></p>
</td>
</tr>
<tr>
<td style="width:82.15pt;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">Google.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>1</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">1</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/google.com">727,036 </a><strong> </strong></p>
</td>
</tr>
<tr>
<td style="width:82.15pt;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">Facebook.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>2</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">2</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/facebook.com">776,492 </a><strong> </strong></p>
</td>
</tr>
<tr>
<td style="width:82.15pt;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">YouTube.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>3</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">4</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/youtube.com">686,159 </a><strong> </strong></p>
</td>
</tr>
<tr>
<td style="width:82.15pt;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">Yahoo.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>4</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">3</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/yahoo.com">119,825 </a><strong> </strong></p>
</td>
</tr>
<tr>
<td style="width:82.15pt;padding:0 1.45pt;" width="110">
<p class="MsoNormal" style="margin:3pt .1in;">Live.com</p>
</td>
<td style="width:116.35pt;padding:0 1.45pt;" width="155">
<p class="MsoNormal" style="margin:3pt .1in;"><strong>5</strong></p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;">9</p>
</td>
<td style="width:119.4pt;padding:0 1.45pt;" width="159" valign="top">
<p class="MsoNormal" style="margin:3pt .1in;"><a href="http://www.alexa.com/site/linksin/live.com">24,889 </a><strong> </strong></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">
<p class="MsoNormal">Alexa Rank may be use as comparison metrics for two web sites in the same industry or different industries with some considerations.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=138&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/07/12/level-3-evaluation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Level 2: Page &amp; Keywords</title>
		<link>http://masteroptimizer.wordpress.com/2010/06/23/level-2-page-keywords/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/06/23/level-2-page-keywords/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 02:11:30 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Level 02: Page & Keywords]]></category>
		<category><![CDATA[Step by Step Optimization]]></category>
		<category><![CDATA[SEO Page and Keywords]]></category>
		<category><![CDATA[Step by step optimization]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=123</guid>
		<description><![CDATA[Why Page &#38; Keyword Optimization People type keywords in search engines or simply they Google it. People start their search by type the search term in search engine. You need to target your audience by having great ranking for their search terms. They search by keyword so you need to optimize your content for related [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=123&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Why Page &amp; Keyword Optimization</h2>
<p>People type keywords in search engines or simply they Google it.</p>
<p>People start their search by type the search term in search engine. You need to target your audience by having great ranking for their search terms. They search by keyword so you need to optimize your content for related keyword by having good rank for those keywords. Keyword analysis gives you an overview about keywords you are using in your web page.</p>
<p>People doing the search by entering search term or keywords in search engines like <strong>Google</strong>, <strong>Yahoo</strong>, <strong>Bing</strong>, <strong>Ask</strong> and so on so you need to optimize your web site and web pages for relevant keywords.</p>
<p>Structural optimize web site will rank for all keywords in their home page but here is the question, what is their rank? Before any action, you need to analyze it first.</p>
<p><a title="Analysis your webpage by free SEO Tools" href="http://www.masteroptimizer.com/site-audit.php" target="_blank">Analysis your webpage by free SEO Tools</a></p>
<p><span id="more-123"></span></p>
<h2>Keyword &amp; Ranking</h2>
<h3>Broad Keywords</h3>
<p><strong>Broad Keywords</strong> are more competitive, it is tough to optimize a web page for broad keywords like flower, travel, Hotel, TV, and so on.</p>
<p>However, by doing so they will drive a huge traffic to the web site but you need more than keyword and web page optimization. You need other technique to boost into the first page of search engine result.</p>
<p>Traffic is going to high by conversion rate will drops or it is not boost alongside of traffic growth here is why? Flower as search term is not clear to say what was search for sure. Buying flower, delivering to someone, book about flower and flowering or could be something else because the search term is not clear.</p>
<p>If you don’t know what people searching for how you can offer them something except you want to take a chance and offer them flower ,  flower seed, glove, gardening tools, or any related products.</p>
<h3>Long Tail Keywords</h3>
<p><strong>Long Tail</strong> keywords are the best approach for targeting broad keywords and more related keywords to the broad term.</p>
<p>Consider you own a business that exports flower seed then you can choose your keywords as:</p>
<ul>
<li>Export Flower Seed</li>
<li>Import Flower Seed</li>
<li>Flower Seed Wholesale</li>
</ul>
<p><strong>Long Tail</strong> means phrases with 3 or more words in them and generates more conversion rate than broad keywords also they will rank for broad keywords too.</p>
<h2>Keyword Research</h2>
<p>Before any keyword optimization, you need to find the right keywords to drive most quality traffic to your web page. In addition, you must choose expandable keywords. <a href="http://www.google.com/sktool/">Google search-based keyword</a> tool is free and powerful tool for keyword research.</p>
<p>By using of <strong>search-based keyword</strong> tool, you will find useful detail about keywords. You can analyze your competitor web site to know what keywords they are using and then choose to compete in the same keywords or try different less competitive keywords.</p>
<h2>Keywords in the Page</h2>
<p>We suggest using your keywords in 10 categories related to each other and use your keyword in context as listed below:</p>
<blockquote>
<ul>
<li>Title Tag 1-6 words up to 80 characters</li>
<li>Description Tag up to 200 characters</li>
<li>Keyword Tag 5-20</li>
<li>Keyword Density</li>
<li>Heading Tag</li>
<li>Keyword Font Style</li>
<li>Keyword Proximity</li>
<li>Keyword Prominence</li>
<li>Alt, Image &amp; Title</li>
<li>Keyword in Link</li>
</ul>
</blockquote>
<h2>Keywords List</h2>
<p>Now you have your keywords list and you need to do the same research for your important web pages.</p>
<p>Again, do not use them for sake of having keywords and do not repeat them just try to keep an eye on using keywords to add more context to your content, tags and links.</p>
<p>Choose 10-20 keywords for each page. You can start from your home page. Do not over optimize your tags it has negative effect and do not write for search engine write your content and your tag for people.</p>
<h2>Keyword Weight</h2>
<p>We suggest to not repeating your keywords more than 2 times in your title. In addition, we suggest not repeat your keywords too much or carelessly and when it is not needed.</p>
<h2>Content</h2>
<p>Let us start with your content. It must contextual, well written and well-organized. Read your content and re-write it. Your content must easy to read and easy to understand for your audience. Try to avoid having long paragraphs they are hard to read and understand.</p>
<p>Emphasize your keywords with <strong>bold</strong>, <strong>strong</strong>, <em>italic</em> or <strong><em>bold italic</em></strong> but do not over do it.</p>
<p>Remember search engines love long content but as long as needed not too short nor too long descriptive, informative and again write your content for people not for search engines.</p>
<h2>Title</h2>
<p>Your content must have relevant title, which we suggest to keep it up to 80 characters with spaces. Choose the most relevant and contextual title. Contextual title must describe the page content, as former example of export flower seed business you may write your title as:</p>
<blockquote><p><strong>Export Flower Seed | your business name</strong></p></blockquote>
<p>Alternatively, you may say:</p>
<p><strong>Export Flower Seed Company | your business name</strong></p>
<p>This is an effective and good practice of choosing relevant contextual title for your homepage. Your title describes your business in this case an export company. In addition, your title describes your business as an exclusive business in flower seed exporting. Later on, you may change your title to target another keyword but still contextual and relevant.</p>
<h2>Description</h2>
<p>We suggest using up to 200 characters include spaces as brief description about your page in description tag. Must search engines grab your version of description as a sample of your page and show it to searchers in their search result page right after your title.</p>
<p>We suggest using some keywords in your description but it must contextual and readable otherwise you may penalize by showing up like spammer. As instance of the worse description could be like:</p>
<p><strong>Export Flower Seed, Export Flower Seed, Export Flower Seed, Export Flower Seed, Export Flower Seed …</strong></p>
<p>In addition, a good description could be:</p>
<p>…  established since … We are an export Flower Seed Company in … and export flower seed to … we deliver best quality flower seed with best competitive price.</p>
<p>Obviously, you must fill … with your information.</p>
<p>Description is not visible for visitors but it is visible for search engines but if you are, having description not related to your content search engines may ignore your description and grab a part of your content as your page description or even worse, they may penalize you because they think you want to fool them.</p>
<h2>Keyword tag</h2>
<p>You already has some keywords in your title, description and all of them or most of them in your content now you can give the search engines a better guideline about your keywords list and let them know which keywords is more important to you just by listing your keywords in keyword tag and separate them by comma. We suggest having 10-20 keywords and up to 200 characters include spaces.</p>
<p>We suggest to have enough content related to all keywords that you listed in your keyword tag. Some search engines ignore your keywords in your keyword tag but some rely on your keywords list and deny your content.</p>
<p>Major and reputable search engines will rank your web site based on keywords. Keywords are important in your title, description, content and everywhere. Search engines have very smart automated algorithms to check the keywords relativity and readability and may randomly read your content by human to make sure their algorithms doing well and you are doing the right job in your optimization and in your Meta tag declaration.</p>
<p>Keywords list are visible to search engines but invisible for your visitors.</p>
<h2>Keyword Density</h2>
<p>Search engines measure your keyword density to improve their ranking algorithm quality. Search engines measure your content ratio to your code. Your content is visible for people but your code is not and it is useful for your web browser. If you have a long code and a short content, it may describe a web page with some functionality but no content.</p>
<p>Search engines measure keyword density for each keyword and if you repeat a keyword 100 times in a 300 words, content obviously this is spamming or keyword stuffing then they penalize you.</p>
<p>Very low keyword density represent less  important or less related keyword and too high keyword density represent keyword staffing so try to not over optimize your content and do not repeat your keywords. Write for people not search engines.</p>
<h2>Heading Tag</h2>
<p>You have three important <strong>heading tags</strong>, which are h1, h2 and h3. H1 or heading 1 is your heading for your content. It is good to have in top of your content after menu or header image but you can use it after some paragraphs. <strong>Heading tag</strong> must contextual and related to the content after it, we suggest keeping it short and keeping in mind, it is heading, and it must look like heading as well.</p>
<p>Provide enough content for each heading and try to have one heading 1 and organize different headings as heading 2 or 3.</p>
<p>H1 or heading 1 is the upper level of headings then all heading 2 describe as headings with second priority and all heading 3 define as third priority headings.</p>
<h2>Keyword font Style</h2>
<p>You can emphasize your keywords by font styling like <strong>bold</strong>, <em>italic</em> or <strong><em>bolditalic</em></strong>. Search engines pay attention to the emphasized keywords but if you overdo it some of them ignoring them.</p>
<p>We suggest emphasizing your important keywords but carefully and observing.</p>
<h2>Keyword Proximity</h2>
<p><strong>Keyword Proximity</strong> measures how close in the text the keywords. Keyword proximity is applicable for keyword phrases that consist of 2 or more words.</p>
<p>By the other hand, it is criteria for search engines to find out the relevancy of the keywords to the content even the keywords are not right after each others.</p>
<h2>Keyword Prominence</h2>
<p><strong>Keyword Prominence</strong> also counts, though not as much as anchor text, title tag or headings. However, have in mind that the beginning of a document does not necessarily mean the first paragraph.</p>
<h2>Image &amp; Alt</h2>
<p><strong>Alt</strong> tag is an alternative description for image. Image is not readable by search engines but image alt text is readable and we recommend filling it with relevant short description. We recommend add context to your images by using keyword in your image filename and separate keywords with dash.</p>
<p><strong>Alt</strong> tag is readable by search engines and page readers. Try to use contextual and descriptive name in you <strong>alt</strong> tag.</p>
<blockquote><p>e.g.<br />
&lt;img src=”<strong>keyword</strong>.jpg” alt=”<strong>keyword</strong>” /&gt;</p></blockquote>
<h2>Keyword in Anchor</h2>
<p>Anchor defines by the &lt;a&gt; tag. Many of the search engines considered the context of a link as a ranking factor. Based on best practices separate keywords by hyphen in links.</p>
<p>An anchor may use in two ways:</p>
<p>To create a link to another document, by using the <strong>href</strong> attribute</p>
<p>To create a bookmark inside a document, by using the name attribute</p>
<p>The <strong>a</strong> element is usually called a link or a hyperlink.</p>
<p>The most important attribute of the <strong>a</strong> element is the <strong>href</strong> attribute, which indicates the link&#8217;s destination.</p>
<p>By default, links will appear as follows in all browsers:</p>
<blockquote><p><strong>Link or href:</strong><br />
&lt;a href=”http://www.mysite.com/<strong>category-keyword</strong>.html” title=”keyword”&gt;Keyword in Anchor Text&lt;/a&gt;</p>
<p><strong>Title Text:</strong><br />
&lt;a href=”http://www.mysite.com/category-keyword.html” title=”<strong>keyword</strong>”&gt;Keyword in Anchor Text&lt;/a&gt;</p>
<p><strong>Anchor Text:</strong><br />
&lt;a href=”http://www.mysite.com/category-keyword.html” title=”keyword”&gt;<strong>Keyword in Anchor Text</strong>&lt;/a&gt;</p></blockquote>
<h2>Level 02 Page &amp; Keywords Highlights</h2>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="38">#</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="153">Title</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="478">Description</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;" width="54">Rank</td>
</tr>
<tr>
<td width="38"><strong>1</strong></td>
<td width="153">Title Tag 1-6 words up to 80 characters</td>
<td width="478">This is one of the most important places to have a keyword because what is written inside the title tag shows in search results as your page title. The title tag must be short and the keyword must be near the beginning.<br />
<strong>Title Suggestion:</strong><br />
<strong>Web site Title | Category &gt; Keyword</strong></td>
<td width="54">+3</td>
</tr>
<tr>
<td width="38"><strong>2</strong></td>
<td width="153">Description Tag up to 200 characters</td>
<td width="478">Metatags are becoming less and less important but if there are metatags that still matter. Use the metatag to write the description of your site.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>3</strong></td>
<td width="153">Keyword Tag 5-20</td>
<td width="478">The <strong>Keyword</strong> metatag also matters, though as all metatags it gets almost no attention from <strong>Google</strong> and some attention from <strong>Bing</strong> and <strong>Yahoo.</strong> Keep the metatag reasonably long; 10 to 20 keywords at most.</td>
<td width="54">+2</td>
</tr>
<tr>
<td width="38"><strong>4</strong></td>
<td width="153">Keyword Density</td>
<td width="478"><strong>Keyword Density</strong> is the percentage of times a keyword or phrase appears on a web page compared to the total number of words on the page. In the context of SEO, keyword density can be use as a factor in determining whether a web page is relevant to a specified keyword or keyword phrase.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>5</strong></td>
<td width="153">Heading Tag</td>
<td width="478"><strong>Heading</strong> tag (h1, h2 &amp; h3) is one more place where keywords count a lot. However, beware that your page has actual text about the particular keyword.</td>
<td width="54">+3</td>
</tr>
<tr>
<td width="38"><strong>6</strong></td>
<td width="153">Keyword Font Style</td>
<td width="478"><strong>Bold</strong>, <strong>strong</strong> &amp; <em>italic</em> are another way to emphasize important words and phrases. However, use <strong>bold</strong>, <em>italic</em> and larger font sizes within reason because otherwise you might achieve just the opposite effect.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>7</strong></td>
<td width="153">keyword Proximity</td>
<td width="478"><strong>Keyword Proximity</strong> measures how close in the text the keywords. Keyword proximity is applicable for keyword phrases that consist of 2 or more words.</td>
<td width="54">+1</td>
</tr>
<tr>
<td width="38"><strong>8</strong></td>
<td width="153">Keyword Prominence</td>
<td width="478"><strong>Keyword Prominence</strong> also counts, though not as much as <strong>anchor</strong> text, <strong>title</strong> tag or <strong>headings</strong>. However, have in mind that the beginning of a document does not necessarily mean the first paragraph.</td>
<td width="54">+2</td>
</tr>
<tr>
<td width="38"><strong>9</strong></td>
<td width="153">Image &amp; Alt</td>
<td width="478">Many of the search engines considered the contents of <strong>ALT</strong> text when determining relevancy.</td>
<td width="54">+2</td>
</tr>
<tr>
<td width="38"><strong>10</strong></td>
<td width="153">Keyword in Anchor</td>
<td width="478">Many of the search engines considered the context of a link as a ranking factor. Based on best practices separate keywords by <strong>hyphen</strong> in links.</td>
<td width="54">+2</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=123&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/06/23/level-2-page-keywords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimization Service</title>
		<link>http://masteroptimizer.wordpress.com/2010/06/21/optimization-service/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/06/21/optimization-service/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 02:01:40 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Level 02: Page & Keywords]]></category>
		<category><![CDATA[Step by Step Optimization]]></category>
		<category><![CDATA[Why SEO]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=113</guid>
		<description><![CDATA[Why Optimization Optimization means: Drive more traffic to your website. Convert more visits to your business goals. Have better ranking in search results. Who can use it? Simple answer everyone, from novice to experts. As much as knowledge you have, you can drill-down the reports to find more detail and technical information. The information you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=113&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Why Optimization</h2>
<p>Optimization means:</p>
<ul>
<li>Drive more traffic to your website.</li>
<li>Convert more visits to your business goals.</li>
<li>Have better ranking in search results.</li>
</ul>
<p><span id="more-113"></span></p>
<h2>Who can use it?</h2>
<p>Simple answer everyone, from novice to experts. As much as knowledge you have, you can drill-down the reports to find more detail and technical information.</p>
<p>The information you may never know even if you are a geek, web developer or webmaster.</p>
<p>Because it is very time consuming and almost it is impossible to generate these kinds of reports periodically without using specific SEO analytic service and tools.</p>
<p>Webmasters can take advantage of Master Optimizer SEO Platform to schedule the proper report to people needs these reports.</p>
<p>It work as set it and forget. In addition, you may set it for report scheduling and monitors it from time to time as an SEO evaluation platform.</p>
<h2>How Do Start SEO?</h2>
<p>SEO services are hundreds up to thousands of dollars. SEO companies offer tons of SEO free Tools or low budget tools but you need the knowledge to use those tools. In addition, you need to know which tool is more effective and which is not.</p>
<p>Search Engine Optimization is too tricky and challenging because there are a tons of things you need to taking care of. You need to have SEO knowledge to know what to do first and what to do next and on and on … then how to monitor your overall improvement.</p>
<h2>Optimization Process</h2>
<p>We start with your website structure followed by web page and keywords optimization. Then we evaluate your website presence in the web and optimize it systematically.<br />
Here are 10 levels of your optimization process:</p>
<ul>
<li>Level 1: Visible &amp; Friendly</li>
<li>Level 2: Page &amp; Keywords</li>
<li>Level 3: Evaluation</li>
<li>Level 4: Usability</li>
<li>Level 5: Good, Bad, Ugly</li>
<li>Level 6: Page Optimization</li>
<li>Level 7: Site Optimization</li>
<li>Level 8: Social Media Optimization</li>
<li>Level 9: Conversion Optimization</li>
<li>Level 10: Link Building</li>
</ul>
<p><strong>Usability Optimization</strong> will improve your website usability for your audience to convert more visits to your business goals.</p>
<p><strong>Good, Bad and Ugly</strong> covers search engine optimization overall factors to improve the good ones, evaluate for bad ones and taking care of them if exist and make sure there is no ugly things in your website structure and content.</p>
<p><strong>Page Optimization</strong> and <strong>Site Optimization</strong> are advanced optimization process for growth and maximize the growth during the time. After graduating of these levels your website and web pages will load faster, rank faster and brings you more attention and traffic.</p>
<p>In page optimization and site optimization, we focus on advanced level of optimization factors in detail.</p>
<p>After website and web page optimization, you need more traffic and popularity to take advantage of your website optimization process.</p>
<p><strong>Social Media Optimization</strong> adds more channels through social media to your on-line presence and boosts your popularity. The outcome will be increasing of your website visits and driving more audience for your website.</p>
<p><strong>Conversion Optimization</strong> is advanced optimization process to convert more visitors to your business goals like sending a web-form, making a phone call, buy or order or any other goal you want as your conversion.</p>
<p><strong>Link Building</strong> is an ongoing optimization process and there is no end for this level. In Link Building, we are going to generate more links to your website to improve your ranking, boost your authority and add more value and audience to your on-line presence.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=113&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/06/21/optimization-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Level 1: Visible and Friendly</title>
		<link>http://masteroptimizer.wordpress.com/2010/06/19/level-1-visible-and-friendly/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/06/19/level-1-visible-and-friendly/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 07:40:46 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Level 01: Visible & Friendly]]></category>
		<category><![CDATA[Step by Step Optimization]]></category>
		<category><![CDATA[SEO Visible and Friendly]]></category>
		<category><![CDATA[Step by step optimization]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=93</guid>
		<description><![CDATA[Web Site Structure Optimization You need to have search engine friendly website also you need to submit your brand new web site to major search engines like Google, Yahoo, and Bing. At this level, we evaluate and optimize your web site for below 10 steps: 200 OK Canonical Check Create robots.txt file Create your xml [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=93&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Web Site Structure Optimization</h2>
<p>You need to have search engine friendly website also you need to submit your brand new web site to major search engines like Google, Yahoo, and Bing. At this level, we evaluate and optimize your web site for below 10 steps:</p>
<blockquote>
<ol>
<li>200 OK</li>
<li>Canonical Check</li>
<li>Create robots.txt file</li>
<li>Create your xml Sitemap</li>
<li>Submit your web site to Google</li>
<li>Submit your web site to Yahoo</li>
<li>Submit your web site to Bing</li>
<li>One Back link Rule</li>
<li>Create <em>sitemap.html</em></li>
<li>Site map in <em>robots.txt</em></li>
</ol>
</blockquote>
<p><a title="Web Site Analysis Tool" href="http://www.masteroptimizer.com/site-audit.php" target="_blank">Analysis your website by free SEO Tools</a></p>
<address><span id="more-93"></span></address>
<h2>200 OK</h2>
<p>In English: your web site is up and running and all request of visit to your web site returns OK code. You don’t need to worry about this but it is important to make sure your web site or home page is up and running and then it is important to make sure all your web pages are up and running.</p>
<h3>Canonical Check</h3>
<p>Do you know how many names your web site has? You do not know and you think it is fine. OK but make sure you pay enough attention to this part later because it is confusing, technical and you need to solve it one time forever. Bottom line you are visible but search engines and folks are confused about your formal name so just make your choice and stick to it or later on, you can translate all your other names to one consistent name.</p>
<p>Simple rule: try to stick to http://www.domain.com form.</p>
<p>Consider your home page is index.htm so you have couple of addresses and you need to forward them to one location to take benefit of all visitors and have a search engine friendly web site. Here are possible addresses or URL of your web site home page:</p>
<blockquote>
<ul>
<li>domain.com</li>
<li>domain.com/index.htm</li>
<li>www.domain.com</li>
<li>www.domain.com/index.htm</li>
<li>http://domain.com</li>
<li>http://domain.com/index.htm</li>
<li>http://www.domain.com/index.htm</li>
<li>http://domain.com/</li>
<li><strong>http://www.domain.com/</strong><strong> </strong></li>
</ul>
</blockquote>
<p><strong>Tip 1:</strong> forward not all of them to http://www.domain.com/ but you need to do anything for http://www.domain.com/ because all other addresses forwarded to this one.</p>
<p><strong>Tip 2:</strong> Later on you can forward same web page with different name to one place to prevent having duplicate content because different addresses with the same content consider as duplicate content not one content with duplicate addresses or URLs. We explain this part later.</p>
<h3>Create robots.txt file</h3>
<p>Web site owners use the <strong>/robots.txt</strong> file to give instructions about their site to web robots; AKA The <em>Robots Exclusion Protocol.</em></p>
<p>It works like this:</p>
<p>A robot wants to visits a Website URL, say http://www.example.com/welcome.html. Before it does so, it firsts checks for http://www.example.com/robots.txt</p>
<p>Below is sample of robots.txt for NOT visit any page by any crawler or search engine bot:</p>
<blockquote><p>User-agent: *</p>
<p>Disallow: /</p></blockquote>
<p>The User-agent: * means this section applies to all robots. The Disallow: / tells the robot that it should not visit any pages on the site.</p>
<p>There are two important considerations when using /robots.txt:</p>
<ul>
<li>Robots may ignore your <strong>robots.txt</strong> especially malware robots that scan the web for security vulnerabilities, and email address harvesters used by spammers will pay no attention.</li>
<li>The <strong>robots.txt</strong> file is a publicly available file. Anyone can see what sections of your server you do not want robots to use.</li>
</ul>
<p>So do not try to use <strong>robots.txt</strong> to hide information.</p>
<p>Sample of <strong>robots.txt</strong> to visit ALL pages EXCEPT everything in /cgi-bin/ or /app/ folders:</p>
<blockquote><p>User-agent: *</p>
<p>Disallow: /cgi-bin/</p>
<p>Disallow: /app/</p>
<p>Sitemap: http://www.example.com/sitemap.xml</p></blockquote>
<p>This is a sample <strong>robots.txt</strong> file for <strong>example.com</strong> web site. The <strong>robots.txt</strong> file URL is: <strong>http://www.example.com/robots.txt</strong></p>
<p>Note: <strong>robots.txt</strong> filename and extension is all lower case and other capitalization is not allowed. Also, remember it is <strong>robots.txt</strong> <strong>NOT</strong> robot.txt. Therefore, here are some invalid forms:</p>
<ul>
<li>Robots.txt</li>
<li>ROBOTS.TXT</li>
<li>robots.TXT</li>
</ul>
<h3>Create your xml Sitemap</h3>
<p>Google&#8217;s new site map protocol developed in response to the increasing size and complexity of web sites. Business web sites often contained hundreds of products in their catalogues; while the popularity of blogging led to webmasters updating their material at least once a day, not to mention popular community-building tools like forums and message boards.</p>
<p>As web sites got bigger and bigger, it was difficult for search engines to keep track of all this material, sometimes &#8220;skipping&#8221; information as it crawled through these rapidly changing pages.</p>
<p><a href="http://www.xml-sitemaps.com/">Link to XML sitemap Creator</a></p>
<h3>Submit your web site to Google</h3>
<p>Google add and update new sites to Google index each time Google crawl the web. Google do not add all submitted URLs to Google index, and Google cannot make any predictions or guarantees about when or if they will appear.</p>
<p><a title="Link to Google URL Submission" href="http://www.google.com/addurl/" target="_blank">Link to Google URL Submission</a></p>
<h3>Submit your web site to Yahoo</h3>
<p>Yahoo Site Explorer allows you to explore all the web pages indexed by Yahoo! Search. View the most popular pages from any site, dive into a comprehensive site map, and find pages that link to that site or any page.</p>
<p><a title="Link to Yahoo URL Submission" href="http://" target="_blank">Link to Yahoo URL Submission</a></p>
<h3>Submit your web site to Bing</h3>
<p>Generally, Bing web crawler, MSNBot, can find most pages on the Internet. However if your site does not appear on Bing, you can send them the address (URL).</p>
<p><a title="Link to Bing URL submission" href="http://www.bing.com/webmaster/SubmitSitePage.aspx" target="_blank">Link to Bing URL submission</a></p>
<h3>Claim Your Site in Alexa</h3>
<p>Alexa is a useful resource for people to discover information about websites. You can use Alexa to discover how popular a site is, to find new sites, to learn who owns a site and a lot more.</p>
<p><a title="Link to Alexa Site Owner Tools" href="http://www.alexa.com/siteowners" target="_blank">Link to Alexa Site Owner Tools</a></p>
<h3>Alexa Site Information</h3>
<p>Size up your competition on the Web! The Alexa Traffic Rank will show how popular the site is compared to yours, including Reach, Pageviews and more. Get your website traffic data, contact.</p>
<p><a title="Link to Alexa Site Info Tools" href="http://www.alexa.com/siteinfo" target="_blank">Link to Alexa Site Info Tools</a></p>
<h3>One Back-link Rule</h3>
<p>Back-links are incoming links to a web site or web page. Inbound links were originally important as a primary means of web navigation; today their significance lies in search engine optimization (SEO).</p>
<p>The number of back-links is one indication of the popularity or importance of that web site or page. Outside of SEO, the back links of a web page may be of significant personal, cultural or semantic interest: they indicate who is paying attention to that page.</p>
<p>In basic link terminology, a back-link is any link received by a web node from another web node.</p>
<p>Back-links are also known as incoming links, inbound links, in-links, and inward links.</p>
<h3>Create sitemap.html</h3>
<p>This is another version of your web site sitemap for your visitors. It is good to have a sitemap.html and put a link to every web page in your site to help other people find the web page their looking for.</p>
<h3>Sitemap in robots.txt</h3>
<p>This is a good idea to have sitemap address in your robots.txt file. By doing so you let the robots know where your sitemap located. Here is a sample:</p>
<blockquote><p>User-Agent: *</p>
<p>Allow: /</p>
<p>Disallow: /cgi-bin/</p>
<p>Disallow: /images/</p>
<p>sitemap: http://www.domain.com/sitemap.xml</p></blockquote>
<h2>Level 01 Visible &amp; Friendly Highlights</h2>
<table class="MsoNormalTable" style="border-collapse:collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;">#</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;">Title</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;">Description</td>
<td style="border:1pt solid #9bbb59;background:none repeat scroll 0 0 #9bbb59;font-weight:bold;color:white;padding:12pt 6pt;">*Rank</td>
</tr>
<tr>
<td width="38"><strong>1</strong></td>
<td width="156">200 OK</td>
<td width="474">Server responds with an HTTP response message. HTTP/1.1 200. Success &#8211; The action was successfully received, understood, and accepted</td>
<td width="48">+1</td>
</tr>
<tr>
<td width="38"><strong>2</strong></td>
<td width="156">Canonical Check</td>
<td width="474">Redirect <strong>URL</strong>s with same content to one location to prevent duplicate content generation. For domain.com home page it must be redirect all <strong>URL</strong> form which pointing to the home page to <strong>http://www.domain.com</strong>.</td>
<td width="48">+1</td>
</tr>
<tr>
<td width="38"><strong>3</strong></td>
<td width="156">robots.txt</td>
<td width="474">Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The <em>Robots Exclusion Protocol.</em></td>
<td width="48">+2</td>
</tr>
<tr>
<td width="38"><strong>4</strong></td>
<td width="156">sitemap.xml</td>
<td width="474">A sitemap is a way of organizing a web site, identifying the URLs and the data under each section. However, Google&#8217;s XML format was designed for the search engines, allowing them to find the data faster and more efficiently.</td>
<td width="48">+2</td>
</tr>
<tr>
<td width="38"><strong>5</strong></td>
<td width="156">Google submission</td>
<td width="474">A free Google service to manually submit your sitemap to Google.Google Webmaster Tools provides you with detailed reports about your pages&#8217; visibility on Google. To get started, simply add and verify your site and you will start to see information right away.</td>
<td width="48">+2</td>
</tr>
<tr>
<td width="38"><strong>6</strong></td>
<td width="156">Yahoo submission</td>
<td width="474">(y_key_*)Yahoo! Directory Submit is part of a suite of services created to help businesses like yours get more out of Yahoo!, more efficiently. Whether you&#8217;ve submitted to the Yahoo! Directory in the past or are a new user, Yahoo! Directory Submit provides expedited review of web sites you propose for the Yahoo! Directory.</td>
<td width="48">+1</td>
</tr>
<tr>
<td width="38"><strong>7</strong></td>
<td width="156">Bing submission</td>
<td width="474">(LiveSearchSiteAuth.xml) Use the Webmaster Tools to troubleshoot the crawling and indexing of your site, submit sitemaps and view statistics about your sites.</td>
<td width="48">+1</td>
</tr>
<tr>
<td width="38"><strong>8</strong></td>
<td width="156">One back-link</td>
<td width="474">Back-links are incoming links to a web site or web page. Inbound links were originally important as a primary means of web navigation; today their significance lies in search engine optimization (SEO).</td>
<td width="48">+1</td>
</tr>
<tr>
<td width="38"><strong>9</strong></td>
<td width="156">Sitemap page</td>
<td width="474">This is another version of your web site sitemap for your visitors. It is good to have a sitemap.html and put a link to every web page in your site to help other people find the web page their looking for like sitemap.html, php, htm, asp, aspx and so on.</td>
<td width="48">+1</td>
</tr>
<tr>
<td width="38"><strong>10</strong></td>
<td width="156">sitemap in robots.txt</td>
<td width="474">This is a good idea to have sitemap address in your robots.txt file. By doing so you let the robots know where your sitemap located. Here is a sample:</td>
<td width="48">+1</td>
</tr>
</tbody>
</table>
<p>* Rank is Master Optimizer importance rank of the step.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=93&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/06/19/level-1-visible-and-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Ranking in Search</title>
		<link>http://masteroptimizer.wordpress.com/2010/06/18/ranking-in-search/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/06/18/ranking-in-search/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 07:13:23 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Ranking]]></category>
		<category><![CDATA[SEO - Search Engine Optimization]]></category>
		<category><![CDATA[Ranking in Search]]></category>
		<category><![CDATA[SEO Ranking]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=50</guid>
		<description><![CDATA[There are two source of search, which may drive traffic two your site by search engine, traffic from direct search and traffic of indirect search. Better ranking drive more traffic caused by more presence. Referral and direct traffic to your site are other sources of traffic also your blog traffic categorize as referral traffic but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=50&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are two source of search, which may drive traffic two your site by search engine, traffic from direct search and traffic of indirect search. Better ranking drive more traffic caused by more presence.</p>
<p>Referral and direct traffic to your site are other sources of traffic also your blog traffic categorize as referral traffic but your blog may have traffic from search engine so indirectly drive traffic to your site.</p>
<address><span id="more-50"></span></address>
<h2>Search Engine Traffic – Content Network</h2>
<p>Google says, “Google content network reaches 80% of global internet users …” this is Google AdWord page description. <a href="http://www.google.com/adwords/displaynetwork/">Read more about Google content network</a></p>
<p>Content network is be any site with any content like text, picture, video, multi-media or any other form of the content. Your blog is a sample of content network. Content network may use as advertising channel with content Ad or text ad or they may use as promotional channel by decreasing more awareness to generate more traffic and drive it to target site.</p>
<p>Content network with generate more powerful traffic with better conversion rate if they have related content about targeted site.</p>
<p>People read news, blogs or other websites. You can use of these traffic as a source of traffic to drive your desired traffic to your site.</p>
<h2>Search Engine Traffic – Direct Search</h2>
<p>People are searching for information by using search engines like Google, Bing, Ask, Yahoo, AOL and so on.</p>
<p>People do search by entering the search term in the search engines. Search term may have one or more keywords. Search engine generate a result page for any individual search and show the result to them.</p>
<h2>SERP</h2>
<p>SERP stand for “Search Engine Result Page”. SERP is the result page generated by search engine to response to the search.</p>
<h2>SERP Rank</h2>
<p>Rank in Search Engine Result Page is a strong traffic source and this is the major goal of the most search engine optimization projects. Every one loves to have rank #1 in SERP but still is not clear how much does it cost? Moreover, how much does it worth?</p>
<h2>Keyword Ranking</h2>
<p>People search by keyword query then search engine rank the result based on the keyword query and generates the result page as text results. Keywords are the great game player in the search industry but the optimization techniques for the keywords are going to be more difficult.</p>
<h2>Conclusion</h2>
<p>Do not obsess with ranking. Ranking must show you the measurable result and must be translate to your business goals or objectives. As long-term strategy, better ranking or even rank #1 is perfect but ranking is just a goal in the short and mid-term optimization projects. By targeting the right keywords, you can stay on the top of the search results, improve your results, and drive more traffic to your site.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=50&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/06/18/ranking-in-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Ranking Challenges</title>
		<link>http://masteroptimizer.wordpress.com/2010/06/18/ranking-challenges/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/06/18/ranking-challenges/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 07:12:40 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Ranking]]></category>
		<category><![CDATA[SEO - Search Engine Optimization]]></category>
		<category><![CDATA[Optimization Challenges]]></category>
		<category><![CDATA[Ranking in Search]]></category>
		<category><![CDATA[SEO Chalenges]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=47</guid>
		<description><![CDATA[Ranking is most challenging part of the optimization process or specifically any Search Engine Optimization project. There are many ranking factors and they covers different aspects Ranking &#8211; Google PageRank™ “The basis of Google&#8217;s search technology is called PageRank™, and assigns an &#8220;importance&#8221; value to each page on the web and gives it a rank [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=47&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ranking is most challenging part of the optimization process or specifically any Search Engine Optimization project. There are many ranking factors and they covers different aspects</p>
<address><span id="more-47"></span></address>
<h2>Ranking &#8211; Google PageRank™</h2>
<p>“The basis of Google&#8217;s search technology is called <strong>PageRank™</strong>, and assigns an &#8220;importance&#8221; value to each page on the web and gives it a rank to determine how useful it is. However, that&#8217;s not why it&#8217;s called PageRank. It&#8217;s actually named after Google co-founder Larry Page.” <a href="http://www.google.com/press/funfacts.html">Read more in Google</a></p>
<p>Google PageRank™ is one of the confusing terms in the optimization, process people use it in many ways, everyone explains it in different way, and many business owners think it has highly value.</p>
<p>PageRank™ is one of the 200 signals in the Google ranking algorithm on search ranking and it is important to consider it is one part of the system not all of it. <a href="http://www.google.com/corporate/tech.html">Read more in Google</a></p>
<p>Google PageRank™ is a metrics describe how your page is important as the Google point of view. Google describe it is not a good metric to focus on it as an overall result.</p>
<p>Google PageRank™ is from 0-10 and it is logarithmic scale, let’s say PR2 is 10 times more than PR1 and PR3 is 10 times more than PR2. 10 is the highest Google PageRank™.</p>
<p>Do not obsess with Google PageRank™ there are another simpler metrics to focus on and understand it better.</p>
<h2>Ranking – Alexa Traffic Rank</h2>
<p>“Alexa Internet, Inc. is a California-based subsidiary company of Amazon.com that is known for its toolbar and website.”</p>
<p>“Alexa ranks sites based on tracking information of users of its Alexa Toolbar for Internet Explorer and from integrated sidebars in Mozilla and Netscape.”</p>
<p>There is some controversy over how representative Alexa&#8217;s user base is of typical Internet behavior, especially for less trafficked sites. On 2008, Alexa announce that they had released the new Alexa ranking system, claiming that they now take into account more data sources &#8220;beyond Alexa Toolbar users&#8221;. <a href="http://en.wikipedia.org/wiki/Alexa_Internet">Read more in WikiPedia</a></p>
<p>Alexa Ranking is linear and 1 is highest rank. Alexa is good to compare same company in the same industry and it works better for high traffic sites, Low traffic sites may have less useful information in their Alexa ranking.</p>
<p>Alexa Site Information can size up your competitors and your site.</p>
<h2>Ranking – Technorati Authority Rank</h2>
<p>“Technorati is an Internet search engine for searching blogs. By June 2008, Technorati was indexing 112.8 million blogs and over 250 million pieces of tagged social media. The name Technorati is a blend of the words technology and literati, which invokes the notion of technological intelligence or intellectualism.” <a href="http://en.wikipedia.org/wiki/Technorati">Read more in WikiPedia</a></p>
<p>“Technorati is an authority calculation website to measures site&#8217;s standing &amp; influence in the blogosphere.”</p>
<p>“Technorati Rank is a site&#8217;s rank among the Technorati Authority of all sites. 1 is the highest Technorati rank.” Technorati Rank is linear and simpler to understand and easier to compare sites among each other. <a href="http://technorati.com/support/">Read more in Technorati</a></p>
<h2>Conclusion</h2>
<p>Brand management or being an authority in your industry may measure by Google PageRank™, Alexa Traffic Ranking or Technorati Authority Rank, which are good, but it more likely consider as long-term commitment or optimization strategy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=47&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/06/18/ranking-challenges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimization Challenges</title>
		<link>http://masteroptimizer.wordpress.com/2010/06/18/optimization-challenges/</link>
		<comments>http://masteroptimizer.wordpress.com/2010/06/18/optimization-challenges/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 07:10:23 +0000</pubDate>
		<dc:creator>MasterOptimizer</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO - Search Engine Optimization]]></category>
		<category><![CDATA[Why Optimization]]></category>
		<category><![CDATA[Optimization Challenges]]></category>
		<category><![CDATA[SEO Chalenges]]></category>

		<guid isPermaLink="false">http://masteroptimizer.wordpress.com/?p=45</guid>
		<description><![CDATA[It will be more competitive, tougher and more expensive day after day be visible in the Internet or in the search result. We have our businesses, we need audience, client, and opportunities, and for all of them we need be visible for them as the first step of running a successful business but how. Short [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=45&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It will be more competitive, tougher and more expensive day  after day be visible in the Internet or in the search result. We have  our businesses, we need audience, client, and opportunities, and for  all of them we need be visible for them as the first step of running a  successful business but how. Short answer is optimization but again why  do we need it.</p>
<address><span id="more-45"></span></address>
<h2>Why Optimization</h2>
<p>The web site is the online presence of your B2B, B2C or C2C relationship.  You offer content, product or service for people as  business-to-business (B2B) or business to consumer (B2C) or  consumer-to-consumer (C2C) relationship. You need audience for your  content or customer for your product or service or affiliate. You need  to have perfect on-line presence. You need to promote your on-line  presence. In addition, you need to drive more traffic, more leads, more  sales and more audience to run a successful business. But how?</p>
<h2>What is in it for me?</h2>
<p>Small business web site optimization is tricky and catchy.</p>
<ul>
<li>Why do we need optimization at all?</li>
<li>Is it worth it?</li>
<li>What is in it for my business?</li>
</ul>
<h2>Why do we need optimization at all?</h2>
<p>Optimum means the best value and we all know value comes with the  price. However, what is the optimum price obviously as much as lower it  is better. However, what is the optimum outcome, again obviously more  outcome is better with lower cost. You may notice but here is a catch  and here is the hard part.</p>
<p>Optimization project must be best for client, best for  contractor and best for audience or end users.</p>
<p>I am saying we need best of business process, best investment,  best outcome, best sales, best of everything and the  optimization is the key but optimization project must have optimum  outcome with best cost and it must be measurable.</p>
<h2>Is it worth it?</h2>
<p>If it is not worth, it or the outcome is fuzzy not it is not. It is  worth it if it can show the result or can prove the progress.  Optimization project goals in short-term, let’s say in 3 months is  different from mid-term or let’s say in a year and optimization goals  and objective for long-term is different too but all these terms must be  combine together and support together as a path with different strategy  but different perspective and approach.</p>
<h2>What is in it for my business?</h2>
<p>Honestly, with undefined goals and objective, with the wrong person  and with the undesirables result it is headache and wasting your time  and your money. You need to ask yourself at the first step, what do I  need for my business? How much does it cost? How long does it take?  Alternatively, simply what is in it for my business?</p>
<p>You may consider doing it by yourself, someone does it in-house, or  someone does it outside of your company as a firm, company or  individual.  You need to have all the answers and clear, measurable  result with report but there are some bad short cut, and it raises a lot  of confusion. You need to know how to translate your goals to your  optimization process and how to measure them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masteroptimizer.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masteroptimizer.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masteroptimizer.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masteroptimizer.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/masteroptimizer.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/masteroptimizer.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/masteroptimizer.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/masteroptimizer.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masteroptimizer.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masteroptimizer.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masteroptimizer.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masteroptimizer.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masteroptimizer.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masteroptimizer.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=masteroptimizer.wordpress.com&amp;blog=14208457&amp;post=45&amp;subd=masteroptimizer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://masteroptimizer.wordpress.com/2010/06/18/optimization-challenges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/beb8f1299a6cb440454a45ab423784b1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">masteroptimizer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
