<?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>php genious &#187; SEO</title>
	<atom:link href="http://www.phpgenious.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpgenious.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Sep 2011 21:02:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Upload Large files using .htaccess in PHP</title>
		<link>http://www.phpgenious.com/2009/03/upload-large-files-using-htaccess-in-php/</link>
		<comments>http://www.phpgenious.com/2009/03/upload-large-files-using-htaccess-in-php/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 06:57:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[.HTACCESS Tips]]></category>

		<guid isPermaLink="false">http://www.phpgenious.com/?p=204</guid>
		<description><![CDATA[Hello Friends !! In PHP, on server somekind of error occures when you upload large files. If you work on localhost then you can change four parameters in php.ini file. [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Friends !!</p>
<p>In PHP, on server somekind of error occures when you upload large files.</p>
<p>If you work on localhost then you can change four parameters in <strong>php.ini </strong>file.<br />
<span id="more-204"></span></p>
<p>These four parameters are :</p>
<p><strong>upload_max_filesize<br />
post_max_size<br />
max_execution_time<br />
max_input_time </strong></p>
<p>You can check these values using phpinfo.</p>
<p>But hou can you change <strong>php.ini </strong>on server ?</p>
<p>One trick you can do for large file upload. You can set this parameter in <strong>.htaccess</strong> and upload it.</p>
<p>The code is:</p>
<div class="code">php_value upload_max_filesize 50M<br />
php_value post_max_size 50M<br />
php_value max_execution_time 500<br />
php_value max_input_time 500</div>
<p align="justify">Now you can upload the file-size up-to 50MB in a simple way using file field in your html form and move_uploaded_file() function available in PHP. In the above .htaccess file, uploading capability is increased by the four parameter first one is maximum file size for uploading, second one is maximum size of the post data , third one is maximum time in seconds a script is allowed to run before it is terminated by the parser and last one is maximum time in seconds a script is allowed to parse input data such as like file uploads, POST and GET data.</p>
<p>You can change the above parameter to upload the bigger file size than 50MB.</p>
<p>So using this trick, you can upload large files on server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpgenious.com/2009/03/upload-large-files-using-htaccess-in-php/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Useful SEO tips for WordPress Blog users &#8211; 2</title>
		<link>http://www.phpgenious.com/2009/02/useful-seo-tips-for-wordpress-blog-users-2/</link>
		<comments>http://www.phpgenious.com/2009/02/useful-seo-tips-for-wordpress-blog-users-2/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 14:34:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO tips-2]]></category>

		<guid isPermaLink="false">http://www.phpgenious.com/?p=173</guid>
		<description><![CDATA[Hello Friends !! This post contains some more tips for SEO. 1. Permalinks First of all you have to change your permalinks SEO friendly. Go to Settings -&#62; Permalinks and [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Friends !!</p>
<p>This post contains some more tips for SEO.</p>
<h3>1. Permalinks</h3>
<p>First of all you have to change your permalinks SEO friendly. Go to <em>Settings -&gt; Permalinks</em> and after that select <em>date and name based.</em> See image displayed :</p>
<p><a href="http://www.phpgenious.com/wp-content/uploads/2009/02/permalinks2.gif"><img class="aligncenter size-medium wp-image-174" title="permalinks2" src="http://www.phpgenious.com/wp-content/uploads/2009/02/permalinks2-300x73.gif" alt="" width="300" height="73" /></a></p>
<h3>2. Submit your blog search engines</h3>
<p align="justify">Do not forget to submit your blog to Google, Yahoo and Microsoft Live search engines. You can use the sitemap created in previous tip (if you already did that) in all submissions.</p>
<p align="justify">- <strong>Google</strong>: go to <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.google.com/webmasters/tools');" href="http://www.google.com/webmasters/tools">Webmaster Tools</a> in your Google account and add your blog URL; follow steps to add blog sitemap and verify ownership of blog.</p>
<p align="justify"><a href="http://www.phpgenious.com/wp-content/uploads/2009/02/google-webmasterrtools.gif"><img class="aligncenter size-medium wp-image-175" title="google-webmasterrtools" src="http://www.phpgenious.com/wp-content/uploads/2009/02/google-webmasterrtools-300x265.gif" alt="" width="300" height="265" /></a></p>
<p><span id="more-173"></span></p>
<p align="justify">
<p align="justify"><a href="http://www.phpgenious.com/wp-content/uploads/2009/02/google-webmasterrtools-add-site.gif"><img class="aligncenter size-medium wp-image-176" title="google-webmasterrtools-add-site" src="http://www.phpgenious.com/wp-content/uploads/2009/02/google-webmasterrtools-add-site-300x115.gif" alt="" width="300" height="115" /></a></p>
<p align="justify">
<p align="justify">- <strong>MSN</strong>: Main Microsoft search engine is Live Search now. Go to <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://webmaster.live.com/');" href="http://webmaster.live.com/">Microsoft Webmaster</a>, submit your blog URL and sitemap, and then verify blog ownership like what you did for Google, Yahoo search engine submission.</p>
<p align="justify"><a href="http://www.phpgenious.com/wp-content/uploads/2009/02/msn-webmaster-addsite.gif"><img class="aligncenter size-medium wp-image-177" title="msn-webmaster-addsite" src="http://www.phpgenious.com/wp-content/uploads/2009/02/msn-webmaster-addsite-300x224.gif" alt="" width="300" height="224" /></a></p>
<p align="justify">- <strong>Yahoo</strong>: go to Yahoo <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://siteexplorer.search.yahoo.com/');" href="http://siteexplorer.search.yahoo.com/">Site Explorer</a>, follow steps to add sitemap and verify your blog ownership &#8211; quite similar to steps in Google Webmaster Tools.</p>
<p align="justify"><a href="http://www.phpgenious.com/wp-content/uploads/2009/02/yahoo-siteexplorer1.gif"><img class="aligncenter size-medium wp-image-178" title="yahoo-siteexplorer1" src="http://www.phpgenious.com/wp-content/uploads/2009/02/yahoo-siteexplorer1-300x125.gif" alt="" width="300" height="125" /></a></p>
<h3>3. Tagging &amp; Meta Keywords</h3>
<p>Make tags for your blogs and make them as your meta keywords. All search engines crawl the pages based on the keywords. Use strong and unique keywords for you blog.</p>
<h3>4. Create a Sitemap</h3>
<p>A sitemap is an XML file that lists the URLs for a site. Many search engines uses sitemap to crawl the site more intelligently (including Google, you know how important it is). A free sitemap XML generator plugin is available <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/');" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">here</a>. This can be used in conjunction with <a onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/');" href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/">this plugin</a> to make human-readable sitemap for your blog.</p>
<p><a href="http://www.phpgenious.com/wp-content/uploads/2009/02/sitemap.gif"><img class="aligncenter size-medium wp-image-179" title="sitemap" src="http://www.phpgenious.com/wp-content/uploads/2009/02/sitemap-300x296.gif" alt="" width="300" height="296" /></a></p>
<p>Thanks !!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpgenious.com/2009/02/useful-seo-tips-for-wordpress-blog-users-2/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Useful SEO tips for WordPress Blog users</title>
		<link>http://www.phpgenious.com/2009/02/useful-seo-tips-for-wordpress-blog-users/</link>
		<comments>http://www.phpgenious.com/2009/02/useful-seo-tips-for-wordpress-blog-users/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 12:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Tips]]></category>

		<guid isPermaLink="false">http://www.phpgenious.com/?p=165</guid>
		<description><![CDATA[Hello friends !!! I am not a master of SEO but yesterday i found some SEO tips. So I want to share with you. First of all SEO means Search [...]]]></description>
			<content:encoded><![CDATA[<p>Hello friends !!!</p>
<p>I am not a master of SEO but yesterday i found some SEO tips. So I want to share with you.</p>
<p>First of all SEO means <strong>Search Engine Optimazation</strong>.</p>
<p>If you want that your site become top in google search engine, then you have to do SEO of your site or blog.</p>
<p>I read some tips and i want to share with you.</p>
<h2>1 &#8211; Optimize your title tag</h2>
<p>In terms of SEO, the title tag is one of the most important things: In fact, the title appears as a link in search engines results and social bookmarking sites. Unfortunely, most WordPress themes displays the title tag in a non-optimized way. I had recently written a tutorial here at Cats Who Code to obtain a reallySEO-friendly title tag.</p>
<h2>2 &#8211; Use the correct H tag structure (h1, h2, h3..)</h2>
<p>When I download free WordPress themes, I&#8217;m often scared to see how badly the H structure is used: h2 are everywhere. In order to get the best SEO results possible, you should use the correct structure:</p>
<ul>
<li> h1 for the post title</li>
<li> h2 for inside titles</li>
<li> h3 for inside subtitles</li>
<li> and so on&#8230;</li>
</ul>
<h2>3 &#8211; Install the &#8220;ALL In One SEO Pack&#8221; plugin</h2>
<p>In my opinion, <a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/">All In One SEO Pack</a> is one of the best ever WordPress plugins: It allows you to enable meta descriptions and keywords, avoid duplicate content by noindexing pages as such as categories or tags, and tweak titles.<br />
<span id="more-165"></span></p>
<h2>4 &#8211; Create a robot.txt file</h2>
<p>Duplicate content can really hurt your blog rankings. One of the best things against duplicate content is to create a robots.txt file.<br />
robots.txt is a simple text file, containing instruction for search engines (follow that link, don&#8217;t index this directory, and so on&#8230;) and uploaded on your server root.<br />
A good robots.txt file can be found <a href="http://www.askapache.com/seo/updated-robotstxt-for-wordpress.html">here</a>. There&#8217;s also a great exemple in Kyle Eslick&#8217;s <a href="https://www.e-junkie.com/ecom/gb.php?ii=131954&amp;c=ib&amp;aff=26621&amp;ev=87f70ea36a">Success With WordPress ebook</a>.</p>
<h2>5 &#8211; Content is Main thing</h2>
<p align="justify">This is the bottom line of SEO. I always try to write the articles on those topics of web technology which might be people are looking for.Furthermore, create a timeless content so that people come and read the same post in future as well. Always write for the readers not for the search engines otherwise people may come at your post from search engine but will not read your blog in future.</p>
<h2>6 -Put main keywords <strong>in Title and Meta Descritption</strong></h2>
<p align="justify">Search engine gives much more priority to the keyword in page title and Meta Description. So always try to put the possible search keywords in title and meta description. Furthermore, never put the name of the blog combined page title of that particular post in the title of the page, it may dilute the strength of the page title .Finally, Search engine gives less priority to Meta keyword but never ignore them.</p>
<h2>7 &#8211; <strong>Use XML sitemaps pluggings </strong></h2>
<p align="justify"><a title="xml sitemaps plugin" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">XML sitemaps</a> is the plugging which creates the site maps for the various search engine. When you post a new article then it creates the site map for major search engine like google, msn and yahoo.When a search engine spider visits your website they first look for the site map which contains the links to be visited in that website.</p>
<h2>8 &#8211; <strong>Put Post title Premalink Structure</strong></h2>
<p>Always use the premalink structure which contains the name of post like <strong>http://phpgenious.com/username-availability-chacker-in-ajax-and-php-using-jquery/</strong> not like <strong>http://phpgenious.com/p?=123</strong>. The Search engine gives more values to that page if the keyword found in the URL.</p>
<p>Please comment on this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpgenious.com/2009/02/useful-seo-tips-for-wordpress-blog-users/feed/</wfw:commentRss>
		<slash:comments>75</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
