Default base URL ignored
Hello.My website is accessible with http and https. With the module securelogin the user is forwarded to the secure URL when logged in.I installed xmlsitemap and configure the Default base URL to...
View ArticleTranslated sitemap.xml shows node with id's and not aliases
My issue has similar symptoms to others posted here, but differs slightly.I'm trying to create 2 sitemap.xml files for English and Welsh pages. i have the i18n module installed and enabled and have...
View ArticleJoin summary informations with ' / ' instead of '<br...
Joining the sumary information on the node form with linebreaks looks ugly on some admin themes (ex: shiny). Here's a patch to address this ( xmlsitemap.js )
View ArticleLots of nodes, many don't need to be in sitemap
Hello.We have a large website with about 1,000,000 nodes. 95% of those don't need to be in the sitemap. Nevertheless, it seems because rebuilding / updating sitemaps is still cycling through every...
View Articlepager broken when listing custom links
When viewing the list of custom links by clicking on the custom links tab the xmlsitemap_custom module tries to show all the custom links. This can be an issue if you have a large number of custom...
View ArticleLimit option specified wrong in drush
Need to specify the limit option without dashes in hook_drush_command or it fails validation.
View Articlexmlsitemap_menu failing to properly create sitemaps for other languages.
Problem:Sitemap generation would only work for the current language - other languages would be incomplete or contain links to the wrong nodes.Steps to reproduce;1. Install Drupal 7, i18n and...
View ArticleCompatibility with Entiy Menu Links
Problem/MotivationXML sitemap menu in xmlsitemap_menu_entity_info_alter() currently checks if the an entity definition for menu links already exists - but it doesn't check if the existing definition...
View ArticleAdd ability to override changefreq
When I add a content type or a menu to the sitemap, I am able to specify the relative priority for the included nodes. But I can't specify the changefreq. This would be nice, especially since the...
View ArticleAdd option to custom links to add remote URLs
The specifications allow for remote paths to be specified in one sitemap file, with the requirement that the remote host have a line in its robots.txt file specifying where that site's sitemap file...
View ArticleWhitescreen & issues upon updating to 7.x-2.0 from 7.x-2.0-rc2
I attempted to update this module from 7.x-2.0-rc2 to the stable release, 7.x-2.0, using drush. Everything seemed fine from the drush perspective. However, attempts to load the site resulted in a...
View ArticleSitemap is blank
The sitemap is blank: http://www.cruisingguides.com/sitemap.xmlThere's xml in the source code but that's it. It doesn't matter whether the CSS is active or not - the page is just blank. Should I try...
View Articlehook_url_outbound_alter() is not called when generating the sitemap
To improve sitemap generation performance, xmlsitemap_get_path_alias() skips calling url(). This has a side effect of skipping any hook_url_outbound_alter() implementations, notably in modules like...
View Articlewrong stylesheet with multiple domain xmlsitemaps
Hello,I have domain.it and domain.com, where domain.it is the default site and domain.com the translated one.When i create a multilanguage sitemap, everything works fine, except if i tick the "add a...
View ArticleUse Protocol-less URL for XSL File
After update from 7.x-2.0-rc2 to 7.x-2.0 the sitemap looks strange on the https page variant. With strange I mean like in https://www.inforwijzer.nl/sitemap.xml. In Chrome I get a blank page, in FF I...
View Articleuse the $_SERVER[NAME] in case of multiple domain name for the same site
Dear all,I have a drupal7 installation which is accessible by 2 different domains :www.mysite.com and/or www.othersite.comboth lead to the same content.Trouble withe xmlsitemap : I can access to the...
View Articlesitemap.xml returns "page not found"
Problem/Motivation...as per issue's title. See original report for more information.Proposed resolutionLatest workaround (August 2011, post #101 by Willynux):When you have xmlsitemap i18n module...
View ArticleDuplicate sitemap.xml URLs if URL language detection switched off
One a particular site we have multiple languages but we do not detect them via any of the admin/config/regional/language/configure options.As a consequence, XML Sitemap still allows adding and...
View ArticleGet control over tag changefreq
HiWhen I built my sitemap I got an annoying behaviour, it's about changefreq. I can't control it neither hide. Right now it displays for around 60% pages:<changefreq>yearly</changefreq> for...
View ArticleHHVM (hip hop php) crashes when rebuilding sitemap
Rebuilding sitemaps crashes hhvmUsing HHVM 3.4 (tried nightly as well) on Ubuntu 14.04 64bit
View Article