| Author | Message |
|---|---|
|
Written on: 17. 12. 2010 [19:35]
|
|
|
Desiree
Desiree
Topic creator
registered since: 04.08.2010
Posts: 12
|
I'd like to build a sitemap which contains both - the categories from Magento and typo3-pages. Is it possible to integrate the Magento sitemap and how? I am using: Typo3 4.3.3 Magento 1.4.1 Typogento 1.0.2 Thank you for help Desiree |
|
Written on: 30. 12. 2010 [10:39]
|
|
|
Andreas
Andreas
registered since: 30.12.2010
Posts: 1
|
You can use the typo3-extension dd_googlesitemap: http://wiki.typo3.org/wiki/Dd_googlesitemap Your sitemap will be reachable at: http://www.yourdomain.com/?eID=dd_googlesitemap If your sitemap only contains Magento Products and Categories, but not Typo3-Pages, try to use this configuration property in typoscript: tx_ddgooglesitemap.forceStartPid = *yourhomepageID* If you wan to see sitemaps for different languages use the parameter "L" E.g. http://www.yourdomain.com/?eID=dd_googlesitemap&L=1 [This article was edited 2 times, at last 30.12.2010 at 12:03.] |