<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SEO Consultations by Zaldy Dalisay &#187; Tutorials</title>
	<atom:link href="http://www.kontrapelo.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kontrapelo.com</link>
	<description>search engine optimizer from Manila</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:59:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress SEO: Updating Permalink Structure</title>
		<link>http://www.kontrapelo.com/wordpress-seo-updating-permalink-structure/</link>
		<comments>http://www.kontrapelo.com/wordpress-seo-updating-permalink-structure/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 11:26:18 +0000</pubDate>
		<dc:creator>major</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Permalink Redirect]]></category>
		<category><![CDATA[Permalink Structure]]></category>

		<guid isPermaLink="false">http://www.kontrapelo.com/?p=180</guid>
		<description><![CDATA[From the recent WordCamp Philippines 2008, I preferred attending the WordPress &#38; SEO lecture by Hans Koch. He pointed out good notes to write down about some of the best seo-related plugins, and other aspects of seo that you can work with wordpress but he did miss something, that is working with the permalink structure. [...]]]></description>
			<content:encoded><![CDATA[<p>From the recent <a title="WordCamp Philippines 2008" href="http://www.zaldydalisay.com/wordcamp-philippines-2008-report/" target="_blank">WordCamp Philippines 2008</a>, I preferred attending the WordPress &amp; SEO lecture by <a title="Hans Koch" href="http://hansakoch.com/" target="_blank">Hans Koch</a>. He pointed out good notes to write down about some of the best seo-related plugins, and other aspects of seo that you can work with wordpress but he did miss something, that is working with the permalink structure.</p>
<p>I have checked a number blogs earlier and found out that most of them don&#8217;t care of the permalinks issue. If you&#8217;ll notice, wordpress permalink by default shows a question mark and numbers in it, obviously not search engine friendly. You can customize this by going to Dashboard &gt; Settings &gt; Permalinks section of your wordpress powered blog. You&#8217;ll see five options there for your permalink:</p>
<ul>
<li>Default &#8211; <code>http://www.kontrapelo.com/?p=123</code></li>
<li>Day and name &#8211; <code>http://www.kontrapelo.com/2008/09/12/sample-post/</code></li>
<li>Month and name &#8211; <code>http://www.kontrapelo.com/2008/09/sample-post/</code></li>
<li>Numeric &#8211; <code>http://www.kontrapelo.com/archives/123</code></li>
<li>Custom Structure &#8211; you can create your own here</li>
</ul>
<p>Of all the choices, I usually prefer making it custom that don&#8217;t include the postdate. Why? Well, here&#8217;s the idea:</p>
<p>url #1: kontrapelo.com/2008/09/12/wordpress-seo<br />
url #2: kontrapelo.com/wordpress-seo</p>
<p>The first url above tells Google that &#8220;2008/09/12&#8243; is more important than &#8220;wordpress-seo&#8221; as it is placed first. Placing the &#8220;date&#8221; first before your &#8220;name&#8221; structure pushes your keywords away. This is the best permalink structure for me but if you&#8217;re working a way to have <a title="Google News requirement" href="http://www.google.com/support/news_pub/bin/answer.py?answer=68323&amp;topic=11665" target="_blank">your article featured in Google news which requires a 3-digit included in your url</a>, it&#8217;s a no-no. If your wordpress blog already has 100 posts prior to targetting appearance in Google news, then something like &#8220;name/id&#8221; will do. If the blog is new, then work your way to have a 3-digit number in it. You can play around with the &#8220;year/month/date&#8221; placing it after the &#8220;name&#8221; structure.</p>
<p>In addition, I&#8217;ve read an article before (can&#8217;t remember where) saying Matt Cutts mentioned in WordCamp 2007 in San Francisco that the best permalink structure you can use is just the post title with hyphens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kontrapelo.com/wordpress-seo-updating-permalink-structure/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>URL Rewriting: Redirecting To A Single Domain</title>
		<link>http://www.kontrapelo.com/url-rewriting-redirecting-to-a-single-domain/</link>
		<comments>http://www.kontrapelo.com/url-rewriting-redirecting-to-a-single-domain/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:16:27 +0000</pubDate>
		<dc:creator>major</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[url rewrite]]></category>

		<guid isPermaLink="false">http://www.kontrapelo.com/?p=177</guid>
		<description><![CDATA[I personally prefer to have a single domain name and will do redirect 301 response header all the others, in maximizing my page ranking. Well, to make it simple, the whole idea here is to take a domain like http://kontrapelo.com and redirect it to http://www.kontrapelo.com consolidating all incoming links to a single domain, wether they [...]]]></description>
			<content:encoded><![CDATA[<p>I personally prefer to have a single domain name and will do redirect 301 response header all the others, in maximizing my page ranking.</p>
<p>Well, to make it simple, the whole idea here is to take a domain like http://kontrapelo.com and redirect it to http://www.kontrapelo.com consolidating all incoming links to a single domain, wether they use &#8220;www&#8221; or not.</p>
<p>Here&#8217;s a simple mod_rewrite rule you can add to .htaccess to accomplish this, put it above any other rewrite rules that you are using, you may want the other rules to apply to the www. domain after the initial redirect.</p>
<p>note: replace the sample domain with your own domain.<br />
<code>RewriteEngine on</code></p>
<p>#Redirect http://kontrapelo.com to http://www.kontrapelo.com<br />
RewriteCond %{HTTP_HOST} ^kontrapelo.com<br />
RewriteRule ^(.*)$ http://www.kontrapelo.com/$1 [r=301,L]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kontrapelo.com/url-rewriting-redirecting-to-a-single-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Youtube Views</title>
		<link>http://www.kontrapelo.com/increase-youtube-views/</link>
		<comments>http://www.kontrapelo.com/increase-youtube-views/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 16:50:05 +0000</pubDate>
		<dc:creator>major</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Viral Marketing]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.kontrapelo.com/?p=165</guid>
		<description><![CDATA[Here&#8217;s a quick simple tip on how to increase your youtube video views by taking advantage of other members. If you&#8217;re about to promote your video, find existing videos in youtube similar to your niche which already has tons of views or those uploaded by users who are really getting good traffic via their uploaded [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kontrapelo.com/wp-content/uploads/2008/06/youtube.jpg"><img class="alignleft size-full wp-image-166" title="youtube" src="http://www.kontrapelo.com/wp-content/uploads/2008/06/youtube.jpg" alt="youtube logo" width="143" height="107" /></a>Here&#8217;s a quick simple tip on how to increase your youtube video views by taking advantage of other members.</p>
<p>If you&#8217;re about to promote your video, find existing videos in youtube similar to your niche which already has tons of views or those uploaded by users who are really getting good traffic via their uploaded videos, then copy their tags to the video you&#8217;re uploading.</p>
<p>The logic is that whenever their video is watched, your video will appear in their related videos in the sidebar which will give you lot more possible views.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kontrapelo.com/increase-youtube-views/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Godaddy Promo Codes</title>
		<link>http://www.kontrapelo.com/godaddy-promo-codes/</link>
		<comments>http://www.kontrapelo.com/godaddy-promo-codes/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 12:54:28 +0000</pubDate>
		<dc:creator>major</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[godaddy]]></category>

		<guid isPermaLink="false">http://www.kontrapelo.com/2008/06/04/godaddy-promo-codes/</guid>
		<description><![CDATA[I received an expiration notice earlier for my social bookmarking site coming from my domain registrar Godaddy.com which says I only got 5 more days to renew it. I immediately went to Godaddy to renew it, but when I came to the payment page, I noticed that the domain now costs $9.95 then I was [...]]]></description>
			<content:encoded><![CDATA[<p>I received an expiration notice earlier for my social bookmarking site coming from my domain registrar Godaddy.com which says I only got 5 more days to renew it. I immediately went to Godaddy to renew it, but when I came to the payment page, I noticed that the domain now costs $9.95 then I was reminded of the promo code available all over the web. I used promo code OYH3 and got a $3 off the price making it $6.95. That&#8217;s a good deal isn&#8217;t it?  I&#8217;ve got more domains expiring this June and July so this will be very useful.</p>
<p>Here&#8217;s more promo codes that I&#8217;ve collected:<br />
<em> OYH3</em> &#8211; $3 off / $6.95 any .COM (renewals too&#8230; just used it)<br />
<em> BTPS7</em> &#8211; 20% any order of $50 or more<br />
<em> OYH1</em> &#8211; 10% off whatever<br />
<em> OYH2</em> &#8211; $5 off a $30 purchase<br />
<em> BTPS4</em> &#8211; 10% off anything<br />
<em> chill1</em> &#8211; 10% off<br />
<em> chill2</em> &#8211; $5 off $30<br />
<em> chill3</em> &#8211; $6.95 .coms<br />
<em> hash1</em> &#8211; 10% off<br />
<em> hash2</em> &#8211; $5 off $30<br />
<em> hash3</em> &#8211; $6.95 .com registration<br />
<em> gdd1101c</em> &#8211; 10% off any order of $40 or more</p>
<p>You can use these codes upon checking out in Godaddy, just paste them in the promo code box and hit update cart, you&#8217;ll notice the changing of prices.</p>
<p>I hope you&#8217;ll save a lot from this list too&#8230;</p>
<p>*a promo code may change without prior notice. When it happen, just try using other codes in the list</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kontrapelo.com/godaddy-promo-codes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Optional Benchmarking Feature In Google Analytics</title>
		<link>http://www.kontrapelo.com/new-optional-benchmarking-feature-in-google-analytics/</link>
		<comments>http://www.kontrapelo.com/new-optional-benchmarking-feature-in-google-analytics/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 01:43:53 +0000</pubDate>
		<dc:creator>major</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[google analytics]]></category>

		<guid isPermaLink="false">http://www.kontrapelo.com/2008/04/09/new-optional-benchmarking-feature-in-google-analytics/</guid>
		<description><![CDATA[I&#8217;ve received a mail earlier from Google Analytics announcing their newest feature and the first in the industry, the benchmarking. Excerpt from the Google Analytics help center: Benchmarking is an optional Google Analytics service that shows how your website&#8217;s statistics compare against other industry verticals. In the beta version of this service, you are able [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve received a mail earlier from <a href="http://www.google.com/analytics/index.html" target="_blank">Google Analytics</a> announcing their newest feature and the first in the industry, the benchmarking.</p>
<p>Excerpt from the Google Analytics help center:</p>
<blockquote><p>Benchmarking is an optional Google Analytics service that shows how your website&#8217;s statistics compare against other industry verticals. In the beta version of this service, you are able to compare your site&#8217;s Visits, Pageviews, Pages per Visit, Bounce Rate, Average Time on Site, and New Visits data against benchmark data from categories of other participating websites. You can use this data to gain broader context for your site so you can identify additional opportunities to improve your site&#8217;s metrics.</p></blockquote>
<p>To enable this:</p>
<ol>
<li>Log into your account.  You&#8217;ll see the yellow data sharing settings box on the Analytics Settings page. Click the &#8220;More data sharing options&#8221; link within the yellow box.</li>
<li>Select the second checkbox to specify that you want to share your data &#8220;Anonymously with Google products and the benchmarking service&#8221;.  You can also choose to share your data &#8220;With Google products only&#8221; to take advantage of advanced Google advertising products and services as they become available.</li>
</ol>
<p>See screenshots I have taken:<br />
<div class="ngg-galleryoverview" id="ngg-gallery-1-150">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kontrapelo.com/wp-content/gallery/analytics_benchmarking/benchmarking_step_1.jpg" title=" " class="thickbox" rel="set_1" >
								<img title="benchmarking_step_1.jpg" alt="benchmarking_step_1.jpg" src="http://www.kontrapelo.com/wp-content/gallery/analytics_benchmarking/thumbs/thumbs_benchmarking_step_1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kontrapelo.com/wp-content/gallery/analytics_benchmarking/benchmarking_step_2.jpg" title=" " class="thickbox" rel="set_1" >
								<img title="benchmarking_step_2.jpg" alt="benchmarking_step_2.jpg" src="http://www.kontrapelo.com/wp-content/gallery/analytics_benchmarking/thumbs/thumbs_benchmarking_step_2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<br />
This is another wonderful tool provided by Google. For more information on the benchmarking service, visit <a href="http://www.google.com/support/googleanalytics/bin/topic.py?topic=13909" target="_blank">Google Analytics Help Center</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kontrapelo.com/new-optional-benchmarking-feature-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is XML?</title>
		<link>http://www.kontrapelo.com/what-is-xml/</link>
		<comments>http://www.kontrapelo.com/what-is-xml/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 02:46:41 +0000</pubDate>
		<dc:creator>major</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[extensible markup language]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.kontrapelo.com/2008/03/03/what-is-xml/</guid>
		<description><![CDATA[A friend asked me earlier, what is XML? Well, he&#8217;s a blogger and he probably met this term most of the time as it&#8217;s all over the web that&#8217;s why I wonder why he don&#8217;t know it&#8217;s meaning and the importance of it. XML is short for Extensible Markup Language made to transport structured data [...]]]></description>
			<content:encoded><![CDATA[<p>A friend asked me earlier, what is XML? Well, he&#8217;s a blogger and he probably met this term most of the time as it&#8217;s all over the web that&#8217;s why I wonder why he don&#8217;t know it&#8217;s meaning and the importance of it.</p>
<p>XML is short for Extensible Markup Language made to transport structured data across different systems and platforms.</p>
<p>I remember an <a href="http://www.w3.org/XML/1999/XML-in-10-points" target="_blank">article from W3C</a> pointing out the following things:</p>
<ul>
<li>XML is for structuring data</li>
<li>XML looks a bit like HTML</li>
<li>XML is text, but isn’t meant to be read</li>
<li>XML is verbose by design</li>
<li>XML is a family of technologies</li>
<li>XML is new, but not that new</li>
<li>XML leads HTML to XHTML</li>
<li>XML is modular</li>
<li>XML is the basis for RDF and the Semantic Web</li>
<li>XML is license-free, platform-independent and well-supported</li>
</ul>
<p>This supports the explanation that xml was created to manage uses of structured data in the web. RSS is a good example of a modified xml format which carries headlines and contents of your blog.</p>
<p>Also note that xml is not replacing html, it is for describing the data and its structure while the latter focuses on how data looks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kontrapelo.com/what-is-xml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protecting Your Article Directories Via Cpanel</title>
		<link>http://www.kontrapelo.com/protecting-your-article-directories-via-cpanel/</link>
		<comments>http://www.kontrapelo.com/protecting-your-article-directories-via-cpanel/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 05:17:27 +0000</pubDate>
		<dc:creator>major</dc:creator>
				<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.kontrapelo.com/2008/01/17/protecting-your-article-directories-via-cpanel/</guid>
		<description><![CDATA[After discussing the advantages of submitting to article directories several days ago, I have learned yesterday that there&#8217;s a new exploit going around for article directories that is powered by article dashboard. Someone discovered a vulnerability which can be used by malicious people to conduct a sql injection attack. When I first learned about it, [...]]]></description>
			<content:encoded><![CDATA[<p>After discussing the <a href="http://www.kontrapelo.com/2008/01/14/why-you-should-submit-to-article-directories/" target="_blank">advantages of submitting to article directories</a> several days ago, I have learned yesterday that there&#8217;s a new exploit going around for article directories that is powered by article dashboard. Someone discovered a vulnerability which can be used by malicious people to conduct a sql injection attack. When I first learned about it, I asked the person who told me about it to prove it by logging into my site as admin and he really got in. When another friend told me how to do it, I tried it to a friend&#8217;s article dashboard powered directory and I also got into his admin panel without even knowing his username and password.</p>
<p>Here are some screenshots:</p>
<p>1. Screenshot of articleyard.com, a directory that I own. You can see that the guy who went to my admin panel even left me a message, how sweet&#8230;</p>
<p><a href="http://www.kontrapelo.com/wp-content/uploads/2008/01/articleyard_hack.jpg" title="Article Yard"><img src="http://www.kontrapelo.com/wp-content/uploads/2008/01/articleyard_hack.thumbnail.jpg" alt="Article Yard" /></a></p>
<p>2. Screenshot of 63s.org, owned by Philip Tiangson. I went to his admin panel, took a screenshot and showed it to him. I didn&#8217;t do anything that will harm his feelings so nothing to worry guys, he didn&#8217;t kick me afterwards..</p>
<p><a href="http://www.kontrapelo.com/wp-content/uploads/2008/01/63s_org.jpg" title="63s.org"><img src="http://www.kontrapelo.com/wp-content/uploads/2008/01/63s_org.thumbnail.jpg" alt="63s.org" /></a></p>
<p>So to make everything short, there is really a hole into the article dashboard script. And as the script is widely used by hundreds or even thousands of webmasters, this is something huge if the hack will spread. Someone asked me on how to do it saying that every article dashboard user should know it so they can protect their sites but I didn&#8217;t gave it thinking that it might fell into wrong hands so what I&#8217;ll just do is to give tips on how to protect your site.</p>
<p>If you&#8217;re using a cpanel, here&#8217;s a quick tutorial:</p>
<ol>
<li>On the homepage of your admin panel, click the password protect directories button</li>
<li>Navigate to the directory that you want to protect</li>
<li>Click on the tick box next to the  <a href="http://www.kontrapelo.com/wp-content/uploads/2008/01/icon_lock.png" title="Icon Lock"><img src="http://www.kontrapelo.com/wp-content/uploads/2008/01/icon_lock.png" alt="Icon Lock" /></a> icon</li>
<li>Optional, enter the name that you want to appear in the protected resource name.</li>
<li>Then click on the save button.</li>
<li>Finally, add an authorize user to enable access to the directory.</li>
</ol>
<p>I have done this to article directories that I own, and it works perfectly against the recent exploit. Hope this will help others too..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kontrapelo.com/protecting-your-article-directories-via-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
