| :: |
| Author |
Message |
remixed
Joined: 09 May 2008 Posts: 19
|
Posted: Sat Sep 06, 2008 10:34 am Post subject: 2 xml sitemaps combine..? |
|
|
Hi,
I'm using wordpress and phpbb3 with the seo mods..
phpbb3 is installed on: -http://www.domain.nl/forum
wordpress: -http://www.domein.nl
sitemaps:
phpbb3 (from gym_sitemap): -http://www.domein.nl/sitemap.xml
wordpress: -http://www.domein.nl/sitemap-frontpage.xml
Is it possible to let gym_sitemap include the wordpress sitemap? and how should i do that, because when i visit: -http://www.domein.nl/sitemap-frontpage.xml it shows the page of: -http://www.domein.nl/sitemap.xml. This is because of the .htaccess (i think).
I have translated the gym_sitemap (gym_common.php) in dutch, you could include that in the mod. So that other dutch users have already a translation.. for public. |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Sat Sep 06, 2008 2:07 pm Post subject: Re: 2 xml sitemaps combine..? |
|
|
Ho I see, sitemap-something.xml is linked through the rewriterules to sitemap.php?something and does not work since there is no "something" module.
The XML module can do the job to integrate static sitemaps, but it does not allow to add dynamic sitemaps.
It's pretty close to be able to, and it could be a nice feature, to add all the nice features of the GYM mod onto the wp sitemaps.
So right now you could get the wp sitemap content using the "natural" url and paste it in a .xml file you'd use with the XML module (in acp).
This means that they would not be automatically updated though.
I don't think it would be this difficult to have the XML module doing this for you directly, but I need to find out more about wp sitemaps, could you post a link to an existing wp sitemaps and tell me if there is a "natural" url for it ?
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
remixed
Joined: 09 May 2008 Posts: 19
|
Posted: Sat Sep 06, 2008 4:32 pm Post subject: Re: 2 xml sitemaps combine..? |
|
|
Hi,
The urls in the wp sitemap are dynamic, but the sitemap it self isn't dynamic.
So if the phpbb3 sitemap can add a link to the wp sitemap it would work i geus.
The site which i have is: bla.com The wordpress sitemap is: bla.com/sitemap-frontpage.xml, but that redirects...
An example of how it would look:
http://www.arnebrachhold.de/sitemap.xml (from: http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/)
Sorry for my bad english....  |
Last edited by remixed on Sun Sep 14, 2008 8:17 am; edited 1 time in total |
|
| Back to top |
|
 |
remixed
Joined: 09 May 2008 Posts: 19
|
Posted: Thu Sep 11, 2008 7:52 pm Post subject: Re: 2 xml sitemaps combine..? |
|
|
| My "little" problem is not yet solved.. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Sat Sep 13, 2008 2:37 pm Post subject: Re: 2 xml sitemaps combine..? |
|
|
| Quote: | | Generates a static XML file as well as a zipped version |
So you could just manually put the static sitemap in the GYM XML module source dir (eg gym_sitemaps/sources/), you'd just have to follow a very basic naming convention, each file in this dir will have to be named with alphanumeric chars plus "_" and "-", if for example you name it "blog-map", this url will show up in the GYM sitemapindex : example.com/xml-blog-map.xml (or example.com/sitemap.php?xml=blog-map) which will list all the urls in there.
Altering the original script to automatically place the generated sitemap in gym_sitemaps/sources/ should as well not be difficult.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
remixed
Joined: 09 May 2008 Posts: 19
|
Posted: Sat Sep 13, 2008 9:26 pm Post subject: Re: 2 xml sitemaps combine..? |
|
|
| It worked, THANKS!! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
remixed
Joined: 09 May 2008 Posts: 19
|
Posted: Sun Sep 14, 2008 8:16 am Post subject: Re: 2 xml sitemaps combine..? |
|
|
| yes, it was really easy. In the admin panel of wp you can change the pad where the sitemap has to be.... so i changed the pad en moved the sitemap. |
|
|
| Back to top |
|
 |
|
|