<?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>Mukesh Chapagain&#039;s Blog &#187; meta-tags</title>
	<atom:link href="http://blog.chapagain.com.np/tag/meta-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chapagain.com.np</link>
	<description>PHP Magento jQuery SQL Wordpress Joomla Programming &#38; Tutorial</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Magento: Show/Hide website to search engines by adjusting robots meta tag</title>
		<link>http://blog.chapagain.com.np/magento-show-hide-website-to-search-engines-by-adjusting-robots-meta-tag/</link>
		<comments>http://blog.chapagain.com.np/magento-show-hide-website-to-search-engines-by-adjusting-robots-meta-tag/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 17:35:16 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[meta-tags]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=1530</guid>
		<description><![CDATA[The Robots META Tag is meant to provide users who cannot upload or control the /robots.txt file at their websites, with a last chance to keep their content out of search engine indexes and services. The content=&#8221;robots-terms&#8221; is a comma separated list used in the Robots META Tag that may contain one or more of [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/meta-tags/' rel='bookmark' title='Permanent Link: What are Meta-Tags? Full Description of Meta tags'>What are Meta-Tags? Full Description of Meta tags</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
<li><a href='http://blog.chapagain.com.np/dynamically-change-page-title-and-meta-tags-in-c/' rel='bookmark' title='Permanent Link: Dynamically change page title and meta tags in C#'>Dynamically change page title and meta tags in C#</a></li>
<li><a href='http://blog.chapagain.com.np/javascript-show-hide-textbox-text-on-focus/' rel='bookmark' title='Permanent Link: Javascript: Show Hide textbox text on focus'>Javascript: Show Hide textbox text on focus</a></li>
<li><a href='http://blog.chapagain.com.np/magento-showhide-demo-store-notice/' rel='bookmark' title='Permanent Link: Magento: Show/Hide Demo Store Notice'>Magento: Show/Hide Demo Store Notice</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The <strong>Robots META Tag</strong> is meant to provide users who cannot upload or control the <strong>/robots.txt</strong> file at their websites, with a last chance to keep their content out of search engine indexes and services.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;meta name=&quot;robots&quot; content=&quot;robots-terms&quot;&gt;
</pre>
<p><span id="more-1530"></span></p>
<p>The <strong>content=&#8221;robots-terms&#8221;</strong> is a comma separated list used in the Robots META Tag that may contain one or more of the following keywords without regard to case: <strong>noindex, nofollow, all, index and follow</strong>.</p>
<blockquote><p>
noindex = Page may not be indexed by a search service.<br />
nofollow = Robots are not to follow links from this page.
</p></blockquote>
<p>You can find more about the robots meta tag over here: <a href="http://www.seoconsultants.com/meta-tags/robots/" target="_blank" rel="nofollow">http://www.seoconsultants.com/meta-tags/robots/</a></p>
<p>There is an easy way in Magento to adjust robots meta tags. You can simply choose from admin settings.</p>
<p>Go to <strong>System -> Configuration -> Design -> HTML Head -> Default Robots</strong></p>
<p>You have the following options to choose:</p>
<blockquote><p>
- index, follow<br />
- noindex, follow<br />
- index, nofollow<br />
- noindex, nofollow
</p></blockquote>
<p>If you have a live site (production site) then choose &#8216;<strong>index, follow</strong>&#8216;. If you have a test site (development site) then choose &#8216;<strong>noindex, nofollow</strong>&#8216;.</p>
<p>Hope it helps. Thanks.</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=1530&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/meta-tags/' rel='bookmark' title='Permanent Link: What are Meta-Tags? Full Description of Meta tags'>What are Meta-Tags? Full Description of Meta tags</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
<li><a href='http://blog.chapagain.com.np/dynamically-change-page-title-and-meta-tags-in-c/' rel='bookmark' title='Permanent Link: Dynamically change page title and meta tags in C#'>Dynamically change page title and meta tags in C#</a></li>
<li><a href='http://blog.chapagain.com.np/javascript-show-hide-textbox-text-on-focus/' rel='bookmark' title='Permanent Link: Javascript: Show Hide textbox text on focus'>Javascript: Show Hide textbox text on focus</a></li>
<li><a href='http://blog.chapagain.com.np/magento-showhide-demo-store-notice/' rel='bookmark' title='Permanent Link: Magento: Show/Hide Demo Store Notice'>Magento: Show/Hide Demo Store Notice</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/magento-show-hide-website-to-search-engines-by-adjusting-robots-meta-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page refresh in PHP</title>
		<link>http://blog.chapagain.com.np/page-refresh-in-php/</link>
		<comments>http://blog.chapagain.com.np/page-refresh-in-php/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 11:47:39 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[meta-tags]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[refresh]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/2008/03/19/page-refresh-in-php/</guid>
		<description><![CDATA[Refreshing page in PHP with &#8220;meta http-equiv&#8221;. refresh.html refresh2.php Copyright &#169; 2011 This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint: ) Related [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/how-to-show-child-page-sub-page-list-in-parent-page-in-wordpress/' rel='bookmark' title='Permanent Link: How to show child page (sub page) list in parent page in wordpress?'>How to show child page (sub page) list in parent page in wordpress?</a></li>
<li><a href='http://blog.chapagain.com.np/jquery-grey-out-background-and-preview-image-as-popup/' rel='bookmark' title='Permanent Link: jQuery: Grey out background and preview image as popup'>jQuery: Grey out background and preview image as popup</a></li>
<li><a href='http://blog.chapagain.com.np/making-a-tree-navigation-menu-in-php/' rel='bookmark' title='Permanent Link: Making a tree navigation menu in PHP'>Making a tree navigation menu in PHP</a></li>
<li><a href='http://blog.chapagain.com.np/php-read-write-xml-with-simplexml/' rel='bookmark' title='Permanent Link: PHP : Read Write Xml with SimpleXML'>PHP : Read Write Xml with SimpleXML</a></li>
<li><a href='http://blog.chapagain.com.np/magento-how-to-check-if-current-page-is-homepage/' rel='bookmark' title='Permanent Link: Magento: How to check if current page is homepage?'>Magento: How to check if current page is homepage?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Refreshing page in PHP with &#8220;meta http-equiv&#8221;.</p>
<p>refresh.html</p>
<pre class="brush: xml; title: ; notranslate">

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Page Refresh Test&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;span id=&quot;more-48&quot;&gt;&lt;/span&gt;

Page Refresh Test Page
&lt;br/&gt;&lt;br/&gt;
Click the link below for the test:
&lt;br/&gt;&lt;br/&gt;

&lt;a href=&quot;refresh2.php&quot;&gt;CLICK ME&lt;/a&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>refresh2.php</p>
<pre class="brush: php; title: ; notranslate">

&lt;?php

echo &quot;Thank You for visiting.&quot;;
echo &quot;&lt;br/&gt;&lt;br/&gt;&quot;;
echo &quot;You will be redirected to the previous page after (4) seconds.&quot;;

//content indicates number of seconds
//url indicates the page to be redirected
//this page will be redirected to refresh.html after 4 seconds
echo &quot;&lt;meta http-equiv=Refresh content=4;url=refresh.html&gt;&quot;;

?&gt;
</pre>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=48&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/how-to-show-child-page-sub-page-list-in-parent-page-in-wordpress/' rel='bookmark' title='Permanent Link: How to show child page (sub page) list in parent page in wordpress?'>How to show child page (sub page) list in parent page in wordpress?</a></li>
<li><a href='http://blog.chapagain.com.np/jquery-grey-out-background-and-preview-image-as-popup/' rel='bookmark' title='Permanent Link: jQuery: Grey out background and preview image as popup'>jQuery: Grey out background and preview image as popup</a></li>
<li><a href='http://blog.chapagain.com.np/making-a-tree-navigation-menu-in-php/' rel='bookmark' title='Permanent Link: Making a tree navigation menu in PHP'>Making a tree navigation menu in PHP</a></li>
<li><a href='http://blog.chapagain.com.np/php-read-write-xml-with-simplexml/' rel='bookmark' title='Permanent Link: PHP : Read Write Xml with SimpleXML'>PHP : Read Write Xml with SimpleXML</a></li>
<li><a href='http://blog.chapagain.com.np/magento-how-to-check-if-current-page-is-homepage/' rel='bookmark' title='Permanent Link: Magento: How to check if current page is homepage?'>Magento: How to check if current page is homepage?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/page-refresh-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What are Meta-Tags? Full Description of Meta tags</title>
		<link>http://blog.chapagain.com.np/meta-tags/</link>
		<comments>http://blog.chapagain.com.np/meta-tags/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 06:41:50 +0000</pubDate>
		<dc:creator>mukeshChapagain</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[meta-tags]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=11</guid>
		<description><![CDATA[Meta tags are HTML tags which provide information that describes the content of the webpage a user will be viewing. Meta tags have two possible attributes: a) b) (Note: I have used my name and my links in many of the examples below. Don’t forget to put your own name and description there.) a) HTTP-EQUIV [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/dynamically-change-page-title-and-meta-tags-in-c/' rel='bookmark' title='Permanent Link: Dynamically change page title and meta tags in C#'>Dynamically change page title and meta tags in C#</a></li>
<li><a href='http://blog.chapagain.com.np/magento-show-hide-website-to-search-engines-by-adjusting-robots-meta-tag/' rel='bookmark' title='Permanent Link: Magento: Show/Hide website to search engines by adjusting robots meta tag'>Magento: Show/Hide website to search engines by adjusting robots meta tag</a></li>
<li><a href='http://blog.chapagain.com.np/magento-setchange-page-layout-title-tag-meta-keywords-and-description/' rel='bookmark' title='Permanent Link: Magento: Set/Change page layout, title tag, meta keywords and description'>Magento: Set/Change page layout, title tag, meta keywords and description</a></li>
<li><a href='http://blog.chapagain.com.np/magento-set-title-keywords-and-description-in-your-module/' rel='bookmark' title='Permanent Link: Magento: Set title, keywords and description in your module'>Magento: Set title, keywords and description in your module</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify;">Meta tags are HTML tags which provide information that describes the content of the webpage a user will be viewing.</p>
<p class="MsoNormal" style="text-align: justify;">Meta tags have two possible attributes:</p>
<p><span id="more-11"></span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>a)<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;"> </span></span><!--[endif]--></p>
<p class="MsoNormal" style="text-align: justify;"><!--[if !supportLists]--><span> b)<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal;"> </span></span><!--[endif]--></p>
<p class="MsoNormal" style="text-align: justify;">(<span style="text-decoration: underline;">Note:<em> I have used my name and my links in many of the examples below. Don’t forget to put your own name and description there</em></span>.)</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><strong>a) HTTP-EQUIV Tags</strong></p>
<p class="MsoNormal" style="text-align: justify;">Meta tags with an HTTP-EQUIV attribute are equivalent to HTTP headers. Typically, they control the action of browsers, and may be used to refine the information provided by the actual headers. They are:-</p>
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Expires<span style="text-decoration: none;"> </span></span></p>
<p class="MsoNormal" style="text-align: justify;">The date and time after which the document should be considered expired.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Content-Type</span></p>
<p class="MsoNormal" style="text-align: justify;">This gives the character set.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Content-Script-Type</span></p>
<p class="MsoNormal" style="text-align: justify;">Specifies the default scripting language in a document.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Content-Style-Type</span></p>
<p class="MsoNormal" style="text-align: justify;">Specifies the default stylesheet language for the document.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Content-language</span></p>
<p class="MsoNormal" style="text-align: justify;">Used to declare the natural language of the document. May be used by robots to categorize by language. Languages are specified as the pair (language-dialect); here below, English-British (en-GB)</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Refresh</span></p>
<p class="MsoNormal" style="text-align: justify;">Specifies a delay in seconds before the browser automatically reloads the document. Optionally, specifies an alternative URL to load.</p>
<p class="MsoNormal">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Pragma</span></p>
<p class="MsoNormal" style="text-align: justify;">This tag tells IE not to cache the page.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><strong>b) NAME attributes</strong></p>
<p class="MsoNormal" style="text-align: justify;">Meta tags with a name attribute are used for other types which do not correspond to HTTP Headers. They are:-</p>
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Robots</span></p>
<p class="MsoNormal" style="text-align: justify;">Controls web robots on a per-page basis, <span style="color: black;">whether to index a page or not (index/noindex), and whether to follow links on the page or not (follow/nofollow). You can use these in any combination you want. </span></p>
<p class="MsoNormal"><code><span style="font-family: 'Times New Roman';">- <em>index, follow</em></span></code><span style="color: black;"> &#8211; Default value. Page will be indexed, and links on the page will be followed. </span></p>
<p class="MsoNormal"><code><span style="font-family: 'Times New Roman';">- <em>index, nofollow</em></span></code><span style="color: black;"> &#8211; Page will be indexed, but any links on the page will not be followed. </span></p>
<p class="MsoNormal"><code><span style="font-family: 'Times New Roman';">- <em>noindex, follow</em></span></code><span style="color: black;"> &#8211; Page will not be indexed, but links on the page will be followed. </span></p>
<p class="MsoNormal" style="text-align: justify;"><code><span style="font-family: 'Times New Roman';">- <em>noindex,nofollow</em></span></code><span style="color: black;"> &#8211; Page will not be indexed, and links on the page will not be followed.</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Description<span style="text-decoration: none;"> </span></span></p>
<p class="MsoNormal" style="text-align: justify;">A short, plain language description of the document. Keep it short and to the point.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Keywords</span></p>
<p class="MsoNormal" style="text-align: justify;">Keywords are used by search engine to index our document in addition to words from the title and document body. <span style="color: black;">It lets you specify keywords people might use when looking for your site. Enter as many as you can think of, but don&#8217;t repeat each word more than once.</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Author</span></p>
<p class="MsoNormal" style="text-align: justify;">The author’s name.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Copyright</span></p>
<p class="MsoNormal" style="text-align: justify;">A copyright statement.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Rating</span></p>
<p class="MsoNormal" style="text-align: justify;">A way to say that your site is family safe.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Revisit-after</span></p>
<p class="MsoNormal" style="text-align: justify;">This tells the search engine to come back again and re-index your site every 10 days (in case of this example)</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Distribution</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Classification</span></p>
<p class="MsoNormal" style="text-align: justify;">What kind of directory heading does this come under.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span style="text-decoration: underline;">Reply-to</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">Enjoy!!!</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=11&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/dynamically-change-page-title-and-meta-tags-in-c/' rel='bookmark' title='Permanent Link: Dynamically change page title and meta tags in C#'>Dynamically change page title and meta tags in C#</a></li>
<li><a href='http://blog.chapagain.com.np/magento-show-hide-website-to-search-engines-by-adjusting-robots-meta-tag/' rel='bookmark' title='Permanent Link: Magento: Show/Hide website to search engines by adjusting robots meta tag'>Magento: Show/Hide website to search engines by adjusting robots meta tag</a></li>
<li><a href='http://blog.chapagain.com.np/magento-setchange-page-layout-title-tag-meta-keywords-and-description/' rel='bookmark' title='Permanent Link: Magento: Set/Change page layout, title tag, meta keywords and description'>Magento: Set/Change page layout, title tag, meta keywords and description</a></li>
<li><a href='http://blog.chapagain.com.np/magento-set-title-keywords-and-description-in-your-module/' rel='bookmark' title='Permanent Link: Magento: Set title, keywords and description in your module'>Magento: Set title, keywords and description in your module</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</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! -->
