<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>Wordpress and Webdesign Forum go41 &#187; Tag: sitemap - Recent Posts</title>
		<link>http://forum.go41.de/tags/sitemap</link>
		<description>How To, tips, php and css code for your WordPress site</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 18:21:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://forum.go41.de/rss/tags/sitemap" rel="self" type="application/rss+xml" />

		<item>
			<title>Joern on "sitemap for bbpress, how I did that"</title>
			<link>http://forum.go41.de/topic/sitemap-for-bbpress-how-i-did-that#post-6</link>
			<pubDate>Thu, 12 Feb 2009 10:02:37 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">6@http://forum.go41.de/</guid>
			<description><![CDATA[<p>If the sitemap has empty referrers to some pages it could help on bbpress-0.9.0.4 to edit the bbpress_sitemap.php.</p>
<p>part of sitemap.xml before editing bbpress_sitemap.php</p>
<p>&#60;loc&#62;://&#60;/loc&#62;<br />
&#60;lastmod&#62;2009-02-11&#60;/lastmod&#62;<br />
&#60;changefreq&#62;monthly&#60;/changefreq&#62;<br />
&#60;priority&#62;0.2&#60;/priority&#62;</p>
<p>and the same after editing:</p>
<p>&#60;loc&#62;http://forum.go41.de/tags/sidebar&#60;/loc&#62;<br />
&#60;lastmod&#62;2009-02-11&#60;/lastmod&#62;<br />
&#60;changefreq&#62;monthly&#60;/changefreq&#62;<br />
&#60;priority&#62;0.2&#60;/priority&#62;</p>
<p>What to change in bbpress_sitemap.php Version: 0.6.1:</p>
<p>in line 122<br />
get_tag_link replace with bb_get_tag_link<br />
in line 138<br />
get_tag_page_link replace with bb_get_tag_page_link</p>
<p>this helped to get the correct link to tag pages in the sitemap
</p>]]></description>
					</item>
		<item>
			<title>masteradmin on "sitemap for bbpress, how I did that"</title>
			<link>http://forum.go41.de/topic/sitemap-for-bbpress-how-i-did-that#post-5</link>
			<pubDate>Thu, 12 Feb 2009 09:19:42 +0000</pubDate>
			<dc:creator>masteradmin</dc:creator>
			<guid isPermaLink="false">5@http://forum.go41.de/</guid>
			<description><![CDATA[<p>As I think a sitemap.xml is important for any website I got the latest sitemap plugin for bbpress here:<br />
<a href="http://plugins-dev.bbpress.org/browser/bbpress-sitemap-generator/trunk/bbpress_sitemap.php" rel="nofollow">http://plugins-dev.bbpress.org/browser/bbpress-sitemap-generator/trunk/bbpress_sitemap.php</a></p>
<p>I edited this bbpress_sitemap.php on line 16 to look like this:</p>
<p>$sitemap_file = $_SERVER['DOCUMENT_ROOT']."/sitemap.xml";</p>
<p>as my bbpress is installed in the root folder of a sub-domain, the sitemap.xml should also be in the root.</p>
<p>After changing the reference to the location of this file (sitemap.xml) I uploaded bbpress_sitemap.php to the new created my-plugins folder.</p>
<p>Before enabling it I created an empty file sitemap.xml in the root of the forum and set the rights to 777.</p>
<p>I enabled the plugin and to trigger the sitemap creation just opened one post and saved it. With FileZilla ftp client I could see that the previously empty file now increased in size - it was successfully created</p>
<p>Still get problems with empty links to tag pages however...
</p>]]></description>
					</item>
		<item>
			<title>masteradmin on "robots.txt for bbpress, what to put in?"</title>
			<link>http://forum.go41.de/topic/robotstxt-for-bbpress-what-to-put-in#post-4</link>
			<pubDate>Thu, 12 Feb 2009 08:55:17 +0000</pubDate>
			<dc:creator>masteradmin</dc:creator>
			<guid isPermaLink="false">4@http://forum.go41.de/</guid>
			<description><![CDATA[<p>I didn't find a robots.txt file for bbpress. There are many crawlers looking for this file first so best to have one in your root folder.</p>
<p>The content of my current robots.txt file is now:</p>
<p><strong>User-agent: Mediapartners-Google*<br />
Disallow:</p>
<p>User-agent: *<br />
Disallow: /bb-admin/<br />
Disallow: /bb-cache/<br />
Disallow: /bb-includes/<br />
Disallow: /bb-plugins/<br />
Disallow: /bb-templates/<br />
Disallow: /my-plugins/<br />
Disallow: /my-templates/<br />
Disallow: /plesk-stat/</p>
<p>sitemap: <a href="http://forum.go41.de/sitemap.xml" rel="nofollow">http://forum.go41.de/sitemap.xml</a></strong></p>
<p>Actually I disallow most of the folders, still would like to disallow 'login'</p>
<p>Sitemap I use is from: <a href="http://boakes.org/download/bbpress_sitemap.txt" rel="nofollow">http://boakes.org/download/bbpress_sitemap.txt</a>
</p>]]></description>
					</item>

	</channel>
</rss>

