go41

the info you need to know


von Joern
Keine Kommentare

If the sitemap has empty referrers to some pages it could help on bbpress-0.9.0.4 to edit the bbpress_sitemap.php.part of sitemap.xml before editing bbpress_sitemap.php<loc>://</loc><lastmod>2009-02-11</lastmod><changefreq>monthly</changefreq><priority>0.2</priority>and the same after editing:<loc>http://forum.go41.de/tags/sidebar</loc><lastmod>2009-02-11</lastmod><changefreq>monthly</changefreq><priority>0.2</priority>What to change in bbpress_sitemap.php Version: 0.6.1:in line 122get_tag_link replace with bb_get_tag_linkin line 138get_tag_page_link…


von Joern
Keine Kommentare

As I think a sitemap.xml is important for any website I got the latest sitemap plugin for bbpress here:http://plugins-dev.bbpress.org/browser/ ... itemap.phpI edited this bbpress_sitemap.php on line 16 to look like this:$sitemap_file = $_SERVER['DOCUMENT_ROOT']."/sitemap.xml";as my bbpress is installed in the root…


von Joern
Keine Kommentare

I think that once the plugin (GEOIP?) had re-directed users they would jump to a country-specific version of the site e.g.www.iamstaggered.com/uswww.iamstaggered.com/uketc. I'm pretty sure that using a sitemap you can split it up so that google knows it's essentially two…


von Joern
Keine Kommentare

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.The content of my current robots.txt file is now:User-agent: Mediapartners-Google*Disallow:User-agent: *Disallow: /bb-admin/Disallow: /bb-cache/Disallow: /bb-includes/Disallow: /bb-plugins/Disallow:…