I have created implemented the XML Sitemap module and it is reading the urls on my site. I have noticed that the panel pages with unique urls do not seem show up on the XML list.
The individual node urls show up on the XML list but not the panel page url which may include a number of different content types.
Is there a solution to this I am missing?
Thanks
Comments
Comment #1
kiernan commentedComment #2
pillarsdotnet commentedSounds like somebody needs to write a XML sitemap panel submodule that would live in
sites/all/modules/xmlsitemap/xmlsitemap_panel/xmlsitemap_panel.(info|module|install|test).Comment #3
luksakThis integration would be nice. Also pages with optional arguments could be included.
Comment #4
ptmkenny commentedI know it's been awhile but just wondering if anyone has found a solution for integrating Panels pages into XML Sitemap.
Comment #5
albert volkman commentedI'm not sure if this is the most optimal way to go about it, but you can get all the paths via-
I don't know where to go from there...
Comment #6
yogaf commented@Albert I'm working on something it'll be ready tomorrow.
Comment #7
yogaf commentedXML sitemap Panels module is here - https://www.drupal.org/sandbox/yogaf/2622656
Comment #8
jvieille commentedHow can we get this module?
Nothing to download here:
https://www.drupal.org/sandbox/yogaf/2622656
Thanks
Comment #9
yogaf commented@jvieille it's a sandobox project, you can get the files with git
git clone --branch 7.x-1.x https://git.drupal.org/sandbox/yogaf/2622656.git
Comment #10
jvieille commentedThanks!
Is it working?
Comment #11
yogaf commentedYep