<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for FayazMiraz</title>
	<atom:link href="http://www.fayazmiraz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fayazmiraz.com</link>
	<description>Blog of Fayaz Ahmed (Miraz)</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:44:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on WordPress blog URL change by Fayaz Ahmed</title>
		<link>http://www.fayazmiraz.com/wordpress-blog-url-change/comment-page-1/#comment-3441</link>
		<dc:creator>Fayaz Ahmed</dc:creator>
		<pubDate>Wed, 28 Dec 2011 18:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=52#comment-3441</guid>
		<description>BTW, remember if you happen to have hard-coded links inside your theme file or post, then those links will have to be changed manually (for theme files) or using SQL query (for posts).

Of course, in that case, you can also use a rewrite rule in the .htaccess file to redirect them to your base url, (as a quick shortcut) :)</description>
		<content:encoded><![CDATA[<p>BTW, remember if you happen to have hard-coded links inside your theme file or post, then those links will have to be changed manually (for theme files) or using SQL query (for posts).</p>
<p>Of course, in that case, you can also use a rewrite rule in the .htaccess file to redirect them to your base url, (as a quick shortcut) <img src='http://www.fayazmiraz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress blog URL change by Fayaz Ahmed</title>
		<link>http://www.fayazmiraz.com/wordpress-blog-url-change/comment-page-1/#comment-3440</link>
		<dc:creator>Fayaz Ahmed</dc:creator>
		<pubDate>Wed, 28 Dec 2011 18:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=52#comment-3440</guid>
		<description>Hello Rana,

Follow these steps and you should be all set:

1. Move (cut+paste) all files from /beta/ folder to your &quot;web root&quot; (&quot;web root&quot; is most likely one directory above &quot;beta&quot; folder)

2. Change wp-configure.php to:
    define(&#039;WP_HOME&#039;,&#039;http://mylifementors.com&#039;);
    define(&#039;WP_SITEURL&#039;,&#039;http://mylifementors.com&#039;);

3. Change .htaccess to:
    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

That&#039;s it :)

Let me know how it turns out. I may not answer back immediately though, as I&#039;m very busy at the moment.</description>
		<content:encoded><![CDATA[<p>Hello Rana,</p>
<p>Follow these steps and you should be all set:</p>
<p>1. Move (cut+paste) all files from /beta/ folder to your "web root" ("web root" is most likely one directory above "beta" folder)</p>
<p>2. Change wp-configure.php to:<br />
    define('WP_HOME','<a href="http://mylifementors.com" rel="nofollow">http://mylifementors.com</a>');<br />
    define('WP_SITEURL','<a href="http://mylifementors.com" rel="nofollow">http://mylifementors.com</a>');</p>
<p>3. Change .htaccess to:<br />
    RewriteEngine On</p>
<p>    RewriteBase /</p>
<p>    RewriteCond %{REQUEST_FILENAME} !-f</p>
<p>    RewriteCond %{REQUEST_FILENAME} !-d</p>
<p>    RewriteRule . /index.php [L]</p>
<p>That's it <img src='http://www.fayazmiraz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let me know how it turns out. I may not answer back immediately though, as I'm very busy at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress blog URL change by rana mukhtar</title>
		<link>http://www.fayazmiraz.com/wordpress-blog-url-change/comment-page-1/#comment-3439</link>
		<dc:creator>rana mukhtar</dc:creator>
		<pubDate>Wed, 28 Dec 2011 17:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=52#comment-3439</guid>
		<description>i made a site whose url is http://mylifementors.com/beta/ but i want to change it in http://mylifementors.com
i also give the two lines in wp-configure.php which are define(&#039;WP_HOME&#039;,&#039;http://mylifementors.com/beta&#039;);
define(&#039;WP_SITEURL&#039;,&#039;http://mylifementors.com/beta&#039;);
what i do for this ?</description>
		<content:encoded><![CDATA[<p>i made a site whose url is <a href="http://mylifementors.com/beta/" rel="nofollow">http://mylifementors.com/beta/</a> but i want to change it in <a href="http://mylifementors.com" rel="nofollow">http://mylifementors.com</a><br />
i also give the two lines in wp-configure.php which are define('WP_HOME','<a href="http://mylifementors.com/beta" rel="nofollow">http://mylifementors.com/beta</a>');<br />
define('WP_SITEURL','<a href="http://mylifementors.com/beta" rel="nofollow">http://mylifementors.com/beta</a>');<br />
what i do for this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should we index wordpress blog category and tag pages for search engine optimization (SEO)? by akhil</title>
		<link>http://www.fayazmiraz.com/should-we-index-wordpress-blog-category-and-tag-pages-for-search-engine-optimization-seo/comment-page-1/#comment-3438</link>
		<dc:creator>akhil</dc:creator>
		<pubDate>Wed, 28 Dec 2011 07:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=257#comment-3438</guid>
		<description>You are simply awesome..Thanks for this great article.Keep Rocking....</description>
		<content:encoded><![CDATA[<p>You are simply awesome..Thanks for this great article.Keep Rocking....</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A new form of Spam &#124; Trojan &#124; Virus (posing as plugin installer - originated from Facebook Friend Feed) by Fayaz Ahmed</title>
		<link>http://www.fayazmiraz.com/a-new-form-of-spam-trojan-virus-posing-as-plugin-installer-originated-from-facebook-friend-feed/comment-page-1/#comment-3411</link>
		<dc:creator>Fayaz Ahmed</dc:creator>
		<pubDate>Thu, 15 Dec 2011 07:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=399#comment-3411</guid>
		<description>Well, I suppose there is no simple answer for this question. Since, each case of virus .exe will be different from others. 

Your best action is to Google with the specific file name for that virus .exe file and look for particular solution for that virus &amp; then scan the entire computer with a good anti-virus software.</description>
		<content:encoded><![CDATA[<p>Well, I suppose there is no simple answer for this question. Since, each case of virus .exe will be different from others. </p>
<p>Your best action is to Google with the specific file name for that virus .exe file and look for particular solution for that virus &#038; then scan the entire computer with a good anti-virus software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A new form of Spam &#124; Trojan &#124; Virus (posing as plugin installer - originated from Facebook Friend Feed) by learner</title>
		<link>http://www.fayazmiraz.com/a-new-form-of-spam-trojan-virus-posing-as-plugin-installer-originated-from-facebook-friend-feed/comment-page-1/#comment-3410</link>
		<dc:creator>learner</dc:creator>
		<pubDate>Thu, 15 Dec 2011 07:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=399#comment-3410</guid>
		<description>suppose anyone has downloaded that player plugin...which is virus .exe file..... then how to delete it frm computer???</description>
		<content:encoded><![CDATA[<p>suppose anyone has downloaded that player plugin...which is virus .exe file..... then how to delete it frm computer???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress blog URL change by Fayaz Ahmed</title>
		<link>http://www.fayazmiraz.com/wordpress-blog-url-change/comment-page-1/#comment-3395</link>
		<dc:creator>Fayaz Ahmed</dc:creator>
		<pubDate>Fri, 09 Dec 2011 05:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=52#comment-3395</guid>
		<description>This is not the correct place to answer this question, so I&#039;ll suggest you to Google for it :)</description>
		<content:encoded><![CDATA[<p>This is not the correct place to answer this question, so I'll suggest you to Google for it <img src='http://www.fayazmiraz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should we index wordpress blog category and tag pages for search engine optimization (SEO)? by Fayaz Ahmed</title>
		<link>http://www.fayazmiraz.com/should-we-index-wordpress-blog-category-and-tag-pages-for-search-engine-optimization-seo/comment-page-1/#comment-3394</link>
		<dc:creator>Fayaz Ahmed</dc:creator>
		<pubDate>Fri, 09 Dec 2011 05:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=257#comment-3394</guid>
		<description>Hi,  This is your answer:

Ans-1: Try to put some difference in the tag pages. For example, I&#039;m assuming you put partial content (excerpt) in those tag pages. In that case if you put the excerpt like Google does, i.e. put the text content that is around this specific tag, then you&#039;ll be able to avoid duplicate content.

If that&#039;s not possible, then try to put some description related to the tags on the tag pages. Otherwise it may be considered as duplicates.

Asn-2: As long as your voucher description/title etc. (that is visible on the page) contains the tag, it&#039;ll not be considered as tag spamming.

Try to minimize the tags that are not present within the text content of the site.

I hope it answers your question.

Cheers :)</description>
		<content:encoded><![CDATA[<p>Hi,  This is your answer:</p>
<p>Ans-1: Try to put some difference in the tag pages. For example, I'm assuming you put partial content (excerpt) in those tag pages. In that case if you put the excerpt like Google does, i.e. put the text content that is around this specific tag, then you'll be able to avoid duplicate content.</p>
<p>If that's not possible, then try to put some description related to the tags on the tag pages. Otherwise it may be considered as duplicates.</p>
<p>Asn-2: As long as your voucher description/title etc. (that is visible on the page) contains the tag, it'll not be considered as tag spamming.</p>
<p>Try to minimize the tags that are not present within the text content of the site.</p>
<p>I hope it answers your question.</p>
<p>Cheers <img src='http://www.fayazmiraz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should we index wordpress blog category and tag pages for search engine optimization (SEO)? by Fayaz Ahmed</title>
		<link>http://www.fayazmiraz.com/should-we-index-wordpress-blog-category-and-tag-pages-for-search-engine-optimization-seo/comment-page-1/#comment-3393</link>
		<dc:creator>Fayaz Ahmed</dc:creator>
		<pubDate>Fri, 09 Dec 2011 05:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=257#comment-3393</guid>
		<description>Actually it&#039;s not :)

Please read the post carefully, since you&#039;ve missed the whole point.
The point is about indexing in Google, not linking or following. In fact linking a post to different tag pages may be good!

However, if you go to any of these tag pages and view the source, then you&#039;ll see that in all the tag pages, there is a small piece of HTML CODE:
&lt;meta name=&quot;robots&quot; content=&quot;noindex,follow&quot; /&gt;

This CODE asks Google not to enlist the tag pages in search results, but follow the links within.
In fact, follow doesn&#039;t have to be mentioned, since it is implied. So the CODE can be:
&lt;meta name=&quot;robots&quot; content=&quot;noindex&quot; /&gt;

I hope you&#039;ve got the point now. Cheers :)</description>
		<content:encoded><![CDATA[<p>Actually it's not <img src='http://www.fayazmiraz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Please read the post carefully, since you've missed the whole point.<br />
The point is about indexing in Google, not linking or following. In fact linking a post to different tag pages may be good!</p>
<p>However, if you go to any of these tag pages and view the source, then you'll see that in all the tag pages, there is a small piece of HTML CODE:<br />
&lt;meta name="robots" content="noindex,follow" /&gt;</p>
<p>This CODE asks Google not to enlist the tag pages in search results, but follow the links within.<br />
In fact, follow doesn't have to be mentioned, since it is implied. So the CODE can be:<br />
&lt;meta name="robots" content="noindex" /&gt;</p>
<p>I hope you've got the point now. Cheers <img src='http://www.fayazmiraz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should we index wordpress blog category and tag pages for search engine optimization (SEO)? by Richard</title>
		<link>http://www.fayazmiraz.com/should-we-index-wordpress-blog-category-and-tag-pages-for-search-engine-optimization-seo/comment-page-1/#comment-3392</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 09 Dec 2011 00:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=257#comment-3392</guid>
		<description>Funny, but doesn&#039;t this post link to your tags (look on the right hand side menu)?</description>
		<content:encoded><![CDATA[<p>Funny, but doesn't this post link to your tags (look on the right hand side menu)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should we index wordpress blog category and tag pages for search engine optimization (SEO)? by Voucheap</title>
		<link>http://www.fayazmiraz.com/should-we-index-wordpress-blog-category-and-tag-pages-for-search-engine-optimization-seo/comment-page-1/#comment-3369</link>
		<dc:creator>Voucheap</dc:creator>
		<pubDate>Sat, 03 Dec 2011 05:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=257#comment-3369</guid>
		<description>Hi

I&#039;m building a voucher website and I have some questions regarding tags &amp; seo. Can you please help?

Let&#039;s say I have 5 voucher codes for 5 different websites that sell holidays, hotels, flights &amp; car hire and the vouchers can buy any of the products. On each voucher, I want to make sure each product has tags relevant to it.

Now, each product/keyword  will have 5 different keywords extensions as tags. For example hotels tags will be: hotel voucher, hotel voucher code, hotel discount voucher, hotel discount voucher code, hotel discounts. So, altogether  there will be 20 tags on each voucher.

Question 1: Since each of the 20 tags has its own URL, but they all have the same content(same voucher excerpts/preview). Would that be considered as duplicate content? 

Question 2: Since each voucher will have 20 tags(more in some categories), would that be considered as tag spamming. 

I&#039;m hoping each tag will be indexed and it will make it easy for people to find vouchers on my site when they search those keywords.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I'm building a voucher website and I have some questions regarding tags &amp; seo. Can you please help?</p>
<p>Let's say I have 5 voucher codes for 5 different websites that sell holidays, hotels, flights &amp; car hire and the vouchers can buy any of the products. On each voucher, I want to make sure each product has tags relevant to it.</p>
<p>Now, each product/keyword  will have 5 different keywords extensions as tags. For example hotels tags will be: hotel voucher, hotel voucher code, hotel discount voucher, hotel discount voucher code, hotel discounts. So, altogether  there will be 20 tags on each voucher.</p>
<p>Question 1: Since each of the 20 tags has its own URL, but they all have the same content(same voucher excerpts/preview). Would that be considered as duplicate content? </p>
<p>Question 2: Since each voucher will have 20 tags(more in some categories), would that be considered as tag spamming. </p>
<p>I'm hoping each tag will be indexed and it will make it easy for people to find vouchers on my site when they search those keywords.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should we index wordpress blog category and tag pages for search engine optimization (SEO)? by Steve</title>
		<link>http://www.fayazmiraz.com/should-we-index-wordpress-blog-category-and-tag-pages-for-search-engine-optimization-seo/comment-page-1/#comment-3367</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 01 Dec 2011 08:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fayazmiraz.com/?p=257#comment-3367</guid>
		<description>Great i will adjust tag and category crawl settings using robots.txt</description>
		<content:encoded><![CDATA[<p>Great i will adjust tag and category crawl settings using robots.txt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

