[TYPO3-english] Questions about dd_googlesitemap and multilanguage	sites
    Rino Razzi 
    razzi at archicoop.it
       
    Tue Mar 24 18:29:07 CET 2009
    
    
  
Hi everybody.
I'm trying to use extension dd_googlesitemap on a typo3 website.
The site is multilanguage - unique pagetree.
The site has a "high accessibility version" for each language too. Also 
the  "high accessibility version" is in the same pagetree.
In the site I'me using realurl, so links to access the page of the site 
are of type:
- http://www1-vm.opapisa.it/it/home-page.html(default language version, 
that is Italian)
- http://www1-vm.opapisa.it/en/home-page.html (English language version)
- http://www1-vm.opapisa.it/fr/home-page.html (franch language version)
- http://www1-vm.opapisa.it/en/accessible/home-page.html (High 
accessible English version)
- http://www1-vm.opapisa.it/fr/accessible/home-page.html (High 
accessible franch version)
It looks to me that the generated XML don't takes into account languages 
other than the main one (Italian, in my case)
Here is an example of Generated XML:
  <?xml version="1.0" encoding="UTF-8" ?>
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
- <url>
<loc>http://www1-vm.opapisa.it/it/lopera-primaziale/profilo-dellente.html</loc>
  <lastmod>2008-09-17T16:00:33+02:00</lastmod>
  <changefreq>yearly</changefreq>
  </url>
- <url>
<loc>http://www1-vm.opapisa.it/it/lopera-primaziale/profilo-dellente.html</loc>
  <lastmod>2009-01-07T16:11:11+01:00</lastmod>
  <changefreq>monthly</changefreq>
  </url>
- <url>
<loc>http://www1-vm.opapisa.it/it/lopera-primaziale/rapporti-istituzionali.html</loc>
  <lastmod>2009-01-05T10:19:40+01:00</lastmod>
  <changefreq>monthly</changefreq>
  </url>
- <url>
<loc>http://www1-vm.opapisa.it/it/lopera-primaziale/profilo-dellente/statuto.html</loc>
  <lastmod>2008-12-24T11:03:22+01:00</lastmod>
  <changefreq>monthly</changefreq>
  </url>
- <url>
<loc>http://www1-vm.opapisa.it/it/lopera-primaziale/profilo-dellente/contatti.html</loc>
  <lastmod>2009-01-08T17:31:33+01:00</lastmod>
  <changefreq>monthly</changefreq>
  </url>
  </urlset>
Moreover, it looks to me that the  XML  generated don't takes into 
account all branchs of the pagetree  starting with a shortcut page.
So, my questions are:
a) does the extension manage creation of XML google map for 
multilanguage and multiversion sites?
b) Is there a way to make the extension taking into account branchs of 
the pagetree starting with a shortcut page?
The website I'me tlkung about uses:
- Typo3 4.1.2
- Templavoila 1.3.3
- Realurl 1.5.3
Thanks in advance for your help
Rino Razzi
    
    
More information about the TYPO3-english
mailing list