All posts tagged sitemap
Wordpress and Webdesign Forum go41 » Tags » sitemap
| Topic — Add New » | Posts | Last Poster | Freshness |
|---|---|---|---|
sitemap for bbpress, how I did thatAs 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/bbpress-sitemap-generator/trunk/bbpress_sitemap.php I edited this bbpress_sitemap.php on line 16 to look like this: $sitemap_file = $_SERVER."/sitemap.xml"; as my bbpress is installed in ... 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 ... |
2 | Joern | 2 years |
robots.txt for bbpress, what to put in?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: * ... |
1 | masteradmin | 2 years |
Add New Topic
You must log in to post.