<?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>Istanto Blog - Online Business, Short Reviews, Computers and Internet, Tips and Trick, Make Money Online. &#187; sitemap</title>
	<atom:link href="http://www.istanto.net/tag/sitemap/feed" rel="self" type="application/rss+xml" />
	<link>http://www.istanto.net</link>
	<description>Online Business, Short Reviews, Computers and Internet, Tips and Trick, Make Money Online.</description>
	<lastBuildDate>Sun, 08 Jan 2012 02:56:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to: Created XML Sitemap Using PHP</title>
		<link>http://www.istanto.net/how-to-created-xml-sitemap-using-php.html</link>
		<comments>http://www.istanto.net/how-to-created-xml-sitemap-using-php.html#comments</comments>
		<pubDate>Fri, 06 May 2011 15:25:03 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=1670</guid>
		<description><![CDATA[This articles inspired to share from my experience when I need to created custom sitemap in XML format for some of my website. Basically we will using PHP to generated URL following the sitemap in XML format. Why should in XML format? because mostly a great search engine using sitemap with XML format as their [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This articles inspired to share from my experience when I need to created custom sitemap in XML format for some of my website. Basically we will using PHP to generated URL following the sitemap in XML format. Why should in XML format? because mostly a great search engine using sitemap with XML format as their standard.</p>
<p style="text-align: justify;">So we will using PHP script to generated URL (others will follows standard XML format). Example we have site using PHP and MYSQL we will need to query data from MYSQL and then echo it as URL. The problem is because not all website using same structure I can not give you working scripts to generate sitemap as the result may not working for your site.</p>
<p style="text-align: justify;">The good news, because mostly all website using same method (ex, PHP+mysql blabla) we can use same method to generated sitemap. First we need to make sure the first tag should be like this&#8230;</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/05/ist-tag.jpg"><img class="aligncenter size-medium wp-image-1671" title="ist-tag" src="http://www.istanto.net/wp-content/uploads/2011/05/ist-tag-300x27.jpg" alt="" width="300" height="27" /></a></p>
<p style="text-align: justify;">On the second line here comes your job to generated your site URL to listed. The last thing just the closing tag. If you meet problems just read the protocols for sitemap XML standard from <a href="http://sitemaps.org/protocol.php" target="_blank">here</a>. Learn about each tag function and implement it as needed.</p>
<p style="text-align: justify;">Next step, after we have PHP script that works to generated sitemap we need to make it looks like static sitemap. This trick can be done from your .htacess file by rewrite sitemap.php to become sitemap.xml, Just put this line on your .htacess file (if you don&#8217;t have it created one).</p>
<p style="text-align: justify;"><em>RewriteEngine on</em><br />
<em>RewriteRule ^sitemap.xml$ sitemap.php [L]</em></p>
<p style="text-align: justify;">Done, it will rewrite sitemap.php to become sitemap.xml and looks like static sitemap. Next step, This sitemap will shown as XML in internet explorer but not in mozilla firefox so we need to declare it as XML. Just put this code on the first line..</p>
<p style="text-align: justify;"><em>header(&#8220;Content-Type: text/xml; charset=utf-8&#8243;)</em></p>
<p style="text-align: justify;">Next, If you have more than 5,000 URL you can generated it and saved each sitemap and giving parent sitemap.</p>
<p style="text-align: justify;">The result will shown like this sample:</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/05/ist-php-sitemap-gen-result.jpg"><img class="aligncenter size-medium wp-image-1673" title="ist-php-sitemap-gen-result" src="http://www.istanto.net/wp-content/uploads/2011/05/ist-php-sitemap-gen-result-300x216.jpg" alt="" width="300" height="216" /></a></p>
<p style="text-align: justify;">In this sample I&#8217;m using PHP function to read folder and files because basically my site using folder and files to generated links. In another sample I&#8217;m using mysql query to generated my sitemap.</p>
<p style="text-align: justify;">If yours company need someone to making scripts like this I can do it for $100 &#8211; $10,000 deppend on how hard to coding it. That&#8217;s my share for today, sorry for not blogging over a month. I promised will write more in the future.</p>
<p style="text-align: justify;">Have a nice day <img src='http://www.istanto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/how-to-created-xml-sitemap-using-php.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To:SETUP Google Sitemap Generator</title>
		<link>http://www.istanto.net/how-to-setup-google-sitemap-generator.html</link>
		<comments>http://www.istanto.net/how-to-setup-google-sitemap-generator.html#comments</comments>
		<pubDate>Sun, 28 Jun 2009 23:57:37 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=1187</guid>
		<description><![CDATA[Having automatic renewed sitemap like google sitemap plugins for wordpress is really needed when you want to get indexed faster on top 5 search engine. Anyway if you&#8217;re not using wordpress CMS then how to build your sitemap manually? Lucky you, there is a lot free sitemap generator out there. Small sites are easy and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Having automatic renewed sitemap like google sitemap plugins for wordpress is really needed when you want to get indexed faster on top 5 search engine. Anyway if you&#8217;re not using wordpress CMS then how to build your sitemap manually? Lucky you, there is a lot free sitemap generator out there. Small sites are easy and fast to generated sitemap in just minutes, but how if the situation is your sites big and&#8230;. said it have at least 1,000 static URL inside it. You will get crazy on waiting sitemap generator working for it and of course the problem will coming back again when you want to renew your big sites sitemap.</p>
<p style="text-align: justify;">Wasting time and of course it will make you bored managed it. Anyway I just found out the beta google sitemap generator working on my VPS machine.  If you&#8217;re on shared hosting sorry this might not used unless your hosting provider want to help you. Now every time I updated my sites it&#8217;s will automatically renewed my sitemap without needed to work on it manually again. Just update the content and let sitemap generator created and submitted my sitemap to search engine automatically.</p>
<p style="text-align: justify;">There is 2 beta version for google sitemap generator for windows and linux, In this article I will write for <span style="text-decoration: underline;">linux version only</span>, because I didn&#8217;t try windows version.</p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="color: #008000;">Requirements</span></span><span style="color: #008000;">:</span></p>
<ul>
<li>Operating system. Google Sitemap Generator has been tested with the following types of Linux systems:
<ul>
<li>CentOS 4.6 (I run on CentOS 5 it has no problem at all)</li>
<li>Fedora 7</li>
<li>Debian etch r0</li>
<li>Mandriva 2007</li>
<li>Red Hat Enterprise Linux 3 (32 bit or 64 bit)</li>
<li>Red Hat Enterprise Linux 4 (32 bit or 64 bit)</li>
<li>SUSE Linux Enterprise Server 10.0 (32 bit or 64 bit)</li>
<li>Ubuntu 6.10 (32 bit or 64 bit)</li>
</ul>
</li>
<li>Web server. Google Sitemap Generator has been tested with Apache web server versions 1.3, 2.0, and 2.2.</li>
<li>Disk space. You&#8217;ll need between 100MB and 1GB of free disk space; the number of unique URLs on your website determines the actual disk space needed. One million URLs require approximately 1GB of disk space.</li>
<li>Web server access. You&#8217;ll need administrative access to the web server.<span style="color: #008000;"><br />
</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #008000;"><span style="text-decoration: underline;">Setup Your google Sitemap Generator</span>:</span></p>
<p style="text-align: justify;">Open this <a href="http://code.google.com/p/googlesitemapgenerator/downloads/list" target="_blank">download list</a> and downloaded files you need. Then following installation guide <a href="http://googlesitemapgenerator.googlecode.com/svn/trunk/doc/gsg-installation.html#gsg_i_lininstallproc" target="_blank">here</a> just following it if you meet problem (usually in the last step I meet problem too but I fixed it) just try another package, if it still failed then you might try to install it with <a href="http://googlesitemapgenerator.googlecode.com/svn/trunk/doc/gsg-installation.html#gsg_i_lininstallproc" target="_blank">command option</a> (look on number 3), Lastly if all fails the try to communicate in their groups and asking about your problem.</p>
<p style="text-align: justify;">Once installation completed you have to setting your server SSL (for remote only, not needed if you managed it from local) then setting your port, normally 8181 but for security you might need to changed it, the restart your web server.</p>
<p style="text-align: justify;"><span style="color: #008000;"><span style="text-decoration: underline;">Configure/Manage Your google Sitemap Generator</span>:</span></p>
<p style="text-align: justify;">Just open http://&lt;yourwebiphere&gt;:&lt;yourporthere&gt; (local) or https://&lt;yourwebiphere&gt;:&lt;yourporthere&gt; (remote)</p>
<p style="text-align: justify;">You will see something like this</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2009/06/ist-sitemap-1.jpg"><img class="alignnone size-medium wp-image-1189" title="ist-sitemap-1" src="http://www.istanto.net/wp-content/uploads/2009/06/ist-sitemap-1-300x102.jpg" alt="ist-sitemap-1" width="300" height="102" /></a></p>
<p style="text-align: justify;">Then just configure it, if you meet problem take a look on <a href="http://googlesitemapgenerator.googlecode.com/svn/trunk/doc/gsg-configuration.html" target="_blank">here</a>. Now after you configure it just sit back and waiting the result if it not fit your need then must be there something wrong on your configuration, fix it then sit back again.</p>
<p style="text-align: justify;">Done, Have a nice day! <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/how-to-setup-google-sitemap-generator.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>SEO: Sitemap generator for 4images</title>
		<link>http://www.istanto.net/seo-sitemap-generator-for-4images.html</link>
		<comments>http://www.istanto.net/seo-sitemap-generator-for-4images.html#comments</comments>
		<pubDate>Thu, 11 Dec 2008 00:02:30 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[4images]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin sitemap]]></category>
		<category><![CDATA[SE]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[sitemap generator 4images]]></category>

		<guid isPermaLink="false">http://www.istanto.net/seo-sitemap-generator-for-4images.html</guid>
		<description><![CDATA[Hello everyone this is another good SEO plugins for 4images gallery systems. This sitemap generator can help your visitor or any SE bot found out detailed about your website. This can help you raise your pagerank and also in same time helping your page got indexed in Search Engine. I have tested this plugin on [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Hello everyone <img src='http://www.istanto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  this is another good <strong>SEO</strong> plugins for 4images gallery systems. This sitemap generator can help your <em><strong>visitor</strong></em> or any <em><strong>SE bot</strong></em> found out detailed about your website. This can help you raise your pagerank and also in same time helping your page got indexed in Search Engine. I have tested this plugin on my wallpapers site <a href="http://www.innovativedesktop.com">www.innovativedesktop.com</a> using 4images v1.7.4 and it&#8217;s working pretty good without any <strike>bug</strike>.</p>
<p align="justify"><a href="http://www.innovativedesktop.com/sitemap.php"><img src="http://www.istanto.net/wp-content/uploads/2008/12/seo-sitemap.jpg" alt="seo-sitemap.jpg" /></a></p>
<p align="justify">First, what you need for this plugin? You need to download this <a href="http://www.istanto.net/wp-content/uploads/2008/12/sitemap-v10.zip" title="package">package</a> first. Extract it then upload it into your hosting (default template name should be changed with your own template name)</p>
<p align="justify"><u><strong>Alright now we ready for installation:</strong></u></p>
<p align="justify"><strong>1</strong>. Open <strong><font color="#008000">includes</font>/<font color="#ff0000">page_header.php</font></strong></p>
<p align="justify"><strong>Find:</strong></p>
<p><code>"media_url" =&gt; MEDIA_PATH,<br />
</code></p>
<p align="justify"><strong>Insert bellow:</strong></p>
<p><span id="more-869"></span></p>
<p align="justify">&#8220;url_sitemap&#8221; =&gt; $site_sess-&gt;url(ROOT_PATH.&#8221;sitemap.php&#8221;),<br />
&#8220;lang_sitemap&#8221; =&gt; $lang['sitemap'],</p>
<p align="justify">In case code coverted wrong download page_header.php in <a href="http://www.istanto.net/wp-content/uploads/2008/12/page_headerphp.txt" title="HERE!">HERE!</a></p>
<p align="justify">2. Open <font color="#008000"><strong>lang</strong></font>/<strong>&lt;your language&gt;</strong> /<font color="#ff0000"><strong>main.php</strong></font></p>
<p align="justify">At the end, before closing <font color="#ff0000"><strong>?&gt;</strong></font><strong> insert</strong>:</p>
<p align="justify"><code>$lang['sitemap'] = "Sitemap";<br />
$lang['sitemap_legend'] = "Legend";<br />
$lang['sitemap_viewimages_yes'] = "Allowed view images";<br />
$lang['sitemap_viewimages_no'] = "Not allowed view images";<br />
$lang['sitemap_viewimages_new_yes'] = "With new images and you are allowed view images";<br />
$lang['sitemap_viewimages_new_no'] = "With new images but you are not allowed view images";<br />
$lang['sitemap_cat_info'] = "&lt;span class=\"sitemapinfo\"&gt;{lang_images}{lang_new_images}{lang_hits}{lang_description}&lt;/span&gt;";<br />
$lang['sitemap_images'] = "Images: {images}";<br />
$lang['sitemap_new_images'] = " (New: {new_images})";<br />
$lang['sitemap_hits'] = " Hits: {hits}";<br />
$lang['sitemap_description'] = " Description: {description}";<br />
$lang['sitemap_hidden'] = "&lt; hidden &gt;";<br />
</code></p>
<p align="justify">In case code coverted wrong download main.php in <a href="http://www.istanto.net/wp-content/uploads/2008/12/mainphp.txt" title="HERE!">HERE!</a></p>
<p align="justify">4.  Open <strong><font color="#008000">templates</font>/&lt;your template&gt;/<font color="#ff0000">user_logininfo.html</font></strong> and <strong><font color="#008000">templates</font>/&lt;your template&gt;/<font color="#ff0000">user_loginform.html</font></strong></p>
<p>In the place where you want the link to sitemap be showed <strong>add the following html code:</strong></p>
<p align="justify"><code>» &lt;a href="{url_sitemap}"&gt;{lang_sitemap}&lt;/a&gt;<br />
</code></p>
<p align="justify"><code></code>5. Open <strong><font color="#008000">templates</font>/&lt;your template&gt;/<font color="#ff0000">style.css</font> </strong></p>
<p align="justify"><strong>Add:</strong></p>
<p>.sitemapinfo<br />
{<br />
font-size: 9px;<br />
padding: 2px 2px 2px 2px;<br />
margin: 2px 2px 2px 2px;<br />
color: #8794A7;<br />
}<br />
.sitemaprow1<br />
{<br />
background-color: #e1e1e1;<br />
color: #004c75;<br />
}</p>
<p>.sitemaprow2<br />
{<br />
background-color: #efefef;<br />
color: #004c75;<br />
}</p>
<p align="justify">Well done now the last <em>hard things</em> you have to do it manually. Check your sitemap view, if it fit with your page then you don&#8217;t need to make modification. when you need to modificate the view <strong>code</strong> file sitemap.html should be changed <strong>following</strong> your home.html structures not at all just changed it so it can fit your pages.</p>
<p align="justify">And you&#8217;re ready! enjoy! <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/seo-sitemap-generator-for-4images.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Build And Submit Sitemap: Is It Really Necessary</title>
		<link>http://www.istanto.net/build-and-submit-sitemap-is-it-really-necessary.html</link>
		<comments>http://www.istanto.net/build-and-submit-sitemap-is-it-really-necessary.html#comments</comments>
		<pubDate>Tue, 11 Mar 2008 13:31:47 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[meta keyword]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.istanto.net/2008/03/11/build-and-submit-sitemap-is-it-really-necessary/</guid>
		<description><![CDATA[Necessary or not necessary the answer is it NECESSARY!! Sitemap will not hurt you back? Why you&#8217;re not learn to optimize your SEO through sitemap. Learn from case, why visitor not come to your website? because your website is not visible!, Visible in here mean your website is hard to found by visitor who&#8217;s looking any information [...]]]></description>
			<content:encoded><![CDATA[<p>Necessary or not necessary the answer is it <strong>NECESSARY!! </strong>Sitemap will not hurt you back? Why you&#8217;re not learn to optimize your SEO through sitemap. Learn from case, why visitor not come to your website? because your website is not <em>visible!, </em>Visible in here mean your website is hard to found by visitor who&#8217;s looking any information they needed. Through sitemap your website will got indexed and every time people search using specific keyword your website will showing in result.. that was I mean <strong>VISIBLE</strong>!</p>
<p>Take a look on my case on site <a href="http://www.ahuuy.com/">www.ahuuy.com</a><br />
<a title="seo.JPG" href="http://www.istanto.net/wp-content/uploads/2008/03/seo.JPG"><img src="http://www.istanto.net/wp-content/uploads/2008/03/seo.thumbnail.JPG" alt="seo.JPG" /></a></p>
<p>Look how my website can showing on position 3 using keywords &#8220;flash online games&#8221; (more data can be found through google webmaster tools about keyword and website position on each unique keyword) it&#8217;s have lot of factor in result from your <strong>website title</strong>, your <strong>domain name</strong>, your <strong>meta keyword</strong>, and last from your<strong> meta description</strong>.</p>
<p>I will not write about it right now.. but I will writing about sitemap now. Did you know first time my website not indexed already by TOP 5 search engine my traffic has never blow up. Until I submit my sitemap to TOP 5 search engine until today I satisfied with traffic result. XML sitemap is the standard for google,yahoo,live/MSN,ask and maybe other search engine.</p>
<p>If you want to blow up your traffic you can build your own sitemap. There is lot of free sitemap generator you can found&#8230; for reference I personally recommended you to look on this list <a href="http://code.google.com/sm_thirdparty.html">http://code.google.com/sm_thirdparty.html</a> for wordpress you can use this nice plugins <a href="http://www.arnebrachhold.de/redir/sitemap-home/">http://www.arnebrachhold.de/redir/sitemap-home/</a> once you create it submit to google webmaster tool, yahoo site explorer, live webmaster tool, and ping some search engine to started crawler your website. Wait 1-2 month and see how your traffic can blow up. You can use google analytic to analyze your traffic.</p>
<p>Good luck <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/build-and-submit-sitemap-is-it-really-necessary.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

